|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
Battery charger parameter registers. More...
#include <AXP517Regs.hpp>
Static Public Attributes | |
| static constexpr uint8_t | IPRECHG_ITRICHG = 0x61 |
| Iprechg/Itrichg setting. | |
| static constexpr uint8_t | ICC_SETTING = 0x62 |
| ICC setting. | |
| static constexpr uint8_t | ITERM_CTRL = 0x63 |
| Iterm setting and control. | |
| static constexpr uint8_t | CV_CHG_VOLTAGE = 0x64 |
| CV charger voltage setting. | |
| static constexpr uint8_t | THERMAL_REG_THRESH = 0x65 |
| Thermal regulation threshold setting. | |
| static constexpr uint8_t | CHG_TIMER_CFG = 0x67 |
| Charger timer configure. | |
| static constexpr uint8_t | BAT_DETECT_CTRL = 0x68 |
| Battery detection control. | |
Battery charger parameter registers.
Definition at line 133 of file AXP517Regs.hpp.
|
staticconstexpr |
Battery detection control.
Definition at line 140 of file AXP517Regs.hpp.
|
staticconstexpr |
Charger timer configure.
Definition at line 139 of file AXP517Regs.hpp.
|
staticconstexpr |
CV charger voltage setting.
Definition at line 137 of file AXP517Regs.hpp.
Referenced by AXP517Charger::getChargeVoltage(), and AXP517Charger::setChargeVoltage().
|
staticconstexpr |
ICC setting.
Definition at line 135 of file AXP517Regs.hpp.
Referenced by AXP517Charger::getFastChargeCurrent(), and AXP517Charger::setFastChargeCurrent().
|
staticconstexpr |
Iprechg/Itrichg setting.
Definition at line 134 of file AXP517Regs.hpp.
Referenced by AXP517Charger::getPreChargeCurrent(), and AXP517Charger::setPreChargeCurrent().
|
staticconstexpr |
Iterm setting and control.
Definition at line 136 of file AXP517Regs.hpp.
Referenced by AXP517Charger::getTerminationCurrent(), and AXP517Charger::setTerminationCurrent().
|
staticconstexpr |
Thermal regulation threshold setting.
Definition at line 138 of file AXP517Regs.hpp.