summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-03-06 14:16:45 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-03-06 14:16:45 +0000
commit6be6ba715144a316c810698def4a7cd3e9280c8d (patch)
treeb32ae22597dee9eb4fc7f0eeee6e7d6af66c0c5b /src
parent2070559d95255acbc5aec92a503c576cefffdd82 (diff)
downloadopenocd+libswd-6be6ba715144a316c810698def4a7cd3e9280c8d.tar.gz
openocd+libswd-6be6ba715144a316c810698def4a7cd3e9280c8d.tar.bz2
openocd+libswd-6be6ba715144a316c810698def4a7cd3e9280c8d.tar.xz
openocd+libswd-6be6ba715144a316c810698def4a7cd3e9280c8d.zip
comment.
git-svn-id: svn://svn.berlios.de/openocd/trunk@455 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r--src/jtag/jtag.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h
index fe240eb6..df1ca08a 100644
--- a/src/jtag/jtag.h
+++ b/src/jtag/jtag.h
@@ -287,7 +287,10 @@ extern int interface_jtag_add_statemove(enum tap_state endstate);
*/
extern int jtag_add_pathmove(int num_states, enum tap_state *path);
extern int interface_jtag_add_pathmove(int num_states, enum tap_state *path);
-/* cycle precisely num_cycles in the TAP_RTI state */
+/* go to TAP_RTI, if we're not already there and cycle
+ * precisely num_cycles in the TAP_RTI after which move
+ * to the end state, if it is != TAP_RTI
+ */
extern int jtag_add_runtest(int num_cycles, enum tap_state endstate);
extern int interface_jtag_add_runtest(int num_cycles, enum tap_state endstate);
extern int jtag_add_reset(int trst, int srst);