Home
last modified time | relevance | path

Searched refs:EEPROM_PrepareForWrite (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/extern_flash/
Dfsl_adapter_eeprom_InternalFlash.c76 static eeprom_status_t EEPROM_PrepareForWrite(uint32_t noOfBytes, uint32_t addr) in EEPROM_PrepareForWrite() function
199 if (kStatus_EeSuccess != EEPROM_PrepareForWrite(noOfBytes, addr)) in EEPROM_WriteData()
Dfsl_adapter_eeprom_AT25Fxxxx.c124 EEPROM_STATIC eeprom_status_t EEPROM_PrepareForWrite() in EEPROM_PrepareForWrite() function
204 (void)EEPROM_PrepareForWrite(); in EEPROM_WritePage()
Dfsl_adapter_eeprom_AT45DBxxxx.c146 EEPROM_STATIC eeprom_status_t EEPROM_PrepareForWrite(uint32_t noOfBytes, uint32_t addre) in EEPROM_PrepareForWrite() function
349 (void)EEPROM_PrepareForWrite(noOfBytes, addr2eeprom); in EEPROM_WriteData()