Lines Matching refs:txftie
3400 uint32_t txftie; in USART_RxISR_8BIT() local
3427 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT()
3457 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT()
3513 uint32_t txftie; in USART_RxISR_16BIT() local
3541 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT()
3571 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT()
3628 uint32_t txftie; in USART_RxISR_8BIT_FIFOEN() local
3655 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT_FIFOEN()
3682 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT_FIFOEN()
3773 uint32_t txftie; in USART_RxISR_16BIT_FIFOEN() local
3801 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT_FIFOEN()
3828 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT_FIFOEN()