8 #ifndef OPENOCD_SVF_SVF_H
9 #define OPENOCD_SVF_SVF_H
The JTAG interface can be implemented with a software or hardware fifo.
enum tap_state tap_state_t
Defines JTAG Test Access Port states.
bool svf_tap_state_is_stable(tap_state_t state)
svf_tap_state_is_stable() returns true for stable non-SHIFT states
int svf_register_commands(struct command_context *cmd_ctx)
int svf_add_statemove(tap_state_t goal_state)
svf_add_statemove() moves from the current state to goal_state.