Searched refs:tx_done_event (Results 1 – 2 of 2) sorted by relevance
507 static void tx_done_event(uart_control_block_t * p_cb, in tx_done_event() function529 tx_done_event(p_cb, p_cb->tx_counter); in nrfx_uart_tx_abort()616 tx_done_event(p_cb, p_cb->tx_buffer_length); in uart_irq_handler()
566 static void tx_done_event(uarte_control_block_t * p_cb, in tx_done_event() function678 tx_done_event(p_cb, nrf_uarte_tx_amount_get(p_uarte)); in uarte_irq_handler()687 tx_done_event(p_cb, nrf_uarte_tx_amount_get(p_uarte)); in uarte_irq_handler()
Completed in 5 milliseconds