Searched +full:output +full:- +full:ohms (Results 1 – 25 of 30) sorted by relevance
12
/Zephyr-latest/boards/google/twinkie_v2/ |
D | google_twinkie_v2.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/g0/stm32g0b1r(b-c-e)ixn-pinctrl.dtsi> 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 compatible = "google,twinkie-v2"; 22 compatible = "gpio-leds"; 35 compatible = "gpio-keys"; 47 compatible = "voltage-divider"; 48 io-channels = <&adc1 1>; 49 output-ohms = <2000000000>; [all …]
|
/Zephyr-latest/tests/drivers/adc/adc_rescale/boards/ |
D | native_sim.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 #include <zephyr/dt-bindings/adc/adc.h> 11 compatible = "voltage-divider"; 12 io-channels = <&adc0 0>; 13 output-ohms = <50>; 14 full-ohms = <100>; 18 compatible = "current-sense-shunt"; 19 io-channels = <&adc0 1>; 20 shunt-resistor-micro-ohms = <500000>; 24 compatible = "current-sense-amplifier"; [all …]
|
/Zephyr-latest/samples/subsys/usb_c/sink/boards/ |
D | stm32g081b_eval.overlay | 4 * SPDX-License-Identifier: Apache-2.0 8 #include <dt-bindings/usb-c/pd.h> 12 usbc-port0 = &port1; 16 compatible = "zephyr,usb-c-vbus-adc"; 17 io-channels = <&adc1 9>; 18 output-ohms = <49900>; 19 full-ohms = <(330000 + 49900)>; 22 discharge-gpios = <&gpiob 13 GPIO_ACTIVE_HIGH>; 26 #address-cells = <1>; 27 #size-cells = <0>; [all …]
|
D | b_g474e_dpow1.overlay | 4 * SPDX-License-Identifier: Apache-2.0 8 #include <dt-bindings/usb-c/pd.h> 12 usbc-port0 = &port1; 15 /* usbc.rst vbus-voltage-divider-adc start */ 17 compatible = "zephyr,usb-c-vbus-adc"; 18 io-channels = <&adc2 8>; 19 output-ohms = <49900>; 20 full-ohms = <(330000 + 49900)>; 22 /* usbc.rst vbus-voltage-divider-adc end */ 25 #address-cells = <1>; [all …]
|
/Zephyr-latest/boards/particle/argon/ |
D | particle_argon.dts | 5 * SPDX-License-Identifier: Apache-2.0 8 /dts-v1/; 11 #include "particle_argon-pinctrl.dtsi" 19 vctl1-gpios = <&gpio0 25 GPIO_ACTIVE_LOW>; 20 vctl2-gpios = <&gpio0 2 GPIO_ACTIVE_LOW>; 24 compatible = "voltage-divider"; 25 io-channels = <&adc 3>; 26 output-ohms = <2100000>; 27 full-ohms = <(2100000 + 806000)>; 36 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>; [all …]
|
/Zephyr-latest/boards/particle/xenon/ |
D | particle_xenon.dts | 5 * SPDX-License-Identifier: Apache-2.0 8 /dts-v1/; 11 #include "particle_xenon-pinctrl.dtsi" 19 vctl1-gpios = <&gpio0 24 GPIO_ACTIVE_LOW>; 20 vctl2-gpios = <&gpio0 25 GPIO_ACTIVE_LOW>; 24 compatible = "voltage-divider"; 25 io-channels = <&adc 3>; 26 output-ohms = <2100000>; 27 full-ohms = <(2100000 + 806000)>; 36 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>; [all …]
|
/Zephyr-latest/dts/bindings/iio/afe/ |
D | voltage-divider.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 compatible: "voltage-divider" 13 io-channels: 18 output-ohms: 24 full-ohms: 30 resistance-based sensor. 32 power-gpios: 33 type: phandle-array 40 power-on-sample-delay-us: 45 `power-gpios`. In most cases the switched voltage rail will [all …]
|
/Zephyr-latest/dts/bindings/rtc/ |
D | microcrystal,rv3028.yaml | 2 # SPDX-License-Identifier: Apache-2.0 9 - name: rtc-device.yaml 10 - name: i2c-device.yaml 13 clkout-frequency: 16 - 32768 17 - 8192 18 - 1024 19 - 64 20 - 32 21 - 1 [all …]
|
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/ |
D | nrf5340_audio_dk_nrf5340_cpuapp_common.dtsi | 2 * Copyright (c) 2020-2022 Nordic Semiconductor ASA 4 * SPDX-License-Identifier: Apache-2.0 6 #include "nrf5340_audio_dk_nrf5340_cpuapp_common-pinctrl.dtsi" 7 #include <zephyr/dt-bindings/sensor/ina230.h> 12 zephyr,shell-uart = &uart0; 13 zephyr,uart-mcumgr = &uart0; 14 zephyr,bt-mon-uart = &uart0; 15 zephyr,bt-c2h-uart = &uart0; 16 zephyr,bt-hci = &bt_hci_ipc0; 20 gpio_fwd: nrf-gpio-forwarder { [all …]
|
/Zephyr-latest/tests/drivers/build_all/fuel_gauge/ |
D | app.overlay | 3 * SPDX-License-Identifier: Apache-2.0 6 #include <zephyr/dt-bindings/i2c/i2c.h> 10 #address-cells = <1>; 11 #size-cells = <1>; 15 gpio-controller; 17 #gpio-cells = <0x2>; 22 #address-cells = <1>; 23 #size-cells = <0>; 27 clock-frequency = <I2C_BITRATE_STANDARD>; 35 #io-channel-cells = <1>; [all …]
|
/Zephyr-latest/samples/boards/nordic/battery/ |
D | README.rst | 1 .. zephyr:code-sample:: nrf_battery 14 ``voltage-divider`` then the voltage is measured using that divider. An 18 .. code-block:: devicetree 22 compatible = "voltage-divider"; 23 io-channels = <&adc 4>; 24 output-ohms = <180000>; 25 full-ohms = <(1500000 + 180000)>; 26 power-gpios = <&sx1509b 4 0>; 37 .. code-block :: devicetree 41 io-channels = <&adc 4>; [all …]
|
/Zephyr-latest/samples/subsys/usb_c/source/boards/ |
D | stm32g081b_eval.overlay | 4 * SPDX-License-Identifier: Apache-2.0 8 #include <dt-bindings/usb-c/pd.h> 12 usbc-port0 = &port1; 16 compatible = "pwm-leds"; 24 compatible = "gpio-leds"; 51 /* usbc.rst vbus-voltage-divider-adc start */ 53 compatible = "zephyr,usb-c-vbus-adc"; 54 io-channels = <&adc1 9>; 55 output-ohms = <49900>; 56 full-ohms = <(330000 + 49900)>; [all …]
|
/Zephyr-latest/boards/shields/seeed_xiao_round_display/ |
D | seeed_xiao_round_display.overlay | 4 * SPDX-License-Identifier: Apache-2.0 8 #include <zephyr/dt-bindings/display/panel.h> 17 compatible = "voltage-divider"; 18 io-channels = <&xiao_adc 0>; 19 output-ohms = <470000>; 20 full-ohms = <940000>; 24 compatible = "zephyr,lvgl-pointer-input"; 33 compatible = "zephyr,mipi-dbi-spi"; 34 spi-dev = <&xiao_spi>; 35 dc-gpios = <&xiao_d 3 GPIO_ACTIVE_HIGH>; [all …]
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | adc.dtsi | 5 * SPDX-License-Identifier: Apache-2.0 10 #include <zephyr/dt-bindings/battery/battery.h> 16 io-channels = <&test_adc 0>; 21 compatible = "voltage-divider"; 22 io-channels = <&test_adc 1>; 23 io-channel-names = "VOLTAGE"; 24 output-ohms = <47000>; /* R1 */ 25 full-ohms = <(100000 + 47000)>; /* R2 + R1 */ 26 power-gpios = <&test_gpio 0 0>; 31 compatible = "current-sense-amplifier"; [all …]
|
/Zephyr-latest/boards/adafruit/feather_nrf52840/ |
D | adafruit_feather_nrf52840_common.dtsi | 5 * SPDX-License-Identifier: Apache-2.0 8 /dts-v1/; 11 #include "adafruit_feather_nrf52840-pinctrl.dtsi" 12 #include <zephyr/dt-bindings/input/input-event-codes.h> 21 compatible = "gpio-leds"; 32 compatible = "gpio-keys"; 41 compatible = "voltage-divider"; 42 io-channels = <&adc 5>; 43 output-ohms = <100000>; 44 full-ohms = <(100000 + 100000)>; [all …]
|
/Zephyr-latest/include/zephyr/drivers/adc/ |
D | current_sense_shunt.h | 4 * SPDX-License-Identifier: Apache-2.0 38 * corresponding scaled current value in milliamps on output. 46 /* multiplies by 1,000,000 before dividing by shunt resistance in micro-ohms. */ in current_sense_shunt_scale_dt() 47 tmp = tmp * 1000000 / spec->shunt_micro_ohms; in current_sense_shunt_scale_dt()
|
/Zephyr-latest/boards/actinius/icarus/ |
D | actinius_icarus_common.dtsi | 2 * Copyright (c) 2019-2022 Actinius 4 * SPDX-License-Identifier: Apache-2.0 6 #include "actinius_icarus_common-pinctrl.dtsi" 7 #include <zephyr/dt-bindings/input/input-event-codes.h> 15 zephyr,shell-uart = &uart0; 16 zephyr,uart-mcumgr = &uart0; 20 compatible = "gpio-leds"; 39 compatible = "pwm-leds"; 58 compatible = "gpio-keys"; 71 pwm-led0 = &red_pwm_led; [all …]
|
/Zephyr-latest/boards/heltec/heltec_wireless_stick_lite_v3/ |
D | heltec_wireless_stick_lite_v3_procpu.dts | 6 * SPDX-License-Identifier: Apache-2.0 8 /dts-v1/; 11 #include "heltec_wireless_stick_lite_v3-pinctrl.dtsi" 12 #include <zephyr/dt-bindings/pwm/pwm.h> 13 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 #include <zephyr/dt-bindings/lora/sx126x.h> 22 pwm-0 = &ledc0; 23 pwm-led0 = &pwm_led_white; 24 uart-0 = &uart0; 25 uart-1 = &uart1; [all …]
|
/Zephyr-latest/dts/bindings/usb-c/ |
D | usb-c-connector.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 A USB Type-C connector node represents a physical USB Type-C connector. 6 It should be a child of a USB-C interface controller or a separate node 7 when it is attached to both MUX and USB-C interface controller. 10 …/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/connector/usb-connector.yaml?h=v5.1… 14 USB-C connector attached to a STM32 UCPD typec port controller, which has 18 compatible = "zephyr,usb-c-vbus-adc"; 19 io-channels = <&adc2 8>; 20 output-ohms = <49900>; 21 full-ohms = <(330000 + 49900)>; [all …]
|
/Zephyr-latest/boards/weact/stm32g431_core/ |
D | weact_stm32g431_core.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/g4/stm32g431c(6-8-b)ux-pinctrl.dtsi> 10 #include <zephyr/dt-bindings/usb-c/pd.h> 11 #include <zephyr/dt-bindings/input/input-event-codes.h> 15 compatible = "weact,stm32g431-core"; 19 zephyr,shell-uart = &usart2; 26 mcuboot-button0 = &button_0; 27 mcuboot-led0 = &led_0; 30 usbc-port0 = &usbc1; [all …]
|
/Zephyr-latest/boards/pine64/pinetime_devkit0/ |
D | pinetime_devkit0.dts | 4 * SPDX-License-Identifier: Apache-2.0 6 * DTS for Pine64 PineTime DevKit-0 board 11 /dts-v1/; 13 #include "pinetime_devkit0-pinctrl.dtsi" 14 #include <zephyr/dt-bindings/input/input-event-codes.h> 15 #include <zephyr/dt-bindings/mipi_dbi/mipi_dbi.h> 19 compatible = "pine64,pinetime-devkit0"; 23 zephyr,shell-uart = &uart0; 24 zephyr,bt-mon-uart = &uart0; 25 zephyr,bt-c2h-uart = &uart0; [all …]
|
/Zephyr-latest/boards/nordic/thingy52/ |
D | thingy52_nrf52832.dts | 6 * SPDX-License-Identifier: Apache-2.0 9 /dts-v1/; 11 #include "thingy52_nrf52832-pinctrl.dtsi" 12 #include <zephyr/dt-bindings/input/input-event-codes.h> 16 compatible = "nordic,thingy52-nrf52832"; 20 zephyr,shell-uart = &uart0; 21 zephyr,bt-mon-uart = &uart0; 22 zephyr,bt-c2h-uart = &uart0; 25 zephyr,code-partition = &slot0_partition; 39 compatible = "gpio-leds"; [all …]
|
/Zephyr-latest/boards/circuitdojo/feather/ |
D | circuitdojo_feather_nrf9160_common.dtsi | 2 * Copyright (c) 2018-2020 Nordic Semiconductor ASA 5 * SPDX-License-Identifier: Apache-2.0 7 #include "circuitdojo_feather_nrf9160_common-pinctrl.dtsi" 8 #include <zephyr/dt-bindings/input/input-event-codes.h> 12 compatible = "circuitdojo,feather-nrf9160"; 16 zephyr,shell-uart = &uart0; 17 zephyr,uart-mcumgr = &uart0; 21 compatible = "gpio-leds"; 29 compatible = "pwm-leds"; 36 compatible = "gpio-keys"; [all …]
|
/Zephyr-latest/boards/sparkfun/thing_plus/ |
D | sparkfun_thing_plus_nrf9160_common.dtsi | 2 * Copyright (c) 2018-2020 Nordic Semiconductor ASA 5 * SPDX-License-Identifier: Apache-2.0 7 #include "sparkfun_thing_plus_nrf9160_common-pinctrl.dtsi" 8 #include <zephyr/dt-bindings/input/input-event-codes.h> 12 compatible = "sparkfun,thing-plus-nrf9160"; 16 zephyr,shell-uart = &uart0; 17 zephyr,uart-mcumgr = &uart0; 21 compatible = "gpio-leds"; 29 compatible = "pwm-leds"; 36 compatible = "gpio-keys"; [all …]
|
/Zephyr-latest/soc/nordic/nrf54h/bicr/ |
D | bicrgen.py | 3 -------------------- 23 --input <input_file.{hex,json}> \ 24 [--svd <svd_file>] \ 25 [--output <output_file.{hex,json}>] \ 26 [--list] 29 SPDX-License-Identifier: Apache-2.0 46 def __init__(self, regs: ET.Element, name: str, data: bytes | bytearray | None = None) -> None: 59 def offset(self) -> int: 63 def size(self) -> int: 66 def _msk_pos(self, name: str) -> tuple[int, int]: [all …]
|
12