Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c1092 if (EE_SECTOR_ACTIVE == EE_GetSectorStatus(handle, sectorAddress)) in EE_SearchInAllActives()
1213 uint8_t EE_GetSectorStatus(eeprom_emulation_handle_t *handle, uint32_t sectorAddress) in EE_GetSectorStatus() function
1322 sectorStatus = EE_GetSectorStatus(handle, sectorAddress); in EE_FindActSector()
1367 sectorStatus = EE_GetSectorStatus(handle, sectorAddress); in EE_GetSectorNumber()
1589 sectorStatus = EE_GetSectorStatus(handle, sectorAddress); in EE_CheckAvailabilityStatus()
1708 if (EE_GetSectorStatus(handle, sectorAddress) == EE_SECTOR_INVALID) in EE_PreInitCheck()
1737 if ((EE_GetSectorStatus(handle, sectorAddress) == EE_SECTOR_ALTERNATIVE) && in EE_PreInitCheck()
1751 if ((EE_GetSectorStatus(handle, sectorAddress) == EE_SECTOR_ALTERNATIVE) && in EE_PreInitCheck()
1851 sectorStatus = EE_GetSectorStatus(handle, sectorAddress); in EE_InitAltSector()
1879 if ((EE_GetSectorStatus(handle, sectorAddress) == EE_SECTOR_BLANK) && in EE_InitAltSector()
[all …]
Dfsl_eeprom_emulation.h408 uint8_t EE_GetSectorStatus(eeprom_emulation_handle_t *handle, uint32_t sectorAddress);