Home
last modified time | relevance | path

Searched full:ina226 (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/drivers/sensor/ti/ina226/
DKconfig1 # INA226 Bidirectional Current/Power Monitor
6 config INA226 config
7 bool "INA226 Current/Power Monitor"
12 Enable driver for INA226 Bidirectional Current/Power Monitor.
15 bool "INA226 VShunt Measurement Enable"
18 Enable shunt voltage measurement for INA226.
21 INA226 based upon the SHUNT_CAL register. This value is useful for
DCMakeLists.txt6 zephyr_library_sources_ifdef(CONFIG_INA226 ina226.c)
Dina226.c13 #include <zephyr/dt-bindings/sensor/ina226.h>
56 LOG_MODULE_REGISTER(INA226, CONFIG_SENSOR_LOG_LEVEL);
206 LOG_ERR("INA226 attribute not supported."); in ina226_attr_set()
232 LOG_ERR("INA226 attribute not supported."); in ina226_attr_get()
/Zephyr-latest/dts/bindings/sensor/
Dti,ina226.yaml5 TI INA226 Bidirectional Current and Power Monitor.
6 The <zephyr/dt-bindings/sensor/ina226.h> file should be included in the
10 compatible: "ti,ina226"
/Zephyr-latest/drivers/sensor/ti/
DCMakeLists.txt8 add_subdirectory_ifdef(CONFIG_INA226 ina226)
DKconfig8 source "drivers/sensor/ti/ina226/Kconfig"
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi25 #include <zephyr/dt-bindings/sensor/ina226.h>
1014 test_i2c_ina226: ina226@8e {
1015 compatible = "ti,ina226";
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst1160 * Added INA226 bidirectional current and power monitor driver (:dtcompatible:`ti,ina226`).