Lines Matching +full:gd32 +full:- +full:afio
4 * SPDX-License-Identifier: Apache-2.0
9 #include <zephyr/drivers/clock_control/gd32.h>
14 /** AFIO DT node */
15 #define AFIO_NODE DT_NODELABEL(afio)
19 /** GPIO mode: input with pull-up/down (CTL bits) */
21 /** GPIO mode: output push-pull (CTL bits) */
23 /** GPIO mode: output open-drain (CTL bits) */
36 /** GD32 port addresses */
47 /** GD32 port clock identifiers */
59 * @brief Initialize AFIO
61 * This function enables AFIO clock and configures the I/O compensation if
138 pin_num -= 8U; in configure_pin()
214 return -EINVAL; in pinctrl_configure_pins()