![]() |
uartpsv
Xilinx SDK Drivers API Documentation
|
Typedefs | |
typedef void(* | Handler )(XUartPsv *InstancePtr) |
This function is the handler which performs processing to handle data events from the device. More... | |
Functions | |
u32 | XUartPsv_ReceiveBuffer (XUartPsv *InstancePtr) |
This function receives a buffer that has been previously specified by setting up the instance variables of the instance. More... | |
u32 | XUartPsv_SendBuffer (XUartPsv *InstancePtr) |
This function sends a buffer that has been previously specified by setting up the instance variables of the instance. More... | |
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... | |