Expand description
Embedded driver for the INA3221 current and power monitor
Provides a platform agnostic driver for the INA3221 triple-channel current and power monitor that can be used with any embedded-hal v1.0 blocking I2C implementation.
Modules
Structs
- Represents a current value, stored as whole microamps (μA). This value can only be positive.
- Device driver for the INA3221 current and power monitor
- Represents status and configuration flags for alerts
- Represents a resistance value, stored as whole milliohms (mΩ). This value can only be positive.
- Represents a voltage value, stored as whole microvolts (μV). This value can be positive or negative.
Enums
- Represents the operating mode of the INA3221
Traits
- Extension trait for simple short-hands for creating
Current
values fromf32
values. - Extension trait for simple short-hands for creating
Current
values fromu32
values. - Extension trait for simple short-hands for creating
Resistance
values fromf32
values. - Extension trait for simple short-hands for creating
Resistance
values fromu32
values. - Extension trait for simple short-hands for creating
Voltage
values fromf32
values. - Extension trait for simple short-hands for creating
Voltage
values fromi32
values.