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

TS pin and temperature-sense registers. More...

#include <AXP517Regs.hpp>

Static Public Attributes

static constexpr uint8_t PIN_CFG = 0x50
 TS pin configure.
 
static constexpr uint8_t HYSL2H = 0x52
 TS_HYSL2H setting.
 
static constexpr uint8_t HYSH2L = 0x53
 TS_HYSH2L setting.
 
static constexpr uint8_t DATA_CFG0 = 0x5C
 TS data configure 0.
 
static constexpr uint8_t DATA_CFG1 = 0x5D
 TS data configure 1.
 
static constexpr uint8_t SOURCE_SEL = 0x82
 TS source select.
 

Detailed Description

TS pin and temperature-sense registers.

Definition at line 111 of file AXP517Regs.hpp.

Member Data Documentation

◆ DATA_CFG0

constexpr uint8_t axp517_regs::ts::DATA_CFG0 = 0x5C
staticconstexpr

TS data configure 0.

Definition at line 115 of file AXP517Regs.hpp.

◆ DATA_CFG1

constexpr uint8_t axp517_regs::ts::DATA_CFG1 = 0x5D
staticconstexpr

TS data configure 1.

Definition at line 116 of file AXP517Regs.hpp.

◆ HYSH2L

constexpr uint8_t axp517_regs::ts::HYSH2L = 0x53
staticconstexpr

TS_HYSH2L setting.

Definition at line 114 of file AXP517Regs.hpp.

◆ HYSL2H

constexpr uint8_t axp517_regs::ts::HYSL2H = 0x52
staticconstexpr

TS_HYSL2H setting.

Definition at line 113 of file AXP517Regs.hpp.

◆ PIN_CFG

constexpr uint8_t axp517_regs::ts::PIN_CFG = 0x50
staticconstexpr

TS pin configure.

Definition at line 112 of file AXP517Regs.hpp.

◆ SOURCE_SEL

constexpr uint8_t axp517_regs::ts::SOURCE_SEL = 0x82
staticconstexpr

TS source select.

Definition at line 117 of file AXP517Regs.hpp.


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