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

#include <AXP2101Regs.hpp>

Static Public Attributes

static constexpr uint8_t CHANNEL_CTRL = 0x30
 
static constexpr uint8_t BAT_VOLT_H = 0x34
 
static constexpr uint8_t BAT_VOLT_L = 0x35
 
static constexpr uint8_t TS_VOLT_H = 0x36
 
static constexpr uint8_t TS_VOLT_L = 0x37
 
static constexpr uint8_t VBUS_VOLT_H = 0x38
 
static constexpr uint8_t VBUS_VOLT_L = 0x39
 
static constexpr uint8_t VSYS_VOLT_H = 0x3A
 
static constexpr uint8_t VSYS_VOLT_L = 0x3B
 
static constexpr uint8_t DIE_TEMP_H = 0x3C
 
static constexpr uint8_t DIE_TEMP_L = 0x3D
 

Detailed Description

Definition at line 73 of file AXP2101Regs.hpp.

Member Data Documentation

◆ BAT_VOLT_H

constexpr uint8_t axp2101_regs::adc::BAT_VOLT_H = 0x34
staticconstexpr

Definition at line 75 of file AXP2101Regs.hpp.

Referenced by AXP2101Adc::read().

◆ BAT_VOLT_L

constexpr uint8_t axp2101_regs::adc::BAT_VOLT_L = 0x35
staticconstexpr

Definition at line 76 of file AXP2101Regs.hpp.

◆ CHANNEL_CTRL

constexpr uint8_t axp2101_regs::adc::CHANNEL_CTRL = 0x30
staticconstexpr

◆ DIE_TEMP_H

constexpr uint8_t axp2101_regs::adc::DIE_TEMP_H = 0x3C
staticconstexpr

Definition at line 83 of file AXP2101Regs.hpp.

Referenced by AXP2101Adc::read().

◆ DIE_TEMP_L

constexpr uint8_t axp2101_regs::adc::DIE_TEMP_L = 0x3D
staticconstexpr

Definition at line 84 of file AXP2101Regs.hpp.

◆ TS_VOLT_H

constexpr uint8_t axp2101_regs::adc::TS_VOLT_H = 0x36
staticconstexpr

Definition at line 77 of file AXP2101Regs.hpp.

Referenced by AXP2101Adc::read().

◆ TS_VOLT_L

constexpr uint8_t axp2101_regs::adc::TS_VOLT_L = 0x37
staticconstexpr

Definition at line 78 of file AXP2101Regs.hpp.

◆ VBUS_VOLT_H

constexpr uint8_t axp2101_regs::adc::VBUS_VOLT_H = 0x38
staticconstexpr

Definition at line 79 of file AXP2101Regs.hpp.

Referenced by AXP2101Adc::read().

◆ VBUS_VOLT_L

constexpr uint8_t axp2101_regs::adc::VBUS_VOLT_L = 0x39
staticconstexpr

Definition at line 80 of file AXP2101Regs.hpp.

◆ VSYS_VOLT_H

constexpr uint8_t axp2101_regs::adc::VSYS_VOLT_H = 0x3A
staticconstexpr

Definition at line 81 of file AXP2101Regs.hpp.

Referenced by AXP2101Adc::read().

◆ VSYS_VOLT_L

constexpr uint8_t axp2101_regs::adc::VSYS_VOLT_L = 0x3B
staticconstexpr

Definition at line 82 of file AXP2101Regs.hpp.


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