Function Prototype
u32 XRFdc_SetFabWrVldWords(XRFdc *InstancePtr, u32 Tile_Id, u32 Block_Id, u32 FabricWrVldWords);
Arguments
- XRFdc *InstancePtr
- Pointer to the driver instance.
- u32 Tile_Id
- RF-DAC tile number. Valid values are 0-3.
- u32 Block_Id
- RF-DAC number inside the tile. Valid values are 0-3.
- u32 FabricWrVldWords
- Write fabric data rate to be set for RF-DAC.
Description
This API function sets the write fabric data rate for the requested RF-DAC by writing to the corresponding register.
Note: This API function
is only applicable for RF-DACs.
Return Value
XRFDC_SUCCESS
XRFDC_FAILURE