Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c152 nrfy_uarte_buffer_t curr; member
161 nrfy_uarte_buffer_t curr; member
820 uint32_t chunk_len = NRFX_MIN(p_cb->tx.cache.length, p_cb->tx.curr.length - p_cb->tx.off); in tx_prepare_start()
822 memcpy(p_cb->tx.cache.p_buffer, &p_cb->tx.curr.p_buffer[p_cb->tx.off], chunk_len); in tx_prepare_start()
828 p_buf = p_cb->tx.curr.p_buffer; in tx_prepare_start()
829 xfer_len = p_cb->tx.curr.length; in tx_prepare_start()
902 if (p_cb->tx.curr.length == 0) in nrfx_uarte_tx()
904 p_cb->tx.curr.length = length; in nrfx_uarte_tx()
912 p_cb->tx.curr.length = 0; in nrfx_uarte_tx()
952 if (p_cb->tx.curr.length == 0) in nrfx_uarte_tx()
[all …]