numicro_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDnumicro_exec_command_handlers

numicro_exec_command_handlers variable

Syntax

static const struct command_registration numicro_exec_command_handlers[] = { { .name = "read_isp", .handler = numicro_handle_read_isp_command, .usage = "address", .mode = COMMAND_EXEC, .help = "read flash through ISP.", }, { .name = "write_isp", .handler = numicro_handle_write_isp_command, .usage = "address value", .mode = COMMAND_EXEC, .help = "write flash through ISP.", }, { .name = "chip_erase", .handler = numicro_handle_chip_erase_command, .mode = COMMAND_EXEC, .help = "chip erase through ISP.", .usage = "", }, COMMAND_REGISTRATION_DONE };

References

LocationText
numicro.c:1218
static const struct command_registration numicro_exec_command_handlers[] = {
numicro.c:1249
.chain = numicro_exec_command_handlers,

Type Use

Type of numicro_exec_command_handlers
numicro_exec_command_handlers
all items filtered out