Microchip® Advanced Software Framework

_eeprom_page Struct Reference

Structure describing emulated pages of EEPROM data.

Data Fields

uint8_t data [EEPROM_PAGE_SIZE]
 Data content of the EEPROM page. More...
 
struct {
   uint8_t   logical_page
 
   uint8_t   reserved [EEPROM_HEADER_SIZE-1]
 
header
 Header information of the EEPROM page. More...
 

uint8_t _eeprom_page::data[EEPROM_PAGE_SIZE]
uint8_t _eeprom_page::reserved[EEPROM_HEADER_SIZE-1]