Home
last modified time | relevance | path

Searched defs:command (Results 1 – 5 of 5) sorted by relevance

/nrf52832-nimble/rt-thread/tools/
H A Dbuildbot.py16 command = '' variable
18 command = ' ' variable
20 command = ' -c' variable
29 command = ' --target=mdk -s' variable
35 command = ' --target=mdk4 -s' variable
41 command = ' --target=mdk5 -s' variable
47 command = ' --target=iar -s' variable
/nrf52832-nimble/rt-thread/components/finsh/
H A Dfinsh_api.h209 #define MSH_CMD_EXPORT(command, desc) \ argument
211 #define MSH_CMD_EXPORT_ALIAS(command, alias, desc) \ argument
214 #define MSH_CMD_EXPORT(command, desc) argument
215 #define MSH_CMD_EXPORT_ALIAS(command, alias, desc) argument
H A Dmsh.c256 int system(const char *command) in system()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/src/
H A Dnpl_shell.c218 const char *command; in get_cb() local
349 static void print_command_params(const int module, const int command) in print_command_params()
369 const char *command = NULL; in show_cmd_help() local
/nrf52832-nimble/rt-thread/include/
H A Drtdef.h231 #define MSH_CMD_EXPORT(command, desc) argument
232 #define MSH_CMD_EXPORT_ALIAS(command, alias, desc) argument