intel_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDintel_exec_command_handlers

intel_exec_command_handlers variable

Syntax

static const struct command_registration intel_exec_command_handlers[] = { { .name = "set_bscan", .mode = COMMAND_ANY, .handler = intel_set_bscan_command_handler, .help = "set boundary scan register length of FPGA", .usage = "pld_name len", }, { .name = "set_check_pos", .mode = COMMAND_ANY, .handler = intel_set_check_pos_command_handler, .help = "set check_pos of FPGA", .usage = "pld_name pos", }, COMMAND_REGISTRATION_DONE };

References

LocationText
intel.c:339
static const struct command_registration intel_exec_command_handlers[] = {
intel.c:362
.chain = intel_exec_command_handlers,

Type Use

Type of intel_exec_command_handlers
intel_exec_command_handlers
all items filtered out