XRFdc_IntrHandler - 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_IntrHandler(u32 Vector, void *XRFdcPtr);

Arguments

u32 Vector
Interrupt Vector number.
void *XRFdcPtr
Pointer to the driver instance that caused the interrupt.

Description

This function is used internally by the driver. This is the master interrupt handler for the Zynq UltraScale+ RF Data Converter driver. This routine must be connected to an interrupt controller using OS/BSP-specific APIs. It clears the source of the interrupt and prints the cause of the interrupt.

Return Value

METAL_IRQ_HANDLED (to inform Libmetal library, IRQ is handled).