Searched full:afio (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/drivers/pinctrl/ |
D | Kconfig.gd32 | 13 bool "GD32 AFIO pin controller driver" 17 GD32 AFIO pin controller driver. This driver is used by series using the 18 AFIO pin multiplexing model.
|
D | Kconfig.wch_afio | 5 bool "WCH AFIO pin controller driver" 9 WCH AFIO pin controller driver.
|
D | pinctrl_gd32_afio.c | 14 /** AFIO DT node */ 15 #define AFIO_NODE DT_NODELABEL(afio) 59 * @brief Initialize AFIO 61 * This function enables AFIO clock and configures the I/O compensation if
|
D | pinctrl_wch_afio.c | 28 uint32_t pcfr1 = AFIO->PCFR1; in pinctrl_configure_pins() 75 AFIO->PCFR1 = pcfr1; in pinctrl_configure_pins()
|
D | pinctrl_stm32.c | 158 * pins. If configuration is valid AFIO clock is enabled and remap is applied 190 reg_val = AFIO->MAPR & ~AFIO_MAPR_SWJ_CFG; in stm32_pins_remap() 194 AFIO->MAPR = reg_val | AFIO_MAPR_SWJ_CFG; in stm32_pins_remap() 196 reg_val = AFIO->MAPR2; in stm32_pins_remap() 198 AFIO->MAPR2 = reg_val; in stm32_pins_remap()
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | gd,gd32-afio.yaml | 5 The AFIO peripheral is used to configure pin remapping, EXTI sources and, 8 compatible: "gd,gd32-afio"
|
D | wch,afio.yaml | 4 description: WCH CH32V00x AFIO 6 compatible: "wch,afio"
|
D | gd,gd32-pinctrl-afio.yaml | 5 The GD32 pin controller (AFIO model) is a singleton node responsible for 110 compatible: "gd,gd32-pinctrl-afio" 135 enabling the I/O compensation cell (refer to the gd,gd32-afio binding
|
/Zephyr-latest/soc/gd/gd32/common/ |
D | pinctrl_soc.h | 21 #include <dt-bindings/pinctrl/gd32-afio.h> 37 * Bits (AFIO model): 102 * one for AFIO model).
|
/Zephyr-latest/modules/hal_gigadevice/ |
D | Kconfig | 15 This option should be selected if the series use an AFIO pinmux model. 168 (GPIO and AFIO) HAL module driver
|
/Zephyr-latest/dts/arm/gd/gd32e50x/ |
D | gd32e50x.dtsi | 196 afio: afio@40010000 { label 197 compatible = "gd,gd32-afio"; 219 compatible = "gd,gd32-pinctrl-afio";
|
/Zephyr-latest/dts/riscv/gd/ |
D | gd32vf103.dtsi | 205 afio: afio@40010000 { label 206 compatible = "gd,gd32-afio"; 242 compatible = "gd,gd32-pinctrl-afio";
|
/Zephyr-latest/dts/arm/gd/gd32e10x/ |
D | gd32e10x.dtsi | 147 afio: afio@40010000 { label 148 compatible = "gd,gd32-afio"; 183 compatible = "gd,gd32-pinctrl-afio";
|
/Zephyr-latest/dts/arm/gd/gd32f403/ |
D | gd32f403.dtsi | 198 afio: afio@40010000 { label 199 compatible = "gd,gd32-afio"; 221 compatible = "gd,gd32-pinctrl-afio";
|
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/ |
D | stm32f1-pinctrl.h | 11 #include <zephyr/dt-bindings/pinctrl/stm32f1-afio.h>
|
/Zephyr-latest/dts/riscv/wch/ |
D | ch32v00x.dtsi | 104 compatible = "wch,afio";
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_gd32.c | 23 /** AFIO DT node */ 24 #define AFIO_NODE DT_NODELABEL(afio)
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.2.rst | 1213 * :dtcompatible:`gd,gd32-afio`
|