Searched refs:USART_FLAG_NE (Results 1 – 4 of 4) sorted by relevance
269 #define USART_FLAG_NE ((uint32_t)USART_SR_NE) macro
271 #define USART_FLAG_NE USART_ISR_NE /*!< USART noise error … macro
402 #define USART_FLAG_NE USART_ISR_NE /*!< USART noise error … macro
1167 tmp_flag = __HAL_USART_GET_FLAG(husart, USART_FLAG_NE); in HAL_USART_IRQHandler()