jt_io.h File Reference
Defines
Functions
Detailed Description
Support functions to access the JTAG interface via parallel port
Define Documentation
#define LPTCTR_DEFAULT 0x00 |
#define outsb |
( |
P, |
|
|
A, |
|
|
C |
|
) |
|
DATA 0010 1111 - Power on , set direction and enable signals
DATA 0111 1111 - Power on , set direction and disable signals
DATA 0000 0000 - Power off
to device: at the target device this is the TDI - Pin
Referenced by tap_raw_io_test().
from device: at the target device this is the TDO - Pin
Function Documentation
static void raw_device_on |
( |
void |
|
) |
[inline, static] |
Switch cable on
low level functions to access the Hardware
- Parameters:
-
- Returns:
- -
Referenced by tap_raw_io_test().
static void raw_device_off |
( |
void |
|
) |
[inline, static] |
Switch cable off
low level functions to access the Hardware
- Parameters:
-
- Returns:
- -
Referenced by tap_raw_io_test().
static void raw_device_disable |
( |
void |
|
) |
[inline, static] |
disable cable
low level functions to access the Hardware
- Parameters:
-
- Returns:
- -
Referenced by tap_raw_io_test().
static void raw_Tout |
( |
int |
outbyte |
) |
[inline, static] |
Set the Jtag outbyte at target.
E.g. set or clear the JTAG output signals TMS, TCK, TDI. low level functions to access the Hardware
- Parameters:
-
- Returns:
- -
Referenced by tap_discover_chain(), and tap_raw_io_test().
static char raw_Tin |
( |
void |
|
) |
[inline, static] |