Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c745 static nrfx_err_t poll_out(nrfx_uarte_t const * p_instance, uint8_t const * p_byte, bool early_ret) in poll_out() argument
756 if (!nrf_dma_accessible_check(p_uarte, p_byte)) in poll_out()
779 p_cb->tx.cache.p_buffer[p_cb->tx.cache.length] = *p_byte; in poll_out()
784 p_buf = p_byte; in poll_out()