xWRL6432 MMWAVE-L-SDK  05.04.00.01
DPIF_ADCBufData Struct Reference

Detailed Description

ADC Data buffer definition.

The structure defines the ADC data buffer ,including data property, data size and data pointer

Data Fields

DPIF_ADCBufProperty dataProperty
 ADCBuf data property. More...
 
uint32_t dataSize
 ADCBuf buffer size in bytes. More...
 
void * data
 ADCBuf data pointer. More...
 

Field Documentation

◆ dataProperty

DPIF_ADCBufProperty DPIF_ADCBufData::dataProperty

ADCBuf data property.

◆ dataSize

uint32_t DPIF_ADCBufData::dataSize

ADCBuf buffer size in bytes.

◆ data

void* DPIF_ADCBufData::data

ADCBuf data pointer.