TMP42x HAL Based Library 1.0.2
This library is a software library that works with the TMP42x remote and local temperature sensor with N-Factor and series-R correction. This library provides a convenient and efficient way to access the I2C interfaces of the chip, allowing developers to easily integrate this power meter into their systems.
Loading...
Searching...
No Matches
tmp42x::_reg8 Union Reference

#include <TMP42x.h>

Data Structures

struct  _config1_register
 
struct  _config2_register
 
struct  _conversion_rate_register
 
struct  _dev_id_register
 
struct  _man_id_register
 
struct  _n_correction_register
 
struct  _status_register
 
struct  _temp_frac_register
 
struct  _temp_int_register
 

Data Fields

uint8_t raw_data
 
struct tmp42x::_reg8::_status_register status_register
 
struct tmp42x::_reg8::_temp_int_register temp_int_register
 
struct tmp42x::_reg8::_temp_frac_register temp_frac_register
 
struct tmp42x::_reg8::_config1_register config1_register
 
struct tmp42x::_reg8::_config2_register _config2_register
 
struct tmp42x::_reg8::_conversion_rate_register conversion_rate_register
 
struct tmp42x::_reg8::_n_correction_register n_correction_register
 
struct tmp42x::_reg8::_man_id_register man_id_register
 
struct tmp42x::_reg8::_dev_id_register dev_id_register
 

Detailed Description

Definition at line 90 of file TMP42x.h.

Field Documentation

◆ _config2_register

struct tmp42x::_reg8::_config2_register _config2_register

◆ config1_register

struct tmp42x::_reg8::_config1_register config1_register

◆ conversion_rate_register

struct tmp42x::_reg8::_conversion_rate_register conversion_rate_register

◆ dev_id_register

struct tmp42x::_reg8::_dev_id_register dev_id_register

◆ man_id_register

struct tmp42x::_reg8::_man_id_register man_id_register

◆ n_correction_register

struct tmp42x::_reg8::_n_correction_register n_correction_register

◆ raw_data

uint8_t raw_data

Definition at line 91 of file TMP42x.h.

◆ status_register

struct tmp42x::_reg8::_status_register status_register

◆ temp_frac_register

struct tmp42x::_reg8::_temp_frac_register temp_frac_register

◆ temp_int_register

struct tmp42x::_reg8::_temp_int_register temp_int_register

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