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

__HAL_UART_CLEAR_OREFLAG macro

Clears the UART ORE pending flag.

Syntax

#define __HAL_UART_CLEAR_OREFLAG(__HANDLE__) __HAL_UART_CLEAR_PEFLAG(__HANDLE__)

Arguments

__HANDLE__

specifies the UART Handle. UART Handle selects the USARTx or UARTy peripheral (USART,UART availability and x,y values depending on device).

Return value

None

References

LocationText
stm32f4xx_hal_uart.h:532
#define __HAL_UART_CLEAR_OREFLAG(__HANDLE__) __HAL_UART_CLEAR_PEFLAG(__HANDLE__)
stm32f4xx_hal_uart.c:1511
__HAL_UART_CLEAR_OREFLAG(huart);
stm32f4xx_hal_uart.c:3205
__HAL_UART_CLEAR_OREFLAG(huart);
stm32f4xx_hal_uart.c:3298
__HAL_UART_CLEAR_OREFLAG(huart);