Lines Matching refs:cr3its
2216 uint32_t cr3its = READ_REG(huart->Instance->CR3); in HAL_UART_IRQHandler() local
2228 || ((cr3its & USART_CR3_RXFTIE) != 0U))) in HAL_UART_IRQHandler()
2240 && ((((cr3its & (USART_CR3_RXFTIE | USART_CR3_EIE)) != 0U) in HAL_UART_IRQHandler()
2252 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler()
2260 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler()
2270 ((cr3its & (USART_CR3_RXFTIE | USART_CR3_EIE)) != 0U))) in HAL_UART_IRQHandler()
2291 || ((cr3its & USART_CR3_RXFTIE) != 0U))) in HAL_UART_IRQHandler()
2496 if (((isrflags & USART_ISR_WUF) != 0U) && ((cr3its & USART_CR3_WUFIE) != 0U)) in HAL_UART_IRQHandler()
2516 || ((cr3its & USART_CR3_TXFTIE) != 0U))) in HAL_UART_IRQHandler()
4420 uint32_t cr3its = READ_REG(huart->Instance->CR3); in UART_RxISR_8BIT_FIFOEN() local
4446 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in UART_RxISR_8BIT_FIFOEN()
4454 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in UART_RxISR_8BIT_FIFOEN()
4584 uint32_t cr3its = READ_REG(huart->Instance->CR3); in UART_RxISR_16BIT_FIFOEN() local
4611 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in UART_RxISR_16BIT_FIFOEN()
4619 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in UART_RxISR_16BIT_FIFOEN()