Searched refs:rx_done_event (Results 1 – 2 of 2) sorted by relevance
| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_uart.c | 494 static void rx_done_event(uart_control_block_t * p_cb, in rx_done_event() function 586 rx_done_event(p_cb, rx_counter, p_data); in uart_irq_handler() 597 rx_done_event(p_cb, p_cb->rx_counter, p_cb->p_rx_buffer); in uart_irq_handler() 633 rx_done_event(p_cb, p_cb->rx_counter, p_cb->p_rx_buffer); in uart_irq_handler()
|
| A D | nrfx_uarte.c | 553 static void rx_done_event(uarte_control_block_t * p_cb, in rx_done_event() function 644 rx_done_event(p_cb, amount, p_data); in uarte_irq_handler() 649 rx_done_event(p_cb, amount, p_cb->p_rx_buffer); in uarte_irq_handler() 664 rx_done_event(p_cb, nrf_uarte_rx_amount_get(p_uarte), p_cb->p_rx_buffer); in uarte_irq_handler()
|
Completed in 12 milliseconds