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

tap_is_state_stable() function

Function tap_is_state_stable returns true if the \a astate is stable.

Syntax

bool tap_is_state_stable(tap_state_t astate);
Implemented in interface.c:200

Arguments

astate

References

LocationReferrerText
interface.c:200
bool tap_is_state_stable(tap_state_t astate)
interface.h:134
bool tap_is_state_stable(tap_state_t astate);
arm-jtag-ew.c:258armjtagew_end_state()
if (tap_is_state_stable(state))
cmsis_dap.c:1517cmsis_dap_end_state()
if (tap_is_state_stable(state))
core.c:522jtag_add_pathmove()
if (!tap_is_state_stable(path[num_states - 1])) {
core.c:569jtag_add_statemove()
else if (tap_is_state_stable(cur_state) && tap_is_state_stable(goal_state)) {
core.c:601jtag_add_clocks()
if (!tap_is_state_stable(cmd_queue_cur_state)) {
ftdi.c:304ftdi_end_state()
if (tap_is_state_stable(state))
jlink.c:880jlink_end_state()
if (tap_is_state_stable(state))
opendous.c:398opendous_end_state()
if (tap_is_state_stable(state))
osbdm.c:456osbdm_add_stableclocks()
if (!tap_is_state_stable(tap_get_state())) {
rlink.c:847rlink_end_state()
if (tap_is_state_stable(state))
ulink.c:1398ulink_set_end_state()
if (tap_is_state_stable(endstate))
ulink.c:1780ulink_queue_stableclocks()
if (!tap_is_state_stable(tap_get_state())) {
usbprog.c:173usbprog_end_state()
if (tap_is_state_stable(state))
vsllink.c:351vsllink_end_state()
if (tap_is_state_stable(state))

Call Tree