XRFdc_GetInvSincFIR - 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_GetInvSincFIR(XRFdc *InstancePtr, u32 Tile_Id, u32 Block_Id, u16 *ModePtr);

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 tile number. Valid values are 0-3.
u16 *ModePtr
Enable pointer is used to get the status. 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 get the inverse sinc filter status.

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