uartlite
Vitis Drivers API Documentation
 All Data Structures Files Functions Variables Typedefs Groups Pages
xuartlite_intr.c File Reference
#include "xuartlite.h"
#include "xuartlite_i.h"
#include "xil_io.h"

Functions

void XUartLite_SetRecvHandler (XUartLite *InstancePtr, XUartLite_Handler FuncPtr, void *CallBackRef)
 This function sets the handler that will be called when an event (interrupt) occurs in the driver. More...
 
void XUartLite_SetSendHandler (XUartLite *InstancePtr, XUartLite_Handler FuncPtr, void *CallBackRef)
 This function sets the handler that will be called when an event (interrupt) occurs in the driver. More...
 
void XUartLite_InterruptHandler (XUartLite *InstancePtr)
 This function is the interrupt handler for the UART lite driver. More...
 
void XUartLite_DisableInterrupt (XUartLite *InstancePtr)
 This function disables the UART interrupt. More...
 
void XUartLite_EnableInterrupt (XUartLite *InstancePtr)
 This function enables the UART interrupt such that an interrupt will occur when data is received or data has been transmitted. More...