|
unsigned int | XUartLite_SendBuffer (XUartLite *InstancePtr) |
| This function sends a buffer that has been previously specified by setting up the instance variables of the instance. More...
|
|
unsigned int | XUartLite_ReceiveBuffer (XUartLite *InstancePtr) |
| This function receives a buffer that has been previously specified by setting up the instance variables of the instance. More...
|
|
u8 | XUartLite_GetSR (XUartLite *InstancePtr) |
| This function reads the status register and updates the error stats, before returning the status register value. More...
|
|