![]() |
![]() |
This is the Monitoring report which RadarSS sends to the host, containing the measured TX reflection coefficient's magnitude values, meant for detecting TX ball break. RadarSS sends this to host at the programmed periodicity or when failure occurs, as programmed by the configuration API SB. Same strucuture is applicable for Tx0/Tx1/Tx2 ball break report. Event: RL_RF_AE_MON_TXn_BALLBREAK_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_TXn_BALLBREAK [15:1]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 | txReflCoefVal |
The TX reflection coefficient's magnitude for this channel is reported here. 1 LSB = 0.1 dB, signed number . | |
rlUInt16_t | reserved0 |
Reserved for future use. | |
rlUInt32_t | reserved1 |
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 TX reflection coefficient's magnitude values, meant for detecting TX ball break. RadarSS sends this to host at the programmed periodicity or when failure occurs, as programmed by the configuration API SB. Same strucuture is applicable for Tx0/Tx1/Tx2 ball break report. Event: RL_RF_AE_MON_TXn_BALLBREAK_REPORT.
Definition at line 3605 of file mmwavelink.h.