Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/shell/
Dshell_uart.h69 struct shell_uart_polling { struct
77 #define SHELL_UART_STRUCT struct shell_uart_polling argument
/Zephyr-latest/subsys/shell/backends/
Dshell_uart.c266 struct shell_uart_polling *sh_uart = k_timer_user_data_get(timer); in polling_rx_timeout_handler()
277 static void polling_init(struct shell_uart_polling *sh_uart) in polling_init()
308 polling_init((struct shell_uart_polling *)transport->ctx); in init()
327 static void polling_uninit(struct shell_uart_polling *sh_uart) in polling_uninit()
339 polling_uninit((struct shell_uart_polling *)transport->ctx); in uninit()
428 static int polling_read(struct shell_uart_polling *sh_uart, in polling_read()
491 return polling_read((struct shell_uart_polling *)transport->ctx, data, length, cnt); in read_uart()