Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_twi.c102 uint8_t * p_curr_buf; member
335 nrf_twi_txd_set(p_twi, p_cb->p_curr_buf[p_cb->bytes_transferred]); in twi_send_byte()
363 p_cb->p_curr_buf[p_cb->bytes_transferred] = nrf_twi_rxd_get(p_twi); in twi_receive_byte()
650 p_cb->p_curr_buf = p_xfer_desc->p_primary_buf; in twi_xfer()
738 p_cb->p_curr_buf == p_cb->xfer_desc.p_primary_buf) in irq_handler()
740 p_cb->p_curr_buf = p_cb->xfer_desc.p_secondary_buf; in irq_handler()