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

xcf_command_handlers variable

Syntax

static const struct command_registration xcf_command_handlers[] = { { .name = "xcf", .mode = COMMAND_ANY, .help = "Xilinx platform flash command group", .usage = "", .chain = xcf_exec_command_handlers }, COMMAND_REGISTRATION_DONE };

References

LocationText
xcf.c:864
static const struct command_registration xcf_command_handlers[] = {
xcf.c:878
.commands = xcf_command_handlers,

Type Use

Type of xcf_command_handlers
xcf_command_handlers
all items filtered out