Home
last modified time | relevance | path

Searched refs:SOC_GPIO_PUSHPULL (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/soc/infineon/cat1a/common/
Dpinctrl_soc.h56 #define SOC_GPIO_PUSHPULL (1 << SOC_GPIO_PUSHPULL_POS) macro
/Zephyr-latest/soc/infineon/cat1b/common/
Dpinctrl_soc.h56 #define SOC_GPIO_PUSHPULL (1 << SOC_GPIO_PUSHPULL_POS) macro
/Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/
Dpinctrl_soc.h52 #define SOC_GPIO_PUSHPULL BIT(SOC_GPIO_PUSHPULL_POS) macro
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_ifx_cat1.c62 } else if (_flags & SOC_GPIO_PUSHPULL) { in soc_gpio_get_drv_mode()