|
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 | PWRON_STATUS = 0x20 |
| static constexpr uint8_t | PWROFF_STATUS = 0x21 |
| static constexpr uint8_t | PWROFF_EN = 0x22 |
| static constexpr uint8_t | DC_OVP_UVP_CTRL = 0x23 |
| static constexpr uint8_t | VOFF_SET = 0x24 |
| static constexpr uint8_t | PWROK_SEQU_CTRL = 0x25 |
| static constexpr uint8_t | SLEEP_WAKEUP_CTRL = 0x26 |
| static constexpr uint8_t | IRQ_OFF_ON_LEVEL = 0x27 |
| static constexpr uint8_t | FAST_PWRON_SET0 = 0x28 |
| static constexpr uint8_t | FAST_PWRON_SET1 = 0x29 |
| static constexpr uint8_t | FAST_PWRON_SET2 = 0x2A |
| static constexpr uint8_t | FAST_PWRON_CTRL = 0x2B |
Definition at line 58 of file AXP2101Regs.hpp.
|
staticconstexpr |
Definition at line 62 of file AXP2101Regs.hpp.
Referenced by AXP2101Power::isDCLowVoltageProtectionEnabled(), AXP2101Power::isDCOverVoltageProtectionEnabled(), AXP2101Power::setDCLowVoltageProtection(), and AXP2101Power::setDCOverVoltageProtection().
|
staticconstexpr |
Definition at line 70 of file AXP2101Regs.hpp.
Referenced by AXP2101Power::enableFastPowerOn(), AXP2101Power::enableFastWakeup(), AXP2101Power::getFastPowerOnSequence(), AXP2101Power::isFastPowerOnEnabled(), AXP2101Power::isFastWakeupEnabled(), and AXP2101Power::setFastPowerOnSequence().
|
staticconstexpr |
Definition at line 67 of file AXP2101Regs.hpp.
Referenced by AXP2101Power::getFastPowerOnSequence(), and AXP2101Power::setFastPowerOnSequence().
|
staticconstexpr |
Definition at line 68 of file AXP2101Regs.hpp.
Referenced by AXP2101Power::getFastPowerOnSequence(), and AXP2101Power::setFastPowerOnSequence().
|
staticconstexpr |
Definition at line 69 of file AXP2101Regs.hpp.
Referenced by AXP2101Power::getFastPowerOnSequence(), and AXP2101Power::setFastPowerOnSequence().
|
staticconstexpr |
Definition at line 66 of file AXP2101Regs.hpp.
Referenced by AXP2101Pwron::getIrqDurationMs(), AXP2101Pwron::getOffDurationMs(), and AXP2101Pwron::getOnDurationMs().
|
staticconstexpr |
Definition at line 61 of file AXP2101Regs.hpp.
Referenced by AXP2101Power::disableLongPressShutdown(), AXP2101Power::disableOverTempShutdown(), AXP2101Power::enableLongPressShutdown(), AXP2101Power::enableOverTempShutdown(), and AXP2101Power::setLongPressAction().
|
staticconstexpr |
Definition at line 60 of file AXP2101Regs.hpp.
Referenced by AXP2101Power::getPowerOffStatus().
|
staticconstexpr |
Definition at line 64 of file AXP2101Regs.hpp.
Referenced by AXP2101Power::disablePowerOffDelay(), AXP2101Power::disablePowerSequence(), AXP2101Power::disablePwrOk(), AXP2101Power::enablePowerOffDelay(), AXP2101Power::enablePowerSequence(), AXP2101Power::enablePwrOk(), AXP2101Power::getPwrOkDelay(), and AXP2101Power::setPwrOkDelay().
|
staticconstexpr |
Definition at line 59 of file AXP2101Regs.hpp.
Referenced by AXP2101Power::getPowerOnStatus().
|
staticconstexpr |
Definition at line 65 of file AXP2101Regs.hpp.
Referenced by AXP2101Power::disableSleep(), AXP2101Power::disableWakeup(), AXP2101Power::enableSleep(), and AXP2101Power::enableWakeup().
|
staticconstexpr |
Definition at line 63 of file AXP2101Regs.hpp.
Referenced by AXP2101Power::getSysPowerDownVoltage(), and AXP2101Power::setSysPowerDownVoltage().