Zephyr API Documentation  3.0.0
A Scalable Open Source RTOS
3.0.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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.