![]() |
uartns550
Vitis Drivers API Documentation
|
Functions | |
u16 | XUartNs550_GetOptions (XUartNs550 *InstancePtr) |
Gets the options for the specified driver instance. More... | |
int | XUartNs550_SetOptions (XUartNs550 *InstancePtr, u16 Options) |
Sets the options for the specified driver instance. More... | |
u8 | XUartNs550_GetFifoThreshold (XUartNs550 *InstancePtr) |
This function gets the receive FIFO trigger level. More... | |
int | XUartNs550_SetFifoThreshold (XUartNs550 *InstancePtr, u8 TriggerLevel) |
This functions sets the receive FIFO trigger level. More... | |
u8 | XUartNs550_GetLastErrors (XUartNs550 *InstancePtr) |
This function returns the last errors that have occurred in the specified UART. More... | |
u8 | XUartNs550_GetModemStatus (XUartNs550 *InstancePtr) |
This function gets the modem status from the specified UART. More... | |
int | XUartNs550_IsSending (XUartNs550 *InstancePtr) |
This function determines if the specified UART is sending data. More... | |