Lines Matching refs:cr3its
2241 uint32_t cr3its = READ_REG(huart->Instance->CR3); in HAL_UART_IRQHandler() local
2253 || ((cr3its & USART_CR3_RXFTIE) != 0U))) in HAL_UART_IRQHandler()
2265 && ((((cr3its & (USART_CR3_RXFTIE | USART_CR3_EIE)) != 0U) in HAL_UART_IRQHandler()
2277 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler()
2285 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler()
2295 ((cr3its & (USART_CR3_RXFTIE | USART_CR3_EIE)) != 0U))) in HAL_UART_IRQHandler()
2316 || ((cr3its & USART_CR3_RXFTIE) != 0U))) in HAL_UART_IRQHandler()
2521 if (((isrflags & USART_ISR_WUF) != 0U) && ((cr3its & USART_CR3_WUFIE) != 0U)) in HAL_UART_IRQHandler()
2541 || ((cr3its & USART_CR3_TXFTIE) != 0U))) in HAL_UART_IRQHandler()
4479 uint32_t cr3its = READ_REG(huart->Instance->CR3); in UART_RxISR_8BIT_FIFOEN() local
4505 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in UART_RxISR_8BIT_FIFOEN()
4513 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in UART_RxISR_8BIT_FIFOEN()
4652 uint32_t cr3its = READ_REG(huart->Instance->CR3); in UART_RxISR_16BIT_FIFOEN() local
4679 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in UART_RxISR_16BIT_FIFOEN()
4687 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in UART_RxISR_16BIT_FIFOEN()