PinValue Enumeration
The value of a pin in the chain.
Namespace: XJTAG.Integration.XJAnalyser
Syntax
public enum PinValue
Members
Fields
| Name | Description |
|---|---|
| Clock | Changing, but not being toggled by the JTAG chain |
| High | High |
| Input | Hi-Z (not read) |
| Invalid | No value can be read (e.g. linkage pin) |
| Low | Low |
| ToggleFast | Set to toggle quickly |
| ToggleSlow | Set to toggle slowly |
| Unknown | Unknown (not read) |
Methods
| Name | Description |
|---|---|
| CompareTo (from Enum) | |
| Equals (from Enum) | |
| Finalize (from object) | |
| GetHashCode (from Enum) | |
| GetType (from object) | |
| GetTypeCode (from Enum) | |
| HasFlag (from Enum) | |
| MemberwiseClone (from object) | |
| ToString() (from Enum) | |
| ToString(IFormatProvider) (from Enum) | |
| ToString(string) (from Enum) | |
| ToString(string, IFormatProvider) (from Enum) |
XJTAG v4.2.0
