Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Deeprom.h60 uint8_t Chip_EEPROM_Read(uint32_t srcAdd, uint8_t *ptr, uint32_t bytesrd);
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Deeprom.c67 uint8_t Chip_EEPROM_Read(uint32_t srcAdd, uint8_t *ptr, uint32_t bytesrd) in Chip_EEPROM_Read() function
/lk-master/external/platform/lpc15xx/lpcopen/periph_eeprom/example/src/
A Deeprom.c172 ret_code = Chip_EEPROM_Read(EEPROM_ADDRESS, ptr, IAP_NUM_BYTES_TO_READ_WRITE); in main()

Completed in 3 milliseconds