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.
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