Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell.c1315 if (sh->ctx->uninit_cb) { in kill_handler()
1316 sh->ctx->uninit_cb(sh, err); in kill_handler()
1414 sh->ctx->uninit_cb = cb; in shell_uninit()
/Zephyr-latest/include/zephyr/shell/
Dshell.h857 shell_uninit_cb_t uninit_cb; member