Declaration
typedef struct
{
const char * name,
unsigned char state_tms[JS_STATE_MAX],
unsigned char state_clk[JS_STATE_MAX],
js_state_t
stable_state
} js_lib_state_info_struct;
Member | Description |
---|---|
name | Name of state |
state_tms | TMS bits to move to other state |
state_clk | Clocks to move to other state |
stable_state | Nearest stable state |