Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c675 uint32_t EE_MultiProgram(eeprom_emulation_handle_t *handle, uint32_t dest, uint32_t size, uint8_t *… in EE_MultiProgram() function
733 returnCode = EE_MultiProgram(handle, g_freeSpaceAddress, alginedSize, (uint8_t *)address); in EE_CopyRecord()
739 … returnCode = EE_MultiProgram(handle, g_freeSpaceAddress + alginedSize + handle->ftfxProgramSize, in EE_CopyRecord()
752 …returnCode = EE_MultiProgram(handle, g_freeSpaceAddress + alginedSize, handle->ftfxProgramSize, re… in EE_CopyRecord()
1402 … returnCode = EE_MultiProgram(handle, sectorAddress, handle->ftfxProgramSize, (uint8_t *)&data); in EE_ValidateDeadIndicator()
1445EE_MultiProgram(handle, sectorAddress + handle->eeSectorEraseCycleOffset, handle->ftfxProgramSize,… in EE_ValidateEraseCycle()
1508 …ret = EE_MultiProgram(handle, sectorAddress + (uint32_t)handle->eeSectorActIndOffset, handle->ftfx… in EE_ValidateActIndicator()
2344 … returnCode = EE_MultiProgram(handle, erasedSectorAddr + handle->eeSectorEraseCycleOffset, in EE_Main()
Dfsl_eeprom_emulation.h398 uint32_t EE_MultiProgram(eeprom_emulation_handle_t *handle, uint32_t dest, uint32_t size, uint8_t *…