Searched refs:EE_BlankCheck (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/ |
| D | fsl_eeprom_emulation.c | 1010 if (EE_OK == EE_BlankCheck(handle, searchAddress, handle->eeSectorRecordLength)) in EE_SearchBlankSpace() 1160 uint32_t EE_BlankCheck(eeprom_emulation_handle_t *handle, uint32_t address, uint32_t size) in EE_BlankCheck() function 1253 if (EE_BlankCheck(handle, sectorAddress + (uint32_t)handle->eeSectorHeaderSize, in EE_GetSectorStatus() 1272 if (EE_BlankCheck(handle, sectorAddress + (uint32_t)handle->eeSectorHeaderSize, in EE_GetSectorStatus()
|
| D | fsl_eeprom_emulation.h | 407 uint32_t EE_BlankCheck(eeprom_emulation_handle_t *handle, uint32_t address, uint32_t size);
|