Lines Matching refs:txftie
3392 uint32_t txftie; in USART_RxISR_8BIT() local
3413 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT()
3437 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT()
3484 uint32_t txftie; in USART_RxISR_16BIT() local
3506 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT()
3530 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT()
3578 uint32_t txftie; in USART_RxISR_8BIT_FIFOEN() local
3605 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT_FIFOEN()
3630 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT_FIFOEN()
3712 uint32_t txftie; in USART_RxISR_16BIT_FIFOEN() local
3740 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT_FIFOEN()
3765 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT_FIFOEN()