Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/extern_flash/
Dfsl_adapter_eeprom_AT25Fxxxx.c139 EEPROM_STATIC eeprom_status_t EEPROM_Command(uint8_t opCode, uint32_t addre) in EEPROM_Command() function
208 if (kStatus_EeSuccess != EEPROM_Command(EEPROM_WRITE, addre)) in EEPROM_WritePage()
264 if (kStatus_EeSuccess != EEPROM_Command(EEPROM_READ, addr2eeprom)) in EEPROM_ReadData()
Dfsl_adapter_eeprom_AT45DBxxxx.c173 EEPROM_STATIC eeprom_status_t EEPROM_Command(uint8_t opCode, uint32_t addre) in EEPROM_Command() function
200 if (kStatus_EeSuccess != EEPROM_Command(EEPROM_WRITE_BYTES, addre)) in EEPROM_WritePage()
387 if (kStatus_EeSuccess != EEPROM_Command(EEPROM_READ, addr2eeprom)) in EEPROM_ReadData()