Lines Matching refs:handler
59 nrfx_uart_event_handler_t handler; member
142 if (m_cb[p_instance->drv_inst_idx].handler) in uart_configure()
226 p_cb->handler = event_handler; in nrfx_uart_init()
264 if (p_cb->handler) in nrfx_uart_reconfigure()
281 if (p_cb->handler) in nrfx_uart_uninit()
293 p_cb->handler = NULL; in nrfx_uart_uninit()
372 if (p_cb->handler == NULL) in nrfx_uart_tx()
434 if (p_cb->handler) in nrfx_uart_rx()
443 if (p_cb->handler) in nrfx_uart_rx()
477 if (p_cb->handler == NULL) in nrfx_uart_rx()
569 NRFX_ASSERT(m_cb[p_instance->drv_inst_idx].handler == NULL); in nrfx_uart_errorsrc_get()
585 p_cb->handler(&event, p_cb->p_context); in rx_done_event()
607 p_cb->handler(&event, p_cb->p_context); in tx_done_event()
618 if (p_cb->handler) in nrfx_uart_tx_abort()
660 p_cb->handler(&event,p_cb->p_context); in irq_handler()