sim3x_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDsim3x_command_handlers

sim3x_command_handlers variable

Syntax

static const struct command_registration sim3x_command_handlers[] = { { .name = "sim3x", .mode = COMMAND_ANY, .help = "sim3x flash command group", .usage = "", .chain = sim3x_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
sim3x.c:1083
static const struct command_registration sim3x_command_handlers[] = {
sim3x.c:1096
.commands = sim3x_command_handlers,

Type Use

Type of sim3x_command_handlers
sim3x_command_handlers
all items filtered out