OpenOCD
|
Defines a container type that hold a pointer to a JTAG command structure of any defined type. More...
Data Fields | |
struct end_state_command * | end_state |
struct pathmove_command * | pathmove |
struct reset_command * | reset |
struct runtest_command * | runtest |
struct scan_command * | scan |
struct sleep_command * | sleep |
struct stableclocks_command * | stableclocks |
struct statemove_command * | statemove |
struct tms_command * | tms |
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.
struct end_state_command* jtag_command_container::end_state |
Definition at line 119 of file commands.h.
struct pathmove_command* jtag_command_container::pathmove |
Definition at line 115 of file commands.h.
struct reset_command* jtag_command_container::reset |
Definition at line 118 of file commands.h.
struct runtest_command* jtag_command_container::runtest |
Definition at line 116 of file commands.h.
struct scan_command* jtag_command_container::scan |
Definition at line 113 of file commands.h.
Referenced by bitq_in_proc(), and dtc_queue_run().
struct sleep_command* jtag_command_container::sleep |
Definition at line 120 of file commands.h.
struct stableclocks_command* jtag_command_container::stableclocks |
Definition at line 117 of file commands.h.
struct statemove_command* jtag_command_container::statemove |
Definition at line 114 of file commands.h.
struct tms_command* jtag_command_container::tms |
Definition at line 121 of file commands.h.