Lines Matching refs:cr1its
2215 uint32_t cr1its = READ_REG(huart->Instance->CR1); in HAL_UART_IRQHandler() local
2227 && (((cr1its & USART_CR1_RXNEIE_RXFNEIE) != 0U) in HAL_UART_IRQHandler()
2241 || ((cr1its & (USART_CR1_RXNEIE_RXFNEIE | USART_CR1_PEIE | USART_CR1_RTOIE)) != 0U)))) in HAL_UART_IRQHandler()
2244 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_UART_IRQHandler()
2269 && (((cr1its & USART_CR1_RXNEIE_RXFNEIE) != 0U) || in HAL_UART_IRQHandler()
2278 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_UART_IRQHandler()
2290 && (((cr1its & USART_CR1_RXNEIE_RXFNEIE) != 0U) in HAL_UART_IRQHandler()
2380 && ((cr1its & USART_ISR_IDLE) != 0U)) in HAL_UART_IRQHandler()
2515 && (((cr1its & USART_CR1_TXEIE_TXFNFIE) != 0U) in HAL_UART_IRQHandler()
2526 if (((isrflags & USART_ISR_TC) != 0U) && ((cr1its & USART_CR1_TCIE) != 0U)) in HAL_UART_IRQHandler()
2533 if (((isrflags & USART_ISR_TXFE) != 0U) && ((cr1its & USART_CR1_TXFEIE) != 0U)) in HAL_UART_IRQHandler()
2546 if (((isrflags & USART_ISR_RXFF) != 0U) && ((cr1its & USART_CR1_RXFFIE) != 0U)) in HAL_UART_IRQHandler()
4419 uint32_t cr1its = READ_REG(huart->Instance->CR1); in UART_RxISR_8BIT_FIFOEN() local
4438 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in UART_RxISR_8BIT_FIFOEN()
4583 uint32_t cr1its = READ_REG(huart->Instance->CR1); in UART_RxISR_16BIT_FIFOEN() local
4603 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in UART_RxISR_16BIT_FIFOEN()