mips_m4k_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDmips_m4k_exec_command_handlers

mips_m4k_exec_command_handlers variable

Syntax

static const struct command_registration mips_m4k_exec_command_handlers[] = { { .name = "cp0", .handler = mips_m4k_handle_cp0_command, .mode = COMMAND_EXEC, .usage = "regnum [value]", .help = "display/modify cp0 register", }, { .name = "scan_delay", .handler = mips_m4k_handle_scan_delay_command, .mode = COMMAND_ANY, .help = "display/set scan delay in nano seconds", .usage = "[value]", }, { .name = "disable_bulk_memory_write", .handler = mips_m4k_handle_disable_bulk_memory_write, .mode = COMMAND_ANY, .help = "Disables the bulk memory write optimization for MIPS32 targets", .usage = "", }, { .chain = smp_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
mips_m4k.c:1425
static const struct command_registration mips_m4k_exec_command_handlers[] = {
mips_m4k.c:1462
.chain = mips_m4k_exec_command_handlers,

Type Use

Type of mips_m4k_exec_command_handlers
mips_m4k_exec_command_handlers
all items filtered out