Home
last modified time | relevance | path

Searched +full:shunt +full:- +full:resistor +full:- +full:micro +full:- +full:ohms (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/dts/bindings/iio/afe/
Dcurrent-sense-shunt.yaml2 # SPDX-License-Identifier: Apache-2.0
5 When an io-channel measures the voltage over a current sense shunt,
7 shunt, not the voltage over it. This binding describes such a current
11 https://www.kernel.org/doc/Documentation/devicetree/bindings/iio/afe/current-sense-shunt.yaml
13 compatible: "current-sense-shunt"
18 io-channels:
23 shunt-resistor-micro-ohms:
27 Resistance of the shunt resistor in micro-ohms
/Zephyr-latest/tests/drivers/adc/adc_rescale/boards/
Dnative_sim.overlay4 * 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/dts/bindings/sensor/
Dti,ina226.yaml2 # SPDX-License-Identifier: Apache-2.0
6 The <zephyr/dt-bindings/sensor/ina226.h> file should be included in the
12 include: [sensor-device.yaml, i2c-device.yaml]
15 avg-count:
19 Default is the power-on reset value.
23 vbus-conversion-time-us:
27 Default is the power-on reset value.
31 vshunt-conversion-time-us:
35 Default is the power-on reset value.
39 operating-mode:
[all …]
Dti,ina23x-common.yaml4 # SPDX-License-Identifier: Apache-2.0
7 include: [sensor-device.yaml, i2c-device.yaml]
10 current-lsb-microamps:
17 current-lsb(A) = maximum expected current(A) / 2^15
21 current-lsb(A) = 15A / 2^15 ~= 457uA
27 rshunt-micro-ohms:
30 description: Shunt resistor value in microOhms
32 alert-gpios:
33 type: phandle-array
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi4 * SPDX-License-Identifier: Apache-2.0
9 #include <zephyr/dt-bindings/sensor/lsm6dsv16x.h>
10 #include <zephyr/dt-bindings/sensor/lsm6dso.h>
11 #include <zephyr/dt-bindings/sensor/lsm6dso16is.h>
12 #include <zephyr/dt-bindings/sensor/lps22hh.h>
13 #include <zephyr/dt-bindings/sensor/lps2xdf.h>
14 #include <zephyr/dt-bindings/sensor/lis2ds12.h>
15 #include <zephyr/dt-bindings/sensor/lis2dw12.h>
16 #include <zephyr/dt-bindings/sensor/ism330dhcx.h>
17 #include <zephyr/dt-bindings/sensor/iis2dlpc.h>
[all …]