Lines Matching refs:txftie
3404 uint32_t txftie; in USART_RxISR_8BIT() local
3425 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT()
3449 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT()
3496 uint32_t txftie; in USART_RxISR_16BIT() local
3518 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT()
3542 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT()
3590 uint32_t txftie; in USART_RxISR_8BIT_FIFOEN() local
3617 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT_FIFOEN()
3642 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT_FIFOEN()
3724 uint32_t txftie; in USART_RxISR_16BIT_FIFOEN() local
3752 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT_FIFOEN()
3777 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT_FIFOEN()