Searched refs:stop_on_end (Results 1 – 1 of 1) sorted by relevance
378 static bool is_tx_ready(NRF_UARTE_Type * p_uarte, bool stop_on_end) in is_tx_ready() argument381 (!stop_on_end && nrfy_uarte_event_check(p_uarte, NRF_UARTE_EVENT_ENDTX)); in is_tx_ready()411 static bool prepare_tx(NRF_UARTE_Type * p_uarte, bool stop_on_end) in prepare_tx() argument413 (void)stop_on_end; in prepare_tx()673 bool stop_on_end = p_cb->flags & UARTE_FLAG_TX_STOP_ON_END; in block_on_tx() local676 while (!is_tx_ready(p_uarte, stop_on_end)) in block_on_tx()681 if (!stop_on_end) in block_on_tx()709 bool stop_on_end) in wait_for_endtx() argument720 ready = is_tx_ready(p_uarte, stop_on_end); in wait_for_endtx()737 if ((err == NRFX_SUCCESS) && !stop_on_end) in wait_for_endtx()[all …]