Searched refs:tx_counter (Results 1 – 1 of 1) sorted by relevance
64 volatile size_t tx_counter; member238 uint8_t txd = p_cb->p_tx_buffer[p_cb->tx_counter]; in tx_byte()239 p_cb->tx_counter++; in tx_byte()248 while (p_cb->tx_counter < tx_buffer_length) in tx_blocking()287 p_cb->tx_counter = 0; in nrfx_uart_tx()529 tx_done_event(p_cb, p_cb->tx_counter); in nrfx_uart_tx_abort()607 if (p_cb->tx_counter < tx_buffer_length && !p_cb->tx_abort) in uart_irq_handler()
Completed in 5 milliseconds