|
OpenOCD
|
Represents a driver for a debugging interface. More...
Data Fields | |
| int(* | execute_queue )(void) |
| Execute queued commands. More... | |
| unsigned | supported |
| Bit vector listing capabilities exposed by this driver. More... | |
Represents a driver for a debugging interface.
Definition at line 184 of file interface.h.
| int(* jtag_interface::execute_queue) (void) |
Execute queued commands.
Definition at line 195 of file interface.h.
Referenced by default_interface_jtag_execute_queue().
| unsigned jtag_interface::supported |
Bit vector listing capabilities exposed by this driver.
Definition at line 188 of file interface.h.
Referenced by jtag_add_tms_seq().