Home
last modified time | relevance | path

Searched refs:SOC_GPIO_PULLDOWN (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/drivers/pinctrl/
Dpinctrl_ifx_cat1.c67 } else if ((_flags & SOC_GPIO_PULLUP) && (_flags & SOC_GPIO_PULLDOWN)) { in soc_gpio_get_drv_mode()
77 } else if (_flags & SOC_GPIO_PULLDOWN) { in soc_gpio_get_drv_mode()
/Zephyr-latest/soc/infineon/cat1a/common/
Dpinctrl_soc.h48 #define SOC_GPIO_PULLDOWN (1 << SOC_GPIO_PULLDOWN_POS) macro
/Zephyr-latest/soc/infineon/cat1b/common/
Dpinctrl_soc.h48 #define SOC_GPIO_PULLDOWN (1 << SOC_GPIO_PULLDOWN_POS) macro
/Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/
Dpinctrl_soc.h44 #define SOC_GPIO_PULLDOWN BIT(SOC_GPIO_PULLDOWN_POS) macro
/Zephyr-latest/soc/atmel/sam/common/
Dsoc_gpio.h33 #define SOC_GPIO_PULLDOWN (1 << SOC_GPIO_PULLDOWN_POS) macro
Dsoc_gpio.c39 if (flags & SOC_GPIO_PULLDOWN) { in configure_common_attr()
Dsoc_sam4l_gpio.c30 if (flags & SOC_GPIO_PULLDOWN) { in configure_common_attr()