Lines Matching +full:bus +full:- +full:power
6 * Burr-Brown / Texas Instruments INA209
10 Addresses scanned: -
16 - Paul Hays <[email protected]>
17 - Ira W. Snyder <[email protected]>
18 - Guenter Roeck <linux@roeck-us.net>
22 -----------
24 The TI / Burr-Brown INA209 monitors voltage, current, and power on the high side
25 of a D.C. power supply. It can perform measurements and calculations in the
27 calibration multiplier to scale the displayed current and power values.
31 -------------
34 the I2C bus. See the datasheet for details.
53 in1_input bus voltage (mV)
54 in1_input_highest bus voltage historical maximum reading (mV)
55 in1_input_lowest bus voltage historical minimum reading (mV)
56 in1_reset_history reset bus voltage history
57 in1_max bus voltage max alarm limit (mV)
58 in1_min bus voltage min alarm limit (mV)
59 in1_crit_max bus voltage crit max alarm limit (mV)
60 in1_crit_min bus voltage crit min alarm limit (mV)
61 in1_max_alarm bus voltage max alarm limit exceeded
62 in1_min_alarm bus voltage min alarm limit exceeded
63 in1_crit_max_alarm bus voltage crit max alarm limit exceeded
64 in1_crit_min_alarm bus voltage crit min alarm limit exceeded
66 power1_input power measurement (uW)
67 power1_input_highest power historical maximum reading (uW)
68 power1_reset_history reset power history
69 power1_max power max alarm limit (uW)
70 power1_crit power crit alarm limit (uW)
71 power1_max_alarm power max alarm limit exceeded
72 power1_crit_alarm power crit alarm limit exceeded
77 to average results for shunt and bus voltages.
81 ---------------
83 The power and current registers in this chip require that the calibration
95 -----------