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

pld_command_handler variable

Syntax

static const struct command_registration pld_command_handler[] = { { .name = "pld", .mode = COMMAND_ANY, .help = "programmable logic device commands", .usage = "", .chain = pld_config_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationReferrerText
pld.c:358
static const struct command_registration pld_command_handler[] = {
pld.c:370pld_register_commands()
return register_commands(cmd_ctx, NULL, pld_command_handler);

Data Use

Functions reading pld_command_handler
pld_command_handler
all items filtered out
Type of pld_command_handler
pld_command_handler
all items filtered out