Home
last modified time | relevance | path

Searched +full:current +full:- +full:lsb +full:- +full:microamps (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/drivers/sensor/ina237/boards/
Dnative_sim.overlay2 * SPDX-License-Identifier: Apache-2.0
5 #include <zephyr/dt-bindings/sensor/ina237.h>
14 rshunt-micro-ohms = <400>;
15 current-lsb-microamps = <123>;
23 high-precision;
24 rshunt-micro-ohms = <400>;
25 current-lsb-microamps = <123>;
29 /* high precision mode, maximum current lsb */
33 high-precision;
34 rshunt-micro-ohms = <0x00ff>;
[all …]
/Zephyr-latest/tests/drivers/sensor/ina230/boards/
Dnative_sim.overlay2 * SPDX-License-Identifier: Apache-2.0
5 #include <zephyr/dt-bindings/sensor/ina230.h>
14 rshunt-micro-ohms = <2000>;
15 current-lsb-microamps = <1000>;
22 rshunt-micro-ohms = <2000>;
23 current-lsb-microamps = <1000>;
/Zephyr-latest/dts/bindings/sensor/
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
19 (sensor has 15 bits). For example, if maximum expected current is 15A:
21 current-lsb(A) = 15A / 2^15 ~= 457uA
23 Rounded values may be used for convenience, e.g. 500uA/LSB or 1mA/LSB
24 while keeping a good measurement resolution. The units are in uA/LSB
27 rshunt-micro-ohms:
32 alert-gpios:
[all …]
Dti,ina226.yaml2 # SPDX-License-Identifier: Apache-2.0
5 TI INA226 Bidirectional Current and Power Monitor.
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.
[all …]
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/
Dnrf5340_audio_dk_nrf5340_cpuapp_common.dtsi2 * 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/boards/st/stm32g071b_disco/
Dstm32g071b_disco.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <st/g0/stm32g071r(6-8-b)tx-pinctrl.dtsi>
10 #include <zephyr/dt-bindings/sensor/ina230.h>
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
15 compatible = "st,stm32g071-demo";
19 zephyr,shell-uart = &usart3;
25 compatible = "gpio-leds";
45 compatible = "gpio-keys";
74 compatible = "gpio-leds";
[all …]
/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 …]
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst14 * Introduced :ref:`USB-C <usbc_api>` device stack with PD (power delivery)
17 CMSIS-DSP as the default backend.
30 * CVE-2023-0359: Under embargo until 2023-04-20
32 * CVE-2023-0779: Under embargo until 2023-04-22
66 removed in favor of new :dtcompatible:`zephyr,flash-disk` devicetree binding.
71 * Starting from this release ``zephyr-`` prefixed tags won't be created
82 image states). Use of a truncated hash or non-sha256 hash will still work
88 registration function at boot-up. If applications register this then
93 application code, these will now automatically be registered at boot-up (this
129 This may cause out-of-tree scripts or commands to fail if they have relied
[all …]