Searched refs:UART_FLAG_ORE (Results 1 – 3 of 3) sorted by relevance
353 #define UART_FLAG_ORE ((uint32_t)USART_SR_ORE) macro
498 if (__HAL_UART_GET_FLAG(&(uart->handle), UART_FLAG_ORE) != RESET) in uart_isr()
500 if (__HAL_UART_GET_FLAG(&(uart->handle), UART_FLAG_ORE)) in uart_isr()
Completed in 12 milliseconds