HAL
UART_FLAG_TC is only used within HAL.
 
Symbols
loading...
Files
loading...

UART_FLAG_TC macro

Syntax

#define UART_FLAG_TC ((uint32_t)USART_SR_TC)

References

LocationText
stm32f4xx_hal_uart.h:362
#define UART_FLAG_TC ((uint32_t)USART_SR_TC)
stm32f4xx_hal_uart.c:1191
if (UART_WaitOnFlagUntilTimeout(huart, UART_FLAG_TC, RESET, tickstart, Timeout) != HAL_OK)
stm32f4xx_hal_uart.c:1415
stm32f4xx_hal_uart.c:3200
if ((READ_BIT(huart->Instance->CR1, USART_CR1_RE) != 0U) && (Flag != UART_FLAG_TXE) && (Flag != UART_FLAG_TC))