Searched refs:VerifyPageFullyErased (Results 1 – 1 of 1) sorted by relevance
170 static EE_Status VerifyPageFullyErased(uint32_t Address, uint32_t PageSize);529 if (VerifyPageFullyErased(pageaddress, PAGE_SIZE) == EE_PAGE_NOTERASED) in EE_Init()605 if (VerifyPageFullyErased(PAGE_ADDRESS(page), PAGE_SIZE) == EE_PAGE_NOTERASED) in EE_Format()994 static EE_Status VerifyPageFullyErased(uint32_t Address, uint32_t PageSize) in VerifyPageFullyErased() function