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

Charger control registers. More...

#include <AXP192Regs.hpp>

Static Public Attributes

static constexpr uint8_t CHARGE1 = 0x33
 
static constexpr uint8_t CHARGE2 = 0x34
 
static constexpr uint8_t BACKUP_CHG = 0x35
 
static constexpr uint16_t CHG_CUR_MIN = 100
 
static constexpr uint16_t CHG_CUR_MAX = 1320
 
static constexpr uint16_t CHG_CUR_STEP = 90
 

Detailed Description

Charger control registers.

Definition at line 111 of file AXP192Regs.hpp.

Member Data Documentation

◆ BACKUP_CHG

constexpr uint8_t axp192_regs::chg::BACKUP_CHG = 0x35
staticconstexpr

Definition at line 114 of file AXP192Regs.hpp.

◆ CHARGE1

constexpr uint8_t axp192_regs::chg::CHARGE1 = 0x33
staticconstexpr

Definition at line 112 of file AXP192Regs.hpp.

◆ CHARGE2

constexpr uint8_t axp192_regs::chg::CHARGE2 = 0x34
staticconstexpr

Definition at line 113 of file AXP192Regs.hpp.

◆ CHG_CUR_MAX

constexpr uint16_t axp192_regs::chg::CHG_CUR_MAX = 1320
staticconstexpr

Definition at line 118 of file AXP192Regs.hpp.

◆ CHG_CUR_MIN

constexpr uint16_t axp192_regs::chg::CHG_CUR_MIN = 100
staticconstexpr

Definition at line 117 of file AXP192Regs.hpp.

◆ CHG_CUR_STEP

constexpr uint16_t axp192_regs::chg::CHG_CUR_STEP = 90
staticconstexpr

Definition at line 119 of file AXP192Regs.hpp.


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