Home
last modified time | relevance | path

Searched refs:stop_on_end (Results 1 – 1 of 1) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c378 static bool is_tx_ready(NRF_UARTE_Type * p_uarte, bool stop_on_end) in is_tx_ready() argument
381 (!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() argument
413 (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() local
676 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() argument
720 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 …]