VALID_PAGE is only used within EEPROM_Emulation.
 
Symbols
loading...
Files
loading...

VALID_PAGE macro

Syntax

#define VALID_PAGE ((uint16_t)0x0000)

References

LocationText
eeprom.h:65
#define VALID_PAGE ((uint16_t)0x0000) /* Page containing valid data */
eeprom.c:76
if (PageStatus1 == VALID_PAGE) /* Page0 erased, Page1 valid */
eeprom.c:102
eeprom.c:122
if (PageStatus1 == VALID_PAGE) /* Page0 receive, Page1 valid */
eeprom.c:149
eeprom.c:185
eeprom.c:204
case VALID_PAGE:
eeprom.c:205
if (PageStatus1 == VALID_PAGE) /* Invalid state -> format eeprom */
eeprom.c:258
eeprom.c:450
eeprom.c:495
if (PageStatus1 == VALID_PAGE)
eeprom.c:507
else if (PageStatus0 == VALID_PAGE)
eeprom.c:525
if (PageStatus0 == VALID_PAGE)
eeprom.c:529
else if (PageStatus1 == VALID_PAGE)
eeprom.c:699
FlashStatus = HAL_FLASH_Program(TYPEPROGRAM_HALFWORD, NewPageAddress, VALID_PAGE);