|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
#include <AXP2101Regs.hpp>
Static Public Attributes | |
| static constexpr uint8_t | IPRECHG_SET = 0x61 |
| static constexpr uint8_t | ICC_SETTING = 0x62 |
| static constexpr uint8_t | ITERM_CTRL = 0x63 |
| static constexpr uint8_t | CV_CHG_VOLTAGE = 0x64 |
| static constexpr uint8_t | THERMAL_REG_THRESH = 0x65 |
| static constexpr uint8_t | CHG_TIMER_CFG = 0x67 |
| static constexpr uint8_t | BAT_DETECT_CTRL = 0x68 |
| static constexpr uint8_t | CHGLED_CFG = 0x69 |
| static constexpr uint8_t | BTN_BAT_CHG_VOL = 0x6A |
Definition at line 113 of file AXP2101Regs.hpp.
|
staticconstexpr |
Definition at line 120 of file AXP2101Regs.hpp.
Referenced by AXP2101Charger::disableBatteryDetection(), AXP2101Charger::enableBatteryDetection(), AXP2101Core::enableModule(), AXP2101Charger::isBatteryDetectionEnabled(), and AXP2101Core::isModuleEnabled().
|
staticconstexpr |
Definition at line 122 of file AXP2101Regs.hpp.
Referenced by AXP2101Charger::getButtonBatteryChargeVoltage(), and AXP2101Charger::setButtonBatteryChargeVoltage().
|
staticconstexpr |
Definition at line 119 of file AXP2101Regs.hpp.
Referenced by AXP2101Charger::setChargeDoneSafetyTimer(), and AXP2101Charger::setPreChargeSafetyTimer().
|
staticconstexpr |
Definition at line 121 of file AXP2101Regs.hpp.
Referenced by AXP2101Led::getManualState(), AXP2101Led::getMode(), AXP2101Led::setManualState(), and AXP2101Led::setMode().
|
staticconstexpr |
Definition at line 117 of file AXP2101Regs.hpp.
Referenced by AXP2101Charger::getChargeVoltage(), and AXP2101Charger::setChargeVoltage().
|
staticconstexpr |
Definition at line 115 of file AXP2101Regs.hpp.
Referenced by AXP2101Charger::getFastChargeCurrent(), and AXP2101Charger::setFastChargeCurrent().
|
staticconstexpr |
Definition at line 114 of file AXP2101Regs.hpp.
Referenced by AXP2101Charger::getPreChargeCurrent(), and AXP2101Charger::setPreChargeCurrent().
|
staticconstexpr |
Definition at line 116 of file AXP2101Regs.hpp.
Referenced by AXP2101Charger::disableChargeTermination(), AXP2101Charger::enableChargeTermination(), AXP2101Charger::getTerminationCurrent(), AXP2101Charger::isChargeTerminationEnabled(), and AXP2101Charger::setTerminationCurrent().
|
staticconstexpr |
Definition at line 118 of file AXP2101Regs.hpp.
Referenced by AXP2101Charger::getThermalRegulationThreshold(), and AXP2101Charger::setThermalRegulationThreshold().