Zephyr Project API
3.2.0
A Scalable Open Source RTOS
|
Public APIs for the I2C EEPROM Target driver. More...
Go to the source code of this file.
Functions | |
int | eeprom_target_program (const struct device *dev, const uint8_t *eeprom_data, unsigned int length) |
Program memory of the virtual EEPROM. More... | |
int | eeprom_target_read (const struct device *dev, uint8_t *eeprom_data, unsigned int offset) |
Read single byte of virtual EEPROM memory. More... | |
Public APIs for the I2C EEPROM Target driver.