Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/shell/
Dshell_uart.h60 struct shell_uart_async { struct
79 #define SHELL_UART_STRUCT struct shell_uart_async argument
/Zephyr-Core-3.7.0/subsys/shell/backends/
Dshell_uart.c33 struct shell_uart_async *sh_uart = (struct shell_uart_async *)user_data; in async_callback()
234 static void async_init(struct shell_uart_async *sh_uart) in async_init()
304 async_init((struct shell_uart_async *)transport->ctx); in init()
323 static void async_uninit(struct shell_uart_async *sh_uart) in async_uninit()
335 async_uninit((struct shell_uart_async *)transport->ctx); in uninit()
386 static int async_write(struct shell_uart_async *sh_uart, in async_write()
415 return async_write((struct shell_uart_async *)transport->ctx, data, length, cnt); in write_uart()
435 static int async_read(struct shell_uart_async *sh_uart, in async_read()
488 return async_read((struct shell_uart_async *)transport->ctx, data, length, cnt); in read_uart()