Home
last modified time | relevance | path

Searched refs:input_enable (Results 1 – 25 of 50) sorted by relevance

12

/Zephyr-latest/soc/quicklogic/eos_s3/
Dpinctrl_soc.h19 uint32_t input_enable: 1; member
34 .input_enable = DT_PROP(node_id, input_enable), \
/Zephyr-latest/soc/renesas/rzt2m/
Dpinctrl_soc.h20 uint32_t input_enable: 1; member
39 .input_enable = DT_PROP(node_id, input_enable), \
/Zephyr-latest/soc/renesas/smartbond/da1469x/
Dpinctrl_soc.h19 uint32_t input_enable : 1; member
32 DT_PROP(node_id, input_enable), \
/Zephyr-latest/soc/raspberrypi/rpi_pico/common/
Dpinctrl_soc.h29 uint32_t input_enable : 1; member
53 DT_PROP(node_id, input_enable), \
/Zephyr-latest/soc/ambiq/apollo3x/
Dpinctrl_soc.h21 uint32_t input_enable: 1; member
57 DT_PROP(node_id, input_enable), \
/Zephyr-latest/soc/ambiq/apollo4x/
Dpinctrl_soc.h21 uint32_t input_enable : 1; member
57 DT_PROP(node_id, input_enable), \
/Zephyr-latest/soc/nxp/imxrt/imxrt11xx/
Dpinctrl_soc.h63 (DT_PROP(node_id, input_enable) << MCUX_IMX_INPUT_ENABLE_SHIFT)
72 (DT_PROP(node_id, input_enable) << MCUX_IMX_INPUT_ENABLE_SHIFT)
81 (DT_PROP(node_id, input_enable) << MCUX_IMX_INPUT_ENABLE_SHIFT)
90 (DT_PROP(node_id, input_enable) << MCUX_IMX_INPUT_ENABLE_SHIFT)
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_ambiq.c19 pin->input_enable ? AM_HAL_GPIO_PIN_INPUT_ENABLE : AM_HAL_GPIO_PIN_INPUT_NONE; in pinctrl_configure_pin()
39 pin->input_enable ? AM_HAL_GPIO_PIN_INPUT_ENABLE : AM_HAL_GPIO_PIN_INPUT_NONE; in pinctrl_configure_pin()
Dpinctrl_eos_s3.c74 WRITE_BIT(reg_value, PAD_INPUT_EN_BIT, pin->input_enable); in pinctrl_eos_s3_configure_pin()
113 if (pin->input_enable && FUNCTION_REGISTER(pin->iof)) { in pinctrl_eos_s3_configure_pin()
Dpinctrl_rpi_pico.c21 gpio_set_input_enabled(pin->pin_num, pin->input_enable); in pinctrl_configure_pin()
/Zephyr-latest/soc/nxp/imx/imx7d/
Dpinctrl_soc.h37 (DT_PROP(node_id, input_enable) << MCUX_IMX_INPUT_ENABLE_SHIFT))
47 (DT_PROP(node_id, input_enable) << MCUX_IMX_INPUT_ENABLE_SHIFT))
/Zephyr-latest/soc/renesas/rz/common/
Dpinctrl_rzg.h74 .ien_reg = DT_PROP(node_id, input_enable), \
93 .ien_reg = DT_PROP(node_id, input_enable), \
/Zephyr-latest/soc/nxp/imxrt/imxrt118x/
Dpinctrl_soc.h61 (DT_PROP(node_id, input_enable) << MCUX_IMX_INPUT_ENABLE_SHIFT)
70 (DT_PROP(node_id, input_enable) << MCUX_IMX_INPUT_ENABLE_SHIFT)
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/
Dpinctrl_soc.h28 IOPCTL_PIO_IBENA(DT_PROP(node_id, input_enable)) | /* input buffer */ \
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/cm33/
Dpinctrl_soc.h28 IOPCTL_PIO_IBENA(DT_PROP(node_id, input_enable)) | /* input buffer */ \
/Zephyr-latest/soc/adi/max32/common/
Dpinctrl_soc.h27 ((DT_PROP_OR(node, input_enable, 0) << MAX32_INPUT_ENABLE_SHIFT) | \
/Zephyr-latest/soc/realtek/ec/common/
Dpinctrl_soc.h44 (DT_PROP(node_id, input_enable) << REALTEK_RTS5912_INPUT_DETECTION_POS) | \
/Zephyr-latest/soc/silabs/common/
Dpinctrl_soc.h52 : DT_PROP(node, input_enable) \
61 : DT_PROP(node, input_enable) \
/Zephyr-latest/soc/ti/simplelink/cc13x2_cc26x2/
Dpinctrl_soc.h28 DT_PROP(node_id, input_enable) * IOC_INPUT_ENABLE | \
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dpinctrl_soc.h50 (SY1XX_OUTPUT_ENABLE & (1 - DT_PROP(node, input_enable))) << SY1XX_PAD_DIR_OFFS \
/Zephyr-latest/include/zephyr/drivers/pinctrl/
Dpinctrl_nxp_port_common.h58 PORT_PCR_IBE(DT_PROP(node_id, input_enable)) | \
/Zephyr-latest/soc/espressif/esp32/
Dpinctrl_soc.h51 ((ESP32_PIN_IN_EN * DT_PROP(node_id, input_enable)) << ESP32_PIN_EN_DIR_SHIFT))
/Zephyr-latest/soc/espressif/esp32c2/
Dpinctrl_soc.h51 ((ESP32_PIN_IN_EN * DT_PROP(node_id, input_enable)) << ESP32_PIN_EN_DIR_SHIFT))
/Zephyr-latest/soc/espressif/esp32c3/
Dpinctrl_soc.h51 ((ESP32_PIN_IN_EN * DT_PROP(node_id, input_enable)) << ESP32_PIN_EN_DIR_SHIFT))
/Zephyr-latest/soc/espressif/esp32c6/
Dpinctrl_soc.h52 ((ESP32_PIN_IN_EN * DT_PROP(node_id, input_enable)) << ESP32_PIN_EN_DIR_SHIFT))

12