Function Prototype
u32 XRFdc_StartUp(XRFdc *InstancePtr, u32 Type, int Tile_Id);
Arguments
- XRFdc *InstancePtr
- Pointer to the driver instance.
- u32 Type
- RF-ADC or RF-DAC; 0 for RF-ADC and 1 for RF-DAC.
- int Tile_Id
- RF-ADC/RF-DAC tile number. Valid values are 0-3 and -1 (for all tiles).
Description
This API function restarts the tile as requested through Tile_Id
. If -1 is passed as Tile_Id
,
the function restarts all the enabled tiles. Existing register settings are not lost
or altered in the process.
Return Value
XRFDC_SUCCESS
XRFDC_FAILURE
(returned when the tile is not
enabled or available)