Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c637 static void tx_start(NRF_UARTE_Type * p_uarte, const uint8_t *buf, size_t len, bool en_int) in tx_start() argument
639 nrfy_uarte_tx_buffer_set(p_uarte, buf, len); in tx_start()