doc/hardware/peripherals/bbram.rst
.. _bbram_api:
Battery Backed RAM (BBRAM) ##########################
The BBRAM APIs allow interfacing with the unique properties of this memory region. The following common types of BBRAM properties are easily accessed via this API:
Along with these, the API provides a means for reading and writing to the memory region via
:c:func:bbram_read and :c:func:bbram_write respectively. Both functions are expected to only
succeed if the BBRAM is in a valid state and the operation is bounded to the memory region.
API Reference
.. doxygengroup:: bbram_interface