esirisc_any_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDesirisc_any_command_handlers

esirisc_any_command_handlers variable

Syntax

static const struct command_registration esirisc_any_command_handlers[] = { { .name = "cache_arch", .handler = handle_esirisc_cache_arch_command, .mode = COMMAND_ANY, .help = "configure cache architecture", .usage = "['harvard'|'von_neumann']", }, { .name = "hwdc", .handler = handle_esirisc_hwdc_command, .mode = COMMAND_ANY, .help = "configure hardware debug control", .usage = "['all'|'none'|mask ...]", }, { .chain = esirisc_exec_command_handlers }, { .chain = esirisc_trace_command_handlers }, COMMAND_REGISTRATION_DONE };

References

LocationText
esirisc.c:1800
static const struct command_registration esirisc_any_command_handlers[] = {
esirisc.c:1830
.chain = esirisc_any_command_handlers,

Type Use

Type of esirisc_any_command_handlers
esirisc_any_command_handlers
all items filtered out