uartps
Vitis Drivers API Documentation
xuartps_intr.c File Reference

Typedefs

typedef void(* Handler )(XUartPs *InstancePtr)
 This function is the handler which performs processing to handle data events from the device. More...
 

Functions

u32 XUartPs_GetInterruptMask (XUartPs *InstancePtr)
 This function gets the interrupt mask. More...
 
void XUartPs_SetInterruptMask (XUartPs *InstancePtr, u32 Mask)
 This function sets the interrupt mask. More...
 
void XUartPs_SetHandler (XUartPs *InstancePtr, XUartPs_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 XUartPs_InterruptHandler (XUartPs *InstancePtr)
 This function is the interrupt handler for the driver. More...