Searched refs:USART_FLAG_PE (Results 1 – 4 of 4) sorted by relevance
271 #define USART_FLAG_PE ((uint32_t)USART_SR_PE) macro
273 #define USART_FLAG_PE USART_ISR_PE /*!< USART parity error … macro
404 #define USART_FLAG_PE USART_ISR_PE /*!< USART parity error … macro
1151 tmp_flag = __HAL_USART_GET_FLAG(husart, USART_FLAG_PE); in HAL_USART_IRQHandler()