Lines Matching refs:txftie
3251 uint32_t txftie; in USART_RxISR_8BIT() local
3272 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT()
3296 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT()
3343 uint32_t txftie; in USART_RxISR_16BIT() local
3365 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT()
3389 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT()
3437 uint32_t txftie; in USART_RxISR_8BIT_FIFOEN() local
3464 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT_FIFOEN()
3489 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT_FIFOEN()
3571 uint32_t txftie; in USART_RxISR_16BIT_FIFOEN() local
3599 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT_FIFOEN()
3624 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT_FIFOEN()