efm32x_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDefm32x_command_handlers

efm32x_command_handlers variable

Syntax

static const struct command_registration efm32x_command_handlers[] = { { .name = "efm32", .mode = COMMAND_ANY, .help = "efm32 flash command group", .usage = "", .chain = efm32x_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
efm32.c:1200
static const struct command_registration efm32x_command_handlers[] = {
efm32.c:1213
.commands = efm32x_command_handlers,

Type Use

Type of efm32x_command_handlers
efm32x_command_handlers
all items filtered out