Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/shell/
Dshell_dummy.c16 static int init(const struct shell_transport *transport, in init()
32 static int uninit(const struct shell_transport *transport) in uninit()
45 static int enable(const struct shell_transport *transport, bool blocking) in enable()
56 static int write(const struct shell_transport *transport, in write()
79 static int read(const struct shell_transport *transport, in read()
Dshell_rtt.c35 static int init(const struct shell_transport *transport, in init()
53 static int uninit(const struct shell_transport *transport) in uninit()
62 static int enable(const struct shell_transport *transport, bool blocking) in enable()
74 static int write(const struct shell_transport *transport, in write()
94 static int read(const struct shell_transport *transport, in read()
Dshell_uart.c191 static int init(const struct shell_transport *transport, in init()
218 static int uninit(const struct shell_transport *transport) in uninit()
234 static int enable(const struct shell_transport *transport, bool blocking_tx) in enable()
261 static int write(const struct shell_transport *transport, in write()
284 static int read(const struct shell_transport *transport, in read()
295 static void update(const struct shell_transport *transport) in update()
Dshell_telnet.c326 static int init(const struct shell_transport *transport, in init()
351 static int uninit(const struct shell_transport *transport) in uninit()
360 static int enable(const struct shell_transport *transport, bool blocking) in enable()
369 static int write(const struct shell_transport *transport, in write()
437 static int read(const struct shell_transport *transport, in read()
/Zephyr-Core-2.7.6/include/shell/
Dshell.h514 struct shell_transport;
531 int (*init)(const struct shell_transport *transport,
543 int (*uninit)(const struct shell_transport *transport);
557 int (*enable)(const struct shell_transport *transport,
570 int (*write)(const struct shell_transport *transport,
583 int (*read)(const struct shell_transport *transport,
593 void (*update)(const struct shell_transport *transport);
597 struct shell_transport { struct
728 const struct shell_transport *iface; /*!< Transport interface.*/
Dshell_rtt.h26 struct shell_transport _name = { \
Dshell_dummy.h32 struct shell_transport _name = { \
Dshell_telnet.h57 struct shell_transport _name = { \
Dshell_uart.h69 struct shell_transport _name = { \