OpenOCD
jaylink_jtag_version
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
jaylink_jtag_version
jaylink_jtag_version enum
JTAG command versions. The JTAG command version only affects the device and the communication protocol. The behaviour of a JTAG operation is not affected at all.
Syntax
Show:
Summary
Declaration
Definition
from
jlink.c:40
enum
jaylink_jtag_version
;
Implemented in
libjaylink.h:261
Values
Value
Declared as
Description
jaylink_jtag_version::JAYLINK_JTAG_VERSION_2
=
1
JTAG command version 2. This version is obsolete for major hardware version 5 and above. Use #JAYLINK_JTAG_VERSION_3 for these versions instead.
jaylink_jtag_version::JAYLINK_JTAG_VERSION_3
=
2
JTAG command version 3.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out