command_mode is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

command_mode enum

OpenOCD command mode is COMMAND_CONFIG at start, then switches to COMMAND_EXEC during the execution of command 'init'. The field 'mode' in struct command_registration specifies in which command mode the command can be executed: - during COMMAND_CONFIG only, - during COMMAND_EXEC only, - in both modes (COMMAND_ANY).

Syntax

enum command_mode {     COMMAND_EXEC,     COMMAND_CONFIG,     COMMAND_ANY,     COMMAND_UNKNOWN = -1,  };

Values

COMMAND_EXEC

No summary provided. Read more...

COMMAND_CONFIG

No summary provided. Read more...

COMMAND_ANY

No summary provided. Read more...

COMMAND_UNKNOWN

No summary provided. Read more...

Type Use

Variables of command_mode type
command_mode
Allocators of command_mode
Deletors of command_mode
command_help_show()::mode
jim_command_mode()::mode
all items filtered out
command_mode
command_help_show()::mode
jim_command_mode()::mode
all items filtered out