Lines Matching refs:txftie
3270 uint32_t txftie; in USART_RxISR_8BIT() local
3291 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT()
3315 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT()
3362 uint32_t txftie; in USART_RxISR_16BIT() local
3384 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT()
3408 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT()
3456 uint32_t txftie; in USART_RxISR_8BIT_FIFOEN() local
3483 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_8BIT_FIFOEN()
3508 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_8BIT_FIFOEN()
3590 uint32_t txftie; in USART_RxISR_16BIT_FIFOEN() local
3618 txftie = READ_BIT(husart->Instance->CR3, USART_CR3_TXFTIE); in USART_RxISR_16BIT_FIFOEN()
3643 (txftie != USART_CR3_TXFTIE) && in USART_RxISR_16BIT_FIFOEN()