Lines Matching refs:handler
57 nrfx_uart_event_handler_t handler; member
193 p_cb->handler = event_handler; in nrfx_uart_init()
196 if (p_cb->handler) in nrfx_uart_init()
219 if (p_cb->handler) in nrfx_uart_uninit()
231 p_cb->handler = NULL; in nrfx_uart_uninit()
302 if (p_cb->handler == NULL) in nrfx_uart_tx()
363 if (p_cb->handler) in nrfx_uart_rx()
372 if (p_cb->handler) in nrfx_uart_rx()
406 if (p_cb->handler == NULL) in nrfx_uart_rx()
504 p_cb->handler(&event, p_cb->p_context); in rx_done_event()
518 p_cb->handler(&event, p_cb->p_context); in tx_done_event()
527 if (p_cb->handler) in nrfx_uart_tx_abort()
568 p_cb->handler(&event,p_cb->p_context); in uart_irq_handler()