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_ADCBlock_AnalogDataPath_Config ADCBlock_AnalogConfig[4];
XRFdc_ADCBlock_DigitalDataPath_Config ADCBlock_Digital_Config[4];
Description
- u32 Enable
- Corresponds to the
C_ADC{x}_EnableIP parameter. - u32 PLLEnable
- Corresponds to the
C_ADC{x}_PLL_EnableIP parameter. - double SamplingRate
- Corresponds to the
C_ADC{x}_Sampling_RateIP parameter. - double RefClkFreq
- Corresponds to the
C_ADC{x}_RefClk_FreqIP parameter. - double FabClkFreq
- Corresponds to the
C_ADC{x}_FabClk_FreqIP parameter. - u32 FeedbackDiv
- Corresponds to the
C_ADC{x}_FBDIVIP parameter. - u32 OutputDiv
- Corresponds to the
C_ADC{x}_OutDivIP parameter. - u32 RefClkDiv
- Corresponds to the
C_ADC{x}_Refclk_DivIP parameter. - u32 MultibandConfig
- Corresponds to the
C_ADC{x}_MultibandIP parameter.