File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
include/zephyr/dt-bindings/gpio Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 88#define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_GPIO_H_
99
1010/**
11- * @brief GPIO Driver APIs
12- * @defgroup gpio_interface GPIO Driver APIs
13- * @ingroup io_interfaces
11+ * @addtogroup gpio_interface
1412 * @{
1513 */
1614
Original file line number Diff line number Diff line change 99
1010/**
1111 * @brief STM32 GPIO specific flags
12+ * @defgroup gpio_interface_stm32 STM32 GPIO specific flags
13+ * @ingroup gpio_interface_ext
1214 *
1315 * The driver flags are encoded in the 8 upper bits of @ref gpio_dt_flags_t as
1416 * follows:
1517 *
1618 * - Bit 8: Configure a GPIO pin to power on the system after Poweroff.
1719 * - Bit 10..9: Configure the output speed of a GPIO pin.
1820 *
19- * @ingroup gpio_interface_ext
2021 * @{
2122 */
2223
You can’t perform that action at this time.
0 commit comments