![]() |
![]() |
This is the Monitoring report which RadarSS sends to the host, containing information about the relative frequency measurements. RadarSS sends this to host at the programmed periodicity or when failure occurs, as programmed by the configuration API SB. Event: RL_RF_AE_MON_DCC_CLK_FREQ_REPORT. 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_CLK_PAIR0 1 STATUS_CLK_PAIR1 2 STATUS_CLK_PAIR2 3 STATUS_CLK_PAIR3 4 STATUS_CLK_PAIR4 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. | |
rlUInt16_t | freqMeasVal [8U] |
The measured clock frequencies from the enabled clock pair measurements are reported here.Byte numbers corresponding to different frequency measurement values reported in this field are here: Bytes CLOCK PAIR MEASURED CLOCK FREQUENCY 1:0 0 BSS_600M 3:2 1 BSS_200M 5:4 2 BSS_100M 7:6 3 GPADC_10M 9:8 4 RCOSC_10M 15:10 RESERVED RESERVED 1 LSB = 0.1 MHz, unsigned 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 information about the relative frequency measurements. RadarSS sends this to host at the programmed periodicity or when failure occurs, as programmed by the configuration API SB. Event: RL_RF_AE_MON_DCC_CLK_FREQ_REPORT.
Definition at line 4267 of file mmwavelink.h.