Lines Matching refs:p_buf
707 uint8_t const * p_buf, in wait_for_endtx() argument
724 if (ready || (p_tx != p_buf)) in wait_for_endtx()
735 err = ((p_tx == p_buf) && (length > amount)) ? NRFX_ERROR_FORBIDDEN : NRFX_SUCCESS; in wait_for_endtx()
752 uint8_t const * p_buf; in poll_out() local
780 p_buf = &p_cb->tx.cache.p_buffer[p_cb->tx.cache.length]; in poll_out()
784 p_buf = p_byte; in poll_out()
786 tx_start(p_uarte, p_buf, 1, early_ret); in poll_out()
793 err = wait_for_endtx(p_uarte, p_buf, 1, p_cb->flags & UARTE_FLAG_TX_STOP_ON_END); in poll_out()
815 uint8_t const * p_buf; in tx_prepare_start() local
823 p_buf = p_cb->tx.cache.p_buffer; in tx_prepare_start()
828 p_buf = p_cb->tx.curr.p_buffer; in tx_prepare_start()
832 tx_start(p_uarte, p_buf, xfer_len, true); in tx_prepare_start()
1218 uint8_t *p_buf = p_cache->user[0].p_buffer; in handler_on_rx_done() local
1228 user_handler_on_rx_done(p_cb, p_buf, buf_len); in handler_on_rx_done()
1245 uint8_t * p_buf = p_cb->rx.curr.p_buffer; in rx_flushed_handler() local
1250 memcpy(p_buf, p_cb->rx.flush.p_buffer, len); in rx_flushed_handler()
1263 handler_on_rx_done(p_cb, p_buf, len, false); in rx_flushed_handler()
1802 uint8_t * p_buf = p_cache->cache[p_cache->idx++ & 0x1].p_buffer; in rxstarted_irq_handler() local
1803 nrfx_err_t err = rx_buffer_set(p_reg, p_cb, p_buf, len); in rxstarted_irq_handler()
1845 uint8_t *p_buf = p_cb->rx.curr.p_buffer; in endrx_irq_handler() local
1850 handler_on_rx_done(p_cb, p_buf, len, premature); in endrx_irq_handler()
1990 uint8_t const * p_buf = p_cb->tx.curr.p_buffer; in endtx_irq_handler() local
2019 user_handler_on_tx_done(p_cb, p_buf, len, aborted); in endtx_irq_handler()