arm946e_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarm946e_exec_command_handlers

arm946e_exec_command_handlers variable

Syntax

static const struct command_registration arm946e_exec_command_handlers[] = { { .name = "cp15", .handler = arm946e_handle_cp15, .mode = COMMAND_EXEC, .usage = "regnum [value]", .help = "read/modify cp15 register", }, { .name = "icache", .handler = arm946e_handle_idcache, .mode = COMMAND_EXEC, .usage = "['enable'|'disable'|'flush']", .help = "I-cache info and operations", }, { .name = "dcache", .handler = arm946e_handle_idcache, .mode = COMMAND_EXEC, .usage = "['enable'|'disable'|'flush']", .help = "D-cache info and operations", }, COMMAND_REGISTRATION_DONE };

References

LocationText
arm946e.c:698
static const struct command_registration arm946e_exec_command_handlers[] = {
arm946e.c:732
.chain = arm946e_exec_command_handlers,

Type Use

Type of arm946e_exec_command_handlers
arm946e_exec_command_handlers
all items filtered out