Lines Matching refs:txftie
3416 uint32_t txftie; in USART_RxISR_8BIT() local
3437 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT()
3461 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT()
3508 uint32_t txftie; in USART_RxISR_16BIT() local
3530 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT()
3554 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT()
3602 uint32_t txftie; in USART_RxISR_8BIT_FIFOEN() local
3629 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT_FIFOEN()
3654 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT_FIFOEN()
3736 uint32_t txftie; in USART_RxISR_16BIT_FIFOEN() local
3764 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT_FIFOEN()
3789 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT_FIFOEN()