js_lib_command_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_command_kind_t kind,
  unsigned int flags,
  js_state_t state,
  size_t count,
  unsigned char * tdi_buf,
  unsigned char * tdo_buf
} js_lib_command_struct;
Table 1. Structure js_lib_command_struct member description
Member Description
kind

Command to execute

flags

Flags for command

state

State after command

count

Command specific count

tdi_buf

TDI buffer pointer

tdo_buf

TDO buffer pointer