Zephyr API 3.6.99
|
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. | |
int | eeprom_target_read (const struct device *dev, uint8_t *eeprom_data, unsigned int offset) |
Read single byte of virtual EEPROM memory. | |
int | eeprom_target_set_addr (const struct device *dev, uint8_t addr) |
Change the address of eeprom target at runtime. | |
Public APIs for the I2C EEPROM Target driver.