Home
last modified time | relevance | path

Searched refs:UART_IsTXBusy (Results 1 – 6 of 6) sorted by relevance

/bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/
A DSWM320_uart.h64 uint32_t UART_IsTXBusy(UART_TypeDef * UARTx);
A DSWM320_uart.c198 uint32_t UART_IsTXBusy(UART_TypeDef * UARTx) in UART_IsTXBusy() function
/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_uart.h64 uint32_t UART_IsTXBusy(UART_TypeDef * UARTx);
A DSWM341_uart.c189 uint32_t UART_IsTXBusy(UART_TypeDef * UARTx) in UART_IsTXBusy() function
/bsp/synwit/libraries/SWM320_drivers/
A Ddrv_uart.c240 while (UART_IsTXBusy(uart_cfg->UARTx)) in swm_uart_putc()
/bsp/synwit/libraries/SWM341_drivers/
A Ddrv_uart.c236 while (UART_IsTXBusy(uart_cfg->UARTx)) in swm_uart_putc()

Completed in 15 milliseconds