js_port_descr_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

JTAG port description

This is retrieved by calling js_get_port_descr_list(), and is needed for js_open_port() to indicate which port to use.

Declaration

typedef struct
{
  char manufacturer[64],
  char serial[64],
  char port[64],
  char description[128],
  void * handle
} js_port_descr_struct;
Table 1. Structure js_port_descr_struct member description
Member Description
manufacturer

manufacturer information

serial

Serial information

port

Port information

description

Description information

handle

Pointer to handle