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

ADC measurement and control registers. More...

#include <AXP192Regs.hpp>

Static Public Attributes

static constexpr uint8_t VBUS_VOL_H8 = 0x5A
 
static constexpr uint8_t VBUS_VOL_L4 = 0x5B
 
static constexpr uint8_t VBUS_CUR_H8 = 0x5C
 
static constexpr uint8_t VBUS_CUR_L4 = 0x5D
 
static constexpr uint8_t INTERNAL_TEMP_H8 = 0x5E
 
static constexpr uint8_t INTERNAL_TEMP_L4 = 0x5F
 
static constexpr uint8_t TS_IN_H8 = 0x62
 
static constexpr uint8_t TS_IN_L4 = 0x63
 
static constexpr uint8_t GPIO0_ADC_H8 = 0x64
 
static constexpr uint8_t GPIO0_ADC_L4 = 0x65
 
static constexpr uint8_t GPIO1_ADC_H8 = 0x66
 
static constexpr uint8_t GPIO1_ADC_L4 = 0x67
 
static constexpr uint8_t GPIO2_ADC_H8 = 0x68
 
static constexpr uint8_t GPIO2_ADC_L4 = 0x69
 
static constexpr uint8_t GPIO3_ADC_H8 = 0x6A
 
static constexpr uint8_t GPIO3_ADC_L4 = 0x6B
 
static constexpr uint8_t BAT_AVERVOL_H8 = 0x78
 
static constexpr uint8_t BAT_AVERVOL_L4 = 0x79
 
static constexpr uint8_t BAT_AVERCHGCUR_H8 = 0x7A
 
static constexpr uint8_t BAT_AVERCHGCUR_L5 = 0x7B
 
static constexpr uint8_t BAT_AVERDISCHGCUR_H8 = 0x7C
 
static constexpr uint8_t BAT_AVERDISCHGCUR_L5 = 0x7D
 
static constexpr uint8_t APS_AVERVOL_H8 = 0x7E
 
static constexpr uint8_t APS_AVERVOL_L4 = 0x7F
 
static constexpr uint8_t ADC_EN1 = 0x82
 
static constexpr uint8_t ADC_EN2 = 0x83
 
static constexpr uint8_t ADC_SPEED = 0x84
 
static constexpr uint8_t ADC_INPUTRANGE = 0x85
 

Detailed Description

ADC measurement and control registers.

Definition at line 135 of file AXP192Regs.hpp.

Member Data Documentation

◆ ADC_EN1

constexpr uint8_t axp192_regs::adc::ADC_EN1 = 0x82
staticconstexpr

Definition at line 160 of file AXP192Regs.hpp.

◆ ADC_EN2

constexpr uint8_t axp192_regs::adc::ADC_EN2 = 0x83
staticconstexpr

Definition at line 161 of file AXP192Regs.hpp.

◆ ADC_INPUTRANGE

constexpr uint8_t axp192_regs::adc::ADC_INPUTRANGE = 0x85
staticconstexpr

Definition at line 163 of file AXP192Regs.hpp.

◆ ADC_SPEED

constexpr uint8_t axp192_regs::adc::ADC_SPEED = 0x84
staticconstexpr

Definition at line 162 of file AXP192Regs.hpp.

◆ APS_AVERVOL_H8

constexpr uint8_t axp192_regs::adc::APS_AVERVOL_H8 = 0x7E
staticconstexpr

Definition at line 158 of file AXP192Regs.hpp.

Referenced by axp1xx::AdcTraitsBase< AXP192Core >::readChannel().

◆ APS_AVERVOL_L4

constexpr uint8_t axp192_regs::adc::APS_AVERVOL_L4 = 0x7F
staticconstexpr

Definition at line 159 of file AXP192Regs.hpp.

Referenced by axp1xx::AdcTraitsBase< AXP192Core >::readChannel().

◆ BAT_AVERCHGCUR_H8

constexpr uint8_t axp192_regs::adc::BAT_AVERCHGCUR_H8 = 0x7A
staticconstexpr

Definition at line 154 of file AXP192Regs.hpp.

Referenced by axp1xx::AdcTraitsBase< AXP192Core >::readChannel().

◆ BAT_AVERCHGCUR_L5

constexpr uint8_t axp192_regs::adc::BAT_AVERCHGCUR_L5 = 0x7B
staticconstexpr

Definition at line 155 of file AXP192Regs.hpp.

Referenced by axp1xx::AdcTraitsBase< AXP192Core >::readChannel().

◆ BAT_AVERDISCHGCUR_H8

constexpr uint8_t axp192_regs::adc::BAT_AVERDISCHGCUR_H8 = 0x7C
staticconstexpr

Definition at line 156 of file AXP192Regs.hpp.

Referenced by axp1xx::AdcTraitsBase< AXP192Core >::readChannel().

◆ BAT_AVERDISCHGCUR_L5

constexpr uint8_t axp192_regs::adc::BAT_AVERDISCHGCUR_L5 = 0x7D
staticconstexpr

Definition at line 157 of file AXP192Regs.hpp.

Referenced by axp1xx::AdcTraitsBase< AXP192Core >::readChannel().

◆ BAT_AVERVOL_H8

constexpr uint8_t axp192_regs::adc::BAT_AVERVOL_H8 = 0x78
staticconstexpr

Definition at line 152 of file AXP192Regs.hpp.

Referenced by axp1xx::AdcTraitsBase< AXP192Core >::readChannel().

◆ BAT_AVERVOL_L4

constexpr uint8_t axp192_regs::adc::BAT_AVERVOL_L4 = 0x79
staticconstexpr

Definition at line 153 of file AXP192Regs.hpp.

Referenced by axp1xx::AdcTraitsBase< AXP192Core >::readChannel().

◆ GPIO0_ADC_H8

constexpr uint8_t axp192_regs::adc::GPIO0_ADC_H8 = 0x64
staticconstexpr

Definition at line 144 of file AXP192Regs.hpp.

◆ GPIO0_ADC_L4

constexpr uint8_t axp192_regs::adc::GPIO0_ADC_L4 = 0x65
staticconstexpr

Definition at line 145 of file AXP192Regs.hpp.

◆ GPIO1_ADC_H8

constexpr uint8_t axp192_regs::adc::GPIO1_ADC_H8 = 0x66
staticconstexpr

Definition at line 146 of file AXP192Regs.hpp.

◆ GPIO1_ADC_L4

constexpr uint8_t axp192_regs::adc::GPIO1_ADC_L4 = 0x67
staticconstexpr

Definition at line 147 of file AXP192Regs.hpp.

◆ GPIO2_ADC_H8

constexpr uint8_t axp192_regs::adc::GPIO2_ADC_H8 = 0x68
staticconstexpr

Definition at line 148 of file AXP192Regs.hpp.

◆ GPIO2_ADC_L4

constexpr uint8_t axp192_regs::adc::GPIO2_ADC_L4 = 0x69
staticconstexpr

Definition at line 149 of file AXP192Regs.hpp.

◆ GPIO3_ADC_H8

constexpr uint8_t axp192_regs::adc::GPIO3_ADC_H8 = 0x6A
staticconstexpr

Definition at line 150 of file AXP192Regs.hpp.

◆ GPIO3_ADC_L4

constexpr uint8_t axp192_regs::adc::GPIO3_ADC_L4 = 0x6B
staticconstexpr

Definition at line 151 of file AXP192Regs.hpp.

◆ INTERNAL_TEMP_H8

constexpr uint8_t axp192_regs::adc::INTERNAL_TEMP_H8 = 0x5E
staticconstexpr

Definition at line 140 of file AXP192Regs.hpp.

Referenced by axp1xx::AdcTraitsBase< AXP192Core >::readChannel().

◆ INTERNAL_TEMP_L4

constexpr uint8_t axp192_regs::adc::INTERNAL_TEMP_L4 = 0x5F
staticconstexpr

Definition at line 141 of file AXP192Regs.hpp.

Referenced by axp1xx::AdcTraitsBase< AXP192Core >::readChannel().

◆ TS_IN_H8

constexpr uint8_t axp192_regs::adc::TS_IN_H8 = 0x62
staticconstexpr

Definition at line 142 of file AXP192Regs.hpp.

◆ TS_IN_L4

constexpr uint8_t axp192_regs::adc::TS_IN_L4 = 0x63
staticconstexpr

Definition at line 143 of file AXP192Regs.hpp.

◆ VBUS_CUR_H8

constexpr uint8_t axp192_regs::adc::VBUS_CUR_H8 = 0x5C
staticconstexpr

Definition at line 138 of file AXP192Regs.hpp.

Referenced by axp1xx::AdcTraitsBase< AXP192Core >::readChannel().

◆ VBUS_CUR_L4

constexpr uint8_t axp192_regs::adc::VBUS_CUR_L4 = 0x5D
staticconstexpr

Definition at line 139 of file AXP192Regs.hpp.

Referenced by axp1xx::AdcTraitsBase< AXP192Core >::readChannel().

◆ VBUS_VOL_H8

constexpr uint8_t axp192_regs::adc::VBUS_VOL_H8 = 0x5A
staticconstexpr

Definition at line 136 of file AXP192Regs.hpp.

Referenced by axp1xx::AdcTraitsBase< AXP192Core >::readChannel().

◆ VBUS_VOL_L4

constexpr uint8_t axp192_regs::adc::VBUS_VOL_L4 = 0x5B
staticconstexpr

Definition at line 137 of file AXP192Regs.hpp.

Referenced by axp1xx::AdcTraitsBase< AXP192Core >::readChannel().


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