svf_statemoves is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

svf_statemoves variable

References

LocationReferrerText
svf.c:99
static const struct svf_statemove svf_statemoves[] = {
svf.c:330svf_add_statemove()
for (index_var = 0; index_var < ARRAY_SIZE(svf_statemoves); index_var++) {
svf.c:331svf_add_statemove()
if ((svf_statemoves[index_var].from == state_from)
svf.c:332svf_add_statemove()
&& (svf_statemoves[index_var].to == state_to)) {
svf.c:337svf_add_statemove()
if (svf_statemoves[index_var].num_of_moves > 1)
svf.c:338svf_add_statemove()
jtag_add_pathmove(svf_statemoves[index_var].num_of_moves - 1,
svf.c:339svf_add_statemove()
svf_statemoves[index_var].paths + 1);
svf.c:341svf_add_statemove()
jtag_add_pathmove(svf_statemoves[index_var].num_of_moves,
svf.c:342svf_add_statemove()
svf_statemoves[index_var].paths);

Data Use

Functions reading svf_statemoves
svf_statemoves
all items filtered out
Type of svf_statemoves
svf_statemoves
all items filtered out