Lines Matching refs:cr3its
2363 uint32_t cr3its = READ_REG(huart->Instance->CR3); in HAL_UART_IRQHandler() local
2375 || ((cr3its & USART_CR3_RXFTIE) != 0U))) in HAL_UART_IRQHandler()
2387 && ((((cr3its & (USART_CR3_RXFTIE | USART_CR3_EIE)) != 0U) in HAL_UART_IRQHandler()
2399 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler()
2407 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler()
2417 ((cr3its & (USART_CR3_RXFTIE | USART_CR3_EIE)) != 0U))) in HAL_UART_IRQHandler()
2438 || ((cr3its & USART_CR3_RXFTIE) != 0U))) in HAL_UART_IRQHandler()
2655 || ((cr3its & USART_CR3_TXFTIE) != 0U))) in HAL_UART_IRQHandler()
4500 uint32_t cr3its = READ_REG(huart->Instance->CR3); in UART_RxISR_8BIT_FIFOEN() local
4526 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in UART_RxISR_8BIT_FIFOEN()
4534 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in UART_RxISR_8BIT_FIFOEN()
4664 uint32_t cr3its = READ_REG(huart->Instance->CR3); in UART_RxISR_16BIT_FIFOEN() local
4691 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in UART_RxISR_16BIT_FIFOEN()
4699 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in UART_RxISR_16BIT_FIFOEN()