faux_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

faux_command_handlers variable

Syntax

static const struct command_registration faux_command_handlers[] = { { .name = "faux", .mode = COMMAND_ANY, .help = "faux flash command group", .chain = hello_command_handlers, .usage = "", }, COMMAND_REGISTRATION_DONE };

References

LocationText
faux.c:95
static const struct command_registration faux_command_handlers[] = {
faux.c:108
.commands = faux_command_handlers,

Type Use

Type of faux_command_handlers
faux_command_handlers
all items filtered out