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

Power output channel control registers. More...

#include <AXP192Regs.hpp>

Static Public Attributes

static constexpr uint8_t LDO23_DC123_EXT_CTL = 0x12
 
static constexpr uint8_t DC1_VOLTAGE = 0x26
 
static constexpr uint8_t DC2OUT_VOL = 0x23
 
static constexpr uint8_t DC2_DVM = 0x25
 
static constexpr uint8_t DC3OUT_VOL = 0x27
 
static constexpr uint8_t LDO23OUT_VOL = 0x28
 
static constexpr uint8_t LDO3OUT_VOL = 0x29
 
static constexpr uint8_t DCDC_MODESET = 0x80
 

Detailed Description

Power output channel control registers.

Definition at line 62 of file AXP192Regs.hpp.

Member Data Documentation

◆ DC1_VOLTAGE

constexpr uint8_t axp192_regs::pwr::DC1_VOLTAGE = 0x26
staticconstexpr

Definition at line 64 of file AXP192Regs.hpp.

Referenced by AXP192Channel::getVoltage(), and AXP192Channel::setVoltage().

◆ DC2_DVM

constexpr uint8_t axp192_regs::pwr::DC2_DVM = 0x25
staticconstexpr

Definition at line 66 of file AXP192Regs.hpp.

◆ DC2OUT_VOL

constexpr uint8_t axp192_regs::pwr::DC2OUT_VOL = 0x23
staticconstexpr

Definition at line 65 of file AXP192Regs.hpp.

Referenced by AXP192Channel::getVoltage(), and AXP192Channel::setVoltage().

◆ DC3OUT_VOL

constexpr uint8_t axp192_regs::pwr::DC3OUT_VOL = 0x27
staticconstexpr

Definition at line 67 of file AXP192Regs.hpp.

Referenced by AXP192Channel::getVoltage(), and AXP192Channel::setVoltage().

◆ DCDC_MODESET

constexpr uint8_t axp192_regs::pwr::DCDC_MODESET = 0x80
staticconstexpr

Definition at line 70 of file AXP192Regs.hpp.

◆ LDO23_DC123_EXT_CTL

constexpr uint8_t axp192_regs::pwr::LDO23_DC123_EXT_CTL = 0x12
staticconstexpr

Definition at line 63 of file AXP192Regs.hpp.

Referenced by AXP192Channel::enable(), and AXP192Channel::isEnabled().

◆ LDO23OUT_VOL

constexpr uint8_t axp192_regs::pwr::LDO23OUT_VOL = 0x28
staticconstexpr

Definition at line 68 of file AXP192Regs.hpp.

Referenced by AXP192Channel::getVoltage(), and AXP192Channel::setVoltage().

◆ LDO3OUT_VOL

constexpr uint8_t axp192_regs::pwr::LDO3OUT_VOL = 0x29
staticconstexpr

Definition at line 69 of file AXP192Regs.hpp.


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