Searched full:ina226 (Results 1 – 8 of 8) sorted by relevance
1 # INA226 Bidirectional Current/Power Monitor6 config INA226 config7 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
6 zephyr_library_sources_ifdef(CONFIG_INA226 ina226.c)
13 #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()
5 TI INA226 Bidirectional Current and Power Monitor.6 The <zephyr/dt-bindings/sensor/ina226.h> file should be included in the10 compatible: "ti,ina226"
8 add_subdirectory_ifdef(CONFIG_INA226 ina226)
8 source "drivers/sensor/ti/ina226/Kconfig"
25 #include <zephyr/dt-bindings/sensor/ina226.h>1014 test_i2c_ina226: ina226@8e {1015 compatible = "ti,ina226";
1160 * Added INA226 bidirectional current and power monitor driver (:dtcompatible:`ti,ina226`).