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;
| 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 |