You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
434 B
10 lines
434 B
#define JTAGKEY_TCK 0x01
|
|
#define JTAGKEY_TDI 0x02
|
|
#define JTAGKEY_TDO 0x04
|
|
#define JTAGKEY_TMS 0x08
|
|
#define JTAGKEY_VREF 0x20
|
|
#define JTAGKEY_OEn 0x10
|
|
|
|
int __attribute__ ((visibility ("hidden"))) jtagkey_transfer(WD_TRANSFER *tr, int fd, unsigned int request, int ppbase, int ecpbase, int num);
|
|
int __attribute__ ((visibility ("hidden"))) jtagkey_open(int num);
|
|
void __attribute__ ((visibility ("hidden"))) jtagkey_close(int handle);
|
|
|