Skip to content

Commit

Permalink
doc: api: add pinctrl and gpio-pinctrl interface
Browse files Browse the repository at this point in the history
Include the pinctrl driver interface and the interface for
gpio devices with pinctrl backend in the API documentation.

Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
  • Loading branch information
b0661 committed May 12, 2018
1 parent 4581d03 commit d443031
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/api/io_interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ DMA Interface
GPIO Interface
**************

.. doxygengroup:: gpio_interface_pin_defs
:project: Zephyr

.. doxygengroup:: gpio_interface
:project: Zephyr

Expand Down Expand Up @@ -58,6 +61,18 @@ PWM Interface
.. doxygengroup:: pwm_interface
:project: Zephyr

Pinctrl Interface
*****************

.. doxygengroup:: pinctrl_interface_pin_configurations
:project: Zephyr

.. doxygengroup:: pinctrl_interface_functions
:project: Zephyr

.. doxygengroup:: pinctrl_interface
:project: Zephyr

Pinmux Interface
****************

Expand Down

0 comments on commit d443031

Please sign in to comment.