Lines Matching refs:txftie
3508 uint32_t txftie; in USART_RxISR_8BIT() local
3529 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT()
3553 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT()
3600 uint32_t txftie; in USART_RxISR_16BIT() local
3622 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT()
3646 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT()
3694 uint32_t txftie; in USART_RxISR_8BIT_FIFOEN() local
3721 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT_FIFOEN()
3746 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT_FIFOEN()
3828 uint32_t txftie; in USART_RxISR_16BIT_FIFOEN() local
3856 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT_FIFOEN()
3881 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT_FIFOEN()