arm946e_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarm946e_command_handlers

arm946e_command_handlers variable

Syntax

static const struct command_registration arm946e_command_handlers[] = { { .chain = arm9tdmi_command_handlers, }, { .name = "arm946e", .mode = COMMAND_ANY, .help = "arm946e command group", .usage = "", .chain = arm946e_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
arm946e.c:723
static const struct command_registration arm946e_command_handlers[] = {
arm946e.c:775
.commands = arm946e_command_handlers,

Type Use

Type of arm946e_command_handlers
arm946e_command_handlers
all items filtered out