Function Prototype
u32 XRFdc_GetFabRdVldWords(XRFdc *InstancePtr, u32 Type, u32 Tile_Id, u32 Block_Id, u32 *FabricRdVldWordsPtr);
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
- RF-ADC/RF-DAC tile number. Valid values are 0-3.
- u32 Block_Id
- RF-ADC/RF-DAC number inside the tile. Valid values are 0-3.
- u32 *FabricRdVldWordsPtr
- Pointer to return the read PL data rate for the RF-ADC/RF-DACs.
Description
Read PL data rate for the requested RF-ADC/RF-DAC is returned back to the caller.
Note: This is a common
API function for RF-ADCs and RF-DACs.
Return Value
XRFDC_SUCCESS
XRFDC_FAILURE