Home
last modified time | relevance | path

Searched refs:VerifyPageFullyErased (Results 1 – 1 of 1) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/EEPROM_Emul/Core/
Deeprom_emul.c170 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