tms470_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDtms470_command_handlers

tms470_command_handlers variable

Syntax

static const struct command_registration tms470_command_handlers[] = { { .name = "tms470", .mode = COMMAND_ANY, .help = "TI tms470 flash command group", .usage = "", .chain = tms470_any_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
tms470.c:775
static const struct command_registration tms470_command_handlers[] = {
tms470.c:1147
.commands = tms470_command_handlers,

Type Use

Type of tms470_command_handlers
tms470_command_handlers
all items filtered out