max32xxx_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDmax32xxx_command_handlers

max32xxx_command_handlers variable

Syntax

static const struct command_registration max32xxx_command_handlers[] = { { .name = "max32xxx", .mode = COMMAND_EXEC, .help = "max32xxx flash command group", .chain = max32xxx_exec_command_handlers, .usage = "", }, COMMAND_REGISTRATION_DONE };

References

LocationText
max32xxx.c:949
static const struct command_registration max32xxx_command_handlers[] = {
max32xxx.c:962
.commands = max32xxx_command_handlers,

Type Use

Type of max32xxx_command_handlers
max32xxx_command_handlers
all items filtered out