![]() |
![]() |
Phase shift calibration data which application will receive from radarSS and will feed in to the Device in next power up to avoid calibration. More...
#include <control/mmwavelink/include/rl_sensor.h>
Data Fields | |
rlUInt8_t | txIndex |
Index of the transmitter channel for which the phase shift is desired Valid range: 0 to (Number of Tx channels enabled at rlSetChannelConfig) - 1 e.g: 0 to 1 (For xWR1642), 0 to 2 (For xWR1843, xWR1443, xWR1243 & xWR2243). . | |
rlUInt8_t | calibApply |
Set this to 1 after injecting calibration data for all Txs to enable the firmware calibration. . | |
rlUInt8_t | observedPhShiftData [128U] |
Observed phase shift corresponding to each desired phase shift. Index n corresponds to desired phase shift of n * 5.625 degree. n Desired phase shift Observed phase shift is read in the following bytes 0 0.000 degree byte[1], byte[0] 1 5.625 degree byte[3], byte[2] 2 11.250 degree byte[5], byte[4] 3 16.875 degree byte[7], byte[6] : : : : : : 63 354.375 degree byte[127], byte[126] 1 LSB = (360 degree)/pow(2,10). . | |
rlUInt16_t | reserved |
Reserved for future use. | |
Phase shift calibration data which application will receive from radarSS and will feed in to the Device in next power up to avoid calibration.
Definition at line 4540 of file rl_sensor.h.