pointer to the buffer that receives the data read from the EEPROM.
ReadAddr
EEPROM's internal address to start reading from.
NumByteToRead
pointer to the variable holding number of bytes to be read from the EEPROM.
Return value
EEPROM_OK (0) if operation is correctly performed, else return value different from EEPROM_OK (0) or the timeout user callback.
Notes
The variable pointed by NumByteToRead is reset to 0 when all the data are read from the EEPROM. Application should monitor this variable in order know when the transfer is complete.
Examples
BSP_EEPROM_ReadBuffer() is referenced by 1 libraries and example projects: