Home
last modified time | relevance | path

Searched refs:SOC_GPIO_PULLUP (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()
72 } else if (_flags & SOC_GPIO_PULLUP) { in soc_gpio_get_drv_mode()
/Zephyr-latest/soc/infineon/cat1a/common/
Dpinctrl_soc.h46 #define SOC_GPIO_PULLUP (1 << SOC_GPIO_PULLUP_POS) macro
/Zephyr-latest/soc/infineon/cat1b/common/
Dpinctrl_soc.h46 #define SOC_GPIO_PULLUP (1 << SOC_GPIO_PULLUP_POS) macro
/Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/
Dpinctrl_soc.h42 #define SOC_GPIO_PULLUP BIT(SOC_GPIO_PULLUP_POS) macro
/Zephyr-latest/soc/atmel/sam/common/
Dsoc_gpio.h31 #define SOC_GPIO_PULLUP (1 << SOC_GPIO_PULLUP_POS) macro
Dsoc_gpio.c30 if (flags & SOC_GPIO_PULLUP) { in configure_common_attr()
Dsoc_sam4l_gpio.c23 if (flags & SOC_GPIO_PULLUP) { in configure_common_attr()