no-OS
Public Attributes | List of all members
mykonosTempSensorStatus_t Struct Reference

Data structure used to store Temperature Sensor related values. More...

#include <t_mykonos_gpio.h>

Public Attributes

int16_t tempCode
 
uint8_t windowExceeded
 
uint8_t windowHiLo
 
uint8_t tempValid
 

Detailed Description

Data structure used to store Temperature Sensor related values.

Member Data Documentation

◆ tempCode

int16_t mykonosTempSensorStatus_t::tempCode

16-bit signed temperature value (in deg C) that is read back

◆ tempValid

uint8_t mykonosTempSensorStatus_t::tempValid

When the reading is complete and a valid temperature value stored in tempCode

◆ windowExceeded

uint8_t mykonosTempSensorStatus_t::windowExceeded

If the absolute value of the difference is greater than the value in temperature configuration tempWindow, the windowExceeded flag is set.

◆ windowHiLo

uint8_t mykonosTempSensorStatus_t::windowHiLo

when windowExceeded member gets set, this bit is set to 1 if current value is greater than previous value, else reset


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