Home
last modified time | relevance | path

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

/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/include/nimble/
H A Dnpl_shell.h35 struct shell_cmd struct
38 shell_cmd_func_t sc_cmd_func; argument
39 const struct shell_cmd_help *help; argument
45 const struct shell_cmd *commands; argument
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/src/
H A Dnpl_shell.c352 const struct shell_cmd *shell_cmd = &shell_module->commands[command]; in print_command_params() local