Data Fields
rlTempMonConf_t Struct Reference

Temperature sensor monitoring configuration. More...

#include <control/mmwavelink/include/rl_monitoring.h>

Data Fields

rlUInt8_t reportMode
 Value Definition
0 Report is sent every monitoring period without threshold check
1 Report is send only upon a failure (after checking for thresholds)
2 Report is sent every monitoring period with threshold check
.
 
rlUInt8_t reserved0
 Reserved for Future use.
 
rlInt16_t anaTempThreshMin
 The temperatures read from near the sensors near the RF analog modules are compared against a minimum threshold. The comparison result is part of the monitoring report message (Error bit is set if any measurement is outside this (minimum, maximum) range).
1 LSB = 1 degree Celsius, signed number
Valid range: -99 degree Celsius to 199 degree Celsius
.
 
rlInt16_t anaTempThreshMax
 The temperatures read from near the sensors near the RF analog modules are compared against a maximum threshold. The comparison result is part of the monitoring report message (Error bit is set if any measurement is outside this (minimum, maximum) range).
1 LSB = 1 degree Celsius, signed number
Valid range: -99 degree Celsius to 199 degree Celsius
.
 
rlInt16_t digTempThreshMin
 The temperatures read from near the sensor near the digital module are compared against a minimum threshold. The comparison result is part of the monitoring report message (Error bit is set if any measurement is outside this (minimum, maximum) range).
1 LSB = 1 degree Celsius, signed number
Valid range: -99 degree Celsius to 199 degree Celsius
Value 0: Disable monitor threshold check (together with DIG_TEMP_THRESH_MAX=0)
.
 
rlInt16_t digTempThreshMax
 The temperatures read from near the sensor near the digital module are compared against a maximum threshold. The comparison result is part of the monitoring report message (Error bit is set if any measurement is outside this (minimum, maximum) range).
1 LSB = 1 degree Celsius, signed number
Valid range: -99 degree Celsius to 199 degree Celsius
Value 0: Disable monitor threshold check (together with DIG_TEMP_THRESH_MIN=0)
.
 
rlUInt16_t tempDiffThresh
 The maximum difference across temperatures read from all the enabled sensors is compared against this threshold.The comparison result is part of the monitoring report message(Error bit is set if the measured difference exceeds this field).
1 LSB = 1o Celsius, unsigned number
Valid range: 0 degree Celsius to 100 degree Celsius
. More...
 
rlUInt32_t reserved1
 Reserved for Future use.
 
rlUInt32_t reserved2
 Reserved for Future use.
 

Detailed Description

Temperature sensor monitoring configuration.

Definition at line 252 of file rl_monitoring.h.

Field Documentation

◆ tempDiffThresh

rlUInt16_t rlTempMonConf_t::tempDiffThresh

The maximum difference across temperatures read from all the enabled sensors is compared against this threshold.The comparison result is part of the monitoring report message(Error bit is set if the measured difference exceeds this field).
1 LSB = 1o Celsius, unsigned number
Valid range: 0 degree Celsius to 100 degree Celsius
.

Note
: Digital temperature sensors can be excluded from this check by setting DIG_TEMP_THRESH_MIN and DIG_TEMP_THRESH_MAX to value 0.

Definition at line 327 of file rl_monitoring.h.


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

Copyright 2020, Texas Instruments Incorporated