Lines Matching refs:txftie
3472 uint32_t txftie; in USART_RxISR_8BIT() local
3493 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT()
3517 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT()
3564 uint32_t txftie; in USART_RxISR_16BIT() local
3586 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT()
3610 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT()
3658 uint32_t txftie; in USART_RxISR_8BIT_FIFOEN() local
3685 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT_FIFOEN()
3710 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT_FIFOEN()
3792 uint32_t txftie; in USART_RxISR_16BIT_FIFOEN() local
3820 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT_FIFOEN()
3845 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT_FIFOEN()