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


Definition at line 173 of file platform/service/legacy_hal/inc/bootloader-eeprom.h

pages#

uint16_t EepromStateType::pages

pages


Definition at line 174 of file platform/service/legacy_hal/inc/bootloader-eeprom.h

pageBufFinger#

uint16_t EepromStateType::pageBufFinger

page Buf Finger


Definition at line 175 of file platform/service/legacy_hal/inc/bootloader-eeprom.h

pageBufLen#

uint16_t EepromStateType::pageBufLen

page Buf Len


Definition at line 176 of file platform/service/legacy_hal/inc/bootloader-eeprom.h

pageBuf#

uint8_t EepromStateType::pageBuf[EEPROM_PAGE_SIZE]

pageBuf[EEPROM_PAGE_SIZE]


Definition at line 177 of file platform/service/legacy_hal/inc/bootloader-eeprom.h