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

#include <AXP2101Regs.hpp>

Static Public Attributes

static constexpr uint8_t COMMON_CFG = 0x10
 
static constexpr uint8_t BATFET_CTRL = 0x12
 
static constexpr uint8_t DIE_TEMP_CFG = 0x13
 
static constexpr uint8_t MIN_SYS_VOLTAGE = 0x14
 
static constexpr uint8_t INPUT_VOLT_LIMIT = 0x15
 
static constexpr uint8_t INPUT_CURR_LIMIT = 0x16
 
static constexpr uint8_t RESET_FUEL_GAUGE = 0x17
 
static constexpr uint8_t MODULE_EN = 0x18
 
static constexpr uint8_t WDT_CTRL = 0x19
 
static constexpr uint8_t LOW_BAT_WARN_SET = 0x1A
 

Detailed Description

Definition at line 45 of file AXP2101Regs.hpp.

Member Data Documentation

◆ BATFET_CTRL

constexpr uint8_t axp2101_regs::ctrl::BATFET_CTRL = 0x12
staticconstexpr

◆ COMMON_CFG

constexpr uint8_t axp2101_regs::ctrl::COMMON_CFG = 0x10
staticconstexpr

◆ DIE_TEMP_CFG

constexpr uint8_t axp2101_regs::ctrl::DIE_TEMP_CFG = 0x13
staticconstexpr

◆ INPUT_CURR_LIMIT

constexpr uint8_t axp2101_regs::ctrl::INPUT_CURR_LIMIT = 0x16
staticconstexpr

◆ INPUT_VOLT_LIMIT

constexpr uint8_t axp2101_regs::ctrl::INPUT_VOLT_LIMIT = 0x15
staticconstexpr

◆ LOW_BAT_WARN_SET

constexpr uint8_t axp2101_regs::ctrl::LOW_BAT_WARN_SET = 0x1A
staticconstexpr

◆ MIN_SYS_VOLTAGE

constexpr uint8_t axp2101_regs::ctrl::MIN_SYS_VOLTAGE = 0x14
staticconstexpr

◆ MODULE_EN

◆ RESET_FUEL_GAUGE

constexpr uint8_t axp2101_regs::ctrl::RESET_FUEL_GAUGE = 0x17
staticconstexpr

Definition at line 52 of file AXP2101Regs.hpp.

Referenced by AXP2101Power::compareGaugeData(), and AXP2101Power::writeGaugeData().

◆ WDT_CTRL

constexpr uint8_t axp2101_regs::ctrl::WDT_CTRL = 0x19
staticconstexpr

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