Searched refs:txstopped (Results 1 – 1 of 1) sorted by relevance
399 bool txstopped; in nrfx_uarte_tx() local403 txstopped = nrf_uarte_event_check(p_instance->p_reg, NRF_UARTE_EVENT_TXSTOPPED); in nrfx_uarte_tx()405 while ((!endtx) && (!txstopped)); in nrfx_uarte_tx()407 if (txstopped) in nrfx_uarte_tx()
Completed in 5 milliseconds