![]() |
![]() |
This is the Monitoring report which RadarSS sends to the host, containing the measured Tx gain and phase mismatch values during an explicit monitoring chirp. 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_TX_GAIN_MISMATCH_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_TX_GAIN_MISMATCH [1] STATUS_TX_PHASE_MISMATCH [15:2]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. | |
rlUInt8_t | profIndex |
Profile Index for which this monitoring report applies. | |
rlUInt8_t | noisePower00 |
RF1 Noise Power for TX0 1 LSB = 1 dBm Valid Range : 0 to -63 dBm. | |
rlUInt8_t | noisePower01 |
RF1 Noise Power for TX1 1 LSB = 1 dBm Valid Range : 0 to -63 dBm. | |
rlUInt8_t | noisePower02 |
RF1 Noise Power for TX2 1 LSB = 1 dBm Valid Range : 0 to -63 dBm. | |
rlInt16_t | txGainVal [9U] |
The measured TX PA loopback tone power at the RX ADC input, for each enabled TX channel, at each enabled RF frequency is reported here. Byte numbers corresponding to different TX and RF, in this field are here: RF1 RF2 RF3 TX0 1:0 7:6 13:12 TX1 3:2 9:8 15:14 TX2 5:4 11:10 17:16 1 LSB = 0.1dBm, signed number Only the entries of enabled RF Frequencies and enabled TX channels are valid. . | |
rlUInt16_t | txPhaVal [9U] |
The measured TX phase for each enabled channel, at each enabled RF frequency is reported here.Byte numbers corresponding to different TX and RF, in this field are here: RF1 RF2 RF3 TX0 1:0 7:6 13:12 TX1 3:2 9:8 15:14 TX2 5:4 11:10 17:16 1 LSB = 360(degree)/2^16. Only the entries of enabled RF Frequencies and enabled TX channels are valid. . More... | |
rlUInt8_t | noisePower10 |
RF2 Noise Power for TX0 1 LSB = 1 dBm Valid Range : 0 to -63 dBm. | |
rlUInt8_t | noisePower11 |
RF2 Noise Power for TX1 1 LSB = 1 dBm Valid Range : 0 to -63 dBm. | |
rlUInt8_t | noisePower12 |
RF2 Noise Power for TX2 1 LSB = 1 dBm Valid Range : 0 to -63 dBm. | |
rlUInt8_t | noisePower20 |
RF3 Noise Power for TX0 1 LSB = 1 dBm Valid Range : 0 to -63 dBm. | |
rlUInt8_t | noisePower21 |
RF3 Noise Power for TX1 1 LSB = 1 dBm Valid Range : 0 to -63 dBm. | |
rlUInt8_t | noisePower22 |
RF3 Noise Power for TX2 1 LSB = 1 dBm Valid Range : 0 to -63 dBm. | |
rlUInt8_t | reserved0 |
Reserved for future use. | |
rlUInt8_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 gain and phase mismatch values during an explicit monitoring chirp. 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_TX_GAIN_MISMATCH_REPORT.
Definition at line 3647 of file mmwavelink.h.
rlUInt16_t rlMonTxGainPhaMisRep_t::txPhaVal[9U] |
The measured TX phase for each enabled channel, at each enabled RF
frequency is reported here.Byte numbers corresponding to different TX and
RF, in this field are here:
RF1 RF2 RF3
TX0 1:0 7:6 13:12
TX1 3:2 9:8 15:14
TX2 5:4 11:10 17:16
1 LSB = 360(degree)/2^16.
Only the entries of enabled RF Frequencies and enabled TX channels are
valid.
.
Definition at line 3736 of file mmwavelink.h.