Lines Matching refs:txftie
3567 uint32_t txftie; in USART_RxISR_8BIT() local
3588 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT()
3612 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT()
3659 uint32_t txftie; in USART_RxISR_16BIT() local
3681 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT()
3705 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT()
3753 uint32_t txftie; in USART_RxISR_8BIT_FIFOEN() local
3780 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT_FIFOEN()
3805 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT_FIFOEN()
3887 uint32_t txftie; in USART_RxISR_16BIT_FIFOEN() local
3915 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT_FIFOEN()
3940 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT_FIFOEN()