This structure holds information about where we left off when last accessing the eeprom.

Public Attributes#

uint32_t

address

uint16_t

pages

uint16_t

page Buf Finger

uint16_t

page Buf Len

uint8_t

pageBuf[EEPROM_PAGE_SIZE]

Public Attribute Documentation#

address#

uint32_t EepromStateType::address

address


pages#

uint16_t EepromStateType::pages

pages


pageBufFinger#

uint16_t EepromStateType::pageBufFinger

page Buf Finger


pageBufLen#

uint16_t EepromStateType::pageBufLen

page Buf Len


pageBuf#

uint8_t EepromStateType::pageBuf[EEPROM_PAGE_SIZE]

pageBuf[EEPROM_PAGE_SIZE]