XRFdc_GetPLLConfig - 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

Function Prototype

u32 XRFdc_GetPLLConfig(XRFdc *InstancePtr, u32 Type, u32 Tile_Id, XRFdc_PLL_Settings *PLLSettings);

Arguments

XRFdc *InstancePtr
Pointer to the driver instance.
u32 Type
RF-ADC or RF-DAC; 0 for RF-ADC and 1 for RF-DAC.
u32 Tile_Id
Valid values are 0-3 and -1 (for all tiles).
XRFdc_PLL_Settings *PLLSettings
Pointer to the XRFdc_PLL_Settings to be populated with the PLL settings.

Description

This API function reads the PLL settings from the registers and populates the XRFdc_PLL_Settings structure.

Return Value

XRFDC_SUCCESS

XRFDC_FAILURE