qn908x_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDqn908x_command_handlers

qn908x_command_handlers variable

Syntax

static const struct command_registration qn908x_command_handlers[] = { { .name = "qn908x", .mode = COMMAND_ANY, .help = "qn908x flash controller commands", .usage = "", .chain = qn908x_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
qn908x.c:1172
static const struct command_registration qn908x_command_handlers[] = {
qn908x.c:1185
.commands = qn908x_command_handlers,

Type Use

Type of qn908x_command_handlers
qn908x_command_handlers
all items filtered out