gowin_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDgowin_exec_command_handlers

gowin_exec_command_handlers variable

Syntax

static const struct command_registration gowin_exec_command_handlers[] = { { .name = "read_status", .mode = COMMAND_EXEC, .handler = gowin_read_status_command_handler, .help = "reading status register from FPGA", .usage = "pld_name", }, { .name = "read_user", .mode = COMMAND_EXEC, .handler = gowin_read_user_register_command_handler, .help = "reading user register from FPGA", .usage = "pld_name", }, { .name = "refresh", .mode = COMMAND_EXEC, .handler = gowin_reload_command_handler, .help = "reload bitstream from flash to SRAM", .usage = "pld_name", }, COMMAND_REGISTRATION_DONE };

References

LocationText
gowin.c:532
static const struct command_registration gowin_exec_command_handlers[] = {
gowin.c:561
.chain = gowin_exec_command_handlers

Type Use

Type of gowin_exec_command_handlers
gowin_exec_command_handlers
all items filtered out