Home
last modified time | relevance | path

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

/SCP-firmware-master/debugger/src/cli/
A Dcli.c72 static struct fwk_slist cli_commands_list; variable
82 FWK_LIST_FOR_EACH(&cli_commands_list, node, in cli_command_register()
94 fwk_list_push_tail(&cli_commands_list, &c->list_node); in cli_command_register()
104 fwk_list_init(&cli_commands_list); in cli_command_init()
1217 FWK_LIST_FOR_EACH(&cli_commands_list, node, in cli_command_dispatch()
1249 FWK_LIST_FOR_EACH(&cli_commands_list, node, in cli_command_dispatch()

Completed in 4 milliseconds