Function Prototype
u32 XRFdc_SetInvSincFIR(XRFdc *InstancePtr, u32 Tile_Id, u32 Block_Id, u16 Mode);
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 number. Valid values are 0-3.
- u16 Mode
- Valid values are 0 (disable), 1 (First Nyquist Zone), and for Gen 3/DFE devices only, 2 (Second Nyquist Zone).
Description
This API function is used to enable or disable the inverse sinc
filter.
Note: This API
function is used only for the RF-DACs. Mode 2 is only available for Gen 3/DFE
devices.
Return Value
XRFDC_SUCCESS
XRFDC_FAILURE