Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.h118 } eeprom_emulation_handle_t; typedef
380 void EE_SetEepromEmulationInfo(eeprom_emulation_handle_t *handle, eeprom_emulation_config_t *config…
383 uint32_t EE_Init(eeprom_emulation_handle_t *handle);
384 uint32_t EE_WriteData(eeprom_emulation_handle_t *handle, uint16_t dataID, uint32_t source);
385 uint32_t EE_ReadData(eeprom_emulation_handle_t *handle, uint16_t dataID, uint32_t *recordAddr);
386 uint32_t EE_ReportStatus(eeprom_emulation_handle_t *handle);
387 uint32_t EE_Deinit(eeprom_emulation_handle_t *handle);
390 uint32_t EE_Main(eeprom_emulation_handle_t *handle);
394 uint32_t EE_NextSector(eeprom_emulation_handle_t *handle, uint32_t addr);
395 uint32_t EE_PrevSector(eeprom_emulation_handle_t *handle, uint32_t addr);
[all …]
Dfsl_eeprom_emulation.c22 static uint32_t EE_PreInitCheck(eeprom_emulation_handle_t *handle);
23 static uint32_t EE_InitAltSector(eeprom_emulation_handle_t *handle, uint8_t *number);
24 static uint32_t EE_InitActiveSector(eeprom_emulation_handle_t *handle, uint8_t number);
70 void EE_SetEepromEmulationInfo(eeprom_emulation_handle_t *handle, eeprom_emulation_config_t *config) in EE_SetEepromEmulationInfo()
244 AT_QUICKACCESS_SECTION_CODE(uint32_t EE_FlashEraseAll(eeprom_emulation_handle_t *handle)) in AT_QUICKACCESS_SECTION_CODE()
288 AT_QUICKACCESS_SECTION_CODE(uint32_t EE_SyncFlashErase(eeprom_emulation_handle_t *handle, uint32_t … in AT_QUICKACCESS_SECTION_CODE()
362 void EE_AsyncFlashErase(eeprom_emulation_handle_t *handle, uint32_t destination) in EE_AsyncFlashErase()
397 eeprom_emulation_handle_t *handle, uint32_t destination, uint16_t Number, uint8_t marginLevel)) in AT_QUICKACCESS_SECTION_CODE()
448 AT_QUICKACCESS_SECTION_CODE(uint32_t EE_SingleProgram(eeprom_emulation_handle_t *handle, in AT_QUICKACCESS_SECTION_CODE()
524 uint32_t EE_SingleProgramCheck(eeprom_emulation_handle_t *handle, in EE_SingleProgramCheck()
[all …]