Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_twi.h128 NRFX_TWI_XFER_RX, ///< RX transfer. enumerator
159 .type = NRFX_TWI_XFER_RX, \
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_twi.c66 (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