![]() |
uartpsv
Xilinx SDK Drivers API Documentation
|
Functions | |
u16 | XUartPsv_GetOptions (XUartPsv *InstancePtr) |
Gets the options for the specified driver instance. More... | |
void | XUartPsv_SetOptions (XUartPsv *InstancePtr, u16 Options) |
Sets the options for the specified driver instance. More... | |
u8 | XUartPsv_GetFifoThreshold (XUartPsv *InstancePtr) |
This function gets the receive FIFO trigger level. More... | |
void | XUartPsv_SetFifoThreshold (XUartPsv *InstancePtr, u8 TriggerLevel) |
This functions sets the receive FIFO trigger level. More... | |
u16 | XUartPsv_GetModemStatus (XUartPsv *InstancePtr) |
This function gets the modem status from the specified UART. More... | |
u32 | XUartPsv_IsSending (XUartPsv *InstancePtr) |
This function determines if the specified UART is sending data. More... | |
u8 | XUartPsv_GetOperMode (XUartPsv *InstancePtr) |
This function gets the operational mode of the UART. More... | |
void | XUartPsv_SetOperMode (XUartPsv *InstancePtr, u8 OperationMode) |
This function sets the operational mode of the UART. More... | |
s32 | XUartPsv_SetDataFormat (XUartPsv *InstancePtr, XUartPsvFormat *FormatPtr) |
Sets the data format for the device. More... | |
void | XUartPsv_GetDataFormat (XUartPsv *InstancePtr, XUartPsvFormat *FormatPtr) |
Gets the data format for the specified UART. More... | |