JTAG_CMD_TAP_OUTPUT is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

JTAG_CMD_TAP_OUTPUT macro

Syntax

#define JTAG_CMD_TAP_OUTPUT 0x0

References

LocationText
opendous.c:84
#define JTAG_CMD_TAP_OUTPUT 0x0
opendous.c:629
usb_out_buffer[2] = JTAG_CMD_TAP_OUTPUT;
opendous.c:631
usb_out_buffer[2] = JTAG_CMD_TAP_OUTPUT | ((tap_length % 4) << 4);