Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
card10
openocd
Commits
a5cbe5bd
Commit
a5cbe5bd
authored
Aug 27, 2008
by
oharboe
Browse files
comment about slow RTCK
git-svn-id:
svn://svn.berlios.de/openocd/trunk@972
b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent
113436df
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jtag/jtag.h
View file @
a5cbe5bd
...
...
@@ -199,7 +199,13 @@ typedef struct jtag_interface_s
int
(
*
init
)(
void
);
int
(
*
quit
)(
void
);
/* returns JTAG maxium speed for KHz. 0=RTCK. The function returns
a failure if it can't support the KHz/RTCK. */
a failure if it can't support the KHz/RTCK.
WARNING!!!! if RTCK is *slow* then think carefully about
whether you actually want to support this in the driver.
Many target scripts are written to handle the absence of RTCK
and use a fallback kHz TCK.
*/
int
(
*
khz
)(
int
khz
,
int
*
jtag_speed
);
/* returns the KHz for the provided JTAG speed. 0=RTCK. The function returns
a failure if it can't support the KHz/RTCK. */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment