struct XRFdc_DACBlock_AnalogDataPath - 2.6 English

Zynq UltraScale+ RFSoC RF Data Converter v2.6 Gen 1/2/3/DFE LogiCORE IP Product Guide (PG269)

Document ID
PG269
Release Date
2023-10-18
Version
2.6 English

This structure is for internal driver use.

u32 Enabled;
u32 MixedMode;
double TerminationVoltage;
double OutputCurrent;
u32 InverseSincFilterEnable;
u32 DecoderMode;
void *FuncHandler;
u32 NyquistZone;
u8 AnalogPathEnabled;
u8 AnalogPathAvailable;
XRFdc_QMC_Settings QMC_Settings;
XRFdc_CoarseDelay_Settings CoarseDelay_Settings;

Description

u32 Enabled
RF-DAC enable (1) or disable (0).
u32 MixedMode
Mixer mode.
double TerminationVoltage
Termination voltage.
double OutputCurrent
Output current.
u32 InverseSincFilterEnable
Inverse sinc filter enable (1) or disable (0).
u32 DecoderMode
Decoder mode.
void *FuncHandler
Function handler (currently not used in the driver).
u32 NyquistZone
RF-DAC Nyquist Zone.
u8 AnalogPathEnabled
Flag to indicate AnalogPath is enabled(1) or disabled(0).
u8 AnalogPathAvailable
Flag to indicate AnalogPath is available or not.
XRFdc_QMC_Settings QMC_Settings
QMC settings structure.
XRFdc_CoarseDelay_Settings CoarseDelay_Settings
CoarseDelay settings structure.