Lines Matching full:eeprom
13 * @brief Public API for EEPROM drivers
20 * @brief EEPROM Interface
21 * @defgroup eeprom_interface EEPROM Interface
44 * @brief Callback API upon reading from the EEPROM.
52 * @brief Callback API upon writing to the EEPROM.
59 * @brief Callback API upon getting the EEPROM size.
73 * @brief Read data from EEPROM
75 * @param dev EEPROM device
95 * @brief Write data to EEPROM
97 * @param dev EEPROM device
118 * @brief Get the size of the EEPROM in bytes
120 * @param dev EEPROM device.
122 * @return EEPROM size in bytes.
142 #include <zephyr/syscalls/eeprom.h>