Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openocd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
openocd
Commits
c3b96046
Commit
c3b96046
authored
16 years ago
by
oharboe
Browse files
Options
Downloads
Patches
Plain Diff
comment.
git-svn-id:
svn://svn.berlios.de/openocd/trunk@671
b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent
d8de4b9b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/jtag/jtag.h
+3
-0
3 additions, 0 deletions
src/jtag/jtag.h
with
3 additions
and
0 deletions
src/jtag/jtag.h
+
3
−
0
View file @
c3b96046
...
...
@@ -316,6 +316,9 @@ extern int interface_jtag_add_pathmove(int num_states, enum tap_state *path);
/* 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
*
* nb! num_cycles can be 0, in which case the fn will navigate
* to endstate via TAP_RTI
*/
extern
void
jtag_add_runtest
(
int
num_cycles
,
enum
tap_state
endstate
);
extern
int
interface_jtag_add_runtest
(
int
num_cycles
,
enum
tap_state
endstate
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment