Searched full:pulldown (Results 1 – 23 of 23) sorted by relevance
/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/ |
D | testcase.yaml | 11 and not dt_compat_enabled("test-gpio-external-pulldown") 34 # For testing boards that require a test fixture that provides a pulldown 36 filter: dt_compat_enabled("test-gpio-external-pulldown")
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | adc.dtsi | 63 pulldown-ohm = <10000>; 73 pulldown-ohm = <10000>; 82 pulldown-ohm = <10000>; 91 pulldown-ohm = <10000>; 106 pulldown-ohm = <10000>;
|
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/ |
D | pad_ctrl.h | 9 #define SY1XX_PAD_CONFIG(pin_offset, SMT, SLEW, PULLUP, PULLDOWN, DRV, PMOD, DIR) \ argument 10 (((SMT << 7) | (SLEW << 6) | (PULLUP << 5) | (PULLDOWN << 4) | (DRV << 2) | (PMOD << 1) | \
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ntc-thermistor.yaml | 27 pulldown-ohm: 30 The pulldown resistance in the circuit.
|
/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/boards/ |
D | rpi_pico2_rp2350a_m33.overlay | 9 compatible = "test-gpio-external-pulldown";
|
/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/dts/bindings/ |
D | test-gpio-external-pulldown.yaml | 11 compatible: "test-gpio-external-pulldown"
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_rpi_pico.c | 16 gpio_set_pulls(pin->pin_num, pin->pullup, pin->pulldown); in pinctrl_configure_pin()
|
/Zephyr-latest/dts/bindings/sdhc/ |
D | nxp,imx-usdhc.yaml | 68 high using pullup/pulldown resistors.
|
/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/src/ |
D | test_gpio_api.h | 14 /* If possible, use a dedicated GPIO with an external pulldown resistor.
|
/Zephyr-latest/include/zephyr/dt-bindings/gpio/ |
D | adi-max32-gpio.h | 38 * - Bit 11: Weak pull down selection, Weak Pulldown to VDDIOH (1MOhm)
|
/Zephyr-latest/soc/raspberrypi/rpi_pico/common/ |
D | pinctrl_soc.h | 27 uint32_t pulldown : 1; member
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_rv32m1.c | 136 /* Now do the PORT module. Figure out the pullup/pulldown in gpio_rv32m1_configure() 146 /* Enable the pull and select the pulldown resistor (deselect in gpio_rv32m1_configure()
|
D | gpio_mcux.c | 89 /* Now do the PORT module. Figure out the pullup/pulldown in gpio_mcux_configure() 99 /* Enable the pull and select the pulldown resistor, deselect in gpio_mcux_configure()
|
D | gpio_esp32.c | 188 if (rtc_io_desc[rtcio_num].pulldown) { in gpio_esp32_config() 203 if (rtc_io_desc[rtcio_num].pulldown) { in gpio_esp32_config()
|
D | gpio_ite_it8801.c | 113 /* Handle pullup / pulldown */ in gpio_it8801_configure() 179 /* pullup / pulldown */ in gpio_it8801_get_config()
|
D | gpio_kscan_ite_it8xxx2.c | 93 /* No internal pullup and pulldown */ in gpio_kscan_it8xxx2_configure()
|
D | gpio_ite_it8xxx2_v2.c | 186 /* Handle pullup / pulldown */ in gpio_ite_configure() 270 /* pullup / pulldown */ in gpio_ite_get_config()
|
D | gpio_mchp_xec.c | 107 /* Figure out the pullup/pulldown configuration and keep it in the in gpio_xec_configure() 116 /* Enable the pull and select the pulldown resistor */ in gpio_xec_configure()
|
D | gpio_mcux_igpio.c | 96 /* 100K pulldown */ in mcux_igpio_configure()
|
D | gpio_ite_it8xxx2.c | 444 /* Handle pullup / pulldown */ in gpio_ite_configure() 514 /* pullup / pulldown */ in gpio_ite_get_config()
|
/Zephyr-latest/boards/tdk/robokit1/ |
D | robokit1-common.dtsi | 51 pulldown-ohm = <10000>;
|
/Zephyr-latest/drivers/usb/uhc/ |
D | uhc_max3421e.c | 873 * host mode, connect internal D+ and D- pulldown resistors to ground in max3421e_mode_setup()
|
/Zephyr-latest/soc/ite/ec/common/ |
D | chip_chipregs.h | 1127 * If both PULLUP and PULLDOWN are set to 1b, the corresponding port would be
|