Lines Matching refs:handler
95 nrfx_twi_evt_handler_t handler; member
195 p_cb->handler = event_handler; in nrfx_twi_init()
215 if (p_cb->handler) in nrfx_twi_init()
234 if (p_cb->handler) in nrfx_twi_uninit()
449 if (p_cb->handler) in twi_tx_start_transfer()
523 if (p_cb->handler) in twi_rx_start_transfer()
615 if (p_cb->handler == NULL) in twi_xfer()
637 NRFX_ASSERT( !((p_cb->handler == NULL) && (p_xfer_desc->type == NRFX_TWI_XFER_TXRX))); in nrfx_twi_xfer()
638 NRFX_ASSERT( !((p_cb->handler == NULL) && (p_xfer_desc->type == NRFX_TWI_XFER_TXTX))); in nrfx_twi_xfer()
670 NRFX_ASSERT(p_cb->handler); in twi_irq_handler()
735 p_cb->handler(&event, p_cb->p_context); in twi_irq_handler()