Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/soc/infineon/cat1a/common/
Dpinctrl_soc.h51 #define SOC_GPIO_OPENSOURCE_POS (3) macro
52 #define SOC_GPIO_OPENSOURCE (1 << SOC_GPIO_OPENSOURCE_POS)
100 (DT_PROP(node_id, drive_open_source) << SOC_GPIO_OPENSOURCE_POS) | \
/Zephyr-Core-3.7.0/soc/infineon/cat1b/common/
Dpinctrl_soc.h51 #define SOC_GPIO_OPENSOURCE_POS (3) macro
52 #define SOC_GPIO_OPENSOURCE (1 << SOC_GPIO_OPENSOURCE_POS)
100 (DT_PROP(node_id, drive_open_source) << SOC_GPIO_OPENSOURCE_POS) | \
/Zephyr-Core-3.7.0/soc/infineon/cat1a/psoc6_legacy/
Dpinctrl_soc.h47 #define SOC_GPIO_OPENSOURCE_POS (3) macro
48 #define SOC_GPIO_OPENSOURCE BIT(SOC_GPIO_OPENSOURCE_POS)
93 (DT_PROP(node_id, drive_open_source) << SOC_GPIO_OPENSOURCE_POS) | \
Dcypress_psoc6_dt.h135 SOC_GPIO_OPENSOURCE_POS | \