Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/clujtag-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'jtag_commands.h')
-rw-r--r--jtag_commands.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/jtag_commands.h b/jtag_commands.h
new file mode 100644
index 0000000..39b6837
--- /dev/null
+++ b/jtag_commands.h
@@ -0,0 +1,10 @@
+#define JTAG_SETUP 1
+#define JTAG_SHUTDOWN 2
+//#define JTAG_SET_TMS 3
+//#define JTAG_SET_TCK 4
+//#define JTAG_GET_TDO 5
+//#define JTAG_SET_TDI 6
+#define JTAG_PULSE_TCK 7
+#define JTAG_PULSE_SCK 8
+#define JTAG_PULSE_TCK_DELAY 9
+#define JTAG_PULSE_TCK_MULTI 10