Describes the properties of an object in a page. More...
#include <nvm.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 144 of file nvm.h.
uint8_t* NVM_Object_Descriptor_t::location |
uint16_t NVM_Object_Descriptor_t::size |