Home
last modified time | relevance | path

Searched refs:rx_done_event (Results 1 – 2 of 2) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/drivers/src/
H A Dnrfx_uarte.c448 static void rx_done_event(uarte_control_block_t * p_cb, in rx_done_event() function
530 rx_done_event(p_cb, amount, p_data); in uarte_irq_handler()
535 rx_done_event(p_cb, amount, p_cb->p_rx_buffer); in uarte_irq_handler()
546 rx_done_event(p_cb, nrf_uarte_rx_amount_get(p_uarte), p_cb->p_rx_buffer); in uarte_irq_handler()
H A Dnrfx_uart.c491 static void rx_done_event(uart_control_block_t * p_cb, in rx_done_event() function
583 rx_done_event(p_cb, rx_counter, p_data); in uart_irq_handler()
594 rx_done_event(p_cb, p_cb->rx_counter, p_cb->p_rx_buffer); in uart_irq_handler()
628 rx_done_event(p_cb, p_cb->rx_counter, p_cb->p_rx_buffer); in uart_irq_handler()