Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/shell/
Dshell.h612 struct shell_transport_api { struct
624 int (*init)(const struct shell_transport *transport,
636 int (*uninit)(const struct shell_transport *transport);
650 int (*enable)(const struct shell_transport *transport,
663 int (*write)(const struct shell_transport *transport,
691 const struct shell_transport_api *api; argument