Home
last modified time | relevance | path

Searched refs:SOC_GPIO_OPENDRAIN_POS (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/soc/infineon/cat1a/common/
Dpinctrl_soc.h49 #define SOC_GPIO_OPENDRAIN_POS (2) macro
50 #define SOC_GPIO_OPENDRAIN (1 << SOC_GPIO_OPENDRAIN_POS)
99 (DT_PROP(node_id, drive_open_drain) << SOC_GPIO_OPENDRAIN_POS) | \
/Zephyr-latest/soc/infineon/cat1b/common/
Dpinctrl_soc.h49 #define SOC_GPIO_OPENDRAIN_POS (2) macro
50 #define SOC_GPIO_OPENDRAIN (1 << SOC_GPIO_OPENDRAIN_POS)
99 (DT_PROP(node_id, drive_open_drain) << SOC_GPIO_OPENDRAIN_POS) | \
/Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/
Dpinctrl_soc.h45 #define SOC_GPIO_OPENDRAIN_POS (2) macro
46 #define SOC_GPIO_OPENDRAIN BIT(SOC_GPIO_OPENDRAIN_POS)
92 (DT_PROP(node_id, drive_open_drain) << SOC_GPIO_OPENDRAIN_POS) | \
Dcypress_psoc6_dt.h133 SOC_GPIO_OPENDRAIN_POS | \
/Zephyr-latest/soc/atmel/sam0/common/
Dsoc_port.h28 #define SOC_GPIO_OPENDRAIN_POS (SOC_PORT_PULLDOWN_POS + 1U) macro
30 #define SOC_PORT_INPUT_ENABLE_POS (SOC_GPIO_OPENDRAIN_POS + 1U)
/Zephyr-latest/soc/atmel/sam/common/
Dsoc_gpio.h34 #define SOC_GPIO_OPENDRAIN_POS (2) macro
35 #define SOC_GPIO_OPENDRAIN (1 << SOC_GPIO_OPENDRAIN_POS)