XRFdc_StartUp - 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_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)