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

Battery Management Unit (BMU) registers. More...

#include <AXP192Regs.hpp>

Static Public Attributes

static constexpr uint8_t STATUS = 0x00
 
static constexpr uint8_t MODE_CHGSTATUS = 0x01
 
static constexpr uint8_t OTG_STATUS = 0x02
 
static constexpr uint8_t IC_TYPE = 0x03
 
static constexpr uint8_t DATA_BUFFER1 = 0x06
 
static constexpr uint8_t DATA_BUFFER2 = 0x07
 
static constexpr uint8_t DATA_BUFFER3 = 0x08
 
static constexpr uint8_t DATA_BUFFER4 = 0x09
 

Detailed Description

Battery Management Unit (BMU) registers.

Definition at line 48 of file AXP192Regs.hpp.

Member Data Documentation

◆ DATA_BUFFER1

constexpr uint8_t axp192_regs::bmu::DATA_BUFFER1 = 0x06
staticconstexpr

Definition at line 53 of file AXP192Regs.hpp.

◆ DATA_BUFFER2

constexpr uint8_t axp192_regs::bmu::DATA_BUFFER2 = 0x07
staticconstexpr

Definition at line 54 of file AXP192Regs.hpp.

◆ DATA_BUFFER3

constexpr uint8_t axp192_regs::bmu::DATA_BUFFER3 = 0x08
staticconstexpr

Definition at line 55 of file AXP192Regs.hpp.

◆ DATA_BUFFER4

constexpr uint8_t axp192_regs::bmu::DATA_BUFFER4 = 0x09
staticconstexpr

Definition at line 56 of file AXP192Regs.hpp.

◆ IC_TYPE

constexpr uint8_t axp192_regs::bmu::IC_TYPE = 0x03
staticconstexpr

Definition at line 52 of file AXP192Regs.hpp.

Referenced by PmicAXP192::getChipID().

◆ MODE_CHGSTATUS

constexpr uint8_t axp192_regs::bmu::MODE_CHGSTATUS = 0x01
staticconstexpr

◆ OTG_STATUS

constexpr uint8_t axp192_regs::bmu::OTG_STATUS = 0x02
staticconstexpr

Definition at line 51 of file AXP192Regs.hpp.

◆ STATUS

constexpr uint8_t axp192_regs::bmu::STATUS = 0x00
staticconstexpr

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