str9x_config_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDstr9x_config_command_handlers

str9x_config_command_handlers variable

Syntax

static const struct command_registration str9x_config_command_handlers[] = { { .name = "flash_config", .handler = str9x_handle_flash_config_command, .mode = COMMAND_EXEC, .help = "Configure str9x flash controller, prior to " "programming the flash.", .usage = "bank_id BBSR NBBSR BBADR NBBADR", }, COMMAND_REGISTRATION_DONE };

References

LocationText
str9x.c:630
static const struct command_registration str9x_config_command_handlers[] = {
str9x.c:648
.chain = str9x_config_command_handlers,

Type Use

Type of str9x_config_command_handlers
str9x_config_command_handlers
all items filtered out