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