Home
last modified time | relevance | path

Searched full:pullup (Results 1 – 25 of 66) sorted by relevance

123

/Zephyr-latest/dts/bindings/w1/
Dadi,max32-w1.yaml26 internal-pullup:
31 Set this field to enable the internal pullup resistor.
32 0 - Internal pullup disabled.
33 1 - Internal pullup enabled.
35 external-pullup:
39 Set this field to enable the external pullup.
40 0 - Pullup pin is active high when enabled.
41 1 - Pullup pin is active low when enabled.
42 2 - Pullup pin is not used for an external pullup.
Dw1-master.yaml11 active-pullup:
14 Enable the active pullup for the 1-Wire bus.
Dmaxim,ds2477_85_common.yaml35 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.
Dzephyr,w1-gpio.yaml25 - Ensure pullup is strong enough (4.7K according to the specification). Standard pullup in
/Zephyr-latest/dts/bindings/sensor/
Dntc-thermistor.yaml14 pullup-uv:
17 The pullup voltage microvoltage in the circuit.
18 If not specified, it is assumed that the pullup voltage is VDD. Therefore,
22 pullup-ohm:
25 The pullup resistance in the circuit.
Dhoneywell,hmc5883l.yaml15 This pin is active low, with an internal pullup in the sensor.
/Zephyr-latest/tests/drivers/build_all/sensor/
Dadc.dtsi61 pullup-uv = <3300000>;
62 pullup-ohm = <0>;
71 pullup-uv = <3300000>;
72 pullup-ohm = <0>;
80 pullup-uv = <3300000>;
81 pullup-ohm = <0>;
89 pullup-uv = <3300000>;
90 pullup-ohm = <0>;
104 pullup-uv = <3300000>;
105 pullup-ohm = <0>;
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dpad_ctrl.h9 #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/samples/drivers/w1/scanner/
Dds2485.overlay9 weak-pullup = "1000";
/Zephyr-latest/tests/drivers/w1/w1_api/boards/
Dapard32690_max32690_m4.overlay9 internal-pullup = <1>;
Dmax32666evkit_max32666_cpu0.overlay9 internal-pullup = <1>;
Dmax32680evkit_max32680_m4.overlay9 internal-pullup = <1>;
Dmax78002evkit_max78002_m4.overlay9 internal-pullup = <1>;
Dmax32655evkit_max32655_m4.overlay9 internal-pullup = <1>;
Dmax32666fthr_max32666_cpu0.overlay9 internal-pullup = <1>;
Dmax32690evkit_max32690_m4.overlay9 internal-pullup = <1>;
/Zephyr-latest/tests/drivers/w1/w1_api/
Dds2485.overlay9 weak-pullup = "1000";
/Zephyr-latest/drivers/gpio/
Dgpio_kscan_ite_it8xxx2.c65 /* 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()
/Zephyr-latest/boards/gd/gd32a503v_eval/
Dgd32a503v_eval-pinctrl.dtsi31 /* Use pinmux to pullup pg10 and pg11. */
/Zephyr-latest/dts/bindings/gpio/
Drenesas,rz-gpio.yaml16 - Set Pullup
/Zephyr-latest/boards/gd/gd32f450z_eval/
Dgd32f450z_eval-pinctrl.dtsi38 /* Use pinmux to pullup pg10 and pg11. */
/Zephyr-latest/boards/gd/gd32f470i_eval/
Dgd32f470i_eval-pinctrl.dtsi38 /* Use pinmux to pullup pg10 and pg11. */
/Zephyr-latest/boards/gd/gd32f450i_eval/
Dgd32f450i_eval-pinctrl.dtsi44 /* Use pinmux to pullup pg10 and pg11. */
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_rpi_pico.c16 gpio_set_pulls(pin->pin_num, pin->pullup, pin->pulldown); in pinctrl_configure_pin()
/Zephyr-latest/dts/bindings/pinctrl/
Dambiq,apollo3-pinctrl.yaml7 to pin 60 and enabling the pullup resistor on that pin.
97 The 1.5K-24K pullup values are valid for select I2C enabled pads.

123