|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
PMIC interrupt enable and status registers. More...
#include <AXP517Regs.hpp>
Static Public Attributes | |
| static constexpr uint8_t | ENABLE0 = 0x40 |
| IRQ Enable 0. | |
| static constexpr uint8_t | ENABLE1 = 0x41 |
| IRQ Enable 1. | |
| static constexpr uint8_t | ENABLE2 = 0x42 |
| IRQ Enable 2. | |
| static constexpr uint8_t | ENABLE3 = 0x43 |
| IRQ Enable 3. | |
| static constexpr uint8_t | STATUS0 = 0x48 |
| IRQ Status 0. | |
| static constexpr uint8_t | STATUS1 = 0x49 |
| IRQ Status 1. | |
| static constexpr uint8_t | STATUS2 = 0x4A |
| IRQ Status 2. | |
| static constexpr uint8_t | STATUS3 = 0x4B |
| IRQ Status 3. | |
PMIC interrupt enable and status registers.
Definition at line 99 of file AXP517Regs.hpp.
|
staticconstexpr |
IRQ Enable 0.
Definition at line 100 of file AXP517Regs.hpp.
Referenced by AXP517Irq::disable(), and AXP517Irq::enable().
|
staticconstexpr |
IRQ Enable 1.
Definition at line 101 of file AXP517Regs.hpp.
|
staticconstexpr |
IRQ Enable 2.
Definition at line 102 of file AXP517Regs.hpp.
|
staticconstexpr |
IRQ Enable 3.
Definition at line 103 of file AXP517Regs.hpp.
|
staticconstexpr |
IRQ Status 0.
Definition at line 104 of file AXP517Regs.hpp.
Referenced by AXP517Tcpc::clearPmicIrqStatus(), AXP517Irq::clearStatus(), and AXP517Irq::readStatus().
|
staticconstexpr |
IRQ Status 1.
Definition at line 105 of file AXP517Regs.hpp.
|
staticconstexpr |
IRQ Status 2.
Definition at line 106 of file AXP517Regs.hpp.
|
staticconstexpr |
IRQ Status 3.
Definition at line 107 of file AXP517Regs.hpp.
Referenced by AXP517Tcpc::clearPmicIrqStatus().