![]() |
![]() |
Radar RF Init Calibration configuration. More...
#include <control/mmwavelink/include/rl_sensor.h>
Data Fields | |
rlUInt32_t | calibEnMask |
Allowed values = 0x000 or 0xFFF Normally, upon receiving RF INIT message, the radarSS performs all relevant initial calibrations. This step can be disabled by the host by setting this field to 0x00. If disabled, the host needs to send the INJECT CALIB DATA message so that the radarSS can operate using the calibration data thus injected. Each of these calibrations can be selectively disabled by issuing this message before RF INIT message. . More... | |
rlUInt8_t | reserved0 |
Reserved for Future use. | |
rlUInt8_t | reserved1 |
Reserved for Future use. | |
rlUInt16_t | reserved2 |
Reserved for Future use. | |
rlUInt32_t | reserved3 |
Reserved for Future use. | |
Radar RF Init Calibration configuration.
Definition at line 2708 of file rl_sensor.h.
rlUInt32_t rlRfInitCalConf_t::calibEnMask |
Allowed values = 0x000 or 0xFFF Normally, upon receiving RF INIT message, the
radarSS performs all relevant initial calibrations. This step can be disabled
by the host by setting this field to 0x00. If disabled, the host needs to send
the INJECT CALIB DATA message so that the radarSS can operate using the
calibration data thus injected. Each of these calibrations can be selectively
disabled by issuing this message before RF INIT message.
.
Bit Calibration
0 [Reserved]
1 [Reserved]
2 [Reserved]
3 [Reserved]
4 Enable LODIST calibration
5 Enable RX ADC DC offset calibration
6 Enable HPF cutoff calibration
7 Enable LPF cutoff calibration
8 Enable Peak detector calibration
9 Enable TX Power calibration
10 Enable RX gain calibration
11 Enable TX phase calibration (Device dependent feature, please refer data sheet)
12 Enable RX IQMM calibration
31:13 [Reserved]
Definition at line 2737 of file rl_sensor.h.