XRFdc_Reset - 2.6 English

Zynq UltraScale+ RFSoC RF Data Converter v2.6 Gen 1/2/3/DFE LogiCORE IP Product Guide (PG269)

Document ID
PG269
Release Date
2023-10-18
Version
2.6 English

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)