Lines Matching refs:handler
91 nrfx_uarte_event_handler_t handler; member
282 p_cb->handler = event_handler; in nrfx_uarte_init()
285 if (p_cb->handler) in nrfx_uarte_init()
306 if (p_cb->handler) in nrfx_uarte_uninit()
346 p_cb->handler = NULL; in nrfx_uarte_uninit()
396 if (p_cb->handler == NULL) in nrfx_uarte_tx()
458 if (p_cb->handler) in nrfx_uarte_rx()
467 if (p_cb->handler) in nrfx_uarte_rx()
509 if (m_cb[p_instance->drv_inst_idx].handler == NULL) in nrfx_uarte_rx()
563 p_cb->handler(&event, p_cb->p_context); in rx_done_event()
577 p_cb->handler(&event, p_cb->p_context); in tx_done_event()
586 if (p_cb->handler == NULL) in nrfx_uarte_tx_abort()
627 p_cb->handler(&event, p_cb->p_context); in uarte_irq_handler()