swm050_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDswm050_exec_command_handlers

swm050_exec_command_handlers variable

Syntax

static const struct command_registration swm050_exec_command_handlers[] = { { .name = "mass_erase", .handler = swm050_handle_mass_erase_command, .mode = COMMAND_EXEC, .usage = "bank_id", .help = "Erase entire flash device.", }, COMMAND_REGISTRATION_DONE };

References

LocationText
swm050.c:164
static const struct command_registration swm050_exec_command_handlers[] = {
swm050.c:181
.chain = swm050_exec_command_handlers,

Type Use

Type of swm050_exec_command_handlers
swm050_exec_command_handlers
all items filtered out