esirisc_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDesirisc_exec_command_handlers

esirisc_exec_command_handlers variable

Syntax

static const struct command_registration esirisc_exec_command_handlers[] = { { .name = "flush_caches", .handler = handle_esirisc_flush_caches_command, .mode = COMMAND_EXEC, .help = "flush instruction and data caches", .usage = "", }, COMMAND_REGISTRATION_DONE };

References

LocationText
esirisc.c:1789
static const struct command_registration esirisc_exec_command_handlers[] = {
esirisc.c:1816
.chain = esirisc_exec_command_handlers

Type Use

Type of esirisc_exec_command_handlers
esirisc_exec_command_handlers
all items filtered out