![]() |
![]() |
This is the Monitoring report which the xWR device sends to the host, containing the measured RX mixer input voltage swing values. 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_RX_MIXER_IN_PWR_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_MIXER_IN_POWER_RX0 1 STATUS_MIXER_IN_POWER_RX1 2 STATUS_MIXER_IN_POWER_RX2 3 STATUS_MIXER_IN_POWER_RX3 15:4 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 | reserved0 |
Reserved for future use. | |
rlUInt16_t | reserved1 |
Reserved for future use. | |
rlUInt32_t | rxMixInVolt |
The measured RX mixer input voltage swing values are reported here. The byte location of the value for each receivers is tabulated here- Byte location Rx0 0 Rx1 1 Rx2 2 Rx3 3 1 LSB = 1800 mV/256, unsigned number Only the entries of enabled RX channels are valid. . | |
rlUInt32_t | reserved2 |
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 the xWR device sends to the host, containing the measured RX mixer input voltage swing values. 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_RX_MIXER_IN_PWR_REPORT.
Definition at line 4519 of file mmwavelink.h.