Function Prototype
u32 XRFdc_GetFabClkOutDiv(XRFdc *InstancePtr, u32 Type, u32 Tile_Id, u16 *FabClkDivPtr);
Arguments
- XRFdc *InstancePtr
- Pointer to the driver instance.
- u32 Type
- 0 for RF-ADC and 1 for RF-DAC.
- u32 Tile_Id
- RF-ADC/RF-DAC tile number. Valid values are 0-3.
- u16 *FabClkDivPtr
- Pointer to get the PL clock divider for a tile.
Description
Use this function to get the clock divider for the PL.
Note: This is a common
function for the RF-ADC and the RF-DAC.
Return Value
XRFDC_SUCCESS
XRFDC_FAILURE