From d443031db58042746b392716b899dbd8fd051d9e Mon Sep 17 00:00:00 2001 From: Bobby Noelte Date: Fri, 12 Jan 2018 15:00:01 +0100 Subject: [PATCH] doc: api: add pinctrl and gpio-pinctrl interface Include the pinctrl driver interface and the interface for gpio devices with pinctrl backend in the API documentation. Signed-off-by: Bobby Noelte --- doc/api/io_interfaces.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/api/io_interfaces.rst b/doc/api/io_interfaces.rst index bd61d72ce353..5af8cc21ae3c 100644 --- a/doc/api/io_interfaces.rst +++ b/doc/api/io_interfaces.rst @@ -27,6 +27,9 @@ DMA Interface GPIO Interface ************** +.. doxygengroup:: gpio_interface_pin_defs + :project: Zephyr + .. doxygengroup:: gpio_interface :project: Zephyr @@ -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 ****************