efm32x_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDefm32x_exec_command_handlers

efm32x_exec_command_handlers variable

Syntax

static const struct command_registration efm32x_exec_command_handlers[] = { { .name = "debuglock", .handler = efm32x_handle_debuglock_command, .mode = COMMAND_EXEC, .usage = "bank_id", .help = "Lock the debug interface of the device.", }, COMMAND_REGISTRATION_DONE };

References

LocationText
efm32.c:1189
static const struct command_registration efm32x_exec_command_handlers[] = {
efm32.c:1206
.chain = efm32x_exec_command_handlers,

Type Use

Type of efm32x_exec_command_handlers
efm32x_exec_command_handlers
all items filtered out