MODIFICATION HISTORY:
Ver Who Date Changes ----- ---- -------- ----------------------------------------------- 1.00b rpm 04/25/02 First release 1.12a rpm 07/16/07 Fixed arg type for RecvByte
Functions | |
void | XUartLite_SendByte (u32 BaseAddress, u8 Data) |
u8 | XUartLite_RecvByte (u32 BaseAddress) |
|
This functions receives a single byte using the UART. It is blocking in that it waits for the receiver to become non-empty before it reads from the receive register.
|
|
This functions sends a single byte using the UART. It is blocking in that it waits for the transmitter to become non-full before it writes the byte to the transmit register.
|
Copyright © 1995-2009 Xilinx, Inc. All rights reserved.