Lines Matching refs:txftie
3380 uint32_t txftie; in USART_RxISR_8BIT() local
3401 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT()
3425 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT()
3472 uint32_t txftie; in USART_RxISR_16BIT() local
3494 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT()
3518 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT()
3566 uint32_t txftie; in USART_RxISR_8BIT_FIFOEN() local
3593 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT_FIFOEN()
3618 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT_FIFOEN()
3700 uint32_t txftie; in USART_RxISR_16BIT_FIFOEN() local
3728 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT_FIFOEN()
3753 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT_FIFOEN()