Home
last modified time | relevance | path

Searched refs:drive_push_pull (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/soc/wch/ch32v00x/
Dpinctrl_soc.h18 bool drive_push_pull: 1; member
32 .drive_push_pull = DT_PROP(node_id, drive_push_pull), \
/Zephyr-latest/soc/microchip/mec/common/
Dpinctrl_soc.h39 (DT_PROP(node_id, drive_push_pull) << MCHP_XEC_PUSH_PULL_POS) | \
54 (DT_PROP(node_id, drive_push_pull) << MCHP_XEC_PUSH_PULL_POS) | \
/Zephyr-latest/soc/st/stm32/common/
Dpinctrl_soc.h68 ((STM32_PUSH_PULL * DT_PROP(node_id, drive_push_pull)) << STM32_CNF_OUT_0_SHIFT) | \
83 ((STM32_PUSH_PULL * DT_PROP(node_id, drive_push_pull)) << STM32_OTYPER_SHIFT) | \
/Zephyr-latest/soc/silabs/common/
Dpinctrl_soc.h47 (DT_PROP(node, drive_push_pull) ? (4 + DT_PROP(node, silabs_alternate_port_control)) \
59 (DT_PROP(node, drive_push_pull) ? DT_PROP(node, output_high) \
/Zephyr-latest/soc/ene/kb1200/
Dpinctrl_soc.h27 (DT_PROP(node_id, drive_push_pull) << ENE_KB1200_PUSH_PULL_POS) | \
/Zephyr-latest/soc/infineon/cat3/xmc4xxx/
Dpinctrl_soc.h21 DT_PROP_BY_PHANDLE_IDX(node, pr, idx, drive_push_pull) << XMC4XXX_PUSH_PULL_POS | \
/Zephyr-latest/soc/espressif/esp32/
Dpinctrl_soc.h46 ((ESP32_PUSH_PULL * DT_PROP(node_id, drive_push_pull)) << ESP32_PIN_DRV_SHIFT) | \
/Zephyr-latest/soc/espressif/esp32c2/
Dpinctrl_soc.h46 ((ESP32_PUSH_PULL * DT_PROP(node_id, drive_push_pull)) << ESP32_PIN_DRV_SHIFT) | \
/Zephyr-latest/soc/espressif/esp32c3/
Dpinctrl_soc.h46 ((ESP32_PUSH_PULL * DT_PROP(node_id, drive_push_pull)) << ESP32_PIN_DRV_SHIFT) | \
/Zephyr-latest/soc/espressif/esp32c6/
Dpinctrl_soc.h47 ((ESP32_PUSH_PULL * DT_PROP(node_id, drive_push_pull)) << ESP32_PIN_DRV_SHIFT) | \
/Zephyr-latest/soc/espressif/esp32s2/
Dpinctrl_soc.h46 ((ESP32_PUSH_PULL * DT_PROP(node_id, drive_push_pull)) << ESP32_PIN_DRV_SHIFT) | \
/Zephyr-latest/soc/espressif/esp32s3/
Dpinctrl_soc.h48 ((ESP32_PUSH_PULL * DT_PROP(node_id, drive_push_pull)) << ESP32_PIN_DRV_SHIFT) | \
/Zephyr-latest/soc/nxp/lpc/lpc51u68/
Dpinctrl_soc.h24 IF_ENABLED(DT_PROP(node_id, drive_push_pull), (IOCON_PIO_MODE(0x3) |)) \
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/
Dpinctrl_soc.h24 IF_ENABLED(DT_PROP(node_id, drive_push_pull), (IOCON_PIO_MODE(0x3) |)) \
/Zephyr-latest/soc/ambiq/apollo3x/
Dpinctrl_soc.h59 DT_PROP(node_id, drive_push_pull), \
/Zephyr-latest/soc/ambiq/apollo4x/
Dpinctrl_soc.h60 DT_PROP(node_id, drive_push_pull), \
/Zephyr-latest/soc/nxp/lpc/lpc11u6x/
Dpinctrl_soc.h25 IF_ENABLED(DT_PROP(node_id, drive_push_pull), (IOCON_PIO_MODE(0x3) |)) \
/Zephyr-latest/soc/infineon/cat1a/common/
Dpinctrl_soc.h101 (DT_PROP(node_id, drive_push_pull) << SOC_GPIO_PUSHPULL_POS) | \
/Zephyr-latest/soc/infineon/cat1b/common/
Dpinctrl_soc.h101 (DT_PROP(node_id, drive_push_pull) << SOC_GPIO_PUSHPULL_POS) | \
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/
Dpinctrl_soc.h34 IF_ENABLED(DT_PROP(node_id, drive_push_pull), (IOCON_PIO_MODE(0x3) |)) \
/Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/
Dpinctrl_soc.h94 (DT_PROP(node_id, drive_push_pull) << SOC_GPIO_PUSHPULL_POS) | \
Dcypress_psoc6_dt.h136 CY_PSOC6_PIN_FLAG(inst, i, drive_push_pull) << \