js_port_impl_struct - 2023.1 English

Standalone Library Documentation: BSP and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2023-05-16
Version
2023.1 English

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;
Table 1. Structure js_port_impl_struct member description
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