Skip to content

Commit 6377b1f

Browse files
committed
include: dt-bindings: gpio: add vendor headers to gpio_interface_ext
Group the vendor headers into the doxygen group used for device-specific GPIO API extensions as opposed to have them clutter top-level GPIO docs Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent fca7d8a commit 6377b1f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

include/zephyr/dt-bindings/gpio/adi-max32-gpio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* @brief MAX32-specific GPIO Flags
1111
* @defgroup gpio_interface_max32 MAX32-specific GPIO Flags
12-
* @ingroup gpio_interface
12+
* @ingroup gpio_interface_ext
1313
* @{
1414
*/
1515

include/zephyr/dt-bindings/gpio/nordic-npm13xx-gpio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* - Bit 10: Watchdog reset (0=OFF, 1=ON)
1919
* - Bit 11: Power loss warning (0=OFF, 1=ON)
2020
*
21-
* @ingroup gpio_interface
21+
* @ingroup gpio_interface_ext
2222
* @{
2323
*/
2424

include/zephyr/dt-bindings/gpio/nordic-npm2100-gpio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* - Bit 8: Drive strength (0=1mA, 1=6mA)
1717
* - Bit 9: Debounce (0=OFF, 1=ON)
1818
*
19-
* @ingroup gpio_interface
19+
* @ingroup gpio_interface_ext
2020
* @{
2121
*/
2222

include/zephyr/dt-bindings/gpio/nordic-npm6001-gpio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* - Bit 8: Drive strength (0=NORMAL, 1=HIGH)
1717
* - Bit 9: Input type (0=SCHMITT, 1=CMOS)
1818
*
19-
* @ingroup gpio_interface
19+
* @ingroup gpio_interface_ext
2020
* @{
2121
*/
2222

include/zephyr/dt-bindings/gpio/nordic-nrf-gpio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* @brief nRF-specific GPIO Flags
1111
* @defgroup gpio_interface_nrf nRF-specific GPIO Flags
12-
* @ingroup gpio_interface
12+
* @ingroup gpio_interface_ext
1313
* @{
1414
*/
1515

include/zephyr/dt-bindings/gpio/nxp-s32-gpio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* - Bit 8: Interrupt controller to which the respective GPIO interrupt is routed.
1616
*
17-
* @ingroup gpio_interface
17+
* @ingroup gpio_interface_ext
1818
* @{
1919
*/
2020

include/zephyr/dt-bindings/gpio/stm32-gpio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* - Bit 8: Configure a GPIO pin to power on the system after Poweroff.
1717
* - Bit 10..9: Configure the output speed of a GPIO pin.
1818
*
19-
* @ingroup gpio_interface
19+
* @ingroup gpio_interface_ext
2020
* @{
2121
*/
2222

0 commit comments

Comments
 (0)