User API Functions - 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

All user API functions are implemented in the source file xrfdc.c. The prototypes for these are provided in header file xrfdc.h.

All driver API functions have InstancePtr as an argument. It is a pointer to the XRFdc structure that contains information about the base address, the structure pointing to RFdc default configurations, and structures for RF-ADC and RF-DAC tile configurations. The InstancePtr argument is initialized in the XRFdc_CfgInitialize API function. Call the XRFdc_CfgInitialize API function to initialize InstancePtr before calling any other functions.