Searched refs:EEPROM_WritePage (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/extern_flash/ |
| D | fsl_adapter_eeprom_AT25Fxxxx.c | 193 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()
|
| D | fsl_adapter_eeprom_AT45DBxxxx.c | 187 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/ |
| D | fsl_eeprom.h | 342 status_t EEPROM_WritePage(EEPROM_Type *base, uint32_t pageNum, uint32_t *data);
|
| D | fsl_eeprom.c | 389 status_t EEPROM_WritePage(EEPROM_Type *base, uint32_t pageNum, uint32_t *data) in EEPROM_WritePage() function
|