Searched refs:NRFX_TWI_XFER_RX (Results 1 – 2 of 2) sorted by relevance
128 NRFX_TWI_XFER_RX, ///< RX transfer. enumerator159 .type = NRFX_TWI_XFER_RX, \
66 (type == NRFX_TWI_XFER_RX ? "XFER_RX" : \570 if ((p_cb->prev_suspend == TWI_SUSPEND_TX) && (p_xfer_desc->type == NRFX_TWI_XFER_RX)) in twi_xfer()575 else if ((p_cb->prev_suspend == TWI_SUSPEND_RX) && (p_xfer_desc->type != NRFX_TWI_XFER_RX)) in twi_xfer()604 if (p_xfer_desc->type != NRFX_TWI_XFER_RX) in twi_xfer()
Completed in 4 milliseconds