blob: 53ce995e872cc28acb59188b16142df4a8b032fc [file] [log] [blame]
.. _eeprom_interface:
EEPROM
######
Overview
********
The EEPROM API provides read and write access to Electrically Erasable
Programmable Read-Only Memory (EEPROM) devices.
EEPROMs have an erase block size of 1 byte, a long lifetime, and allow
overwriting data on byte-by-byte access.
Configuration Options
*********************
Related configuration options:
* :option:`CONFIG_EEPROM`
.. _eeprom_api:
API Reference
*************
.. doxygengroup:: eeprom_interface
:project: Zephyr