Lines Matching refs:cr3its
2328 uint32_t cr3its = READ_REG(huart->Instance->CR3); in HAL_UART_IRQHandler() local
2340 || ((cr3its & USART_CR3_RXFTIE) != 0U))) in HAL_UART_IRQHandler()
2352 && ((((cr3its & (USART_CR3_RXFTIE | USART_CR3_EIE)) != 0U) in HAL_UART_IRQHandler()
2364 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler()
2372 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler()
2382 ((cr3its & (USART_CR3_RXFTIE | USART_CR3_EIE)) != 0U))) in HAL_UART_IRQHandler()
2403 || ((cr3its & USART_CR3_RXFTIE) != 0U))) in HAL_UART_IRQHandler()
2614 if (((isrflags & USART_ISR_WUF) != 0U) && ((cr3its & USART_CR3_WUFIE) != 0U)) in HAL_UART_IRQHandler()
2634 || ((cr3its & USART_CR3_TXFTIE) != 0U))) in HAL_UART_IRQHandler()
4437 uint32_t cr3its = READ_REG(huart->Instance->CR3); in UART_RxISR_8BIT_FIFOEN() local
4463 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in UART_RxISR_8BIT_FIFOEN()
4471 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in UART_RxISR_8BIT_FIFOEN()
4601 uint32_t cr3its = READ_REG(huart->Instance->CR3); in UART_RxISR_16BIT_FIFOEN() local
4628 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in UART_RxISR_16BIT_FIFOEN()
4636 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in UART_RxISR_16BIT_FIFOEN()