Go to the documentation of this file.
139 #define CMD_ID_MASK 0x3F
142 #define CMD_SCAN_IN 0x00
143 #define CMD_SLOW_SCAN_IN 0x01
144 #define CMD_SCAN_OUT 0x02
145 #define CMD_SLOW_SCAN_OUT 0x03
146 #define CMD_SCAN_IO 0x04
147 #define CMD_SLOW_SCAN_IO 0x05
150 #define CMD_CLOCK_TMS 0x20
151 #define CMD_SLOW_CLOCK_TMS 0x21
152 #define CMD_CLOCK_TCK 0x22
153 #define CMD_SLOW_CLOCK_TCK 0x23
154 #define CMD_SLEEP_US 0x24
155 #define CMD_SLEEP_MS 0x25
156 #define CMD_GET_SIGNALS 0x26
157 #define CMD_SET_SIGNALS 0x27
158 #define CMD_CONFIGURE_TCK_FREQ 0x28
159 #define CMD_SET_LEDS 0x29
160 #define CMD_TEST 0x2A
169 #define SIGNAL_TRST 1
170 #define SIGNAL_SRST 32