Searched refs:USART_ISR_NE (Results 1 – 6 of 6) sorted by relevance
147 #define USART_ISR_NE BIT(2) macro
688 #define UART_FLAG_NE USART_ISR_NE /*!< UART noise error …
1745 errorflags = (isrflags & (uint32_t)(USART_ISR_PE | USART_ISR_FE | USART_ISR_ORE | USART_ISR_NE)); in HAL_UART_IRQHandler()1791 if(((isrflags & USART_ISR_NE) != RESET) && ((cr3its & USART_CR3_EIE) != RESET)) in HAL_UART_IRQHandler()
16110 #define USART_ISR_NE USART_ISR_NE_Msk /*!< Noise Error det… macro