Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/finsh/
H A Dmsh.c32 typedef int (*cmd_function_t)(int argc, char **argv); typedef
162 static cmd_function_t msh_get_cmd(char *cmd, int size) in msh_get_cmd()
165 cmd_function_t cmd_func = RT_NULL; in msh_get_cmd()
176 cmd_func = (cmd_function_t)index->func; in msh_get_cmd()
276 cmd_function_t cmd_func; in _msh_exec_cmd()