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

intel_command_handler variable

Syntax

static const struct command_registration intel_command_handler[] = { { .name = "intel", .mode = COMMAND_ANY, .help = "intel specific commands", .usage = "", .chain = intel_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
intel.c:356
static const struct command_registration intel_command_handler[] = {
intel.c:369
.commands = intel_command_handler,

Type Use

Type of intel_command_handler
intel_command_handler
all items filtered out