1.. _eeprom_api: 2 3EEPROM API 4########## 5 6Overview 7******** 8 9The EEPROM API provides read and write access to Electrically Erasable 10Programmable Read-Only Memory (EEPROM) devices. 11 12Configuration Options 13********************* 14 15Related configuration options: 16 17* :kconfig:option:`CONFIG_EEPROM` 18 19API Reference 20************* 21 22.. doxygengroup:: eeprom_interface 23