Searched refs:UART_IsTXBusy (Results 1 – 6 of 6) sorted by relevance
64 uint32_t UART_IsTXBusy(UART_TypeDef * UARTx);
198 uint32_t UART_IsTXBusy(UART_TypeDef * UARTx) in UART_IsTXBusy() function
189 uint32_t UART_IsTXBusy(UART_TypeDef * UARTx) in UART_IsTXBusy() function
240 while (UART_IsTXBusy(uart_cfg->UARTx)) in swm_uart_putc()
236 while (UART_IsTXBusy(uart_cfg->UARTx)) in swm_uart_putc()
Completed in 15 milliseconds