svf_tap_state_is_stable() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDsvf_tap_state_is_stable()

svf_tap_state_is_stable() function

svf_tap_state_is_stable() returns true for stable non-SHIFT states

Syntax

bool svf_tap_state_is_stable(tap_state_t state);
Implemented in svf.c:819

Arguments

state

The TAP state in question

Return value

true iff the state is stable and not a SHIFT state.

References

LocationReferrerText
svf.c:819
bool svf_tap_state_is_stable(tap_state_t state)
svf.h:34
bool svf_tap_state_is_stable(tap_state_t state);
svf.c:1021svf_run_command()
if (svf_tap_state_is_stable(i_tmp)) {
svf.c:1396svf_run_command()
if (svf_tap_state_is_stable(i_tmp)) {
svf.c:1441svf_run_command()
if (svf_tap_state_is_stable(i_tmp)) {
svf.c:1530svf_run_command()
if (svf_tap_state_is_stable(path[num_of_argu - 1])) {
svf.c:1550svf_run_command()
if (svf_tap_state_is_stable(state)) {
xsvf.c:301handle_xsvf_command()
if (!svf_tap_state_is_stable(mystate))
xsvf.c:591handle_xsvf_command()
if (svf_tap_state_is_stable(mystate)) {
xsvf.c:820handle_xsvf_command()
if (!svf_tap_state_is_stable(wait_state)) {

Call Tree

Functions calling svf_tap_state_is_stable()
svf_tap_state_is_stable()
Data read by svf_tap_state_is_stable()
svf_tap_state_is_stable()