pld_config_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDpld_config_command_handlers

pld_config_command_handlers variable

Syntax

static const struct command_registration pld_config_command_handlers[] = { { .name = "create", .mode = COMMAND_CONFIG, .handler = handle_pld_create_command, .help = "create a PLD device", .usage = "name.pld driver_name [driver_args ... ]", }, { .name = "init", .mode = COMMAND_CONFIG, .handler = handle_pld_init_command, .help = "initialize PLD devices", .usage = "" }, COMMAND_REGISTRATION_DONE };

References

LocationText
pld.c:341
static const struct command_registration pld_config_command_handlers[] = {
pld.c:364
.chain = pld_config_command_handlers,

Type Use

Type of pld_config_command_handlers
pld_config_command_handlers
all items filtered out