Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/shell/backends/
Dshell_uart.c386 static int async_write(struct shell_uart_async *sh_uart, in async_write() function
415 return async_write((struct shell_uart_async *)transport->ctx, data, length, cnt); in write_uart()