Searched refs:UART_FLAG_PE (Results 1 – 3 of 3) sorted by relevance
356 #define UART_FLAG_PE ((uint32_t)USART_SR_PE) macro
510 if (__HAL_UART_GET_FLAG(&(uart->handle), UART_FLAG_PE) != RESET) in uart_isr()
513 if (__HAL_UART_GET_FLAG(&(uart->handle), UART_FLAG_PE)) in uart_isr()
Completed in 12 milliseconds