|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
BMU status, data buffer, fault, and module-enable registers. More...
#include <AXP517Regs.hpp>
Static Public Attributes | |
| static constexpr uint8_t | STATUS0 = 0x00 |
| BMU status0. | |
| static constexpr uint8_t | STATUS1 = 0x01 |
| BMU status1. | |
| static constexpr uint8_t | DATA_BUFFER0 = 0x04 |
| Data Buffer0. | |
| static constexpr uint8_t | BC_DETECT = 0x05 |
| BC_detect (status/result) | |
| static constexpr uint8_t | FAULT0 = 0x06 |
| BMU fault0. | |
| static constexpr uint8_t | FAULT1 = 0x08 |
| BMU fault1. | |
| static constexpr uint8_t | MODULE_EN0 = 0x0B |
| Module enable control0. | |
| static constexpr uint8_t | DATA_BUFFER1 = 0x0C |
| Data Buffer1. | |
| static constexpr uint8_t | DATA_BUFFER2 = 0x0D |
| Data Buffer2. | |
BMU status, data buffer, fault, and module-enable registers.
Definition at line 47 of file AXP517Regs.hpp.
|
staticconstexpr |
BC_detect (status/result)
Definition at line 51 of file AXP517Regs.hpp.
Referenced by AXP517Bc12::readResult().
|
staticconstexpr |
Data Buffer0.
Definition at line 50 of file AXP517Regs.hpp.
|
staticconstexpr |
Data Buffer1.
Definition at line 55 of file AXP517Regs.hpp.
|
staticconstexpr |
Data Buffer2.
Definition at line 56 of file AXP517Regs.hpp.
|
staticconstexpr |
BMU fault0.
Definition at line 52 of file AXP517Regs.hpp.
|
staticconstexpr |
BMU fault1.
Definition at line 53 of file AXP517Regs.hpp.
|
staticconstexpr |
Module enable control0.
Definition at line 54 of file AXP517Regs.hpp.
Referenced by AXP517Core::enableModule(), and AXP517Core::isModuleEnabled().
|
staticconstexpr |
BMU status0.
Definition at line 48 of file AXP517Regs.hpp.
Referenced by AXP517Power::enableRBFET(), AXP517Charger::getStatus(), AXP517Power::isShipModeEnabled(), and AXP517Adc::read().
|
staticconstexpr |
BMU status1.
Definition at line 49 of file AXP517Regs.hpp.