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

#include <AXP202Regs.hpp>

Static Public Attributes

static constexpr uint8_t BAT_CHGCOULOMB3 = 0xB0
 
static constexpr uint8_t BAT_CHGCOULOMB2 = 0xB1
 
static constexpr uint8_t BAT_CHGCOULOMB1 = 0xB2
 
static constexpr uint8_t BAT_CHGCOULOMB0 = 0xB3
 
static constexpr uint8_t BAT_DISCHGCOULOMB3 = 0xB4
 
static constexpr uint8_t BAT_DISCHGCOULOMB2 = 0xB5
 
static constexpr uint8_t BAT_DISCHGCOULOMB1 = 0xB6
 
static constexpr uint8_t BAT_DISCHGCOULOMB0 = 0xB7
 
static constexpr uint8_t COULOMB_CTL = 0xB8
 

Detailed Description

Definition at line 196 of file AXP202Regs.hpp.

Member Data Documentation

◆ BAT_CHGCOULOMB0

constexpr uint8_t axp202_regs::coulomb::BAT_CHGCOULOMB0 = 0xB3
staticconstexpr

Definition at line 200 of file AXP202Regs.hpp.

◆ BAT_CHGCOULOMB1

constexpr uint8_t axp202_regs::coulomb::BAT_CHGCOULOMB1 = 0xB2
staticconstexpr

Definition at line 199 of file AXP202Regs.hpp.

◆ BAT_CHGCOULOMB2

constexpr uint8_t axp202_regs::coulomb::BAT_CHGCOULOMB2 = 0xB1
staticconstexpr

Definition at line 198 of file AXP202Regs.hpp.

◆ BAT_CHGCOULOMB3

constexpr uint8_t axp202_regs::coulomb::BAT_CHGCOULOMB3 = 0xB0
staticconstexpr

Definition at line 197 of file AXP202Regs.hpp.

Referenced by AXP202Coulomb::getChargeCoulomb().

◆ BAT_DISCHGCOULOMB0

constexpr uint8_t axp202_regs::coulomb::BAT_DISCHGCOULOMB0 = 0xB7
staticconstexpr

Definition at line 204 of file AXP202Regs.hpp.

◆ BAT_DISCHGCOULOMB1

constexpr uint8_t axp202_regs::coulomb::BAT_DISCHGCOULOMB1 = 0xB6
staticconstexpr

Definition at line 203 of file AXP202Regs.hpp.

◆ BAT_DISCHGCOULOMB2

constexpr uint8_t axp202_regs::coulomb::BAT_DISCHGCOULOMB2 = 0xB5
staticconstexpr

Definition at line 202 of file AXP202Regs.hpp.

◆ BAT_DISCHGCOULOMB3

constexpr uint8_t axp202_regs::coulomb::BAT_DISCHGCOULOMB3 = 0xB4
staticconstexpr

Definition at line 201 of file AXP202Regs.hpp.

Referenced by AXP202Coulomb::getDischargeCoulomb().

◆ COULOMB_CTL

constexpr uint8_t axp202_regs::coulomb::COULOMB_CTL = 0xB8
staticconstexpr

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