zephyr/doc/reference/peripherals/eeprom.rst
Henrik Brix Andersen 0ea5503ce3 doc: reference: peripherals: add EEPROM API documentation
Add documentation for the EEPROM API to the peripheral reference
section.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2019-11-09 08:59:28 -05:00

29 lines
495 B
ReStructuredText

.. _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