Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uart.c68 volatile bool tx_abort; member
323 if (p_cb->tx_abort) in tx_blocking()
358 p_cb->tx_abort = false; in nrfx_uart_tx()
616 p_cb->tx_abort = true; in nrfx_uart_tx_abort()
699 if (p_cb->tx_counter < tx_buffer_length && !p_cb->tx_abort) in irq_handler()