XJAPI_PIN_TYPE

Enumeration of the different pins available when creating a user-defined pinmap. Each pin in the map is defined to be one of these pin types:

XJAPI_DISABLED
The pin is disabled
XJAPI_TDI
The pin is the TDI pin (data into the target board)
XJAPI_TDO
The pin is the TDO pin (data out of the target board)
XJAPI_TMS
The pin is the TMS pin
XJAPI_TCK
The pin is the TCK pin
XJAPI_HIGH
The pin is always driven high
XJAPI_LOW
The pin is always driven low
XJAPI_PIO
The pin is a PIO pin, which can be used in TRST sequences. It will initially be configured to be an input.