OpenOCD
|
Represents a driver for a debugging interface. More...
Data Fields | |
int(* | execute_queue )(struct jtag_command *cmd_queue) |
Execute commands in the supplied queue. More... | |
unsigned int | supported |
Bit vector listing capabilities exposed by this driver. More... | |
Represents a driver for a debugging interface.
Definition at line 182 of file interface.h.
int(* jtag_interface::execute_queue) (struct jtag_command *cmd_queue) |
Execute commands in the supplied queue.
cmd_queue | - a linked list of commands to execute |
Definition at line 195 of file interface.h.
Referenced by default_interface_jtag_execute_queue().
unsigned int jtag_interface::supported |
Bit vector listing capabilities exposed by this driver.
Definition at line 186 of file interface.h.
Referenced by jtag_add_tms_seq().