jtag_command_handlers_to_move is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDjtag_command_handlers_to_move

jtag_command_handlers_to_move variable

Syntax

static const struct command_registration jtag_command_handlers_to_move[] = { { .name = "drscan", .mode = COMMAND_EXEC, .handler = handle_jtag_command_drscan, .help = "Execute Data Register (DR) scan for one TAP. " "Other TAPs must be in BYPASS mode.", .usage = "tap_name (num_bits value)+ ['-endstate' state_name]", }, { .name = "flush_count", .mode = COMMAND_EXEC, .handler = handle_jtag_flush_count, .help = "Returns the number of times the JTAG queue " "has been flushed.", .usage = "", }, { .name = "pathmove", .mode = COMMAND_EXEC, .handler = handle_jtag_command_pathmove, .usage = "start_state state1 [state2 [state3 ...]]", .help = "Move JTAG state machine from current state " "(start_state) to state1, then state2, state3, etc.", }, COMMAND_REGISTRATION_DONE };

References

LocationText
tcl.c:231
static const struct command_registration jtag_command_handlers_to_move[] = {
tcl.c:778
.chain = jtag_command_handlers_to_move,
tcl.c:1207
.chain = jtag_command_handlers_to_move,

Type Use

Type of jtag_command_handlers_to_move
jtag_command_handlers_to_move
all items filtered out