Home
last modified time | relevance | path

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

/Zephyr-latest/soc/infineon/cat1a/common/
Dpinctrl_soc.h50 #define SOC_GPIO_OPENDRAIN (1 << SOC_GPIO_OPENDRAIN_POS) macro
/Zephyr-latest/soc/infineon/cat1b/common/
Dpinctrl_soc.h50 #define SOC_GPIO_OPENDRAIN (1 << SOC_GPIO_OPENDRAIN_POS) macro
/Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/
Dpinctrl_soc.h46 #define SOC_GPIO_OPENDRAIN BIT(SOC_GPIO_OPENDRAIN_POS) macro
/Zephyr-latest/soc/atmel/sam/common/
Dsoc_gpio.h35 #define SOC_GPIO_OPENDRAIN (1 << SOC_GPIO_OPENDRAIN_POS) macro
Dsoc_gpio.c47 if (flags & SOC_GPIO_OPENDRAIN) { in configure_common_attr()
Dsoc_sam4l_gpio.c37 if (flags & SOC_GPIO_OPENDRAIN) { in configure_common_attr()
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_ifx_cat1.c52 if (_flags & SOC_GPIO_OPENDRAIN) { in soc_gpio_get_drv_mode()