gowin_command_handler is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

gowin_command_handler variable

Syntax

static const struct command_registration gowin_command_handler[] = { { .name = "gowin", .mode = COMMAND_ANY, .help = "gowin specific commands", .usage = "", .chain = gowin_exec_command_handlers }, COMMAND_REGISTRATION_DONE };

References

LocationText
gowin.c:555
static const struct command_registration gowin_command_handler[] = {
gowin.c:594
.commands = gowin_command_handler,

Type Use

Type of gowin_command_handler
gowin_command_handler
all items filtered out