Searched refs:USART_ISR_TC (Results 1 – 7 of 7) sorted by relevance
151 tst r2, #USART_ISR_TC
151 #define USART_ISR_TC BIT(6) macro
679 #define UART_FLAG_TC USART_ISR_TC /*!< UART transmission complete…
1909 if(((isrflags & USART_ISR_TC) != RESET) && ((cr1its & USART_CR1_TCIE) != RESET)) in HAL_UART_IRQHandler()
16122 #define USART_ISR_TC USART_ISR_TC_Msk /*!< Transmission Co… macro