Describes the properties of an object in a page. More...
#include <nvm_config.h>
Data Fields | |
uint8_t * | location |
A pointer to the location of the object in RAM. | |
uint16_t | size |
The size of the object in bytes. | |
uint8_t | objectId |
An object ID used to reference the object. |
Describes the properties of an object in a page.
Definition at line 82 of file nvm_config.h.
uint8_t* NVM_Object_Descriptor_t::location |
A pointer to the location of the object in RAM.
Definition at line 84 of file nvm_config.h.
An object ID used to reference the object.
Must be unique in the page.
Definition at line 86 of file nvm_config.h.
uint16_t NVM_Object_Descriptor_t::size |
The size of the object in bytes.
Definition at line 85 of file nvm_config.h.