Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte2.c416 static int api_tx_abort(const struct device *dev) in api_tx_abort() function
429 (void)api_tx_abort(dev); in tx_timeout_handler()
746 .tx_abort = api_tx_abort,
765 .tx_abort = api_tx_abort,
Duart_max32.c677 static int api_tx_abort(const struct device *dev) in api_tx_abort() function
723 api_tx_abort(data->async.uart_dev); in uart_max32_async_tx_timeout()
994 .tx_abort = api_tx_abort,