summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-05 00:04:12 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-05 00:04:12 +0000
commit99fd47950335a0bc146b7fcf090e4a490cc81ffd (patch)
tree546bfd15ffb767dcaa19cde3355ab2ac5cf7cebe /src/jtag/jtag.h
parentd53031386698005f765d18beaa776e5847b4d48a (diff)
downloadopenocd+libswd-99fd47950335a0bc146b7fcf090e4a490cc81ffd.tar.gz
openocd+libswd-99fd47950335a0bc146b7fcf090e4a490cc81ffd.tar.bz2
openocd+libswd-99fd47950335a0bc146b7fcf090e4a490cc81ffd.tar.xz
openocd+libswd-99fd47950335a0bc146b7fcf090e4a490cc81ffd.zip
Add accessors for reset delays; use them in jim command handlers.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2059 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/jtag.h')
-rw-r--r--src/jtag/jtag.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h
index ba82df7c..341f7702 100644
--- a/src/jtag/jtag.h
+++ b/src/jtag/jtag.h
@@ -642,6 +642,8 @@ extern int jtag_add_statemove(tap_state_t goal_state);
/// @returns the number of times the scan queue has been flushed
int jtag_get_flush_queue_count(void);
+void jtag_set_nsrst_delay(unsigned delay);
+void jtag_set_ntrst_delay(unsigned delay);
void jtag_set_speed_khz(unsigned speed);
unsigned jtag_get_speed_khz(void);