uartps
Vitis Drivers API Documentation
xuartps_options.c File Reference

Functions

u16 XUartPs_GetOptions (XUartPs *InstancePtr)
 Gets the options for the specified driver instance. More...
 
void XUartPs_SetOptions (XUartPs *InstancePtr, u16 Options)
 Sets the options for the specified driver instance. More...
 
u8 XUartPs_GetFifoThreshold (XUartPs *InstancePtr)
 This function gets the receive FIFO trigger level. More...
 
void XUartPs_SetFifoThreshold (XUartPs *InstancePtr, u8 TriggerLevel)
 This functions sets the receive FIFO trigger level. More...
 
u16 XUartPs_GetModemStatus (XUartPs *InstancePtr)
 This function gets the modem status from the specified UART. More...
 
u32 XUartPs_IsSending (XUartPs *InstancePtr)
 This function determines if the specified UART is sending data. More...
 
u8 XUartPs_GetOperMode (XUartPs *InstancePtr)
 This function gets the operational mode of the UART. More...
 
void XUartPs_SetOperMode (XUartPs *InstancePtr, u8 OperationMode)
 This function sets the operational mode of the UART. More...
 
u8 XUartPs_GetFlowDelay (XUartPs *InstancePtr)
 This function sets the Flow Delay. More...
 
void XUartPs_SetFlowDelay (XUartPs *InstancePtr, u8 FlowDelayValue)
 This function sets the Flow Delay. More...
 
u8 XUartPs_GetRecvTimeout (XUartPs *InstancePtr)
 This function gets the Receive Timeout of the UART. More...
 
void XUartPs_SetRecvTimeout (XUartPs *InstancePtr, u8 RecvTimeout)
 This function sets the Receive Timeout of the UART. More...
 
s32 XUartPs_SetDataFormat (XUartPs *InstancePtr, XUartPsFormat *FormatPtr)
 Sets the data format for the device. More...
 
void XUartPs_GetDataFormat (XUartPs *InstancePtr, XUartPsFormat *FormatPtr)
 Gets the data format for the specified UART. More...