doc: reference: add pinctrl API
Add pinctrl API documentation to the reference guides. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
5c616910d5
commit
ea1f7b7184
3 changed files with 17 additions and 0 deletions
|
@ -232,6 +232,11 @@ current :ref:`stability level <api_lifecycle>`.
|
|||
- 1.0
|
||||
- 2.6
|
||||
|
||||
* - :ref: `pinctrl_api`
|
||||
- Experimental
|
||||
- 3.0
|
||||
- 3.0
|
||||
|
||||
* - :ref:`pinmux_api`
|
||||
- Stable
|
||||
- 1.0
|
||||
|
|
|
@ -27,6 +27,7 @@ API Reference
|
|||
modbus/index.rst
|
||||
networking/index.rst
|
||||
peripherals/index.rst
|
||||
pinctrl/index.rst
|
||||
power_management/index.rst
|
||||
random/index.rst
|
||||
resource_management/index.rst
|
||||
|
|
11
doc/reference/pinctrl/index.rst
Normal file
11
doc/reference/pinctrl/index.rst
Normal file
|
@ -0,0 +1,11 @@
|
|||
.. _pinctrl_api:
|
||||
|
||||
Pin Control
|
||||
###########
|
||||
|
||||
.. doxygengroup:: pinctrl_interface
|
||||
|
||||
Dynamic pin control
|
||||
*******************
|
||||
|
||||
.. doxygengroup:: pinctrl_interface_dynamic
|
Loading…
Add table
Add a link
Reference in a new issue