Searched full:pullup (Results 1 – 25 of 66) sorted by relevance
123
/Zephyr-latest/dts/bindings/w1/ |
D | adi,max32-w1.yaml | 26 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.
|
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.
|
D | zephyr,w1-gpio.yaml | 25 - Ensure pullup is strong enough (4.7K according to the specification). Standard pullup in
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ntc-thermistor.yaml | 14 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.
|
D | honeywell,hmc5883l.yaml | 15 This pin is active low, with an internal pullup in the sensor.
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | adc.dtsi | 61 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/ |
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/samples/drivers/w1/scanner/ |
D | ds2485.overlay | 9 weak-pullup = "1000";
|
/Zephyr-latest/tests/drivers/w1/w1_api/boards/ |
D | apard32690_max32690_m4.overlay | 9 internal-pullup = <1>;
|
D | max32666evkit_max32666_cpu0.overlay | 9 internal-pullup = <1>;
|
D | max32680evkit_max32680_m4.overlay | 9 internal-pullup = <1>;
|
D | max78002evkit_max78002_m4.overlay | 9 internal-pullup = <1>;
|
D | max32655evkit_max32655_m4.overlay | 9 internal-pullup = <1>;
|
D | max32666fthr_max32666_cpu0.overlay | 9 internal-pullup = <1>;
|
D | max32690evkit_max32690_m4.overlay | 9 internal-pullup = <1>;
|
/Zephyr-latest/tests/drivers/w1/w1_api/ |
D | ds2485.overlay | 9 weak-pullup = "1000";
|
/Zephyr-latest/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()
|
/Zephyr-latest/boards/gd/gd32a503v_eval/ |
D | gd32a503v_eval-pinctrl.dtsi | 31 /* Use pinmux to pullup pg10 and pg11. */
|
/Zephyr-latest/dts/bindings/gpio/ |
D | renesas,rz-gpio.yaml | 16 - Set Pullup
|
/Zephyr-latest/boards/gd/gd32f450z_eval/ |
D | gd32f450z_eval-pinctrl.dtsi | 38 /* Use pinmux to pullup pg10 and pg11. */
|
/Zephyr-latest/boards/gd/gd32f470i_eval/ |
D | gd32f470i_eval-pinctrl.dtsi | 38 /* Use pinmux to pullup pg10 and pg11. */
|
/Zephyr-latest/boards/gd/gd32f450i_eval/ |
D | gd32f450i_eval-pinctrl.dtsi | 44 /* Use pinmux to pullup pg10 and pg11. */
|
/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/pinctrl/ |
D | ambiq,apollo3-pinctrl.yaml | 7 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