uartpsv
Vitis Drivers API Documentation
xuartpsv_intr.c File Reference

Functions

u32 XUartPsv_GetInterruptMask (XUartPsv *InstancePtr)
 This function gets the interrupt mask. More...
 
void XUartPsv_SetInterruptMask (XUartPsv *InstancePtr, u32 Mask)
 This function sets the interrupt mask. More...
 
void XUartPsv_SetHandler (XUartPsv *InstancePtr, XUartPsv_Handler FuncPtr, void *CallBackRef)
 This function sets the handler that will be called when an event (interrupt) occurs that needs application's attention. More...
 
void XUartPsv_InterruptHandler (XUartPsv *InstancePtr)
 This function is the interrupt handler for the driver. More...