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

AC input measurement registers. More...

#include <AXP192Regs.hpp>

Static Public Attributes

static constexpr uint8_t ACIN_VOL_H8 = 0x56
 
static constexpr uint8_t ACIN_VOL_L4 = 0x57
 
static constexpr uint8_t ACIN_CUR_H8 = 0x58
 
static constexpr uint8_t ACIN_CUR_L4 = 0x59
 

Detailed Description

AC input measurement registers.

Definition at line 125 of file AXP192Regs.hpp.

Member Data Documentation

◆ ACIN_CUR_H8

constexpr uint8_t axp192_regs::ac::ACIN_CUR_H8 = 0x58
staticconstexpr

Definition at line 128 of file AXP192Regs.hpp.

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

◆ ACIN_CUR_L4

constexpr uint8_t axp192_regs::ac::ACIN_CUR_L4 = 0x59
staticconstexpr

Definition at line 129 of file AXP192Regs.hpp.

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

◆ ACIN_VOL_H8

constexpr uint8_t axp192_regs::ac::ACIN_VOL_H8 = 0x56
staticconstexpr

Definition at line 126 of file AXP192Regs.hpp.

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

◆ ACIN_VOL_L4

constexpr uint8_t axp192_regs::ac::ACIN_VOL_L4 = 0x57
staticconstexpr

Definition at line 127 of file AXP192Regs.hpp.

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


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