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

UART_FLAG_ORE macro

Syntax

#define UART_FLAG_ORE ((uint32_t)USART_SR_ORE)

References

LocationText
stm32f4xx_hal_uart.h:365
#define UART_FLAG_ORE ((uint32_t)USART_SR_ORE)
stm32f4xx_hal_uart.c:3202
if (__HAL_UART_GET_FLAG(huart, UART_FLAG_ORE) == SET)