OpenOCD
svf.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 /***************************************************************************
4  * Copyright (C) 2009 by Simon Qian *
5  * SimonQian@SimonQian.com *
6  ***************************************************************************/
7 
8 #ifndef OPENOCD_SVF_SVF_H
9 #define OPENOCD_SVF_SVF_H
10 
11 #include <jtag/jtag.h>
12 
13 int svf_register_commands(struct command_context *cmd_ctx);
14 
26 int svf_add_statemove(tap_state_t goal_state);
27 
35 
36 #endif /* 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
Definition: svf.c:819
int svf_register_commands(struct command_context *cmd_ctx)
Definition: svf.c:1643
int svf_add_statemove(tap_state_t goal_state)
svf_add_statemove() moves from the current state to goal_state.
Definition: svf.c:316
uint8_t state[4]
Definition: vdebug.c:21