Searched refs:handler_on_rx_done (Results 1 – 1 of 1) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_uarte.c | 1193 static void handler_on_rx_done(uarte_control_block_t * p_cb, in handler_on_rx_done() function 1263 handler_on_rx_done(p_cb, p_buf, len, false); in rx_flushed_handler() 1821 handler_on_rx_done(p_cb, p_cb->rx.curr.p_buffer, 0, true); in rxto_irq_handler() 1850 handler_on_rx_done(p_cb, p_buf, len, premature); in endrx_irq_handler()
|