Declaration
typedef struct
{
js_lib_port_t
lib,
js_lib_command_sequence_t
* cmdseq,
js_state_t
state,
int irPrePadBits,
int irPostPadBits,
int drPrePadBits,
int drPostPadBits,
js_node_t
root_node_obj
} js_port_impl_struct;
Member | Description |
---|---|
lib | Base class - must be first. |
cmdseq | Command sequence after normalization |
state | Current JTAG state |
irPrePadBits | IR pre-pad bits |
irPostPadBits | IR post-pad bits |
drPrePadBits | DR pre-pad bits |
drPostPadBits | DR post-pad bits |
root_node_obj | Root node object |