1.. _reset_api:
2
3Reset Controller
4################
5
6Overview
7********
8
9Reset controllers are units that control the reset signals to multiple
10peripherals. The reset controller API allows peripheral drivers to request
11control over their reset input signals, including the ability to assert,
12deassert and toggle those signals. Also, the reset status of the reset input
13signal can be checked.
14
15Mainly, the line_assert and line_deassert API functions are optional because
16in most cases we want to toggle the reset signals.
17
18Configuration Options
19*********************
20
21Related configuration options:
22
23* :kconfig:option:`CONFIG_RESET`
24
25API Reference
26*************
27
28.. doxygengroup:: reset_controller_interface
29