cortex_r4_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDcortex_r4_exec_command_handlers

cortex_r4_exec_command_handlers variable

Syntax

static const struct command_registration cortex_r4_exec_command_handlers[] = { { .name = "dbginit", .handler = cortex_a_handle_dbginit_command, .mode = COMMAND_EXEC, .help = "Initialize core debug", .usage = "", }, { .name = "maskisr", .handler = handle_cortex_a_mask_interrupts_command, .mode = COMMAND_EXEC, .help = "mask cortex_r4 interrupts", .usage = "['on'|'off']", }, COMMAND_REGISTRATION_DONE };

References

LocationText
cortex_a.c:3474
static const struct command_registration cortex_r4_exec_command_handlers[] = {
cortex_a.c:3501
.chain = cortex_r4_exec_command_handlers,

Type Use

Type of cortex_r4_exec_command_handlers
cortex_r4_exec_command_handlers
all items filtered out