1.. _retained_mem_api: 2 3Retained Memory 4############### 5 6Overview 7******** 8 9The retained memory driver API provides a way of reading from/writing to memory 10areas whereby the contents of the memory is retained whilst the device is 11powered (data may be lost in low power modes). 12 13Configuration Options 14********************* 15 16Related configuration options: 17 18* :kconfig:option:`CONFIG_RETAINED_MEM` 19* :kconfig:option:`CONFIG_RETAINED_MEM_INIT_PRIORITY` 20 21API Reference 22************* 23 24.. doxygengroup:: retained_mem_interface 25