Searched refs:output_low (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/soc/wch/ch32v00x/ |
D | pinctrl_soc.h | 20 bool output_low: 1; member 34 .output_low = DT_PROP(node_id, output_low), \
|
/Zephyr-latest/soc/st/stm32/common/ |
D | pinctrl_soc.h | 70 ((STM32_OUTPUT_LOW * DT_PROP(node_id, output_low)) << STM32_ODR_SHIFT) | \ 85 ((STM32_OUTPUT_LOW * DT_PROP(node_id, output_low)) << STM32_ODR_SHIFT) | \ 87 ((STM32_GPIO_OUTPUT * DT_PROP(node_id, output_low)) << STM32_MODER_SHIFT) | \
|
/Zephyr-latest/soc/microchip/mec/common/ |
D | pinctrl_soc.h | 44 (DT_PROP(node_id, output_low) << MCHP_XEC_OUT_LO_POS) | \ 59 (DT_PROP(node_id, output_low) << MCHP_XEC_OUT_LO_POS) | \
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_wch_afio.c | 35 if (pins->output_high || pins->output_low) { in pinctrl_configure_pins() 52 } else if (pins->output_low) { in pinctrl_configure_pins()
|
/Zephyr-latest/soc/silabs/silabs_sim3/sim3u/ |
D | gen_crossbar_config.py | 87 output_low = props["output-low"].val 89 output_enable = props["output-enable"].val or output_low or output_high 95 if output_low and output_high: 103 if output_low:
|
/Zephyr-latest/soc/ene/kb1200/ |
D | pinctrl_soc.h | 32 (DT_PROP(node_id, output_low) << ENE_KB1200_OUT_LO_POS) | \
|
/Zephyr-latest/soc/infineon/cat3/xmc4xxx/ |
D | pinctrl_soc.h | 24 DT_PROP_BY_PHANDLE_IDX(node, pr, idx, output_low) << XMC4XXX_OUT_LOW_POS | \
|
/Zephyr-latest/soc/espressif/esp32/ |
D | pinctrl_soc.h | 49 ((ESP32_PIN_OUT_LOW * DT_PROP(node_id, output_low)) << ESP32_PIN_OUT_SHIFT) | \
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | pinctrl_soc.h | 49 ((ESP32_PIN_OUT_LOW * DT_PROP(node_id, output_low)) << ESP32_PIN_OUT_SHIFT) | \
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | pinctrl_soc.h | 49 ((ESP32_PIN_OUT_LOW * DT_PROP(node_id, output_low)) << ESP32_PIN_OUT_SHIFT) | \
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | pinctrl_soc.h | 50 ((ESP32_PIN_OUT_LOW * DT_PROP(node_id, output_low)) << ESP32_PIN_OUT_SHIFT) | \
|
/Zephyr-latest/soc/espressif/esp32s2/ |
D | pinctrl_soc.h | 49 ((ESP32_PIN_OUT_LOW * DT_PROP(node_id, output_low)) << ESP32_PIN_OUT_SHIFT) | \
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | pinctrl_soc.h | 51 ((ESP32_PIN_OUT_LOW * DT_PROP(node_id, output_low)) << ESP32_PIN_OUT_SHIFT) | \
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_hogs.c | 31 (COND_CODE_1(DT_PROP(node_id, output_low), \
|