|
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 | COMMON_CFG = 0x10 |
| static constexpr uint8_t | BATFET_CTRL = 0x12 |
| static constexpr uint8_t | DIE_TEMP_CFG = 0x13 |
| static constexpr uint8_t | MIN_SYS_VOLTAGE = 0x14 |
| static constexpr uint8_t | INPUT_VOLT_LIMIT = 0x15 |
| static constexpr uint8_t | INPUT_CURR_LIMIT = 0x16 |
| static constexpr uint8_t | RESET_FUEL_GAUGE = 0x17 |
| static constexpr uint8_t | MODULE_EN = 0x18 |
| static constexpr uint8_t | WDT_CTRL = 0x19 |
| static constexpr uint8_t | LOW_BAT_WARN_SET = 0x1A |
Definition at line 45 of file AXP2101Regs.hpp.
|
staticconstexpr |
Definition at line 47 of file AXP2101Regs.hpp.
Referenced by AXP2101Power::enableShipMode(), and AXP2101Power::isShipModeEnabled().
|
staticconstexpr |
Definition at line 46 of file AXP2101Regs.hpp.
Referenced by AXP2101Power::disableInternalDischarge(), AXP2101Power::enableInternalDischarge(), AXP2101Power::resetSoC(), and AXP2101Power::softShutdown().
|
staticconstexpr |
Definition at line 48 of file AXP2101Regs.hpp.
Referenced by AXP2101Power::enableDieTempDetection(), AXP2101Power::getDieTempLevel1Threshold(), AXP2101Power::isDieTempDetectionEnabled(), and AXP2101Power::setDieTempLevel1Threshold().
|
staticconstexpr |
Definition at line 51 of file AXP2101Regs.hpp.
Referenced by AXP2101Power::getInputCurrentLimit(), and AXP2101Power::setInputCurrentLimit().
|
staticconstexpr |
Definition at line 50 of file AXP2101Regs.hpp.
Referenced by AXP2101Power::getInputVoltageLimit(), and AXP2101Power::setInputVoltageLimit().
|
staticconstexpr |
Definition at line 55 of file AXP2101Regs.hpp.
Referenced by AXP2101Power::getLowBatShutdownThreshold(), AXP2101Power::getLowBatWarnThreshold(), AXP2101Power::setLowBatShutdownThreshold(), and AXP2101Power::setLowBatWarnThreshold().
|
staticconstexpr |
Definition at line 49 of file AXP2101Regs.hpp.
Referenced by AXP2101Power::getMinimumSystemVoltage(), and AXP2101Power::setMinimumSystemVoltage().
|
staticconstexpr |
Definition at line 53 of file AXP2101Regs.hpp.
Referenced by AXP2101Charger::disableButtonBatteryCharge(), AXP2101Charger::enableButtonBatteryCharge(), AXP2101Core::enableModule(), AXP2101Charger::isButtonBatteryChargeEnabled(), and AXP2101Core::isModuleEnabled().
|
staticconstexpr |
Definition at line 52 of file AXP2101Regs.hpp.
Referenced by AXP2101Power::compareGaugeData(), and AXP2101Power::writeGaugeData().
|
staticconstexpr |
Definition at line 54 of file AXP2101Regs.hpp.
Referenced by AXP2101Watchdog::getWatchdogTimeout(), AXP2101Watchdog::resetWatchdog(), AXP2101Core::setWatchdogConfig(), and AXP2101Watchdog::setWatchdogTimeout().