Searched refs:UART_FLAG_NE (Results 1 – 3 of 3) sorted by relevance
354 #define UART_FLAG_NE ((uint32_t)USART_SR_NE) macro
502 if (__HAL_UART_GET_FLAG(&(uart->handle), UART_FLAG_NE) != RESET) in uart_isr()
505 if (__HAL_UART_GET_FLAG(&(uart->handle), UART_FLAG_NE)) in uart_isr()
Completed in 9 milliseconds