Lines Matching refs:txftie
3386 uint32_t txftie; in USART_RxISR_8BIT() local
3407 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT()
3431 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT()
3478 uint32_t txftie; in USART_RxISR_16BIT() local
3500 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT()
3524 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT()
3572 uint32_t txftie; in USART_RxISR_8BIT_FIFOEN() local
3599 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT_FIFOEN()
3624 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT_FIFOEN()
3706 uint32_t txftie; in USART_RxISR_16BIT_FIFOEN() local
3734 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT_FIFOEN()
3759 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT_FIFOEN()