NVM_Object_Descriptor_t Struct Reference
[NVM]

Describes the properties of an object in a page. More...

#include <nvm_config.h>

Collaboration diagram for NVM_Object_Descriptor_t:
Collaboration graph
[legend]

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.

Detailed Description

Describes the properties of an object in a page.

Definition at line 82 of file nvm_config.h.


Field Documentation

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.

The size of the object in bytes.

Definition at line 85 of file nvm_config.h.


The documentation for this struct was generated from the following file: