js_lib_command_sequence_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 command sequence library object

Declaration

typedef struct
{
  js_command_sequence_t base,
  js_lib_command_t * cmd_list,
  unsigned int cmd_count,
  unsigned int cmd_max,
  unsigned int cmd_size,
  js_lib_command_buffer_t * buf_head
} js_lib_command_sequence_struct;
Table 1. Structure js_lib_command_sequence_struct member description
Member Description
base

Client visible part

cmd_list

Array of commands

cmd_count

Count of added commands

cmd_max

Command list capacity

cmd_size

Size of command objects

buf_head

Command buffer pool