at91sam4l_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDat91sam4l_exec_command_handlers

at91sam4l_exec_command_handlers variable

Syntax

static const struct command_registration at91sam4l_exec_command_handlers[] = { { .name = "smap_reset_deassert", .handler = sam4l_handle_reset_deassert, .mode = COMMAND_EXEC, .help = "deassert internal reset held by SMAP", .usage = "", }, COMMAND_REGISTRATION_DONE };

References

LocationText
at91sam4l.c:656
static const struct command_registration at91sam4l_exec_command_handlers[] = {
at91sam4l.c:673
.chain = at91sam4l_exec_command_handlers,

Type Use

Type of at91sam4l_exec_command_handlers
at91sam4l_exec_command_handlers
all items filtered out