Lines Matching refs:txftie
3247 uint32_t txftie; in USART_RxISR_8BIT() local
3268 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT()
3292 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT()
3339 uint32_t txftie; in USART_RxISR_16BIT() local
3361 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT()
3385 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT()
3433 uint32_t txftie; in USART_RxISR_8BIT_FIFOEN() local
3460 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT_FIFOEN()
3485 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT_FIFOEN()
3567 uint32_t txftie; in USART_RxISR_16BIT_FIFOEN() local
3595 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT_FIFOEN()
3620 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT_FIFOEN()