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

PAGE1_BASE_ADDRESS macro

Syntax

#define PAGE1_BASE_ADDRESS ((uint32_t)(EEPROM_START_ADDRESS + 0x4000))

References

LocationText
eeprom.h:51
#define PAGE1_BASE_ADDRESS ((uint32_t)(EEPROM_START_ADDRESS + 0x4000))
eeprom.c:65
PageStatus1 = (*(__IO uint16_t*)PAGE1_BASE_ADDRESS);
eeprom.c:102
FlashStatus = HAL_FLASH_Program(TYPEPROGRAM_HALFWORD, PAGE1_BASE_ADDRESS, VALID_PAGE);
eeprom.c:159
if(!EE_VerifyPageFullyErased(PAGE1_BASE_ADDRESS))
eeprom.c:175
if(!EE_VerifyPageFullyErased(PAGE1_BASE_ADDRESS))
eeprom.c:221
if(!EE_VerifyPageFullyErased(PAGE1_BASE_ADDRESS))
eeprom.c:236
if ((*(__IO uint16_t*)(PAGE1_BASE_ADDRESS + 6)) == VirtAddVarTab[VarIdx])
eeprom.c:258
FlashStatus = HAL_FLASH_Program(TYPEPROGRAM_HALFWORD, PAGE1_BASE_ADDRESS, VALID_PAGE);
eeprom.c:459
if(!EE_VerifyPageFullyErased(PAGE1_BASE_ADDRESS))
eeprom.c:489
PageStatus1 = (*(__IO uint16_t*)PAGE1_BASE_ADDRESS);
eeprom.c:638
NewPageAddress = PAGE1_BASE_ADDRESS;