pic32mx_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDpic32mx_exec_command_handlers

pic32mx_exec_command_handlers variable

Syntax

static const struct command_registration pic32mx_exec_command_handlers[] = { { .name = "pgm_word", .usage = "<addr> <value> <bank>", .handler = pic32mx_handle_pgm_word_command, .mode = COMMAND_EXEC, .help = "program a word", }, { .name = "unlock", .handler = pic32mx_handle_unlock_command, .mode = COMMAND_EXEC, .usage = "bank_id", .help = "Unlock/Erase entire device.", }, COMMAND_REGISTRATION_DONE };

References

LocationText
pic32mx.c:921
static const struct command_registration pic32mx_exec_command_handlers[] = {
pic32mx.c:945
.chain = pic32mx_exec_command_handlers,

Type Use

Type of pic32mx_exec_command_handlers
pic32mx_exec_command_handlers
all items filtered out