Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/shell/
Dshell.h650 typedef void (*shell_uninit_cb_t)(const struct shell *sh, int res); typedef
857 shell_uninit_cb_t uninit_cb;
1015 void shell_uninit(const struct shell *sh, shell_uninit_cb_t cb);
/Zephyr-latest/subsys/shell/
Dshell.c1406 void shell_uninit(const struct shell *sh, shell_uninit_cb_t cb) in shell_uninit()