![]() |
![]() |
Continous Mode config API parameters. More...
#include <control/mmwavelink/include/rl_sensor.h>
Data Fields | |
rlUInt32_t | startFreqConst |
Start frequency For 77GHz devices (76 - 81 GHz): 1 LSB = 3.6e9 / 2^26 Hz = 53.644 Hz Valid range: 0x5471C71B to 0x5A000000 For 60GHz devices (57 - 64 GHz): 1 LSB = 2.7e9 / 2^26 Hz = 40.233 Hz Valid range: 0x5471C71C to 0x5ED097B4 . | |
rlUInt32_t | txOutPowerBackoffCode |
Concatenated code for output power backoff for TX0, TX1, TX2 b7:0 TX0 output power back off b15:8 TX1 output power back off b23:16 TX2 output power back off b31:24 Reserved This field defines how much the transmit power should be reduced from the maximum. 1 LSB = 1 dB . | |
rlUInt32_t | txPhaseShifter |
Concatenated phase shift for TX0/1/2, Bit Description b1:0 Reserved (set to 0b00) b7:2 TX0 phase shift value b9:8 Reserved (set to 0b00) b15:10 TX1 phase shift value b17:16 Reserved (set to 0b00) b23:18 TX2 phase shift value b31:24 Reserved 1 LSB = 360/2^6 = 5.625 degrees This field defines the additional phase shift to be introduced on each transmitter output. . | |
rlUInt16_t | digOutSampleRate |
ADC Sampling rate for each profile is encoded in 2 bytes (16 bit unsigned number) 1 LSB = 1 ksps Valid range 2000 to 37500 . | |
rlUInt8_t | hpfCornerFreq1 |
Code for HPF1 corner frequency 0x00 175 kHz 0x01 235 kHz 0x02 350 kHz 0x03 700 kHz . | |
rlUInt8_t | hpfCornerFreq2 |
Code for HPF2 corner frequency 0x00 350 kHz 0x01 700 kHz 0x02 1.4 MHz 0x03 2.8 MHz . | |
rlUInt8_t | rxGain |
This field defines RX gain for continuous streaming mode. b5:0 This field defines RX gain for each channel. 1 LSB = 1 dB Valid values: All even values from 32 to 52 b7:6 Code for RF gain target The RF gain target for AWR2243 device: Value RF gain target 00 30 dB 01 33 dB 10 36 dB (Recommended) 11 RESERVED The RF gain target for xWR6843 ES2.0 device: Value RF gain target 00 30 dB 01 34 dB 10 36 dB 11 RESERVED . | |
rlUInt8_t | vcoSelect |
Bit Description b0 FORCE_VCO_SEL 0 - Use internal VCO selection 1 - Forced external VCO selection b1 VCO_SEL 0 - VCO1 (77G:76 - 78 GHz or 60G:57 - 61 GHz) 1 - VCO2 (77G:77 - 81 GHz or 60G:60 - 64 GHz) b7:2 RESERVED. | |
rlUInt16_t | reserved |
Reserved for Future use. | |
Continous Mode config API parameters.
Definition at line 1392 of file rl_sensor.h.