EE_VerifyPageFullyErased() function
Verify if specified page is fully erased.
Syntax
static uint16_t EE_VerifyPageFullyErased(uint32_t Address); 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