![]() |
uartpsv
Vitis Drivers API Documentation
|
Macros | |
| #define | XUARTPSV_NUM_OPTIONS (sizeof(XUartPsv_OptionsTable) / sizeof(Mapping)) |
| No. More... | |
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 Tx and Rx FIFO trigger level. More... | |
| void | XUartPsv_SetFifoThreshold (XUartPsv *InstancePtr, u8 TriggerLevel) |
| This functions sets the Tx and Rx FIFO trigger level to the 'TriggerLevel' argument. More... | |
| void | XUartPsv_SetTxFifoThreshold (XUartPsv *InstancePtr, u8 TriggerLevel) |
| This functions sets the Tx FIFO trigger level to the 'TriggerLevel' argument. More... | |
| void | XUartPsv_SetRxFifoThreshold (XUartPsv *InstancePtr, u8 TriggerLevel) |
| This functions sets the Rx FIFO trigger level to the 'TriggerLevel' argument. 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... | |