Searched refs:tx_start (Results 1 – 1 of 1) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_uarte.c | 637 static void tx_start(NRF_UARTE_Type * p_uarte, const uint8_t *buf, size_t len, bool en_int) in tx_start() function 786 tx_start(p_uarte, p_buf, 1, early_ret); in poll_out() 832 tx_start(p_uarte, p_buf, xfer_len, true); in tx_prepare_start() 1915 tx_start(p_uarte, p_tx->curr.p_buffer, p_tx->curr.length, true); in pending_tx_handler()
|