Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
eeprom.h File Reference

Public APIs for the I2C EEPROM Slave driver. More...

Go to the source code of this file.

Functions

int eeprom_slave_program (const struct device *dev, const uint8_t *eeprom_data, unsigned int length)
 Program memory of the virtual EEPROM. More...
 
int eeprom_slave_read (const struct device *dev, uint8_t *eeprom_data, unsigned int offset)
 Read single byte of virtual EEPROM memory. More...
 

Detailed Description

Public APIs for the I2C EEPROM Slave driver.