NVM_Page_Descriptor_t Struct Reference
[NVM]

Describes the properties of a page. More...

#include <nvm_config.h>

Collaboration diagram for NVM_Page_Descriptor_t:
Collaboration graph
[legend]

Data Fields

uint8_t pageId
 A page ID used when referring to the page.
NVM_Page_t const * page
 A pointer to the list of all the objects in the page.
uint8_t pageType
 The type of page, normal or wear.

Detailed Description

Describes the properties of a page.

Definition at line 94 of file nvm_config.h.


Field Documentation

A pointer to the list of all the objects in the page.

Definition at line 97 of file nvm_config.h.

Referenced by NVM_Init(), NVM_Read(), and NVM_Write().

A page ID used when referring to the page.

Must be unique.

Definition at line 96 of file nvm_config.h.

The type of page, normal or wear.

Definition at line 98 of file nvm_config.h.

Referenced by NVM_Init(), NVM_Read(), and NVM_Write().


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