#include <CC_Configuration.h>
Data Fields | |
bool(* | write_handler )(zpal_nvm_object_key_t file_id, uint8_t const *data, size_t size) |
Write function which writes data with a specified size to non volatile memory. | |
bool(* | read_handler )(zpal_nvm_object_key_t file_id, uint8_t *data, size_t size) |
Read function which reads data with specified size from non volatile memory. | |
Holds a write and a read interface defined by the user.
bool(* cc_configuration_io_interface_t::read_handler) (zpal_nvm_object_key_t file_id, uint8_t *data, size_t size) |
Read function which reads data with specified size from non volatile memory.
bool(* cc_configuration_io_interface_t::write_handler) (zpal_nvm_object_key_t file_id, uint8_t const *data, size_t size) |
Write function which writes data with a specified size to non volatile memory.