|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
#include <AXP202Regs.hpp>
Static Public Attributes | |
| static constexpr uint8_t | CHARGE1 = 0x33 |
| static constexpr uint8_t | CHARGE2 = 0x34 |
| static constexpr uint8_t | BACKUP_CHG = 0x35 |
| static constexpr uint8_t | VLTF_CHGSET = 0x38 |
| static constexpr uint8_t | VHTF_CHGSET = 0x39 |
| static constexpr uint8_t | TLTF_DISCHGSET = 0x3C |
| static constexpr uint8_t | THTF_DISCHGSET = 0x3D |
| static constexpr uint16_t | CHG_CUR_MIN = 300 |
| static constexpr uint16_t | CHG_CUR_MAX = 1800 |
| static constexpr uint16_t | CHG_CUR_STEP = 100 |
Definition at line 116 of file AXP202Regs.hpp.
|
staticconstexpr |
Definition at line 119 of file AXP202Regs.hpp.
Referenced by AXP202ChargerEx::enableBackupCharger(), AXP202ChargerEx::getBackupChargerCurrent(), AXP202ChargerEx::getBackupChargerVoltage(), AXP202ChargerEx::isBackupChargerEnabled(), AXP202ChargerEx::setBackupChargerCurrent(), and AXP202ChargerEx::setBackupChargerVoltage().
|
staticconstexpr |
Definition at line 117 of file AXP202Regs.hpp.
|
staticconstexpr |
Definition at line 118 of file AXP202Regs.hpp.
Referenced by AXP202ChargerEx::getConstantCurrentTimeout(), AXP202ChargerEx::getPrechargeTimeout(), AXP202ChargerEx::setConstantCurrentTimeout(), and AXP202ChargerEx::setPrechargeTimeout().
|
staticconstexpr |
Definition at line 127 of file AXP202Regs.hpp.
|
staticconstexpr |
Definition at line 126 of file AXP202Regs.hpp.
|
staticconstexpr |
Definition at line 128 of file AXP202Regs.hpp.
|
staticconstexpr |
Definition at line 123 of file AXP202Regs.hpp.
Referenced by AXP202ChargerEx::getDischargeHighTempThreshold(), and AXP202ChargerEx::setDischargeHighTempThreshold().
|
staticconstexpr |
Definition at line 122 of file AXP202Regs.hpp.
Referenced by AXP202ChargerEx::getDischargeLowTempThreshold(), and AXP202ChargerEx::setDischargeLowTempThreshold().
|
staticconstexpr |
Definition at line 121 of file AXP202Regs.hpp.
Referenced by AXP202ChargerEx::getChargeHighTempThreshold(), and AXP202ChargerEx::setChargeHighTempThreshold().
|
staticconstexpr |
Definition at line 120 of file AXP202Regs.hpp.
Referenced by AXP202ChargerEx::getChargeLowTempThreshold(), and AXP202ChargerEx::setChargeLowTempThreshold().