EE_Format() is only used within EEPROM_Emulation.
 
Symbols
loading...
Files
loading...

EE_Format() function

Erases PAGE and PAGE1 and writes VALID_PAGE header to PAGE

Syntax

static HAL_StatusTypeDef EE_Format(void);
Implemented in eeprom.c:429

Return value

Status of the last operation (Flash write or erase) done during EEPROM formatting

References

LocationReferrerText
eeprom.c:429
static HAL_StatusTypeDef EE_Format(void)
eeprom.c:38
static HAL_StatusTypeDef EE_Format(void);
eeprom.c:112EE_Init()
FlashStatus = EE_Format();
eeprom.c:195EE_Init()
FlashStatus = EE_Format();
eeprom.c:208EE_Init()
FlashStatus = EE_Format();
eeprom.c:282EE_Init()
FlashStatus = EE_Format();

Call Tree

Functions calling EE_Format()
Functions called by EE_Format()
all items filtered out
EE_Format()
Data read by EE_Format()
Data written by EE_Format()
EE_Format()::FlashStatus
EE_Format()::pEraseInit
all items filtered out
EE_Format()
Type of EE_Format()
EE_Format()