js_lib_state_info_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

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;
Table 1. Structure js_lib_state_info_struct member description
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