xscale_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDxscale_command_handlers

xscale_command_handlers variable

Syntax

static const struct command_registration xscale_command_handlers[] = { { .chain = arm_command_handlers, }, { .name = "xscale", .mode = COMMAND_ANY, .help = "xscale command group", .usage = "", .chain = xscale_any_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
xscale.c:3691
static const struct command_registration xscale_command_handlers[] = {
xscale.c:3737
.commands = xscale_command_handlers,

Type Use

Type of xscale_command_handlers
xscale_command_handlers
all items filtered out