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

TMS macro

Syntax

#define TMS (1 << 1)

References

LocationText
usb_blaster.c:234
#define TMS (1 << 1)
usb_blaster.c:293
abyte |= info.tms ? TMS : 0;