OpenOCD
jtag_command_container Union Reference

Defines a container type that hold a pointer to a JTAG command structure of any defined type. More...

Collaboration diagram for jtag_command_container:

Data Fields

struct end_state_commandend_state
 
struct pathmove_commandpathmove
 
struct reset_commandreset
 
struct runtest_commandruntest
 
struct scan_commandscan
 
struct sleep_commandsleep
 
struct stableclocks_commandstableclocks
 
struct statemove_commandstatemove
 
struct tms_commandtms
 

Detailed Description

Defines a container type that hold a pointer to a JTAG command structure of any defined type.

Definition at line 112 of file commands.h.

Field Documentation

◆ end_state

struct end_state_command* jtag_command_container::end_state

Definition at line 119 of file commands.h.

◆ pathmove

struct pathmove_command* jtag_command_container::pathmove

Definition at line 115 of file commands.h.

◆ reset

struct reset_command* jtag_command_container::reset

Definition at line 118 of file commands.h.

◆ runtest

struct runtest_command* jtag_command_container::runtest

Definition at line 116 of file commands.h.

◆ scan

struct scan_command* jtag_command_container::scan

Definition at line 113 of file commands.h.

Referenced by bitq_in_proc(), and dtc_queue_run().

◆ sleep

struct sleep_command* jtag_command_container::sleep

Definition at line 120 of file commands.h.

◆ stableclocks

struct stableclocks_command* jtag_command_container::stableclocks

Definition at line 117 of file commands.h.

◆ statemove

struct statemove_command* jtag_command_container::statemove

Definition at line 114 of file commands.h.

◆ tms

struct tms_command* jtag_command_container::tms

Definition at line 121 of file commands.h.


The documentation for this union was generated from the following file: