![]() |
![]() |
mmwave radar data path config. More...
#include <control/mmwavelink/include/rl_device.h>
Data Fields | |
rlUInt8_t | intfSel |
Data Path Interface, 0x0 CSI2 interface selected 0x1 LVDS interface selected . | |
rlUInt8_t | transferFmtPkt0 |
Data out Format, b5:0 Packet 0 content selection 000001 - ADC_DATA_ONLY 000110 - CP_ADC_DATA 001001 - ADC_CP_DATA 110110 - CP_ADC_CQ_DATA b7:6 Packet 0 virtual channel number (valid only for CSI2) 00 Virtual channel number 0 (Default) 01 Virtual channel number 1 10 Virtual channel number 2 11 Virtual channel number 3 . | |
rlUInt8_t | transferFmtPkt1 |
Data out Format, b5:0 Packet 1 content selection 000000 - Suppress Packet 1 001110 - CP_CQ_DATA 001011 - CQ_CP_DATA b7:6 Packet 1 virtual channel number (valid only for CSI2) 00 Virtual channel number 0 (Default) 01 Virtual channel number 1 10 Virtual channel number 2 11 Virtual channel number 3 . | |
rlUInt8_t | cqConfig |
This field specifies the data size of CQ samples on the lanes. b1:0 Data size 00 12 bits 01 14 bits 10 16 bits b7:2 Reserved. | |
rlUInt8_t | cq0TransSize |
Number of samples (in 16 bit halfwords) of CQ0 data to be transferred. Valid range [32 halfwords to 128 halfwords] Value 0 = Disabled . More... | |
rlUInt8_t | cq1TransSize |
Number of samples (in 16 bit halfwords) of CQ1 data to be transferred. Valid range [32 halfwords to 128 halfwords] Value 0 = Disabled . More... | |
rlUInt8_t | cq2TransSize |
Number of samples (in 16 bit halfwords) of CQ2 data to be transferred. Valid range [32 halfwords to 128 halfwords] Value 0 = Disabled . More... | |
rlUInt8_t | reserved |
Reserved for future use. | |
mmwave radar data path config.
Definition at line 657 of file rl_device.h.
rlUInt8_t rlDevDataPathCfg_t::cq0TransSize |
Number of samples (in 16 bit halfwords) of CQ0 data to be transferred. Valid range [32 halfwords to 128 halfwords]
Value 0 = Disabled
.
Definition at line 709 of file rl_device.h.
rlUInt8_t rlDevDataPathCfg_t::cq1TransSize |
Number of samples (in 16 bit halfwords) of CQ1 data to be transferred. Valid range [32 halfwords to 128 halfwords]
Value 0 = Disabled
.
Definition at line 717 of file rl_device.h.
rlUInt8_t rlDevDataPathCfg_t::cq2TransSize |
Number of samples (in 16 bit halfwords) of CQ2 data to be transferred. Valid range [32 halfwords to 128 halfwords]
Value 0 = Disabled
.
Definition at line 725 of file rl_device.h.