Lines Matching refs:cr3its
2318 uint32_t cr3its = READ_REG(huart->Instance->CR3); in HAL_UART_IRQHandler() local
2330 || ((cr3its & USART_CR3_RXFTIE) != 0U))) in HAL_UART_IRQHandler()
2342 && ((((cr3its & (USART_CR3_RXFTIE | USART_CR3_EIE)) != 0U) in HAL_UART_IRQHandler()
2354 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler()
2362 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in HAL_UART_IRQHandler()
2372 ((cr3its & (USART_CR3_RXFTIE | USART_CR3_EIE)) != 0U))) in HAL_UART_IRQHandler()
2393 || ((cr3its & USART_CR3_RXFTIE) != 0U))) in HAL_UART_IRQHandler()
2604 if (((isrflags & USART_ISR_WUF) != 0U) && ((cr3its & USART_CR3_WUFIE) != 0U)) in HAL_UART_IRQHandler()
2624 || ((cr3its & USART_CR3_TXFTIE) != 0U))) in HAL_UART_IRQHandler()
4466 uint32_t cr3its = READ_REG(huart->Instance->CR3); in UART_RxISR_8BIT_FIFOEN() local
4492 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in UART_RxISR_8BIT_FIFOEN()
4500 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in UART_RxISR_8BIT_FIFOEN()
4630 uint32_t cr3its = READ_REG(huart->Instance->CR3); in UART_RxISR_16BIT_FIFOEN() local
4657 if (((isrflags & USART_ISR_FE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in UART_RxISR_16BIT_FIFOEN()
4665 if (((isrflags & USART_ISR_NE) != 0U) && ((cr3its & USART_CR3_EIE) != 0U)) in UART_RxISR_16BIT_FIFOEN()