swm050_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDswm050_command_handlers

swm050_command_handlers variable

Syntax

static const struct command_registration swm050_command_handlers[] = { { .name = "swm050", .mode = COMMAND_ANY, .help = "swm050 flash command group", .usage = "", .chain = swm050_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
swm050.c:175
static const struct command_registration swm050_command_handlers[] = {
swm050.c:188
.commands = swm050_command_handlers,

Type Use

Type of swm050_command_handlers
swm050_command_handlers
all items filtered out