Lines Matching refs:cr1its

2309   uint32_t cr1its     = READ_REG(huart->Instance->CR1);  in HAL_UART_IRQHandler()  local
2321 && (((cr1its & USART_CR1_RXNEIE_RXFNEIE) != 0U) in HAL_UART_IRQHandler()
2335 || ((cr1its & (USART_CR1_RXNEIE_RXFNEIE | USART_CR1_PEIE | USART_CR1_RTOIE)) != 0U)))) in HAL_UART_IRQHandler()
2338 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in HAL_UART_IRQHandler()
2363 && (((cr1its & USART_CR1_RXNEIE_RXFNEIE) != 0U) || in HAL_UART_IRQHandler()
2372 if (((isrflags & USART_ISR_RTOF) != 0U) && ((cr1its & USART_CR1_RTOIE) != 0U)) in HAL_UART_IRQHandler()
2384 && (((cr1its & USART_CR1_RXNEIE_RXFNEIE) != 0U) in HAL_UART_IRQHandler()
2476 && ((cr1its & USART_ISR_IDLE) != 0U)) in HAL_UART_IRQHandler()
2597 && (((cr1its & USART_CR1_TXEIE_TXFNFIE) != 0U) in HAL_UART_IRQHandler()
2608 if (((isrflags & USART_ISR_TC) != 0U) && ((cr1its & USART_CR1_TCIE) != 0U)) in HAL_UART_IRQHandler()
2615 if (((isrflags & USART_ISR_TXFE) != 0U) && ((cr1its & USART_CR1_TXFEIE) != 0U)) in HAL_UART_IRQHandler()
2628 if (((isrflags & USART_ISR_RXFF) != 0U) && ((cr1its & USART_CR1_RXFFIE) != 0U)) in HAL_UART_IRQHandler()
4502 uint32_t cr1its = READ_REG(huart->Instance->CR1); in UART_RxISR_8BIT_FIFOEN() local
4521 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in UART_RxISR_8BIT_FIFOEN()
4666 uint32_t cr1its = READ_REG(huart->Instance->CR1); in UART_RxISR_16BIT_FIFOEN() local
4686 if (((isrflags & USART_ISR_PE) != 0U) && ((cr1its & USART_CR1_PEIE) != 0U)) in UART_RxISR_16BIT_FIFOEN()