XRFdc_GetDACCompMode (Gen 3/DFE) - 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
2024-11-13
Version
2.6 English

Function Prototype

u32 XRFdc_GetDACCompMode(XRFdc *InstancePtr, u32 Tile_Id, u32 Block_Id, u32 *Enable);

Arguments

XRFdc *InstancePtr
Pointer to the driver instance.
u32 Tile_Id
RF-DAC tile number. Valid values are 0-3.
u32 Block_Id
RF-DAC block number inside the tile. Valid values are 0-3.
u32 *Enable
Pinter to return the legacy DAC output mode. Valid values are 0 (Gen 3/DFE behavior) 1 (Gen 2 behavior).

Description

The behavior is read from the registers and the pointer is populated.
Note: This is an API function for RF-DACs only. Only available for Gen 3/DFE devices.

Return Value

XRFDC_SUCCESS

XRFDC_FAILURE