pld_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDpld_exec_command_handlers

pld_exec_command_handlers variable

Syntax

static const struct command_registration pld_exec_command_handlers[] = { { .name = "devices", .handler = handle_pld_devices_command, .mode = COMMAND_EXEC, .help = "list configured pld devices", .usage = "", }, { .name = "load", .handler = handle_pld_load_command, .mode = COMMAND_EXEC, .help = "load configuration file into PLD", .usage = "pld_name filename", }, COMMAND_REGISTRATION_DONE };

References

LocationReferrerText
pld.c:299
static const struct command_registration pld_exec_command_handlers[] = {
pld.c:322pld_init()
return register_commands(cmd_ctx, "pld", pld_exec_command_handlers);

Data Use

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