Searched refs:NRFX_TWI_XFER_TXTX (Results 1 – 2 of 2) sorted by relevance
130 NRFX_TWI_XFER_TXTX ///< TX transfer followed by TX transfer with repeated start. enumerator181 .type = NRFX_TWI_XFER_TXTX, \
68 (type == NRFX_TWI_XFER_TXTX ? "XFER_TXTX" : \638 NRFX_ASSERT( !((p_cb->handler == NULL) && (p_xfer_desc->type == NRFX_TWI_XFER_TXTX))); in nrfx_twi_xfer()679 (p_cb->xfer_desc.type == NRFX_TWI_XFER_TXTX)) && in twi_irq_handler()687 if (p_cb->xfer_desc.type == NRFX_TWI_XFER_TXTX) in twi_irq_handler()
Completed in 4 milliseconds