Home
last modified time | relevance | path

Searched defs:shell_transport_api (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/shell/
Dshell.h668 struct shell_transport_api { struct
680 int (*init)(const struct shell_transport *transport,
692 int (*uninit)(const struct shell_transport *transport);
706 int (*enable)(const struct shell_transport *transport,
719 int (*write)(const struct shell_transport *transport,
747 const struct shell_transport_api *api; argument