pic32mm_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDpic32mm_exec_command_handlers

pic32mm_exec_command_handlers variable

Syntax

static const struct command_registration pic32mm_exec_command_handlers[] = { { .name = "pgm_word", .usage = "<addr> <value> <bank>", .handler = pic32mm_handle_pgm_word_command, .mode = COMMAND_EXEC, .help = "program a word", }, { .name = "find_work_area", .handler = pic32mm_handle_find_work_area_command, .mode = COMMAND_EXEC, .usage = "", .help = "Find work area based on the chip ID", }, { .name = "unlock", .handler = pic32mm_handle_unlock_command, .mode = COMMAND_EXEC, .usage = "[bank_id]", .help = "Unlock/Erase entire device.", }, COMMAND_REGISTRATION_DONE };

References

LocationText
pic32mm.c:1108
static const struct command_registration pic32mm_exec_command_handlers[] = {
pic32mm.c:1139
.chain = pic32mm_exec_command_handlers,

Type Use

Type of pic32mm_exec_command_handlers
pic32mm_exec_command_handlers
all items filtered out