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

EE_VerifyPageFullyErased() function

Verify if specified page is fully erased.

Syntax

static uint16_t EE_VerifyPageFullyErased(uint32_t Address);
Implemented in eeprom.c:304

Arguments

Address

page address This parameter can be one of the following values: @arg PAGE0_BASE_ADDRESS: Page0 base address @arg PAGE1_BASE_ADDRESS: Page1 base address

Return value

page fully erased status: - 0: if Page not erased - 1: if Page erased

References

LocationReferrerText
eeprom.c:304
uint16_t EE_VerifyPageFullyErased(uint32_t Address)
eeprom.c:42
static uint16_t EE_VerifyPageFullyErased(uint32_t Address);
eeprom.c:79EE_Init()
if(!EE_VerifyPageFullyErased(PAGE0_BASE_ADDRESS))
eeprom.c:92EE_Init()
if(!EE_VerifyPageFullyErased(PAGE0_BASE_ADDRESS))
eeprom.c:159EE_Init()
if(!EE_VerifyPageFullyErased(PAGE1_BASE_ADDRESS))
eeprom.c:175EE_Init()
if(!EE_VerifyPageFullyErased(PAGE1_BASE_ADDRESS))
eeprom.c:221EE_Init()
if(!EE_VerifyPageFullyErased(PAGE1_BASE_ADDRESS))
eeprom.c:268EE_Init()
if(!EE_VerifyPageFullyErased(PAGE0_BASE_ADDRESS))
eeprom.c:440EE_Format()
if(!EE_VerifyPageFullyErased(PAGE0_BASE_ADDRESS))
eeprom.c:459EE_Format()
if(!EE_VerifyPageFullyErased(PAGE1_BASE_ADDRESS))

Call Tree

Functions calling EE_VerifyPageFullyErased()
all items filtered out
EE_VerifyPageFullyErased()
Data read by EE_VerifyPageFullyErased()
Data written by EE_VerifyPageFullyErased()
EE_VerifyPageFullyErased()::Address
EE_VerifyPageFullyErased()::EndAddress
EE_VerifyPageFullyErased()::ReadStatus
EE_VerifyPageFullyErased()::AddressValue
all items filtered out
EE_VerifyPageFullyErased()
EE_VerifyPageFullyErased()::Address
EE_VerifyPageFullyErased()::EndAddress
EE_VerifyPageFullyErased()::ReadStatus
EE_VerifyPageFullyErased()::AddressValue
all items filtered out
Type of EE_VerifyPageFullyErased()
EE_VerifyPageFullyErased()
uint16_t
uint32_t
all items filtered out