|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
This is the complete list of members for PmicChargerBase, including all inherited members.
| ChargingStatus enum name | PmicChargerBase | |
| enableCharging(bool enable)=0 | PmicChargerBase | pure virtual |
| getChargeVoltage()=0 | PmicChargerBase | pure virtual |
| getFastChargeCurrent()=0 | PmicChargerBase | pure virtual |
| getPreChargeCurrent()=0 | PmicChargerBase | pure virtual |
| getStatus()=0 | PmicChargerBase | pure virtual |
| getTerminationCurrent()=0 | PmicChargerBase | pure virtual |
| isCharging()=0 | PmicChargerBase | pure virtual |
| setChargeVoltage(uint16_t mV)=0 | PmicChargerBase | pure virtual |
| setFastChargeCurrent(uint16_t mA)=0 | PmicChargerBase | pure virtual |
| setPreChargeCurrent(uint16_t mA)=0 | PmicChargerBase | pure virtual |
| setTerminationCurrent(uint16_t mA)=0 | PmicChargerBase | pure virtual |
| ~PmicChargerBase()=default | PmicChargerBase | virtual |