zephyr/doc/reference/peripherals/eeprom.rst
Carles Cufi bf41dd943b doc: reference: Clean up and restructure a bit
Name all subsystem reference consistently with an '_api' postfix and
clean up naming and folder structure in some cases.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2020-03-18 11:47:24 +01:00

27 lines
472 B
ReStructuredText

.. _eeprom_api:
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`
API Reference
*************
.. doxygengroup:: eeprom_interface
:project: Zephyr