Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte.c930 static int uarte_nrfx_tx_abort(const struct device *dev) in uarte_nrfx_tx_abort() function
1241 (void) uarte_nrfx_tx_abort(dev); in tx_timeout()
2106 .tx_abort = uarte_nrfx_tx_abort,