Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/shell/backends/
Dshell_uart.c427 static int polling_read(struct shell_uart_polling *sh_uart, in polling_read() function
490 return polling_read((struct shell_uart_polling *)transport->ctx, data, length, cnt); in read_uart()