Searched refs:drive_push_pull (Results 1 – 22 of 22) sorted by relevance
/Zephyr-latest/soc/wch/ch32v00x/ |
D | pinctrl_soc.h | 18 bool drive_push_pull: 1; member 32 .drive_push_pull = DT_PROP(node_id, drive_push_pull), \
|
/Zephyr-latest/soc/microchip/mec/common/ |
D | pinctrl_soc.h | 39 (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/ |
D | pinctrl_soc.h | 68 ((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/ |
D | pinctrl_soc.h | 47 (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/ |
D | pinctrl_soc.h | 27 (DT_PROP(node_id, drive_push_pull) << ENE_KB1200_PUSH_PULL_POS) | \
|
/Zephyr-latest/soc/infineon/cat3/xmc4xxx/ |
D | pinctrl_soc.h | 21 DT_PROP_BY_PHANDLE_IDX(node, pr, idx, drive_push_pull) << XMC4XXX_PUSH_PULL_POS | \
|
/Zephyr-latest/soc/espressif/esp32/ |
D | pinctrl_soc.h | 46 ((ESP32_PUSH_PULL * DT_PROP(node_id, drive_push_pull)) << ESP32_PIN_DRV_SHIFT) | \
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | pinctrl_soc.h | 46 ((ESP32_PUSH_PULL * DT_PROP(node_id, drive_push_pull)) << ESP32_PIN_DRV_SHIFT) | \
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | pinctrl_soc.h | 46 ((ESP32_PUSH_PULL * DT_PROP(node_id, drive_push_pull)) << ESP32_PIN_DRV_SHIFT) | \
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | pinctrl_soc.h | 47 ((ESP32_PUSH_PULL * DT_PROP(node_id, drive_push_pull)) << ESP32_PIN_DRV_SHIFT) | \
|
/Zephyr-latest/soc/espressif/esp32s2/ |
D | pinctrl_soc.h | 46 ((ESP32_PUSH_PULL * DT_PROP(node_id, drive_push_pull)) << ESP32_PIN_DRV_SHIFT) | \
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | pinctrl_soc.h | 48 ((ESP32_PUSH_PULL * DT_PROP(node_id, drive_push_pull)) << ESP32_PIN_DRV_SHIFT) | \
|
/Zephyr-latest/soc/nxp/lpc/lpc51u68/ |
D | pinctrl_soc.h | 24 IF_ENABLED(DT_PROP(node_id, drive_push_pull), (IOCON_PIO_MODE(0x3) |)) \
|
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/ |
D | pinctrl_soc.h | 24 IF_ENABLED(DT_PROP(node_id, drive_push_pull), (IOCON_PIO_MODE(0x3) |)) \
|
/Zephyr-latest/soc/ambiq/apollo3x/ |
D | pinctrl_soc.h | 59 DT_PROP(node_id, drive_push_pull), \
|
/Zephyr-latest/soc/ambiq/apollo4x/ |
D | pinctrl_soc.h | 60 DT_PROP(node_id, drive_push_pull), \
|
/Zephyr-latest/soc/nxp/lpc/lpc11u6x/ |
D | pinctrl_soc.h | 25 IF_ENABLED(DT_PROP(node_id, drive_push_pull), (IOCON_PIO_MODE(0x3) |)) \
|
/Zephyr-latest/soc/infineon/cat1a/common/ |
D | pinctrl_soc.h | 101 (DT_PROP(node_id, drive_push_pull) << SOC_GPIO_PUSHPULL_POS) | \
|
/Zephyr-latest/soc/infineon/cat1b/common/ |
D | pinctrl_soc.h | 101 (DT_PROP(node_id, drive_push_pull) << SOC_GPIO_PUSHPULL_POS) | \
|
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/ |
D | pinctrl_soc.h | 34 IF_ENABLED(DT_PROP(node_id, drive_push_pull), (IOCON_PIO_MODE(0x3) |)) \
|
/Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/ |
D | pinctrl_soc.h | 94 (DT_PROP(node_id, drive_push_pull) << SOC_GPIO_PUSHPULL_POS) | \
|
D | cypress_psoc6_dt.h | 136 CY_PSOC6_PIN_FLAG(inst, i, drive_push_pull) << \
|