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

scan_is_safe() function

Syntax

static bool scan_is_safe(tap_state_t state);

Arguments

state

References

LocationReferrerText
tcl.c:64
static bool scan_is_safe(tap_state_t state)
tcl.c:138handle_jtag_command_drscan()
if (!scan_is_safe(endstate))
tcl.c:943handle_irscan_command()
if (!scan_is_safe(endstate))

Call Tree

Functions calling scan_is_safe()
scan_is_safe()