|
OpenOCD
|
The scan_command provide a means of encapsulating a set of scan_field_s structures that should be scanned in/out to the device. More...

Data Fields | |
| tap_state_t | end_state |
| state in which JTAG commands should finish More... | |
| struct scan_field * | fields |
| pointer to an array of data scan fields More... | |
| bool | ir_scan |
| instruction/not data scan More... | |
| int | num_fields |
| number of fields in *fields array More... | |
The scan_command provide a means of encapsulating a set of scan_field_s structures that should be scanned in/out to the device.
Definition at line 35 of file commands.h.
| tap_state_t scan_command::end_state |
state in which JTAG commands should finish
Definition at line 43 of file commands.h.
| struct scan_field* scan_command::fields |
pointer to an array of data scan fields
Definition at line 41 of file commands.h.
Referenced by bitq_in_proc().
| bool scan_command::ir_scan |
instruction/not data scan
Definition at line 37 of file commands.h.
| int scan_command::num_fields |
number of fields in *fields array
Definition at line 39 of file commands.h.
Referenced by bitq_in_proc().