Searched refs:UART_GetTxFlag (Results 1 – 3 of 3) sorted by relevance
320 if (UART_GetTxFlag(puart_adapter->UartIndex)) { in uart_irqhandler()914 if (UART_GetTxFlag(puart_adapter->UartIndex)) { in serial_send_stream()1010 if (UART_GetTxFlag(puart_adapter->UartIndex)) { in serial_send_stream_dma()1051 if (!UART_GetTxFlag(puart_adapter->UartIndex)) { in serial_send_stream_abort()1059 if(UART_GetTxFlag(puart_adapter->UartIndex) == STATERX_DMA) { in serial_send_stream_abort()
795 UART_GetTxFlag(u32 UartIdx) in UART_GetTxFlag() function
103 if (UART_GetTxFlag(uart->dev.idx)) { in uart_irqhandler()387 if (UART_GetTxFlag(uart_idx)) { in csi_uart_send_async()
Completed in 8 milliseconds