Function Prototype
u32 XRFdc_Reset(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 resets the tile as requested through
Tile_Id
. If -1 is passed as Tile_Id
,
it resets all the enabled tiles. All existing register settings are cleared and are
replaced with the settings initially configured.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)