tap_state_by_name() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

tap_state_by_name() function

Provides user-friendly name lookup of TAP states.

Syntax

tap_state_t tap_state_by_name(const char *name);
Implemented in interface.c:355

Arguments

name

References

LocationReferrerText
interface.c:355
tap_state_t tap_state_by_name(const char *name)
jtag.h:74
tap_state_t tap_state_by_name(const char *name);
dsp5680xx.c:51reset_jtag()
states[0] = tap_state_by_name(cp);
svf.c:1019svf_run_command()
i_tmp = tap_state_by_name(argus[1]);
svf.c:1394svf_run_command()
i_tmp = tap_state_by_name(argus[i]);
svf.c:1439svf_run_command()
i_tmp = tap_state_by_name(argus[i + 1]);
svf.c:1509svf_run_command()
path[i] = tap_state_by_name(argus[i_tmp]);
svf.c:1549svf_run_command()
state = tap_state_by_name(argus[1]);
tcl.c:132handle_jtag_command_drscan()
endstate = tap_state_by_name(state_name);
tcl.c:185handle_jtag_command_pathmove()
states[i] = tap_state_by_name(CMD_ARGV[i]);
tcl.c:940handle_irscan_command()
endstate = tap_state_by_name(CMD_ARGV[CMD_ARGC - 1]);

Call Tree

Functions calling tap_state_by_name()
Functions called by tap_state_by_name()
tap_state_by_name()
_stricmp()
all items filtered out
Data read by tap_state_by_name()
Data written by tap_state_by_name()
tap_state_by_name()
tap_state_by_name()::i
all items filtered out
Type of tap_state_by_name()
tap_state_by_name()
all items filtered out