Function Prototype
u32 XRFdc_SetDACCompMode(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
- Enable the legacy DAC output mode. Valid values are 0 (Gen 3/DFE behavior) 1 (Gen 2 behavior).
Description
The mode is used to update the corresponding block
level registers.
Note: This
is an API function for RF-DACs only. Only available for
Gen 3 devices.
Return Value
XRFDC_SUCCESS
XRFDC_FAILURE