jtag_command_type is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

jtag_command_type enum

The type of the @c jtag_command_container contained by a @c jtag_command structure.

Syntax

enum jtag_command_type {     JTAG_SCAN         = 1,     JTAG_TLR_RESET    = 2,     JTAG_RUNTEST      = 3,     JTAG_RESET        = 4,     JTAG_PATHMOVE     = 6,     JTAG_SLEEP        = 7,     JTAG_STABLECLOCKS = 8,     JTAG_TMS          = 9, };

Values

JTAG_SCAN

No summary provided. Read more...

JTAG_TLR_RESET

No summary provided. Read more...

JTAG_RUNTEST

No summary provided. Read more...

JTAG_RESET

No summary provided. Read more...

JTAG_PATHMOVE

No summary provided. Read more...

JTAG_SLEEP

No summary provided. Read more...

JTAG_STABLECLOCKS

No summary provided. Read more...

JTAG_TMS

No summary provided. Read more...

References

LocationReferrerScopeText
commands.h:128
enum jtag_command_type {
commands.h:148jtag_command::typejtag_command
enum jtag_command_type type;

Type Use

Variables of jtag_command_type type
all items filtered out
jtag_command_type