This structure is for internal driver use.
u32 Enable;
u32 PLLEnable;
double SamplingRate;
double RefClkFreq;
double FabClkFreq;
u32 FeedbackDiv;
u32 OutputDiv;
u32 RefClkDiv;
u32 MultibandConfig;
XRFdc_DACBlock_AnalogDataPath_Config DACBlock_Analog_Config[4];
XRFdc_DACBlock_DigitalDataPath_Config DACBlock_Digital_Config[4];
Description
- u32 Enable
- Corresponds to the
C_DAC{x}_EnableIP parameter. - u32 PLLEnable
- Corresponds to the
C_DAC{x}_PLL_EnableIP parameter. - double SamplingRate
- Corresponds to the
C_DAC{x}_Sampling_RateIP parameter. - double RefClkFreq
- Corresponds to the
C_DAC{x}_RefClk_FreqIP parameter. - double FabClkFreq
- Corresponds to the
C_DAC{x}_FabClk_FreqIP parameter. - u32 FeedbackDiv
- Corresponds to the
C_DAC{x}_FBDIVIP parameter. - u32 OutputDiv
- Corresponds to the
C_DAC{x}_OutDivIP parameter. - u32 RefClkDiv
- Corresponds to the
C_DAC{x}_Refclk_DivIP parameter. - u32 MultibandConfig
- Corresponds to the
C_DAC{x}_MultibandIP parameter.