SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
Loading...
Searching...
No Matches
axp517_regs::irq Struct Reference

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.
 

Detailed Description

PMIC interrupt enable and status registers.

Definition at line 99 of file AXP517Regs.hpp.

Member Data Documentation

◆ ENABLE0

constexpr uint8_t axp517_regs::irq::ENABLE0 = 0x40
staticconstexpr

IRQ Enable 0.

Definition at line 100 of file AXP517Regs.hpp.

Referenced by AXP517Irq::disable(), and AXP517Irq::enable().

◆ ENABLE1

constexpr uint8_t axp517_regs::irq::ENABLE1 = 0x41
staticconstexpr

IRQ Enable 1.

Definition at line 101 of file AXP517Regs.hpp.

◆ ENABLE2

constexpr uint8_t axp517_regs::irq::ENABLE2 = 0x42
staticconstexpr

IRQ Enable 2.

Definition at line 102 of file AXP517Regs.hpp.

◆ ENABLE3

constexpr uint8_t axp517_regs::irq::ENABLE3 = 0x43
staticconstexpr

IRQ Enable 3.

Definition at line 103 of file AXP517Regs.hpp.

◆ STATUS0

constexpr uint8_t axp517_regs::irq::STATUS0 = 0x48
staticconstexpr

IRQ Status 0.

Definition at line 104 of file AXP517Regs.hpp.

Referenced by AXP517Tcpc::clearPmicIrqStatus(), AXP517Irq::clearStatus(), and AXP517Irq::readStatus().

◆ STATUS1

constexpr uint8_t axp517_regs::irq::STATUS1 = 0x49
staticconstexpr

IRQ Status 1.

Definition at line 105 of file AXP517Regs.hpp.

◆ STATUS2

constexpr uint8_t axp517_regs::irq::STATUS2 = 0x4A
staticconstexpr

IRQ Status 2.

Definition at line 106 of file AXP517Regs.hpp.

◆ STATUS3

constexpr uint8_t axp517_regs::irq::STATUS3 = 0x4B
staticconstexpr

IRQ Status 3.

Definition at line 107 of file AXP517Regs.hpp.

Referenced by AXP517Tcpc::clearPmicIrqStatus().


The documentation for this struct was generated from the following file: