Searched refs:nrfx_uarte_tx_in_progress (Results 1 – 3 of 3) sorted by relevance
270 bool nrfx_uarte_tx_in_progress(nrfx_uarte_t const * p_instance);
373 if (nrfx_uarte_tx_in_progress(p_instance)) in nrfx_uarte_tx()427 bool nrfx_uarte_tx_in_progress(nrfx_uarte_t const * p_instance) in nrfx_uarte_tx_in_progress() function
215 - Fixed the case when nrfx_uarte_tx_in_progress() function would return an incorrect value. The dri…
Completed in 8 milliseconds