zephyr/doc/reference/peripherals/reset.rst
Andrei-Edward Popa 5f35cdeece doc: reference: added documentation for Reset Controller
added documentation for Reset Controller Driver

Signed-off-by: Andrei-Edward Popa <andrei.popa105@yahoo.com>
2022-03-23 12:51:39 +01:00

29 lines
694 B
ReStructuredText

.. _reset_api:
Reset Controller
################
Overview
********
Reset controllers are units that control the reset signals to multiple
peripherals. The reset controller API allows peripheral drivers to request
control over their reset input signals, including the ability to assert,
deassert and toggle those signals. Also, the reset status of the reset input
signal can be checked.
Mainly, the assert and deassert API functions are optional because in most
cases we want to toggle the reset signals.
Configuration Options
*********************
Related configuration options:
* :kconfig:option:`CONFIG_RESET`
API Reference
*************
.. doxygengroup:: reset_controller_interface