xcf_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDxcf_exec_command_handlers

xcf_exec_command_handlers variable

Syntax

static const struct command_registration xcf_exec_command_handlers[] = { { .name = "configure", .handler = xcf_handle_configure_command, .mode = COMMAND_EXEC, .usage = "bank_id", .help = "Initiate FPGA loading procedure." }, { .name = "ccb", .handler = xcf_handle_ccb_command, .mode = COMMAND_EXEC, .usage = "bank_id [('external'|'internal') " "('serial'|'parallel') " "('slave'|'master') " "('40'|'20')]", .help = "Write CCB register with supplied options and (silently) BTC " "register with single revision options. Display current " "CCB value when only bank_id supplied. " "Following options available: " "1) external or internal clock source; " "2) serial or parallel bus mode; " "3) slave or master mode; " "4) clock frequency in MHz for internal clock in master mode;" }, COMMAND_REGISTRATION_DONE };

References

LocationText
xcf.c:836
static const struct command_registration xcf_exec_command_handlers[] = {
xcf.c:870
.chain = xcf_exec_command_handlers

Type Use

Type of xcf_exec_command_handlers
xcf_exec_command_handlers
all items filtered out