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