Searched refs:EE_ValidateEraseCycle (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/ |
| D | fsl_eeprom_emulation.c | 896 returnCode = EE_ValidateEraseCycle(handle, oldSectorAddress, (uint8_t *)&g_eraseCycles); in EE_SwapSector() 1436 uint32_t EE_ValidateEraseCycle(eeprom_emulation_handle_t *handle, uint32_t sectorAddress, uint8_t *… in EE_ValidateEraseCycle() function 1854 … returnCode = EE_ValidateEraseCycle(handle, sectorAddress, (uint8_t *)expErsCycValue); in EE_InitAltSector() 1893 … returnCode = EE_ValidateEraseCycle(handle, sectorAddress, (uint8_t *)expErsCycValue); in EE_InitAltSector()
|
| D | fsl_eeprom_emulation.h | 412 uint32_t EE_ValidateEraseCycle(eeprom_emulation_handle_t *handle, uint32_t sectorAddress, uint8_t *…
|