![]() |
![]() |
mmWaveLink RF Init Complete data structure for event RL_RF_AE_INITCALIBSTATUS_SB More...
#include <control/mmwavelink/mmwavelink.h>
Data Fields | |
rlUInt32_t | calibStatus |
RF Calibration Status, bit value: 1 - SUCCESS, 0 - FAILURE Bit Calibration 0 RESERVED 1 APLL tuning 2 SYNTH VCO1 tuning 3 SYNTH VCO2 tuning 4 LODIST calibration 5 RX ADC DC offset calibration 6 HPF cutoff calibration 7 LPF cutoff calibration 8 Peak detector calibration 9 TX Power calibration 10 RX gain calibration 11 TX Phase calibration 12 RX IQMM calibration 31:13 [Reserved] . More... | |
rlUInt32_t | calibUpdate |
this field is set only for updated calibration. It has same bit definition as CALIBRATION_STATUS | |
rlUInt16_t | temperature |
Measured temperature, based on average of temperature sensors near all enabled TX and RX channels at the time of calibration. 1 LSB = 1o Celsius . | |
rlUInt16_t | reserved0 |
Reserved for future use. | |
rlUInt32_t | timeStamp |
This field indicates when the calibration updates were performed. 1 LSB = 1 millisecond (the stamp rolls over upon exceeding allotted bit width) . | |
rlUInt32_t | reserved1 |
Reserved for future use. | |
mmWaveLink RF Init Complete data structure for event RL_RF_AE_INITCALIBSTATUS_SB
Definition at line 2083 of file mmwavelink.h.
rlUInt32_t rlRfInitComplete_t::calibStatus |
RF Calibration Status, bit value: 1 - SUCCESS, 0 - FAILURE
Bit Calibration
0 RESERVED
1 APLL tuning
2 SYNTH VCO1 tuning
3 SYNTH VCO2 tuning
4 LODIST calibration
5 RX ADC DC offset calibration
6 HPF cutoff calibration
7 LPF cutoff calibration
8 Peak detector calibration
9 TX Power calibration
10 RX gain calibration
11 TX Phase calibration
12 RX IQMM calibration
31:13 [Reserved]
.
Definition at line 2105 of file mmwavelink.h.