Home
last modified time | relevance | path

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

/Zephyr-latest/soc/infineon/cat1a/common/
Dpinctrl_soc.h47 #define SOC_GPIO_PULLDOWN_POS (1) macro
48 #define SOC_GPIO_PULLDOWN (1 << SOC_GPIO_PULLDOWN_POS)
98 (DT_PROP(node_id, bias_pull_down) << SOC_GPIO_PULLDOWN_POS) | \
/Zephyr-latest/soc/infineon/cat1b/common/
Dpinctrl_soc.h47 #define SOC_GPIO_PULLDOWN_POS (1) macro
48 #define SOC_GPIO_PULLDOWN (1 << SOC_GPIO_PULLDOWN_POS)
98 (DT_PROP(node_id, bias_pull_down) << SOC_GPIO_PULLDOWN_POS) | \
/Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/
Dpinctrl_soc.h43 #define SOC_GPIO_PULLDOWN_POS (1) macro
44 #define SOC_GPIO_PULLDOWN BIT(SOC_GPIO_PULLDOWN_POS)
91 (DT_PROP(node_id, bias_pull_down) << SOC_GPIO_PULLDOWN_POS) | \
/Zephyr-latest/soc/atmel/sam/common/
Dsoc_gpio.h32 #define SOC_GPIO_PULLDOWN_POS (1) macro
33 #define SOC_GPIO_PULLDOWN (1 << SOC_GPIO_PULLDOWN_POS)