Zephyr API 3.6.99
|
Public API for EEPROM drivers. More...
#include <zephyr/types.h>
#include <stddef.h>
#include <sys/types.h>
#include <zephyr/device.h>
#include <zephyr/syscalls/eeprom.h>
Go to the source code of this file.
Functions | |
int | eeprom_read (const struct device *dev, off_t offset, void *data, size_t len) |
Read data from EEPROM. | |
int | eeprom_write (const struct device *dev, off_t offset, const void *data, size_t len) |
Write data to EEPROM. | |
size_t | eeprom_get_size (const struct device *dev) |
Get the size of the EEPROM in bytes. | |
Public API for EEPROM drivers.