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

Basic battery gauge status registers. More...

#include <AXP517Regs.hpp>

Static Public Attributes

static constexpr uint8_t BAT_PARAM = 0x70
 Battery parameter.
 
static constexpr uint8_t FUEL_GAUGE_CTRL = 0x71
 Fuel gauge control.
 
static constexpr uint8_t BAT_TEMP = 0x72
 Battery temperature (RO)
 
static constexpr uint8_t BAT_SOH = 0x73
 Battery SOH (RO)
 
static constexpr uint8_t BAT_PERCENT = 0x74
 Battery percentage (RO)
 

Detailed Description

Basic battery gauge status registers.

Definition at line 144 of file AXP517Regs.hpp.

Member Data Documentation

◆ BAT_PARAM

constexpr uint8_t axp517_regs::gauge::BAT_PARAM = 0x70
staticconstexpr

Battery parameter.

Definition at line 145 of file AXP517Regs.hpp.

◆ BAT_PERCENT

constexpr uint8_t axp517_regs::gauge::BAT_PERCENT = 0x74
staticconstexpr

Battery percentage (RO)

Definition at line 149 of file AXP517Regs.hpp.

Referenced by AXP517Adc::read().

◆ BAT_SOH

constexpr uint8_t axp517_regs::gauge::BAT_SOH = 0x73
staticconstexpr

Battery SOH (RO)

Definition at line 148 of file AXP517Regs.hpp.

◆ BAT_TEMP

constexpr uint8_t axp517_regs::gauge::BAT_TEMP = 0x72
staticconstexpr

Battery temperature (RO)

Definition at line 147 of file AXP517Regs.hpp.

Referenced by AXP517Adc::read().

◆ FUEL_GAUGE_CTRL

constexpr uint8_t axp517_regs::gauge::FUEL_GAUGE_CTRL = 0x71
staticconstexpr

Fuel gauge control.

Definition at line 146 of file AXP517Regs.hpp.


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