Home
last modified time | relevance | path

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

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