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