Edgar's added support for printing jtag_khz
git-svn-id: svn://svn.berlios.de/openocd/trunk@628 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -198,6 +198,9 @@ typedef struct jtag_interface_s
|
||||
/* returns JTAG maxium speed for KHz. 0=RTCK. The function returns
|
||||
a failure if it can't support the KHz/RTCK. */
|
||||
int (*khz)(int khz, int *jtag_speed);
|
||||
/* returns the KHz for the provided JTAG speed. 0=RTCK. The function returns
|
||||
a failure if it can't support the KHz/RTCK. */
|
||||
int (*speedDiv)(int speed, int *khz);
|
||||
|
||||
} jtag_interface_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user