Lines Matching refs:txftie
3749 uint32_t txftie; in USART_RxISR_8BIT() local
3770 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT()
3794 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT()
3841 uint32_t txftie; in USART_RxISR_16BIT() local
3863 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT()
3887 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT()
3935 uint32_t txftie; in USART_RxISR_8BIT_FIFOEN() local
3962 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT_FIFOEN()
3987 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT_FIFOEN()
4069 uint32_t txftie; in USART_RxISR_16BIT_FIFOEN() local
4097 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT_FIFOEN()
4122 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT_FIFOEN()