Searched defs:command (Results 1 – 5 of 5) sorted by relevance
/nrf52832-nimble/rt-thread/tools/ |
H A D | buildbot.py | 16 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 D | finsh_api.h | 209 #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 D | msh.c | 256 int system(const char *command) in system()
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/src/ |
H A D | npl_shell.c | 218 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 D | rtdef.h | 231 #define MSH_CMD_EXPORT(command, desc) argument 232 #define MSH_CMD_EXPORT_ALIAS(command, alias, desc) argument
|