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

jtag_commands.h - github.com/ClusterM/clujtag-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 39b6837734203fbac8b447aa8f5d18f7ea6816f5 (plain)
1
2
3
4
5
6
7
8
9
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