Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_esp32.c652 static int uart_esp32_async_tx_abort(const struct device *dev) in uart_esp32_async_tx_abort() function
688 uart_esp32_async_tx_abort(data->uart_dev); in uart_esp32_async_tx_timeout()
1020 .tx_abort = uart_esp32_async_tx_abort,