SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
Loading...
Searching...
No Matches
FuelGaugeOperationStatus Class Reference

#include <GaugeBQ27220.hpp>

Public Member Functions

 FuelGaugeOperationStatus (uint16_t value)
 
bool getIsConfigUpdateMode () const
 
bool getIsBtpThresholdExceeded () const
 
bool getIsCapacityAccumulationThrottled () const
 
bool getIsInitializationComplete () const
 
bool getIsDischargeCycleCompliant () const
 
bool getIsBatteryVoltageBelowEdv2 () const
 
uint8_t getSecurityAccessLevel () const
 
bool getIsCalibrationModeEnabled () const
 

Detailed Description

Definition at line 41 of file gauge/ti/GaugeBQ27220.hpp.

Constructor & Destructor Documentation

◆ FuelGaugeOperationStatus()

FuelGaugeOperationStatus::FuelGaugeOperationStatus ( uint16_t  value)
inline

Definition at line 52 of file gauge/ti/GaugeBQ27220.hpp.

Member Function Documentation

◆ getIsBatteryVoltageBelowEdv2()

bool FuelGaugeOperationStatus::getIsBatteryVoltageBelowEdv2 ( ) const
inline

Definition at line 97 of file gauge/ti/GaugeBQ27220.hpp.

Referenced by loop().

◆ getIsBtpThresholdExceeded()

bool FuelGaugeOperationStatus::getIsBtpThresholdExceeded ( ) const
inline

Definition at line 77 of file gauge/ti/GaugeBQ27220.hpp.

Referenced by loop().

◆ getIsCalibrationModeEnabled()

bool FuelGaugeOperationStatus::getIsCalibrationModeEnabled ( ) const
inline

Definition at line 107 of file gauge/ti/GaugeBQ27220.hpp.

Referenced by loop().

◆ getIsCapacityAccumulationThrottled()

bool FuelGaugeOperationStatus::getIsCapacityAccumulationThrottled ( ) const
inline

Definition at line 82 of file gauge/ti/GaugeBQ27220.hpp.

Referenced by loop().

◆ getIsConfigUpdateMode()

bool FuelGaugeOperationStatus::getIsConfigUpdateMode ( ) const
inline

Definition at line 72 of file gauge/ti/GaugeBQ27220.hpp.

Referenced by loop().

◆ getIsDischargeCycleCompliant()

bool FuelGaugeOperationStatus::getIsDischargeCycleCompliant ( ) const
inline

Definition at line 92 of file gauge/ti/GaugeBQ27220.hpp.

Referenced by loop().

◆ getIsInitializationComplete()

bool FuelGaugeOperationStatus::getIsInitializationComplete ( ) const
inline

Definition at line 87 of file gauge/ti/GaugeBQ27220.hpp.

Referenced by loop().

◆ getSecurityAccessLevel()

uint8_t FuelGaugeOperationStatus::getSecurityAccessLevel ( ) const
inline

Definition at line 102 of file gauge/ti/GaugeBQ27220.hpp.

Referenced by loop().


The documentation for this class was generated from the following file: