19#ifndef CC_CONFIGURATION_IO_H
20#define CC_CONFIGURATION_IO_H
bool cc_configuration_io_write(zpal_nvm_object_key_t file_id, uint8_t const *data, size_t size)
bool cc_configuration_io_read(zpal_nvm_object_key_t file_id, uint8_t *data, size_t size)
uint32_t zpal_nvm_object_key_t
Data id type. Only the 20 least significant bits are used.
Definition zpal_nvm.h:60