Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/shell/
Dshell.c1278 if (shell->ctx->uninit_cb) { in kill_handler()
1279 shell->ctx->uninit_cb(shell, err); in kill_handler()
1377 shell->ctx->uninit_cb = cb; in shell_uninit()
/Zephyr-Core-2.7.6/include/shell/
Dshell.h675 shell_uninit_cb_t uninit_cb; member