tms470_any_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDtms470_any_command_handlers

tms470_any_command_handlers variable

Syntax

static const struct command_registration tms470_any_command_handlers[] = { { .name = "flash_keyset", .usage = "<key0> <key1> <key2> <key3>", .handler = tms470_handle_flash_keyset_command, .mode = COMMAND_ANY, .help = "tms470 flash_keyset <key0> <key1> <key2> <key3>", }, { .name = "osc_megahertz", .usage = "<MHz>", .handler = tms470_handle_osc_megahertz_command, .mode = COMMAND_ANY, .help = "tms470 osc_megahertz <MHz>", }, { .name = "plldis", .usage = "<0 | 1>", .handler = tms470_handle_plldis_command, .mode = COMMAND_ANY, .help = "tms470 plldis <0/1>", }, COMMAND_REGISTRATION_DONE };

References

LocationText
tms470.c:751
static const struct command_registration tms470_any_command_handlers[] = {
tms470.c:781
.chain = tms470_any_command_handlers,

Type Use

Type of tms470_any_command_handlers
tms470_any_command_handlers
all items filtered out