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::_reg16::_temp_register Struct Reference

#include <TMP42x.h>

Data Fields

int16_t OPEN:1
 
int16_t PVLD:1
 
int16_t RESERVED:2
 
int16_t TEMP:12
 

Detailed Description

Definition at line 84 of file TMP42x.h.

Field Documentation

◆ OPEN

int16_t OPEN

Definition at line 85 of file TMP42x.h.

◆ PVLD

int16_t PVLD

Definition at line 85 of file TMP42x.h.

◆ RESERVED

int16_t RESERVED

Definition at line 85 of file TMP42x.h.

◆ TEMP

int16_t TEMP

Definition at line 85 of file TMP42x.h.


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