xmc4xxx_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDxmc4xxx_command_handlers

xmc4xxx_command_handlers variable

Syntax

static const struct command_registration xmc4xxx_command_handlers[] = { { .name = "xmc4xxx", .mode = COMMAND_ANY, .help = "xmc4xxx flash command group", .usage = "", .chain = xmc4xxx_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
xmc4xxx.c:1321
static const struct command_registration xmc4xxx_command_handlers[] = {
xmc4xxx.c:1334
.commands = xmc4xxx_command_handlers,

Type Use

Type of xmc4xxx_command_handlers
xmc4xxx_command_handlers
all items filtered out