Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/shell/
Dshell_uart.h40 struct shell_uart_common { struct
51 struct shell_uart_common common; argument
61 struct shell_uart_common common;
70 struct shell_uart_common common;
/Zephyr-latest/subsys/shell/backends/
Dshell_uart.c292 struct shell_uart_common *common = (struct shell_uart_common *)transport->ctx; in init()
347 struct shell_uart_common *sh_uart = (struct shell_uart_common *)transport->ctx; in enable()
359 static int polling_write(struct shell_uart_common *sh_uart, in polling_write()
409 struct shell_uart_common *sh_uart = (struct shell_uart_common *)transport->ctx; in write_uart()
502 struct shell_uart_common *sh_uart = (struct shell_uart_common *)transport->ctx; in update()
528 struct shell_uart_common *common = (struct shell_uart_common *)shell_transport_uart.ctx; in shell_uart_smp_shell_data_get_ptr()
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_shell.c42 static const struct shell_uart_common *shell_uart;
230 shell_uart = (struct shell_uart_common *)shell_backend_uart_get_ptr()->iface->ctx; in smp_shell_tx_pkt()