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

UART_FLAG_IDLE macro

Syntax

#define UART_FLAG_IDLE ((uint32_t)USART_SR_IDLE)

References

LocationText
stm32f4xx_hal_uart.h:364
#define UART_FLAG_IDLE ((uint32_t)USART_SR_IDLE)
stm32f4xx_hal_uart.c:1633
if (__HAL_UART_GET_FLAG(huart, UART_FLAG_IDLE))
stm32f4xx_hal_uart.c:3653
if (__HAL_UART_GET_FLAG(huart, UART_FLAG_IDLE))