Home
last modified time | relevance | path

Searched refs:EEPROM_WritePage (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/extern_flash/
Dfsl_adapter_eeprom_AT25Fxxxx.c193 static eeprom_status_t EEPROM_WritePage(uint32_t noOfBytes, uint32_t addre, uint8_t *Outbuf) in EEPROM_WritePage() function
234 retval = EEPROM_WritePage(bytes, addr2eeprom, Outbuf); in EEPROM_WriteData()
248 retval = EEPROM_WritePage(noOfBytes, addr2eeprom, Outbuf); in EEPROM_WriteData()
Dfsl_adapter_eeprom_AT45DBxxxx.c187 EEPROM_STATIC eeprom_status_t EEPROM_WritePage(uint32_t noOfBytes, uint32_t addre, uint8_t *Outbuf) in EEPROM_WritePage() function
357 retval = EEPROM_WritePage(bytes, addr2eeprom, Outbuf); in EEPROM_WriteData()
371 retval = EEPROM_WritePage(noOfBytes, addr2eeprom, Outbuf); in EEPROM_WriteData()
/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom/
Dfsl_eeprom.h342 status_t EEPROM_WritePage(EEPROM_Type *base, uint32_t pageNum, uint32_t *data);
Dfsl_eeprom.c389 status_t EEPROM_WritePage(EEPROM_Type *base, uint32_t pageNum, uint32_t *data) in EEPROM_WritePage() function