esirisc_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDesirisc_command_handlers

esirisc_command_handlers variable

Syntax

static const struct command_registration esirisc_command_handlers[] = { { .name = "esirisc", .mode = COMMAND_ANY, .help = "eSi-RISC command group", .usage = "", .chain = esirisc_any_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
esirisc.c:1824
static const struct command_registration esirisc_command_handlers[] = {
esirisc.c:1860
.commands = esirisc_command_handlers,

Type Use

Type of esirisc_command_handlers
esirisc_command_handlers
all items filtered out