Searched refs:SCUART_WAIT_TX_EMPTY (Results 1 – 2 of 2) sorted by relevance
102 #define SCUART_WAIT_TX_EMPTY(sc) while(((sc)->STATUS & SC_STATUS_TXACT_Msk) == SC_STATUS_TXACT_M… macro
86 #define SCUART_WAIT_TX_EMPTY(sc) while((sc)->STATUS & SC_STATUS_TXACT_Msk) macro