cortex_m_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDcortex_m_exec_command_handlers

cortex_m_exec_command_handlers variable

Syntax

static const struct command_registration cortex_m_exec_command_handlers[] = { { .name = "maskisr", .handler = handle_cortex_m_mask_interrupts_command, .mode = COMMAND_EXEC, .help = "mask cortex_m interrupts", .usage = "['auto'|'on'|'off'|'steponly']", }, { .name = "vector_catch", .handler = handle_cortex_m_vector_catch_command, .mode = COMMAND_EXEC, .help = "configure hardware vectors to trigger debug entry", .usage = "['all'|'none'|('bus_err'|'chk_err'|...)*]", }, { .name = "reset_config", .handler = handle_cortex_m_reset_config_command, .mode = COMMAND_ANY, .help = "configure software reset handling", .usage = "['sysresetreq'|'vectreset']", }, { .chain = smp_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
cortex_m.c:3286
static const struct command_registration cortex_m_exec_command_handlers[] = {
cortex_m.c:3330
.chain = cortex_m_exec_command_handlers,

Type Use

Type of cortex_m_exec_command_handlers
cortex_m_exec_command_handlers
all items filtered out