Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c656 uint32_t EE_VerifySectorHeader(eeprom_emulation_handle_t *handle, uint32_t dest, uint32_t expData) in EE_VerifySectorHeader() function
807 … blankCheck = EE_VerifySectorHeader(handle, newActSectorAddr + handle->eeSectorDeadIndOffset, in EE_SwapSector()
809 … aliveCheck = EE_VerifySectorHeader(handle, newActSectorAddr + handle->eeSectorDeadIndOffset, in EE_SwapSector()
1170 returnCode = EE_VerifySectorHeader(handle, address, 0xFFFFFFFFu); in EE_BlankCheck()
1219 …if (EE_VerifySectorHeader(handle, sectorAddress + handle->eeSectorDeadIndOffset, EE_DATA_STATUS_BL… in EE_GetSectorStatus()
1223 …if (EE_VerifySectorHeader(handle, sectorAddress + handle->eeSectorActIndOffset, EE_DATA_STATUS_BLA… in EE_GetSectorStatus()
1237 …if (EE_VerifySectorHeader(handle, sectorAddress + handle->eeSectorEraseCycleOffset, 0xFFFFFFFFu) !… in EE_GetSectorStatus()
1251 …if (EE_VerifySectorHeader(handle, sectorAddress + handle->eeSectorEraseCycleOffset, 0xFFFFFFFFu) !… in EE_GetSectorStatus()
1405 if (EE_OK == EE_VerifySectorHeader(handle, sectorAddress, (uint32_t)EE_DATA_STATUS_BLANK)) in EE_ValidateDeadIndicator()
1510 …ret = EE_VerifySectorHeader(handle, sectorAddress + handle->eeSectorActIndOffset, EE_DATA_STATUS_B… in EE_ValidateActIndicator()
[all …]
Dfsl_eeprom_emulation.h397 uint32_t EE_VerifySectorHeader(eeprom_emulation_handle_t *handle, uint32_t dest, uint32_t expData);