![]() |
![]() |
This is the Monitoring report which RadarSS sends to the host, containing the measured temperature near various RF analog and digital modules. The xWR device sends this to host at the programmed periodicity or when failure occurs, as programmed by the configuration API SB. Event:RL_RF_AE_MON_TEMPERATURE_REPORT_SB. More...
#include <control/mmwavelink/mmwavelink.h>
Data Fields | |
rlUInt16_t | statusFlags |
Status flags indicating pass fail results corresponding to various threshold checks under this monitor. Bit STATUS_FLAG for monitor [0] STATUS_ANA_TEMP_MIN [1] STATUS_ANA_TEMP_MAX [2] STATUS_DIG_TEMP_MIN [3] STATUS_DIG_TEMP_MAX [4] STATUS_TEMP_DIFF_THRESH [15:5]RESERVED 0 - FAIL or check wasn't done, 1 - PASS . | |
rlUInt16_t | errorCode |
Indicates any error reported during monitoring Value of 0 indicates no error. | |
rlInt16_t | tempValues [10U] |
The measured onchip temperatures are reported here. Byte numbers corresponding to different temperature sensors reported in this field are here: Bytes SIGNAL [1:0] TEMP_RX0 [3:2] TEMP_RX1 [5:4] TEMP_RX2 [7:6] TEMP_RX3 [9:8] TEMP_TX0 [11:10] TEMP_TX1 [13:12] TEMP_TX2 [15:14] TEMP_PM [17:16] TEMP_DIG1 [19:18] TEMP_DIG2 (Applicable only in xWR1642 & xWR1843) 1 LSB = 1 degree C, signed number . | |
rlUInt32_t | reserved |
Reserved for future use. | |
rlUInt32_t | timeStamp |
This field indicates when the last monitoring in the enabled set was performed. 1 LSB = 1 millisecond (the stamp rolls over upon exceeding allotted bit width) . | |
This is the Monitoring report which RadarSS sends to the host, containing the measured temperature near various RF analog and digital modules. The xWR device sends this to host at the programmed periodicity or when failure occurs, as programmed by the configuration API SB. Event:RL_RF_AE_MON_TEMPERATURE_REPORT_SB.
Definition at line 2983 of file mmwavelink.h.