![]() |
uartps
Vitis Drivers API Documentation
|
Functions | |
| s32 | XUartPs_CfgInitialize (XUartPs *InstancePtr, XUartPs_Config *Config, u32 EffectiveAddr) |
| Initializes a specific XUartPs instance such that it is ready to be used. More... | |
| u32 | XUartPs_Send (XUartPs *InstancePtr, u8 *BufferPtr, u32 NumBytes) |
| This functions sends the specified buffer using the device in either polled or interrupt driven mode. More... | |
| u32 | XUartPs_Recv (XUartPs *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 | XUartPs_SetBaudRate (XUartPs *InstancePtr, u32 BaudRate) |
| Sets the baud rate for the device. More... | |