uartpsv
Xilinx SDK Drivers API Documentation
xuartpsv.c File Reference

Functions

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_ReceiveBuffer (XUartPsv *InstancePtr)
 This function receives a buffer that has been previously specified by setting up the instance variables of the instance. More...
 
s32 XUartPsv_CfgInitialize (XUartPsv *InstancePtr, XUartPsv_Config *Config, u32 EffectiveAddr)
 Initializes a specific XUartPsv instance such that it is ready to be used. More...
 
u32 XUartPsv_Send (XUartPsv *InstancePtr, u8 *BufferPtr, u32 NumBytes)
 This functions sends the specified buffer using the device in either polled or interrupt driven mode. More...
 
u32 XUartPsv_Recv (XUartPsv *InstancePtr, u8 *BufferPtr, u32 NumBytes)
 This function attempts to receive a specified number of bytes of data from the device and store it into the specified buffer. More...
 
s32 XUartPsv_SetBaudRate (XUartPsv *InstancePtr, u32 BaudRate)
 Sets the baud rate for the device. More...