Lines Matching refs:txftie
3582 uint32_t txftie; in USART_RxISR_8BIT() local
3603 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT()
3627 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT()
3674 uint32_t txftie; in USART_RxISR_16BIT() local
3696 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT()
3720 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT()
3768 uint32_t txftie; in USART_RxISR_8BIT_FIFOEN() local
3795 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT_FIFOEN()
3820 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT_FIFOEN()
3902 uint32_t txftie; in USART_RxISR_16BIT_FIFOEN() local
3930 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT_FIFOEN()
3955 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT_FIFOEN()