XRFdc_DisableCoefficientsOverride - 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_DisableCoefficientsOverride(XRFdc *InstancePtr, u32 Tile_Id, u32 Block_Id, u32 CalibrationBlock);

Arguments

XRFdc * InstancePtr
Pointer to the driver instance
u32 Tile_Id
RF-ADC tile number. Valid values are 0-3
u32 Block_Id
RF-ADC block number inside the tile. Valid values are 0-3
u32 CalibrationBlock
The calibration block whose override is to be disabled.
Valid values are 0 (only available for Gen 3/DFE devices) and 1-3 representing the OCB1, OCB2, GCB, and TSCB respectively.
Table 1. Valid Macros for CalibrationBlock Argument
Macro Description
XRFDC_CAL_BLOCK_OCB1 Offset Calibration Block (Background) (Gen 3/DFE)
XRFDC_CAL_BLOCK_OCB2 Offset Calibration Block (Foreground)
XRFDC_CAL_BLOCK_GCB Gain Calibration Block (Background)
XRFDC_CAL_BLOCK_TSCB Time Skew Calibration Block (Background)

Description

This API function disables the coefficient override for the selected block.

The clock is selected using the CalibrationBlock parameter.

Note: OCB1 only available for Gen 3/DFE devices.

Return Value

XRFDC_SUCCESS

XRFDC_FAILURE