Searched full:pullup (Results 1 – 25 of 47) sorted by relevance
12
/Zephyr-Core-3.6.0/tests/drivers/build_all/sensor/ |
D | adc.dtsi | 49 pullup-uv = <3300000>; 50 pullup-ohm = <0>; 59 pullup-uv = <3300000>; 60 pullup-ohm = <0>; 68 pullup-uv = <3300000>; 69 pullup-ohm = <0>; 77 pullup-uv = <3300000>; 78 pullup-ohm = <0>;
|
/Zephyr-Core-3.6.0/dts/bindings/sensor/ |
D | ntc-thermistor.yaml | 14 pullup-uv: 17 The pullup voltage microvoltage in the circuit. 19 pullup-ohm: 22 The pullup resistance in the circuit.
|
D | honeywell,hmc5883l.yaml | 15 This pin is active low, with an internal pullup in the sensor.
|
/Zephyr-Core-3.6.0/dts/bindings/w1/ |
D | w1-master.yaml | 11 active-pullup: 14 Enable the active pullup for the 1-Wire bus.
|
D | maxim,ds2477_85_common.yaml | 35 Default Active Pullup on Threshold configuration. 45 weak-pullup: 54 Default 1-Wire Weak Pullup Resistance in ohms. 56 but some devices and multidrop configurations might need a stronger pullup.
|
/Zephyr-Core-3.6.0/drivers/gpio/ |
D | gpio_kscan_ite_it8xxx2.c | 65 /* Set open-drain and enable internal pullup */ in gpio_kscan_it8xxx2_configure() 68 /* Set push-pull and disable internal pullup */ in gpio_kscan_it8xxx2_configure() 90 /* Enable internal pullup */ in gpio_kscan_it8xxx2_configure() 93 /* No internal pullup and pulldown */ in gpio_kscan_it8xxx2_configure() 134 /* pullup or no pull */ in gpio_kscan_it8xxx2_get_config()
|
D | gpio_rv32m1.c | 134 /* Now do the PORT module. Figure out the pullup/pulldown in gpio_rv32m1_configure() 140 /* Enable the pull and select the pullup resistor. */ in gpio_rv32m1_configure() 145 * the pullup resistor. in gpio_rv32m1_configure()
|
D | gpio_mcux.c | 89 /* Now do the PORT module. Figure out the pullup/pulldown in gpio_mcux_configure() 95 /* Enable the pull and select the pullup resistor. */ in gpio_mcux_configure() 100 * the pullup resistor. in gpio_mcux_configure()
|
/Zephyr-Core-3.6.0/samples/drivers/w1/scanner/ |
D | ds2485.overlay | 9 weak-pullup = "1000";
|
/Zephyr-Core-3.6.0/tests/drivers/w1/w1_api/ |
D | ds2485.overlay | 9 weak-pullup = "1000";
|
/Zephyr-Core-3.6.0/dts/bindings/pinctrl/ |
D | ambiq,apollo4-pinctrl.yaml | 7 to pin 60 and enabling the pullup resistor on that pin. 106 The pullup resistor value. The default value is 1500 ohms.
|
D | nxp,lpc-iocon-pinctrl.yaml | 130 nxp,i2c-pullup: 133 Enable I2C pullup resistor. If not present, pin is open drain in I2C
|
D | ite,it8xxx2-pinctrl-func.yaml | 46 pullup-mask:
|
D | xlnx,pinctrl-zynq.yaml | 148 Disable any IO buffer pin bias. Clears the PULLUP and TRI_ENABLE fields in the MIO_PIN_xx 158 Enables pull-up on IO buffer pin. Sets the PULLUP field in the MIO_PIN_xx SLCR register.
|
/Zephyr-Core-3.6.0/boards/arm/gd32a503v_eval/ |
D | gd32a503v_eval-pinctrl.dtsi | 31 /* Use pinmux to pullup pg10 and pg11. */
|
/Zephyr-Core-3.6.0/boards/arm/gd32f450z_eval/ |
D | gd32f450z_eval-pinctrl.dtsi | 38 /* Use pinmux to pullup pg10 and pg11. */
|
/Zephyr-Core-3.6.0/boards/arm/gd32f470i_eval/ |
D | gd32f470i_eval-pinctrl.dtsi | 38 /* Use pinmux to pullup pg10 and pg11. */
|
/Zephyr-Core-3.6.0/boards/arm/gd32f450i_eval/ |
D | gd32f450i_eval-pinctrl.dtsi | 44 /* Use pinmux to pullup pg10 and pg11. */
|
/Zephyr-Core-3.6.0/drivers/pinctrl/ |
D | pinctrl_rpi_pico.c | 16 gpio_set_pulls(pin->pin_num, pin->pullup, pin->pulldown); in pinctrl_configure_pin()
|
D | pinctrl_esp32.c | 100 if (rtc_io_desc[rtcio_num].pullup) { in esp32_pin_apply_config() 118 if (rtc_io_desc[rtcio_num].pullup) { in esp32_pin_apply_config()
|
/Zephyr-Core-3.6.0/drivers/w1/ |
D | w1_ds2477_85_common.h | 140 /* defines for DTS switching-th, active-pull-th and weak-pullup enums */ 202 /** config reg of weak pullup, active pullup, and switch threshold */
|
/Zephyr-Core-3.6.0/dts/bindings/sdhc/ |
D | nxp,imx-usdhc.yaml | 68 high using pullup/pulldown resistors.
|
/Zephyr-Core-3.6.0/boards/arm/tdk_robokit1/ |
D | tdk_robokit1-common.dtsi | 49 pullup-uv = <3300000>; 50 pullup-ohm = <0>;
|
/Zephyr-Core-3.6.0/soc/arm/rpi_pico/rp2/ |
D | pinctrl_soc.h | 25 uint32_t pullup : 1; member
|
/Zephyr-Core-3.6.0/soc/arm/ambiq/apollo4x/ |
D | pinctrl_soc.h | 36 /** pullup resistor value */
|
12