![]() |
![]() |
This is the Monitoring report which RadarSS sends to the host, containing information about Internal PM, CLK and LO subsystems' internal analog signals and in cascade devices the 20GHz SYNC IN/OUT power. 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_PMCLKLO_INT_ANA_SIG_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_SUPPLY_PMCLKLO 1 STATUS_DCBIAS_PMCLKLO 2 STATUS_LVDS_PMCLKLO (Use this status bit only if LVDS is used, else ignorethis) 3 STATUS_SYNC_20G(Use this mode only in cascade configuration) 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. | |
rlInt8_t | sync20GPower |
Monitored 20GHz SYNC_IN or SYNC_OUT signal power, signed number 1 LSB = 0.5 dBm Valid Range: -63 to 63 dBm SYNC_20G_POWER_dBm = SYNC_20G_POWER * 0.5dBm . More... | |
rlUInt16_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 Internal PM, CLK and LO subsystems' internal analog signals and in cascade devices the 20GHz SYNC IN/OUT power. 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_PMCLKLO_INT_ANA_SIG_REPORT.
Definition at line 4272 of file mmwavelink.h.
rlInt8_t rlMonPmclkloIntAnaSigRep_t::sync20GPower |
Monitored 20GHz SYNC_IN or SYNC_OUT signal power, signed number
1 LSB = 0.5 dBm
Valid Range: -63 to 63 dBm
SYNC_20G_POWER_dBm = SYNC_20G_POWER * 0.5dBm
.
Definition at line 4308 of file mmwavelink.h.