stmqspi_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDstmqspi_command_handlers

stmqspi_command_handlers variable

Syntax

static const struct command_registration stmqspi_command_handlers[] = { { .name = "stmqspi", .mode = COMMAND_ANY, .help = "stmqspi flash command group", .usage = "", .chain = stmqspi_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
stmqspi.c:2439
static const struct command_registration stmqspi_command_handlers[] = {
stmqspi.c:2452
.commands = stmqspi_command_handlers,

Type Use

Type of stmqspi_command_handlers
stmqspi_command_handlers
all items filtered out