Function Prototype
u32 XRFdc_Shutdown(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
- Valid values are 0-3 and -1 (for all tiles).
Description
This API function stops the tile as requested through
Tile_Id
. If -1 is passed as Tile_Id
,
the function stops all the enabled tiles. The existing register settings are not
cleared. Note: This is
a common API function for RF-ADC and RF-DAC tiles.
Return Value
XRFDC_SUCCESS
XRFDC_FAILURE
(returned when the tile is not
enabled or available)