Edit

Share via


Ina219OperatingMode Enum

Definition

An enumeration representing the operating modes available on the INA219 device.

public enum Ina219OperatingMode
type Ina219OperatingMode = 
Public Enum Ina219OperatingMode
Inheritance
Ina219OperatingMode

Fields

AdcOff 4

Mode to disable the ADC

BusVoltageContinuous 6

Mode to read the bus voltage on continuously

BusVoltageTriggered 2

Mode to read the bus voltage on demand

PowerDown 0

Power Down mode

ShuntAndBusContinuous 7

Mode to read the shunt and bus voltage on continuously

ShuntAndBusTriggered 3

Mode to read the shunt and bus voltage on demand

ShuntVoltageContinuous 5

Mode to read the shunt voltage on continuously

ShuntVoltageTriggered 1

Mode to read the shunt voltage on demand

Applies to