Searched refs:USART_ISR_TXE (Results 1 – 4 of 4) sorted by relevance
171 tst r2, #USART_ISR_TXE244 tst r1, #USART_ISR_TXE
170 tst w2, #USART_ISR_TXE233 tst w1, #USART_ISR_TXE
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()
152 #define USART_ISR_TXE BIT(7) macro