Searched refs:USART_ISR_TXE (Results 1 – 4 of 4) sorted by relevance
379 ret = stm32_uart_wait_flag(huart, USART_ISR_TXE); in stm32_uart_putc()406 ret = stm32_uart_wait_flag(huart, USART_ISR_TXE); in stm32_uart_flush()
170 tst w2, #USART_ISR_TXE
152 #define USART_ISR_TXE BIT(7) macro
171 tst r2, #USART_ISR_TXE