mxc_sub_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDmxc_sub_command_handlers

mxc_sub_command_handlers variable

Syntax

static const struct command_registration mxc_sub_command_handlers[] = { { .name = "biswap", .mode = COMMAND_EXEC, .handler = handle_mxc_biswap_command, .help = "Turns on/off bad block information swapping from main area, " "without parameter query status.", .usage = "bank_id ['enable'|'disable']", }, COMMAND_REGISTRATION_DONE };

References

LocationText
mxc.c:168
static const struct command_registration mxc_sub_command_handlers[] = {
mxc.c:185
.chain = mxc_sub_command_handlers,

Type Use

Type of mxc_sub_command_handlers
mxc_sub_command_handlers
all items filtered out