OpenOCD
scan_command Struct Reference

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...

Collaboration diagram for scan_command:

Data Fields

tap_state_t end_state
 state in which JTAG commands should finish More...
 
struct scan_fieldfields
 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...
 

Detailed Description

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.

Field Documentation

◆ end_state

tap_state_t scan_command::end_state

state in which JTAG commands should finish

Definition at line 43 of file commands.h.

◆ fields

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().

◆ ir_scan

bool scan_command::ir_scan

instruction/not data scan

Definition at line 37 of file commands.h.

◆ num_fields

int scan_command::num_fields

number of fields in *fields array

Definition at line 39 of file commands.h.

Referenced by bitq_in_proc().


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