OpenCores
URL https://opencores.org/ocsvn/usb_fpga_2_14/usb_fpga_2_14/trunk

Subversion Repositories usb_fpga_2_14

[/] [usb_fpga_2_14/] [trunk/] [docs/] [java/] [index-all.html] - Rev 2

Compare with Previous | Blame | View Log

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Wed Mar 22 19:20:13 CET 2017 -->
<title>Index</title>
<meta name="date" content="2017-03-22">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./ztex/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="./ztex/package-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_X_">X</a>&nbsp;<a href="#_Z_">Z</a>&nbsp;<a name="_A_">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="strong"><a href="./ztex/Ztex1.html#allocateByteBuffer(byte[])">allocateByteBuffer(byte[])</a></span> - Static method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Utility function that creates a ByteBuffer from byte array.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#allocateByteBuffer(byte[],%20int,%20int)">allocateByteBuffer(byte[], int, int)</a></span> - Static method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Utility function that creates a ByteBuffer from byte array.</div>
</dd>
<dt><a href="./ztex/AlreadyConfiguredException.html" title="class in ztex"><span class="strong">AlreadyConfiguredException</span></a> - Exception in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">Thrown if the FPGA is already configured.</div>
</dd>
<dt><span class="strong"><a href="./ztex/AlreadyConfiguredException.html#AlreadyConfiguredException(java.lang.String)">AlreadyConfiguredException(String)</a></span> - Constructor for exception ztex.<a href="./ztex/AlreadyConfiguredException.html" title="class in ztex">AlreadyConfiguredException</a></dt>
<dd>
<div class="block">Constructs an instance from the given input string.</div>
</dd>
<dt><span class="strong"><a href="./ztex/AlreadyConfiguredException.html#AlreadyConfiguredException()">AlreadyConfiguredException()</a></span> - Constructor for exception ztex.<a href="./ztex/AlreadyConfiguredException.html" title="class in ztex">AlreadyConfiguredException</a></dt>
<dd>
<div class="block">Constructs an instance using a standard message.</div>
</dd>
</dl>
<a name="_B_">
<!--   -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><a href="./ztex/BitstreamReadException.html" title="class in ztex"><span class="strong">BitstreamReadException</span></a> - Exception in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">Signals that an error occurred while attempting to read a bitstream.</div>
</dd>
<dt><span class="strong"><a href="./ztex/BitstreamReadException.html#BitstreamReadException(java.lang.String)">BitstreamReadException(String)</a></span> - Constructor for exception ztex.<a href="./ztex/BitstreamReadException.html" title="class in ztex">BitstreamReadException</a></dt>
<dd>
<div class="block">Constructs an instance from the given error message.</div>
</dd>
<dt><span class="strong"><a href="./ztex/BitstreamReadException.html#BitstreamReadException()">BitstreamReadException()</a></span> - Constructor for exception ztex.<a href="./ztex/BitstreamReadException.html" title="class in ztex">BitstreamReadException</a></dt>
<dd>
<div class="block">Constructs an instance using a standard message.</div>
</dd>
<dt><a href="./ztex/BitstreamUploadException.html" title="class in ztex"><span class="strong">BitstreamUploadException</span></a> - Exception in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">Signals that an error occurred while attempting to upload the bitstream.</div>
</dd>
<dt><span class="strong"><a href="./ztex/BitstreamUploadException.html#BitstreamUploadException(java.lang.String)">BitstreamUploadException(String)</a></span> - Constructor for exception ztex.<a href="./ztex/BitstreamUploadException.html" title="class in ztex">BitstreamUploadException</a></dt>
<dd>
<div class="block">Constructs an instance from the given error message.</div>
</dd>
<dt><span class="strong"><a href="./ztex/BitstreamUploadException.html#BitstreamUploadException()">BitstreamUploadException()</a></span> - Constructor for exception ztex.<a href="./ztex/BitstreamUploadException.html" title="class in ztex">BitstreamUploadException</a></dt>
<dd>
<div class="block">Constructs an instance using a standard message.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#boardNames">boardNames</a></span> - Static variable in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Kinds of FPGA Boards.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexUsbReader.html#bufSize()">bufSize()</a></span> - Method in class ztex.<a href="./ztex/ZtexUsbReader.html" title="class in ztex">ZtexUsbReader</a></dt>
<dd>
<div class="block">Return the buffer size.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexUsbWriter.html#bufSize()">bufSize()</a></span> - Method in class ztex.<a href="./ztex/ZtexUsbWriter.html" title="class in ztex">ZtexUsbWriter</a></dt>
<dd>
<div class="block">Return the buffer size.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#bulkRead(int,%20java.nio.ByteBuffer,%20long)">bulkRead(int, ByteBuffer, long)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Wrapper method for LibUsb.bulkTransfer(DeviceHandle,byte,ByteBuffer,IntBuffer,long).</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#bulkRead(int,%20byte[],%20int,%20long)">bulkRead(int, byte[], int, long)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Wrapper method for LibUsb.bulkTransfer(DeviceHandle,byte,ByteBuffer,IntBuffer,long).</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#bulkWrite(int,%20java.nio.ByteBuffer,%20long)">bulkWrite(int, ByteBuffer, long)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Wrapper method for ibUsb.bulkTransfer(DeviceHandle,byte,ByteBuffer,IntBuffer,long).</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#bulkWrite(int,%20byte[],%20int,%20long)">bulkWrite(int, byte[], int, long)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Wrapper method for LibUsb.bulkTransfer(DeviceHandle,byte,ByteBuffer,IntBuffer,long).</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#byteArrayString(byte[])">byteArrayString(byte[])</a></span> - Static method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Produces a nice string representation of an array of bytes.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexUsbReader.html#byteCount()">byteCount()</a></span> - Method in class ztex.<a href="./ztex/ZtexUsbReader.html" title="class in ztex">ZtexUsbReader</a></dt>
<dd>
<div class="block">Return the number of bytes read since last <a href="./ztex/ZtexUsbReader.html#start(long)"><code>ZtexUsbReader.start(long)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexUsbWriter.html#byteCount()">byteCount()</a></span> - Method in class ztex.<a href="./ztex/ZtexUsbWriter.html" title="class in ztex">ZtexUsbWriter</a></dt>
<dd>
<div class="block">Return the number of bytes transmitted.</div>
</dd>
</dl>
<a name="_C_">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><a href="./ztex/ZtexUsbReader.html#cancel()">cancel()</a></span> - Method in class ztex.<a href="./ztex/ZtexUsbReader.html" title="class in ztex">ZtexUsbReader</a></dt>
<dd>
<div class="block">Cancels all pending transfers, also see <a href="./ztex/ZtexUsbReader.html#cancelWait(int)"><code>ZtexUsbReader.cancelWait(int)</code></a>,</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexUsbWriter.html#cancel()">cancel()</a></span> - Method in class ztex.<a href="./ztex/ZtexUsbWriter.html" title="class in ztex">ZtexUsbWriter</a></dt>
<dd>
<div class="block">Cancels all pending transfers, also see <a href="./ztex/ZtexUsbWriter.html#cancelWait(int)"><code>cancelWait(int)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexUsbReader.html#cancelWait(int)">cancelWait(int)</a></span> - Method in class ztex.<a href="./ztex/ZtexUsbReader.html" title="class in ztex">ZtexUsbReader</a></dt>
<dd>
<div class="block">Cancels all pending transfers and waits until transfers are canceled.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexUsbWriter.html#cancelWait(int)">cancelWait(int)</a></span> - Method in class ztex.<a href="./ztex/ZtexUsbWriter.html" title="class in ztex">ZtexUsbWriter</a></dt>
<dd>
<div class="block">Cancels all pending transfers and waits until transfers are canceled.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#CAPABILITY_DEBUG">CAPABILITY_DEBUG</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Capability index for DEBUG helper support.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#CAPABILITY_DEBUG2">CAPABILITY_DEBUG2</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Capability index for debug helper 2</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#CAPABILITY_DEFAULT">CAPABILITY_DEFAULT</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Capability index for default firmware interface</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#CAPABILITY_EEPROM">CAPABILITY_EEPROM</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Capability index for EEPROM support.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#CAPABILITY_FLASH">CAPABILITY_FLASH</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Capability index for FLASH memory support.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#CAPABILITY_FLASH2">CAPABILITY_FLASH2</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Capability index for 2nd FLASH memory support.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#CAPABILITY_FPGA">CAPABILITY_FPGA</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Capability index for FPGA configuration support.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#CAPABILITY_FX3">CAPABILITY_FX3</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Capability index for FX3 firmware</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#CAPABILITY_HS_FPGA">CAPABILITY_HS_FPGA</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Capability index for AVR XMEGA support.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#CAPABILITY_MAC_EEPROM">CAPABILITY_MAC_EEPROM</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Capability index for AVR XMEGA support.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#CAPABILITY_MULTI_FPGA">CAPABILITY_MULTI_FPGA</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Capability index for multi FPGA support</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#CAPABILITY_TEMP_SENSOR">CAPABILITY_TEMP_SENSOR</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Capability index for Temperature sensor support</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#CAPABILITY_XMEGA">CAPABILITY_XMEGA</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Capability index for AVR XMEGA support.</div>
</dd>
<dt><a href="./ztex/CapabilityException.html" title="class in ztex"><span class="strong">CapabilityException</span></a> - Exception in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">Thrown is a required capability is not available.</div>
</dd>
<dt><span class="strong"><a href="./ztex/CapabilityException.html#CapabilityException(ztex.Ztex1,%20java.lang.String)">CapabilityException(Ztex1, String)</a></span> - Constructor for exception ztex.<a href="./ztex/CapabilityException.html" title="class in ztex">CapabilityException</a></dt>
<dd>
<div class="block">Constructs an instance from a given device and capability string.</div>
</dd>
<dt><span class="strong"><a href="./ztex/CapabilityException.html#CapabilityException(java.lang.String)">CapabilityException(String)</a></span> - Constructor for exception ztex.<a href="./ztex/CapabilityException.html" title="class in ztex">CapabilityException</a></dt>
<dd>
<div class="block">Constructs an instance from a given message string.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#capabilityInfo(java.lang.String)">capabilityInfo(String)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Creates a String with capability information.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#capabilityStrings">capabilityStrings</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">The names of the capabilities</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#checkCapability(int,%20int)">checkCapability(int, int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Checks whether ZTEX descriptor 1 is available and interface 1 and a given capability are supported.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#checkCapability(int)">checkCapability(int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Checks whether ZTEX descriptor 1 is available and interface 1 and a given capability are supported.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#checkCompatible(int,%20int,%20int,%20int)">checkCompatible(int, int, int, int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Checks whether the given product ID is compatible to the device corresponding to this class and whether interface 1 is supported.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#checkValid()">checkValid()</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Checks whether ZTEX descriptor 1 is available.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#checkValid()">checkValid()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Checks whether ZTEX descriptor 1 is available and interface 1 is supported.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#claimInterface(int)">claimInterface(int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Claims an interface.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#compatible(int,%20int,%20int,%20int)">compatible(int, int, int, int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Checks whether the given product ID is compatible to the device corresponding to this class and whether interface 1 is supported.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#compatible(int,%20int,%20int,%20int)">compatible(int, int, int, int)</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Checks whether the given product ID is compatible to the device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#config">config</a></span> - Variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">The configuration data structure 
 is initialized if this kind of data is present in MAC EEPROM.</div>
</dd>
<dt><a href="./ztex/ConfigData.html" title="class in ztex"><span class="strong">ConfigData</span></a> - Class in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">This class represents the configuration data space of ZTEX FPGA Boards that support it.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#ConfigData()">ConfigData()</a></span> - Constructor for class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Constructs an empty instance.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#ConfigData(ztex.Ztex1v1)">ConfigData(Ztex1v1)</a></span> - Constructor for class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Constructs an instance and connects it with z.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#configureFpga(java.io.InputStream,%20boolean,%20int)">configureFpga(InputStream, boolean, int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Upload a Bitstream to the FPGA using high speed mode (if available) or low speed mode.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#configureFpga(java.lang.String,%20boolean,%20int)">configureFpga(String, boolean, int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Upload a Bitstream to the FPGA using high speed mode (if available) or low speed mode.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#configureFpga(java.lang.String,%20boolean)">configureFpga(String, boolean)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Upload a Bitstream to the FPGA using high speed mode (if available) or low speed mode.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#configureFpgaHS(java.io.InputStream,%20boolean,%20int)">configureFpgaHS(InputStream, boolean, int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Upload a Bitstream to the FPGA using high speed mode.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#configureFpgaHS(java.lang.String,%20boolean,%20int)">configureFpgaHS(String, boolean, int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Upload a Bitstream to the FPGA using high speed mode.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#configureFpgaLS(java.io.InputStream,%20boolean,%20int)">configureFpgaLS(InputStream, boolean, int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Upload a Bitstream to the FPGA using low speed mode.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#configureFpgaLS(java.lang.String,%20boolean,%20int)">configureFpgaLS(String, boolean, int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Upload a Bitstream to the FPGA using low speed mode.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#connect(ztex.Ztex1v1)">connect(Ztex1v1)</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Reads the configuration data (if existent) from a device and connects it to this instance.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexContext.html#context()">context()</a></span> - Method in class ztex.<a href="./ztex/ZtexContext.html" title="class in ztex">ZtexContext</a></dt>
<dd>
<div class="block">Returns the USB context.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#context()">context()</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Returns the USB context of the device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#controlMsgTimeout">controlMsgTimeout</a></span> - Variable in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">The timeout for  control messages in ms.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#cypressProductIdBuggy">cypressProductIdBuggy</a></span> - Static variable in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Product ID of buggy FX3 devices (datecode 1149)</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#cypressProductIdFx2">cypressProductIdFx2</a></span> - Static variable in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">EZ-USB USB FX2 product ID: 0x8613</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#cypressProductIdFx3">cypressProductIdFx3</a></span> - Static variable in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">EZ-USB USB FX3 product ID: 0x00f3</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#cypressVendorId">cypressVendorId</a></span> - Static variable in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Cypress vendor ID: 0x4b4</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#cypressVendorIdBuggy">cypressVendorIdBuggy</a></span> - Static variable in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Vendor ID of buggy FX3 devices (datecode 1149)</div>
</dd>
</dl>
<a name="_D_">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="strong"><a href="./ztex/ConfigData.html#data()">data()</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Returns a copy of the configuration data array.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ImgFile.html#data">data</a></span> - Variable in class ztex.<a href="./ztex/ImgFile.html" title="class in ztex">ImgFile</a></dt>
<dd>
<div class="block">This array stores the firmware image.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ImgFile.html#dataInfo(java.io.PrintStream)">dataInfo(PrintStream)</a></span> - Method in class ztex.<a href="./ztex/ImgFile.html" title="class in ztex">ImgFile</a></dt>
<dd>
<div class="block">Print out some information about the memory usage.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#debug2Cnt()">debug2Cnt()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns the number of messages in buffer.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#debug2EC()">debug2EC()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns an error code if a fatal error occurred (0 if no error occurred)</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#debug2GetMessage(int)">debug2GetMessage(int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Reads a debug message with given Index in raw format.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#debug2GetNextLogMessage()">debug2GetNextLogMessage()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Reads the next log message in string format.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#debug2LastIdx()">debug2LastIdx()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns index of last message + 1</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#debug2LogIdx">debug2LogIdx</a></span> - Variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Index of next log entry (messages of type 1 and 2) to be read.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#debug2PrintNextLogMessages(java.io.PrintStream)">debug2PrintNextLogMessages(PrintStream)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Prints new log message.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#debugLastMsg()">debugLastMsg()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns the number of the last message read out by <a href="./ztex/Ztex1v1.html#debugReadMessages(boolean,%20byte[])"><code>Ztex1v1.debugReadMessages(boolean,byte[])</code></a></div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#debugMsgSize()">debugMsgSize()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns the size of messages in bytes.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#debugNewMessages">debugNewMessages</a></span> - Variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Is set by <a href="./ztex/Ztex1v1.html#debugReadMessages(boolean,%20byte[])"><code>Ztex1v1.debugReadMessages(boolean,byte[])</code></a> and contains the number of new messages.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#debugReadMessages(boolean,%20byte[])">debugReadMessages(boolean, byte[])</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Reads debug messages from message stack.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#debugStackSize()">debugStackSize()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns the size of message stack in messages.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#defaultBitstreamPath(java.lang.String)">defaultBitstreamPath(String)</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Returns the bitstream path if the same directory sheme as for the examples is used.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#defaultCheckVersion(int)">defaultCheckVersion(int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Checks version of the default interface.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#defaultDisableWarnings">defaultDisableWarnings</a></span> - Variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">disable update warnings.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#defaultGpioCtl(int,%20int)">defaultGpioCtl(int, int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Reads and modifies the 4 GPIO pins.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#defaultInEP()">defaultInEP()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns input Endpoint of default interface 
 used for high speed communication.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#defaultLatestSubVersion">defaultLatestSubVersion</a></span> - Variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">sub-version number of the latest default interface.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#defaultLatestVersion">defaultLatestVersion</a></span> - Variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">version number of the latest default interface.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#defaultLsiGet(int)">defaultLsiGet(int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Read data from the low speed interface of default firmwares.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#defaultLsiGet(int,%20int[],%20int)">defaultLsiGet(int, int[], int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Read data from the low speed interface of default firmwares.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#defaultLsiSet(int,%20int)">defaultLsiSet(int, int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Send data to the low speed interface of default firmwares.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#defaultLsiSet(int,%20int[],%20int)">defaultLsiSet(int, int[], int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Send data to the low speed interface of default firmwares.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#defaultLsiSet(int[],%20int[],%20int)">defaultLsiSet(int[], int[], int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Send data to the low speed interface of default firmwares.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#defaultOutEP()">defaultOutEP()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns output Endpoint of default interface 
 used for high speed communication.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#defaultReset(boolean)">defaultReset(boolean)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Assert the reset signal.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#defaultReset()">defaultReset()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Assert the reset signal.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#defaultSubVersion()">defaultSubVersion()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns sub-version of the default interface.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#defaultVersion()">defaultVersion()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns version of the default interface or 0 if default interface is not present.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#dev()">dev()</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Returns the corresponding <a href="./ztex/ZtexDevice1.html" title="class in ztex"><code>ZtexDevice1</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#dev()">dev()</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Returns the USB device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexScanBus1.html#device(int)">device(int)</a></span> - Method in class ztex.<a href="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</a></dt>
<dd>
<div class="block">Returns a device from the list of devices.</div>
</dd>
<dt><a href="./ztex/DeviceLostException.html" title="class in ztex"><span class="strong">DeviceLostException</span></a> - Exception in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">Thrown if a device went lost after renumeration.</div>
</dd>
<dt><span class="strong"><a href="./ztex/DeviceLostException.html#DeviceLostException(java.lang.String)">DeviceLostException(String)</a></span> - Constructor for exception ztex.<a href="./ztex/DeviceLostException.html" title="class in ztex">DeviceLostException</a></dt>
<dd>
<div class="block">Constructs an instance from the given input string.</div>
</dd>
<dt><span class="strong"><a href="./ztex/DeviceLostException.html#DeviceLostException()">DeviceLostException()</a></span> - Constructor for exception ztex.<a href="./ztex/DeviceLostException.html" title="class in ztex">DeviceLostException</a></dt>
<dd>
<div class="block">Constructs an instance using a standard message.</div>
</dd>
<dt><a href="./ztex/DeviceNotSupportedException.html" title="class in ztex"><span class="strong">DeviceNotSupportedException</span></a> - Exception in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">Thrown if a device is not supported, i.e. has the wrong USB ID's.</div>
</dd>
<dt><span class="strong"><a href="./ztex/DeviceNotSupportedException.html#DeviceNotSupportedException(org.usb4java.Device)">DeviceNotSupportedException(Device)</a></span> - Constructor for exception ztex.<a href="./ztex/DeviceNotSupportedException.html" title="class in ztex">DeviceNotSupportedException</a></dt>
<dd>
<div class="block">Constructs an instance from the given device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#disconnect()">disconnect()</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Disconnects the currently connected device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#dispose()">dispose()</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">This should be called if the class is not used anymore.</div>
</dd>
</dl>
<a name="_E_">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#eepromBytes">eepromBytes</a></span> - Variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Number of bytes written to EEPROM.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#eepromChecksum">eepromChecksum</a></span> - Variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Checksum of the last EEPROM transfer.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#eepromDisable()">eepromDisable()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Replaced by <a href="./ztex/Ztex1v1.html#nvDisableFirmware()"><code>Ztex1v1.nvDisableFirmware()</code></a></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#eepromRead(int,%20byte[],%20int)">eepromRead(int, byte[], int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Reads data from the EEPROM.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#eepromState()">eepromState()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Reads the current EEPROM status.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#eepromUpload(ztex.ZtexImgFile1,%20boolean)">eepromUpload(ZtexImgFile1, boolean)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Replaced by <a href="./ztex/Ztex1v1.html#nvUploadFirmware(ztex.ZtexImgFile1,%20boolean)"><code>Ztex1v1.nvUploadFirmware(ZtexImgFile1,boolean)</code></a></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#eepromUpload(java.lang.String,%20boolean)">eepromUpload(String, boolean)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Replaced by <a href="./ztex/Ztex1v1.html#nvUploadFirmware(java.lang.String,%20boolean)"><code>Ztex1v1.nvUploadFirmware(String,boolean)</code></a></i></div>
</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#eepromWrite(int,%20byte[],%20int)">eepromWrite(int, byte[], int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Writes data to the EEPROM.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#enableExtraFpgaConfigurationChecks">enableExtraFpgaConfigurationChecks</a></span> - Variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Enables extra FPGA configuration checks.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Fx3Errors.html#errStr(int)">errStr(int)</a></span> - Static method in class ztex.<a href="./ztex/Fx3Errors.html" title="class in ztex">Fx3Errors</a></dt>
<dd>
<div class="block">Return FX3 runtime error string.</div>
</dd>
<dt><a href="./ztex/EzUsb.html" title="class in ztex"><span class="strong">EzUsb</span></a> - Class in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">Provides methods for uploading firmware to Cypress EZ-USB devices.</div>
</dd>
<dt><span class="strong"><a href="./ztex/EzUsb.html#EzUsb()">EzUsb()</a></span> - Constructor for class ztex.<a href="./ztex/EzUsb.html" title="class in ztex">EzUsb</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_F_">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="strong"><a href="./ztex/Ztex1.html#finalize()">finalize()</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Releases all resources.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexContext.html#finalize()">finalize()</a></span> - Method in class ztex.<a href="./ztex/ZtexContext.html" title="class in ztex">ZtexContext</a></dt>
<dd>
<div class="block">Releases all resources.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#finalize()">finalize()</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Releases all resources.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexScanBus1.html#finalize()">finalize()</a></span> - Method in class ztex.<a href="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</a></dt>
<dd>
<div class="block">Releases all resources.</div>
</dd>
<dt><a href="./ztex/FirmwareUploadException.html" title="class in ztex"><span class="strong">FirmwareUploadException</span></a> - Exception in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">Signals that an error occured while attempting to upload the firmware.</div>
</dd>
<dt><span class="strong"><a href="./ztex/FirmwareUploadException.html#FirmwareUploadException(java.lang.String)">FirmwareUploadException(String)</a></span> - Constructor for exception ztex.<a href="./ztex/FirmwareUploadException.html" title="class in ztex">FirmwareUploadException</a></dt>
<dd>
<div class="block">Constructs an instance from the given error message.</div>
</dd>
<dt><span class="strong"><a href="./ztex/FirmwareUploadException.html#FirmwareUploadException()">FirmwareUploadException()</a></span> - Constructor for exception ztex.<a href="./ztex/FirmwareUploadException.html" title="class in ztex">FirmwareUploadException</a></dt>
<dd>
<div class="block">Constructs an instance using a standard message.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flash2EC">flash2EC</a></span> - Variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Last 2nd Flash error code obtained by <a href="./ztex/Ztex1v1.html#flashState()"><code>Ztex1v1.flashState()</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flash2Enabled()">flash2Enabled()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns true if 2nd Flash memory is installed.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flash2Info()">flash2Info()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns information about 2nd Flash memory.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flash2ReadSector(int,%20int,%20byte[])">flash2ReadSector(int, int, byte[])</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Reads a integer number of sectors from the 2nd Flash memory.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flash2ReadSector(int,%20byte[])">flash2ReadSector(int, byte[])</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Reads one sector from the 2nd Flash memory.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flash2Sectors()">flash2Sectors()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns the number of sectors of the 2nd Flash memory or 0, if no 2nd Flash is installed.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flash2SectorSize()">flash2SectorSize()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns the sector size of the 2nd Flash memory or 0, if no 2nd Flash is installed.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flash2Size()">flash2Size()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns the size of 2nd Flash memory or 0, if no 2nd Flash memory is installed.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flash2State()">flash2State()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Reads the the 2nd Flash memory status and information.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flash2StrError()">flash2StrError()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Gets the last 2nd Flash error from the device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flash2WriteSector(int,%20int,%20byte[])">flash2WriteSector(int, int, byte[])</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Writes a integer number of sectors to the 2nd Flash.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flash2WriteSector(int,%20byte[])">flash2WriteSector(int, byte[])</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Writes one sector to the 2nd Flash memory.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#FLASH_EC_BUSY">FLASH_EC_BUSY</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Signals that Flash memory it busy.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#FLASH_EC_CMD_ERROR">FLASH_EC_CMD_ERROR</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Signals an error while attempting to execute a command.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#FLASH_EC_NO_ERROR">FLASH_EC_NO_ERROR</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Means no error.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#FLASH_EC_NOTSUPPORTED">FLASH_EC_NOTSUPPORTED</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Signals the installed Flash memory is not supported.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#FLASH_EC_PENDING">FLASH_EC_PENDING</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Signals that another Flash operation is pending.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#FLASH_EC_READ_ERROR">FLASH_EC_READ_ERROR</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Signals an error while attempting to read from Flash.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#FLASH_EC_RUNTIME">FLASH_EC_RUNTIME</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Signals a runtime error of the firmware.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#FLASH_EC_TIMEOUT">FLASH_EC_TIMEOUT</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Signals that a timeout occurred.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#FLASH_EC_WRITE_ERROR">FLASH_EC_WRITE_ERROR</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Signals an error while attempting to write to Flash.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flashEC">flashEC</a></span> - Variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Last Flash error code obtained by <a href="./ztex/Ztex1v1.html#flashState()"><code>Ztex1v1.flashState()</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flashEnabled()">flashEnabled()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns true if Flash memory is installed.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flashFirstFreeSector()">flashFirstFreeSector()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns the first free sector of the Flash memory.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flashInfo()">flashInfo()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns information about Flash memory.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flashReadSector(int,%20int,%20byte[])">flashReadSector(int, int, byte[])</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Reads a integer number of sectors from the Flash.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flashReadSector(int,%20byte[])">flashReadSector(int, byte[])</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Reads one sector from the Flash.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flashResetBitstream()">flashResetBitstream()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Clears a Bitstream from the Flash.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flashSectors()">flashSectors()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns the number of sectors of the Flash memory or 0, if no Flash memory is installed.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flashSectorSize()">flashSectorSize()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns the sector size of the Flash memory or 0, if no Flash is installed.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flashSize()">flashSize()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns the size of Flash memory or 0, if no Flash memory is installed.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flashState()">flashState()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Reads the the Flash memory status and information.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flashStrError(int)">flashStrError(int)</a></span> - Static method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Converts a given error code into a String.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flashStrError()">flashStrError()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Gets the last Flash error from the device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flashUploadBitstream(java.io.InputStream,%20int)">flashUploadBitstream(InputStream, int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Uploads a Bitstream to the Flash.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flashUploadBitstream(java.lang.String,%20int)">flashUploadBitstream(String, int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Uploads a Bitstream to the Flash.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flashUploadBitstream(java.lang.String)">flashUploadBitstream(String)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Uploads a Bitstream to the Flash.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flashWriteSector(int,%20int,%20byte[])">flashWriteSector(int, int, byte[])</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Writes a integer number of sectors to the Flash.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#flashWriteSector(int,%20byte[])">flashWriteSector(int, byte[])</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Writes one sector to the Flash.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#fpgas">fpgas</a></span> - Static variable in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">FPGA's used on ZTEX FPGA Boards.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#fwVersion()">fwVersion()</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Returns the firmware version.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexImgFile1.html#fwVersion()">fwVersion()</a></span> - Method in class ztex.<a href="./ztex/ZtexImgFile1.html" title="class in ztex">ZtexImgFile1</a></dt>
<dd>
<div class="block">Returns the firmware version.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#fx3()">fx3()</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Returns true if device is an FX3</div>
</dd>
<dt><a href="./ztex/Fx3Errors.html" title="class in ztex"><span class="strong">Fx3Errors</span></a> - Class in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">FX3 runtime error strings</div>
</dd>
<dt><span class="strong"><a href="./ztex/Fx3Errors.html#Fx3Errors()">Fx3Errors()</a></span> - Constructor for class ztex.<a href="./ztex/Fx3Errors.html" title="class in ztex">Fx3Errors</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_G_">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><a href="./ztex/ConfigData.html#getBitstreamSize()">getBitstreamSize()</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Returns actual size of bitstream in bytes sectors.
 0 means that no bitstream is stored.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#getBitstreamStart()">getBitstreamStart()</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Returns bitstream start position in bytes.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexUsbReader.html#getBuffer(byte[],%20int)">getBuffer(byte[], int)</a></span> - Method in class ztex.<a href="./ztex/ZtexUsbReader.html" title="class in ztex">ZtexUsbReader</a></dt>
<dd>
<div class="block">Get the next buffer.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#getFlash2EC()">getFlash2EC()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Gets the last 2nd Flash memory error from the device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#getFlashEC()">getFlashEC()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Gets the last Flash error from the device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#getFpga()">getFpga()</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Returns FPGA information.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#getFpgaConfiguration()">getFpgaConfiguration()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns true if the FPGA is configured.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#getFpgaConfigurationStr()">getFpgaConfigurationStr()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns a string that indicates the FPGA configuration status.</div>
</dd>
<dt><span class="strong"><a href="./ztex/JInputStream.html#getInputStream(java.lang.String)">getInputStream(String)</a></span> - Static method in class ztex.<a href="./ztex/JInputStream.html" title="class in ztex">JInputStream</a></dt>
<dd>
<div class="block">Creates an InputStream instance from a giving file name.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#getInterfaceClaimed(int)">getInterfaceClaimed(int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Returns true if interface is claimed.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#getMajorVersion()">getMajorVersion()</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Returns the major version number, e.g. 2 for USB-FPGA Modules 2.14b.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#getMaxBitstreamSize()">getMaxBitstreamSize()</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Returns maximum size of bitstream in bytes.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#getMinorVersion()">getMinorVersion()</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Returns the minor version number, e.g. 14 for USB-FPGA Modules 2.14b.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#getName()">getName()</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Returns the name of the FPGA Board.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#getRamSize()">getRamSize()</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Returns RAM size in bytes.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#getRamType()">getRamType()</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Returns RAM type and speed.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#getUsb3Errors()">getUsb3Errors()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Reads USB 3.0 errors and stores them in <a href="./ztex/Ztex1v1.html#usb3SndErrors"><code>Ztex1v1.usb3SndErrors</code></a> <a href="./ztex/Ztex1v1.html#usb3RcvErrors"><code>Ztex1v1.usb3RcvErrors</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#getUserData(int)">getUserData(int)</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Returns user data at index i.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#getVariant()">getVariant()</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Returns the variant letter, e.g.</div>
</dd>
</dl>
<a name="_H_">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="strong"><a href="./ztex/Ztex1.html#handle()">handle()</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Returns the USB file handle.</div>
</dd>
</dl>
<a name="_I_">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><a href="./ztex/ImgFile.html" title="class in ztex"><span class="strong">ImgFile</span></a> - Class in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">A class representing a firmware image.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ImgFile.html#ImgFile(java.io.InputStream,%20java.lang.String)">ImgFile(InputStream, String)</a></span> - Constructor for class ztex.<a href="./ztex/ImgFile.html" title="class in ztex">ImgFile</a></dt>
<dd>
<div class="block">Constructs an instance from a given file name.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ImgFile.html#ImgFile(java.lang.String)">ImgFile(String)</a></span> - Constructor for class ztex.<a href="./ztex/ImgFile.html" title="class in ztex">ImgFile</a></dt>
<dd>
<div class="block">Constructs an instance from a given file name.</div>
</dd>
<dt><a href="./ztex/ImgFileDamagedException.html" title="class in ztex"><span class="strong">ImgFileDamagedException</span></a> - Exception in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">Signals that a firmware image is corrupt.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ImgFileDamagedException.html#ImgFileDamagedException(java.lang.String,%20int,%20java.lang.String)">ImgFileDamagedException(String, int, String)</a></span> - Constructor for exception ztex.<a href="./ztex/ImgFileDamagedException.html" title="class in ztex">ImgFileDamagedException</a></dt>
<dd>
<div class="block">Constructs an instance from a given file name, line number and error message.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ImgFileDamagedException.html#ImgFileDamagedException(java.lang.String,%20java.lang.String)">ImgFileDamagedException(String, String)</a></span> - Constructor for exception ztex.<a href="./ztex/ImgFileDamagedException.html" title="class in ztex">ImgFileDamagedException</a></dt>
<dd>
<div class="block">Constructs an instance from a given file name and error message.</div>
</dd>
<dt><a href="./ztex/ImgParseException.html" title="class in ztex"><span class="strong">ImgParseException</span></a> - Exception in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">Signals that an error occurred while attempting to decode the firmware file.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ImgParseException.html#ImgParseException(java.lang.String)">ImgParseException(String)</a></span> - Constructor for exception ztex.<a href="./ztex/ImgParseException.html" title="class in ztex">ImgParseException</a></dt>
<dd>
<div class="block">Constructs an instance from the given error message.</div>
</dd>
<dt><a href="./ztex/IncompatibleFirmwareException.html" title="class in ztex"><span class="strong">IncompatibleFirmwareException</span></a> - Exception in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">Thrown while attempting to overwrite an existing firmware with an incompatible one.</div>
</dd>
<dt><span class="strong"><a href="./ztex/IncompatibleFirmwareException.html#IncompatibleFirmwareException(java.lang.String)">IncompatibleFirmwareException(String)</a></span> - Constructor for exception ztex.<a href="./ztex/IncompatibleFirmwareException.html" title="class in ztex">IncompatibleFirmwareException</a></dt>
<dd>
<div class="block">Constructs an instance from the given error message.</div>
</dd>
<dt><span class="strong"><a href="./ztex/IncompatibleFirmwareException.html#IncompatibleFirmwareException()">IncompatibleFirmwareException()</a></span> - Constructor for exception ztex.<a href="./ztex/IncompatibleFirmwareException.html" title="class in ztex">IncompatibleFirmwareException</a></dt>
<dd>
<div class="block">Constructs an instance using a standard message.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#init()">init()</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Initializates the class.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#init()">init()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Initializates the class.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#InterfaceCapabilities(int)">InterfaceCapabilities(int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns interface capability bit.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#interfaceCapabilities()">interfaceCapabilities()</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Returns the interface capabilities (all 6 bytes).</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#interfaceCapabilities(int)">interfaceCapabilities(int)</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Returns byte i of the interface capabilities.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#interfaceCapabilities(int,%20int)">interfaceCapabilities(int, int)</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Returns byte i, bit j  of the interface capabilities.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexImgFile1.html#interfaceCapabilities()">interfaceCapabilities()</a></span> - Method in class ztex.<a href="./ztex/ZtexImgFile1.html" title="class in ztex">ZtexImgFile1</a></dt>
<dd>
<div class="block">Returns the interface capabilities (all 6 bytes).</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexImgFile1.html#interfaceCapabilities(int)">interfaceCapabilities(int)</a></span> - Method in class ztex.<a href="./ztex/ZtexImgFile1.html" title="class in ztex">ZtexImgFile1</a></dt>
<dd>
<div class="block">Returns byte i of the interface capabilities.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#interfaceVersion()">interfaceVersion()</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Returns the interface version.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexImgFile1.html#interfaceVersion()">interfaceVersion()</a></span> - Method in class ztex.<a href="./ztex/ZtexImgFile1.html" title="class in ztex">ZtexImgFile1</a></dt>
<dd>
<div class="block">Returns the interface version.</div>
</dd>
<dt><a href="./ztex/InvalidFirmwareException.html" title="class in ztex"><span class="strong">InvalidFirmwareException</span></a> - Exception in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">Thrown if a device runs with no or the wrong firmware, i.e. if the ZTEX descriptor is not found or damaged.</div>
</dd>
<dt><span class="strong"><a href="./ztex/InvalidFirmwareException.html#InvalidFirmwareException(java.lang.String)">InvalidFirmwareException(String)</a></span> - Constructor for exception ztex.<a href="./ztex/InvalidFirmwareException.html" title="class in ztex">InvalidFirmwareException</a></dt>
<dd>
<div class="block">Constructs an instance from the error message.</div>
</dd>
<dt><span class="strong"><a href="./ztex/InvalidFirmwareException.html#InvalidFirmwareException(ztex.Ztex1,%20java.lang.String)">InvalidFirmwareException(Ztex1, String)</a></span> - Constructor for exception ztex.<a href="./ztex/InvalidFirmwareException.html" title="class in ztex">InvalidFirmwareException</a></dt>
<dd>
<div class="block">Constructs an instance from the given device and error message.</div>
</dd>
<dt><span class="strong"><a href="./ztex/InvalidFirmwareException.html#InvalidFirmwareException(ztex.ZtexDevice1,%20java.lang.String)">InvalidFirmwareException(ZtexDevice1, String)</a></span> - Constructor for exception ztex.<a href="./ztex/InvalidFirmwareException.html" title="class in ztex">InvalidFirmwareException</a></dt>
<dd>
<div class="block">Constructs an instance from the given device and error message.</div>
</dd>
<dt><span class="strong"><a href="./ztex/InvalidFirmwareException.html#InvalidFirmwareException(org.usb4java.Device,%20java.lang.String)">InvalidFirmwareException(Device, String)</a></span> - Constructor for exception ztex.<a href="./ztex/InvalidFirmwareException.html" title="class in ztex">InvalidFirmwareException</a></dt>
<dd>
<div class="block">Constructs an instance from the given device and error message.</div>
</dd>
<dt><span class="strong"><a href="./ztex/InvalidFirmwareException.html#InvalidFirmwareException(ztex.Ztex1)">InvalidFirmwareException(Ztex1)</a></span> - Constructor for exception ztex.<a href="./ztex/InvalidFirmwareException.html" title="class in ztex">InvalidFirmwareException</a></dt>
<dd>
<div class="block">Constructs an instance from the given device and error message.</div>
</dd>
<dt><span class="strong"><a href="./ztex/InvalidFirmwareException.html#InvalidFirmwareException(ztex.ZtexDevice1)">InvalidFirmwareException(ZtexDevice1)</a></span> - Constructor for exception ztex.<a href="./ztex/InvalidFirmwareException.html" title="class in ztex">InvalidFirmwareException</a></dt>
<dd>
<div class="block">Constructs an instance from the given device and error message.</div>
</dd>
<dt><span class="strong"><a href="./ztex/InvalidFirmwareException.html#InvalidFirmwareException(org.usb4java.Device)">InvalidFirmwareException(Device)</a></span> - Constructor for exception ztex.<a href="./ztex/InvalidFirmwareException.html" title="class in ztex">InvalidFirmwareException</a></dt>
<dd>
<div class="block">Constructs an instance from the given device and error message.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ImgFile.html#isFx3">isFx3</a></span> - Variable in class ztex.<a href="./ztex/ImgFile.html" title="class in ztex">ImgFile</a></dt>
<dd>
<div class="block">Assumed to be an FX3 firmware.</div>
</dd>
</dl>
<a name="_J_">
<!--   -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><a href="./ztex/JInputStream.html" title="class in ztex"><span class="strong">JInputStream</span></a> - Class in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">Creates an input stream from a regular file or a system resource file (i.e. a file from the current jar file).</div>
</dd>
<dt><span class="strong"><a href="./ztex/JInputStream.html#JInputStream()">JInputStream()</a></span> - Constructor for class ztex.<a href="./ztex/JInputStream.html" title="class in ztex">JInputStream</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_M_">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#macEepromRead(int,%20byte[],%20int)">macEepromRead(int, byte[], int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Reads data from the MAC EEPROM.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#macEepromState()">macEepromState()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Reads the current MAC EEPROM status.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#macEepromWrite(int,%20byte[],%20int)">macEepromWrite(int, byte[], int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Writes data to the MAC EEPROM.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#macRead(byte[])">macRead(byte[])</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Reads MAC address from MAC EEPROM.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#manufacturerString()">manufacturerString()</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Returns the manufacturer string of the device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#moduleReserved()">moduleReserved()</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Returns the application specific information (all 12 bytes).</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#moduleReserved(int)">moduleReserved(int)</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Returns byte i of the application specific information.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexImgFile1.html#moduleReserved()">moduleReserved()</a></span> - Method in class ztex.<a href="./ztex/ZtexImgFile1.html" title="class in ztex">ZtexImgFile1</a></dt>
<dd>
<div class="block">Returns the application specific information (all 12 bytes).</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexImgFile1.html#moduleReserved(int)">moduleReserved(int)</a></span> - Method in class ztex.<a href="./ztex/ZtexImgFile1.html" title="class in ztex">ZtexImgFile1</a></dt>
<dd>
<div class="block">Returns byte i of the application specific information.</div>
</dd>
</dl>
<a name="_N_">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#name(org.usb4java.Device)">name(Device)</a></span> - Static method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Returns a name that identifies a device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#name()">name()</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Returns a name that identifies the device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexScanBus1.html#numberOfDevices()">numberOfDevices()</a></span> - Method in class ztex.<a href="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</a></dt>
<dd>
<div class="block">Returns the number of devices found.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#numberOfFpgas()">numberOfFpgas()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns the number of FPGA's</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#nvDisableFirmware()">nvDisableFirmware()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Disables the firmware stored in the non-volatile memory.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#nvUploadFirmware(ztex.ZtexImgFile1,%20boolean)">nvUploadFirmware(ZtexImgFile1, boolean)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Upload the firmware to the non-volatile memory.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#nvUploadFirmware(java.lang.String,%20boolean)">nvUploadFirmware(String, boolean)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Upload the firmware to the non-volatile memory.</div>
</dd>
</dl>
<a name="_P_">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="strong"><a href="./ztex/ConfigData.html#packages">packages</a></span> - Static variable in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">FPGA packages used on ZTEX FPGA boards.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexScanBus1.html#printBus(java.io.PrintStream)">printBus(PrintStream)</a></span> - Method in class ztex.<a href="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</a></dt>
<dd>
<div class="block">Prints out a list of devices found.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#printFpgaState()">printFpgaState()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Prints out the FPGA state.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#printMmc2State()">printMmc2State()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Prints out some debug information about *SD/MMC Flash cards in SPI mode.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#printMmcState()">printMmcState()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Prints out some debug information about *SD/MMC Flash cards in SPI mode.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#printSpiState()">printSpiState()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Prints out some debug information about SPI Flash.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#productId()">productId()</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Returns the product ID (all 4 bytes).</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#productId(int)">productId(int)</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Returns byte i of the product ID.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexImgFile1.html#productId()">productId()</a></span> - Method in class ztex.<a href="./ztex/ZtexImgFile1.html" title="class in ztex">ZtexImgFile1</a></dt>
<dd>
<div class="block">Returns the product ID (all 4 bytes).</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexImgFile1.html#productId(int)">productId(int)</a></span> - Method in class ztex.<a href="./ztex/ZtexImgFile1.html" title="class in ztex">ZtexImgFile1</a></dt>
<dd>
<div class="block">Returns byte i of the product ID.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#productString()">productString()</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Returns the product string of the device.</div>
</dd>
</dl>
<a name="_R_">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><a href="./ztex/ConfigData.html#ramTypes">ramTypes</a></span> - Static variable in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">RAM types and speed used on ZTEX FPGA boards.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexContext.html#ref()">ref()</a></span> - Method in class ztex.<a href="./ztex/ZtexContext.html" title="class in ztex">ZtexContext</a></dt>
<dd>
<div class="block">Increases the reference count.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#ref()">ref()</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Increases reference counter.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexScanBus1.html#ref()">ref()</a></span> - Method in class ztex.<a href="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</a></dt>
<dd>
<div class="block">Increases reference counter.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#releaseInterface(int)">releaseInterface(int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Releases an interface.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#resetDevice(boolean)">resetDevice(boolean)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Performs a configuration or bus reset.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#resetEzUsb()">resetEzUsb()</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Resets the EZ-USB and manages the renumeration process.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#resetFpga()">resetFpga()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Resets the FPGA.</div>
</dd>
<dt><span class="strong"><a href="./ztex/EzUsb.html#resetFx2(org.usb4java.DeviceHandle,%20boolean)">resetFx2(DeviceHandle, boolean)</a></span> - Static method in class ztex.<a href="./ztex/EzUsb.html" title="class in ztex">EzUsb</a></dt>
<dd>
<div class="block">Controls the reset state of a Cypress EZ-USB device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexEventHandler.html#run()">run()</a></span> - Method in class ztex.<a href="./ztex/ZtexEventHandler.html" title="class in ztex">ZtexEventHandler</a></dt>
<dd>
<div class="block">The thread body.</div>
</dd>
</dl>
<a name="_S_">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#selectFpga(int)">selectFpga(int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Select a FPGA</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#sendtUserData()">sendtUserData()</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Sends the user data to the FPGA Board.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#setBitstreamSize(int)">setBitstreamSize(int)</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Sets the actual size of bitstream in bytes.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#setBitstreamStart(int)">setBitstreamStart(int)</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Sets the start position of the bitstream in 4 KByte sectors.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#setConfiguration(int)">setConfiguration(int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Sets the configuration.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#setFpga(java.lang.String,%20java.lang.String,%20java.lang.String)">setFpga(String, String, String)</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Sets FPGA information.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#setMaxBitstreamSize(int)">setMaxBitstreamSize(int)</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Sets the maximum size of bitstream in 4 KByte sectors.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#setName(java.lang.String,%20int,%20int,%20java.lang.String)">setName(String, int, int, String)</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Sets the name of the FPGA Board.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#setProductString(java.lang.String)">setProductString(String)</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Sets the product string.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#setRam(int,%20java.lang.String)">setRam(int, String)</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Sets RAM information.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#setSN(java.lang.String)">setSN(String)</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Sets the serial number.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexImgFile1.html#setSnString(java.lang.String)">setSnString(String)</a></span> - Method in class ztex.<a href="./ztex/ZtexImgFile1.html" title="class in ztex">ZtexImgFile1</a></dt>
<dd>
<div class="block">Modifies the serial number string.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#setUsbIDs(int,%20int)">setUsbIDs(int, int)</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Set the USB vendor vendor and product ID.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ConfigData.html#setUserData(int,%20byte)">setUserData(int, byte)</a></span> - Method in class ztex.<a href="./ztex/ConfigData.html" title="class in ztex">ConfigData</a></dt>
<dd>
<div class="block">Sets user data at index i to value v.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#snString()">snString()</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Returns the serial number string of the device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexImgFile1.html#snString()">snString()</a></span> - Method in class ztex.<a href="./ztex/ZtexImgFile1.html" title="class in ztex">ZtexImgFile1</a></dt>
<dd>
<div class="block">Returns the serial number string.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexUsbReader.html#start(long)">start(long)</a></span> - Method in class ztex.<a href="./ztex/ZtexUsbReader.html" title="class in ztex">ZtexUsbReader</a></dt>
<dd>
<div class="block">Start the reader.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ImgFile.html#startVector">startVector</a></span> - Variable in class ztex.<a href="./ztex/ImgFile.html" title="class in ztex">ImgFile</a></dt>
<dd>
<div class="block">Start vector.</div>
</dd>
</dl>
<a name="_T_">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#tempSensorRead(int)">tempSensorRead(int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Read temperature sensor data.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#tempSensorUpdateInterval">tempSensorUpdateInterval</a></span> - Variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">smallest temperature sensor update interval in ms</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexEventHandler.html#terminate()">terminate()</a></span> - Method in class ztex.<a href="./ztex/ZtexEventHandler.html" title="class in ztex">ZtexEventHandler</a></dt>
<dd>
<div class="block">Stops the event handler.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#toHumanStr(long)">toHumanStr(long)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Converts an integer into a base 1024 formatted string.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#toString()">toString()</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Returns a lot of useful information about the corresponding device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#toString()">toString()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns a lot of useful information about the corresponding device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#toString()">toString()</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Returns a string representation if the device with a lot of useful information.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexImgFile1.html#toString()">toString()</a></span> - Method in class ztex.<a href="./ztex/ZtexImgFile1.html" title="class in ztex">ZtexImgFile1</a></dt>
<dd>
<div class="block">Returns a string representation if the instance.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexUsbWriter.html#transmitBuffer(byte[],%20int,%20int)">transmitBuffer(byte[], int, int)</a></span> - Method in class ztex.<a href="./ztex/ZtexUsbWriter.html" title="class in ztex">ZtexUsbWriter</a></dt>
<dd>
<div class="block">Transmit the next buffer.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexUsbWriter.html#transmitBuffer(byte[],%20int)">transmitBuffer(byte[], int)</a></span> - Method in class ztex.<a href="./ztex/ZtexUsbWriter.html" title="class in ztex">ZtexUsbWriter</a></dt>
<dd>
<div class="block">Transmit the next buffer.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#trySetConfiguration(int)">trySetConfiguration(int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Tries to set the configuration.</div>
</dd>
</dl>
<a name="_U_">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="strong"><a href="./ztex/ImgFile.html#uncompressAddr(int)">uncompressAddr(int)</a></span> - Static method in class ztex.<a href="./ztex/ImgFile.html" title="class in ztex">ImgFile</a></dt>
<dd>
<div class="block">Uncompresses the FX3 address space.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexContext.html#unref()">unref()</a></span> - Method in class ztex.<a href="./ztex/ZtexContext.html" title="class in ztex">ZtexContext</a></dt>
<dd>
<div class="block">Decreases the reference count and deinitializes the context if reference counter reaches 0.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#unref()">unref()</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Decreases reference counter and rleases resources if 0 is reached.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexScanBus1.html#unref()">unref()</a></span> - Method in class ztex.<a href="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</a></dt>
<dd>
<div class="block">Decreases reference counter and releases resources if 0 is reached.</div>
</dd>
<dt><span class="strong"><a href="./ztex/EzUsb.html#uploadFirmware(org.usb4java.DeviceHandle,%20ztex.ImgFile)">uploadFirmware(DeviceHandle, ImgFile)</a></span> - Static method in class ztex.<a href="./ztex/EzUsb.html" title="class in ztex">EzUsb</a></dt>
<dd>
<div class="block">Uploads the Firmware to a Cypress EZ-USB device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#uploadFirmware(ztex.ZtexImgFile1,%20boolean)">uploadFirmware(ZtexImgFile1, boolean)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Uploads the firmware to the EZ-USB and manages the renumeration process.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#uploadFirmware(java.lang.String,%20boolean)">uploadFirmware(String, boolean)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Uploads the firmware to the EZ-USB and manages the renumeration process.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#uploadFirmware(java.io.InputStream,%20java.lang.String,%20boolean)">uploadFirmware(InputStream, String, boolean)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Uploads the firmware to the EZ-USB and manages the renumeration process.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#usb3RcvErrors">usb3RcvErrors</a></span> - Variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">USB 3.0 receive error count.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#usb3SndErrors">usb3SndErrors</a></span> - Variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">USB 3.0 send error count.</div>
</dd>
<dt><a href="./ztex/UsbException.html" title="class in ztex"><span class="strong">UsbException</span></a> - Exception in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">Signals an USB error.</div>
</dd>
<dt><span class="strong"><a href="./ztex/UsbException.html#UsbException(java.lang.String)">UsbException(String)</a></span> - Constructor for exception ztex.<a href="./ztex/UsbException.html" title="class in ztex">UsbException</a></dt>
<dd>
<div class="block">Constructs an instance from the given error message.</div>
</dd>
<dt><span class="strong"><a href="./ztex/UsbException.html#UsbException(org.usb4java.Device,%20java.lang.String)">UsbException(Device, String)</a></span> - Constructor for exception ztex.<a href="./ztex/UsbException.html" title="class in ztex">UsbException</a></dt>
<dd>
<div class="block">Constructs an instance from the given device and error message.</div>
</dd>
<dt><span class="strong"><a href="./ztex/UsbException.html#UsbException(java.lang.String,%20int)">UsbException(String, int)</a></span> - Constructor for exception ztex.<a href="./ztex/UsbException.html" title="class in ztex">UsbException</a></dt>
<dd>
<div class="block">Constructs an instance from error message and error number.</div>
</dd>
<dt><span class="strong"><a href="./ztex/UsbException.html#UsbException(org.usb4java.Device,%20java.lang.String,%20int)">UsbException(Device, String, int)</a></span> - Constructor for exception ztex.<a href="./ztex/UsbException.html" title="class in ztex">UsbException</a></dt>
<dd>
<div class="block">Constructs an instance from the given device, error message and error number.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#usbProductId()">usbProductId()</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Returns the USB product ID of the device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#usbVendorId()">usbVendorId()</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Returns the USB vendor ID of the device.</div>
</dd>
</dl>
<a name="_V_">
<!--   -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="strong"><a href="./ztex/Ztex1.html#valid()">valid()</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Returns true if ZTEX descriptor 1 is available.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#valid()">valid()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns true if ZTEX interface 1 is available.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#valid(int,%20int)">valid(int, int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns true if ZTEX interface 1 and capability i.j are available.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#valid()">valid()</a></span> - Method in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Returns true if ZTEX descriptor 1 is available.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#vendorCommand(int,%20java.lang.String,%20int,%20int,%20java.nio.ByteBuffer)">vendorCommand(int, String, int, int, ByteBuffer)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Sends a vendor command to Endpoint 0 of the EZ-USB device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#vendorCommand(int,%20java.lang.String,%20int,%20int,%20byte[],%20int)">vendorCommand(int, String, int, int, byte[], int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Sends a vendor command to Endpoint 0 of the EZ-USB device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#vendorCommand(int,%20java.lang.String,%20int,%20int)">vendorCommand(int, String, int, int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Sends a vendor command with no payload data to Endpoint 0 of the EZ-USB device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#vendorCommand(int,%20java.lang.String)">vendorCommand(int, String)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Sends a vendor command with no payload data and no setup data to Endpoint 0 of the EZ-USB device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#vendorCommand2(int,%20java.lang.String,%20int,%20int,%20java.nio.ByteBuffer)">vendorCommand2(int, String, int, int, ByteBuffer)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Sends a vendor command to Endpoint 0 of the EZ-USB device and throws an <a href="./ztex/UsbException.html" title="class in ztex"><code>UsbException</code></a> if not all of the payload has been sent.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#vendorCommand2(int,%20java.lang.String,%20int,%20int,%20byte[],%20int)">vendorCommand2(int, String, int, int, byte[], int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Sends a vendor command to Endpoint 0 of the EZ-USB device and throws an <a href="./ztex/UsbException.html" title="class in ztex"><code>UsbException</code></a> if not all of the payload has been sent.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#vendorRequest(int,%20java.lang.String,%20int,%20int,%20java.nio.ByteBuffer)">vendorRequest(int, String, int, int, ByteBuffer)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Sends a vendor request to Endpoint 0 of the EZ-USB device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#vendorRequest(int,%20java.lang.String,%20int,%20int,%20byte[],%20int)">vendorRequest(int, String, int, int, byte[], int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Sends a vendor request to Endpoint 0 of the EZ-USB device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#vendorRequest(int,%20java.lang.String,%20java.nio.ByteBuffer)">vendorRequest(int, String, ByteBuffer)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Sends a vendor request to Endpoint 0 of the EZ-USB device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#vendorRequest(int,%20java.lang.String,%20byte[],%20int)">vendorRequest(int, String, byte[], int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Sends a vendor request to Endpoint 0 of the EZ-USB device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#vendorRequest2(int,%20java.lang.String,%20int,%20int,%20java.nio.ByteBuffer)">vendorRequest2(int, String, int, int, ByteBuffer)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Sends a vendor request to Endpoint 0 of the EZ-USB device and throws an <a href="./ztex/UsbException.html" title="class in ztex"><code>UsbException</code></a> if not all of the payload has been received.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#vendorRequest2(int,%20java.lang.String,%20java.nio.ByteBuffer)">vendorRequest2(int, String, ByteBuffer)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Sends a vendor request to Endpoint 0 of the EZ-USB device and throws an <a href="./ztex/UsbException.html" title="class in ztex"><code>UsbException</code></a> if not all of the payload has been received.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#vendorRequest2(int,%20java.lang.String,%20int,%20int,%20byte[],%20int)">vendorRequest2(int, String, int, int, byte[], int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Sends a vendor request to Endpoint 0 of the EZ-USB device and throws an <a href="./ztex/UsbException.html" title="class in ztex"><code>UsbException</code></a> if not all of the payload has been received.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#vendorRequest2(int,%20java.lang.String,%20byte[],%20int)">vendorRequest2(int, String, byte[], int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Sends a vendor request to Endpoint 0 of the EZ-USB device and throws an <a href="./ztex/UsbException.html" title="class in ztex"><code>UsbException</code></a> if not all of the payload has been received.</div>
</dd>
</dl>
<a name="_W_">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="strong"><a href="./ztex/ZtexUsbWriter.html#wait(int)">wait(int)</a></span> - Method in class ztex.<a href="./ztex/ZtexUsbWriter.html" title="class in ztex">ZtexUsbWriter</a></dt>
<dd>
<div class="block">Waits until all pending transfers are finished or canceled.</div>
</dd>
</dl>
<a name="_X_">
<!--   -->
</a>
<h2 class="title">X</h2>
<dl>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#XMEGA_EC_ADDRESS_ERROR">XMEGA_EC_ADDRESS_ERROR</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Signals an address error (invalid address or wrong page size).</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#XMEGA_EC_INVALID_DEVICE">XMEGA_EC_INVALID_DEVICE</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Signals that the ATxmega controller is not supported.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#XMEGA_EC_NO_ERROR">XMEGA_EC_NO_ERROR</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Means no error.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#XMEGA_EC_NVM_BUSY">XMEGA_EC_NVM_BUSY</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Signals that the NVM is busy.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#XMEGA_EC_NVM_TIMEOUT">XMEGA_EC_NVM_TIMEOUT</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Signals that an NVM timeout occurred.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#XMEGA_EC_PDI_READ_ERROR">XMEGA_EC_PDI_READ_ERROR</a></span> - Static variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Signals a PDI read error.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#xmegaEC">xmegaEC</a></span> - Variable in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Last ATxmega error code obtained by <a href="./ztex/Ztex1v1.html#xmegaState()"><code>Ztex1v1.xmegaState()</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#xmegaEepromPages()">xmegaEepromPages()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns the number of the ATxmega EEPROM pages.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#xmegaEepromPageSize()">xmegaEepromPageSize()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns the size of the ATXmega EEPROM pages.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#xmegaEepromPageWrite(int,%20byte[])">xmegaEepromPageWrite(int, byte[])</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Writes data to EEPROM memory of ATxmega.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#xmegaEepromRead(int,%20byte[],%20int)">xmegaEepromRead(int, byte[], int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Reads data from EEPROM memory of ATxmega.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#xmegaEnabled()">xmegaEnabled()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns true if ATxmega controller is available.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#xmegaFlashPages()">xmegaFlashPages()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns the number of the ATxmega Flash pages.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#xmegaFlashPageSize()">xmegaFlashPageSize()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Returns the size of the ATxmega Flash pages.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#xmegaFlashPageWrite(int,%20byte[])">xmegaFlashPageWrite(int, byte[])</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Writes data to Flash memory of ATxmega.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#xmegaFlashRead(int,%20byte[],%20int)">xmegaFlashRead(int, byte[], int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Reads data from Flash memory of ATxmega.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#xmegaFuseRead(int,%20byte[],%20int)">xmegaFuseRead(int, byte[], int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Reads data from Fuse memory of ATxmega.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#xmegaFuseRead(int)">xmegaFuseRead(int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Reads data one Fuse of ATxmega.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#xmegaFuseWrite(int,%20int)">xmegaFuseWrite(int, int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Writes one Fuse of the ATxmega.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#xmegaNvmRead(int,%20byte[],%20int)">xmegaNvmRead(int, byte[], int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Reads data from the NVM of ATxmega.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#xmegaReset()">xmegaReset()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Resets the ATxmega.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#xmegaState()">xmegaState()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Read ATxmega error and status information from the device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#xmegaStrError(int)">xmegaStrError(int)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Converts a given error code into a String.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#xmegaStrError()">xmegaStrError()</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Gets the last ATxmega error from the device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#xmegaWriteEeprom(ztex.ImgFile)">xmegaWriteEeprom(ImgFile)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Uploads data to the EEPROM memory</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#xmegaWriteFirmware(ztex.ImgFile)">xmegaWriteFirmware(ImgFile)</a></span> - Method in class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Uploads firmware to the flash memory</div>
</dd>
</dl>
<a name="_Z_">
<!--   -->
</a>
<h2 class="title">Z</h2>
<dl>
<dt><a href="./ztex/package-summary.html">ztex</a> - package ztex</dt>
<dd>
<div class="block">The Java API of the <a href="http://www.ztex.de/firmware-kit/index.e.html">ZTEX SDK</a>.</div>
</dd>
<dt><a href="./ztex/Ztex1.html" title="class in ztex"><span class="strong">Ztex1</span></a> - Class in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">This class implements the interface-independent part of the communication protocol for the interaction with the ZTEX firmware.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1.html#Ztex1(ztex.ZtexDevice1)">Ztex1(ZtexDevice1)</a></span> - Constructor for class ztex.<a href="./ztex/Ztex1.html" title="class in ztex">Ztex1</a></dt>
<dd>
<div class="block">Constructs an instance from a given device.</div>
</dd>
<dt><a href="./ztex/Ztex1v1.html" title="class in ztex"><span class="strong">Ztex1v1</span></a> - Class in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">This class implements the communication protocol of the interface version 1 for the interaction with the ZTEX firmware.</div>
</dd>
<dt><span class="strong"><a href="./ztex/Ztex1v1.html#Ztex1v1(ztex.ZtexDevice1)">Ztex1v1(ZtexDevice1)</a></span> - Constructor for class ztex.<a href="./ztex/Ztex1v1.html" title="class in ztex">Ztex1v1</a></dt>
<dd>
<div class="block">Constructs an instance from a given device.</div>
</dd>
<dt><a href="./ztex/ZtexContext.html" title="class in ztex"><span class="strong">ZtexContext</span></a> - Class in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">This class manages an USB context.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexContext.html#ZtexContext()">ZtexContext()</a></span> - Constructor for class ztex.<a href="./ztex/ZtexContext.html" title="class in ztex">ZtexContext</a></dt>
<dd>
<div class="block">Constructs an new USB context and initializes it.</div>
</dd>
<dt><a href="./ztex/ZtexDevice1.html" title="class in ztex"><span class="strong">ZtexDevice1</span></a> - Class in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">A class representing an EZ-USB device that supports the ZTEX descriptor 1 or an unconfigured EZ-USB device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#ZtexDevice1(ztex.ZtexContext,%20org.usb4java.Device,%20int,%20int,%20boolean)">ZtexDevice1(ZtexContext, Device, int, int, boolean)</a></span> - Constructor for class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Constructs an instance from a given USB device.</div>
</dd>
<dt><a href="./ztex/ZtexEventHandler.html" title="class in ztex"><span class="strong">ZtexEventHandler</span></a> - Class in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">This class defines an event handler thread which can be used in asynchronous mode.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexEventHandler.html#ZtexEventHandler(org.usb4java.Context)">ZtexEventHandler(Context)</a></span> - Constructor for class ztex.<a href="./ztex/ZtexEventHandler.html" title="class in ztex">ZtexEventHandler</a></dt>
<dd>
<div class="block">Creates the event handler for a given USB context.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexEventHandler.html#ZtexEventHandler(ztex.Ztex1)">ZtexEventHandler(Ztex1)</a></span> - Constructor for class ztex.<a href="./ztex/ZtexEventHandler.html" title="class in ztex">ZtexEventHandler</a></dt>
<dd>
<div class="block">Creates the event handler for a given ZTEX device.</div>
</dd>
<dt><a href="./ztex/ZtexImgFile1.html" title="class in ztex"><span class="strong">ZtexImgFile1</span></a> - Class in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">Represents a firmware image with ZTEX descriptor 1.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexImgFile1.html#ZtexImgFile1(java.io.InputStream,%20java.lang.String)">ZtexImgFile1(InputStream, String)</a></span> - Constructor for class ztex.<a href="./ztex/ZtexImgFile1.html" title="class in ztex">ZtexImgFile1</a></dt>
<dd>
<div class="block">Constructs an instance from a given file name and descriptor position.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexImgFile1.html#ZtexImgFile1(java.lang.String)">ZtexImgFile1(String)</a></span> - Constructor for class ztex.<a href="./ztex/ZtexImgFile1.html" title="class in ztex">ZtexImgFile1</a></dt>
<dd>
<div class="block">Constructs an instance from a given file name.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#ztexProductId">ztexProductId</a></span> - Static variable in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">USB product ID for ZTEX devices that support ZTEX descriptor 1: 0x100.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#ztexProductIdMax">ztexProductIdMax</a></span> - Static variable in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">Largest USB product ID for ZTEX devices that support ZTEX descriptor 1: 0x1ff.</div>
</dd>
<dt><a href="./ztex/ZtexScanBus1.html" title="class in ztex"><span class="strong">ZtexScanBus1</span></a> - Class in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">A class for scanning the USB for EZ-USB devices.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexScanBus1.html#ZtexScanBus1(int,%20int,%20boolean,%20boolean,%20int,%20java.lang.String,%20int,%20int,%20int,%20int)">ZtexScanBus1(int, int, boolean, boolean, int, String, int, int, int, int)</a></span> - Constructor for class ztex.<a href="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</a></dt>
<dd>
<div class="block">Scans the USB for suitable devices and constructs a list of them.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexScanBus1.html#ZtexScanBus1(int,%20int,%20boolean,%20boolean,%20int,%20java.lang.String)">ZtexScanBus1(int, int, boolean, boolean, int, String)</a></span> - Constructor for class ztex.<a href="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</a></dt>
<dd>
<div class="block">Scans the USB for suitable devices and constructs a list of them.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexScanBus1.html#ZtexScanBus1(int,%20int,%20boolean,%20boolean,%20int)">ZtexScanBus1(int, int, boolean, boolean, int)</a></span> - Constructor for class ztex.<a href="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</a></dt>
<dd>
<div class="block">Scans the USB for suitable devices and constructs a list of them.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexScanBus1.html#ZtexScanBus1(int,%20int,%20boolean,%20boolean)">ZtexScanBus1(int, int, boolean, boolean)</a></span> - Constructor for class ztex.<a href="./ztex/ZtexScanBus1.html" title="class in ztex">ZtexScanBus1</a></dt>
<dd>
<div class="block">Scans the USB for suitable devices and constructs a list of them.</div>
</dd>
<dt><a href="./ztex/ZtexUsbReader.html" title="class in ztex"><span class="strong">ZtexUsbReader</span></a> - Class in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">A helper class to implement asynchronous bulk and interrupt read transfers.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexUsbReader.html#ZtexUsbReader(org.usb4java.DeviceHandle,%20int,%20boolean,%20int,%20int)">ZtexUsbReader(DeviceHandle, int, boolean, int, int)</a></span> - Constructor for class ztex.<a href="./ztex/ZtexUsbReader.html" title="class in ztex">ZtexUsbReader</a></dt>
<dd>
<div class="block">Creates the reader for a given USB device and endpoint number.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexUsbReader.html#ZtexUsbReader(ztex.Ztex1,%20int,%20boolean,%20int,%20int)">ZtexUsbReader(Ztex1, int, boolean, int, int)</a></span> - Constructor for class ztex.<a href="./ztex/ZtexUsbReader.html" title="class in ztex">ZtexUsbReader</a></dt>
<dd>
<div class="block">Creates the reader from a given ZTEX device and endpoint number.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexUsbReader.html#ZtexUsbReader(ztex.Ztex1v1,%20int,%20int)">ZtexUsbReader(Ztex1v1, int, int)</a></span> - Constructor for class ztex.<a href="./ztex/ZtexUsbReader.html" title="class in ztex">ZtexUsbReader</a></dt>
<dd>
<div class="block">Creates the reader for the input endpoint of the default interface of a ZTEX device.</div>
</dd>
<dt><a href="./ztex/ZtexUsbWriter.html" title="class in ztex"><span class="strong">ZtexUsbWriter</span></a> - Class in <a href="./ztex/package-summary.html">ztex</a></dt>
<dd>
<div class="block">A helper class to implement asynchronous bulk and interrupt write transfers.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexUsbWriter.html#ZtexUsbWriter(org.usb4java.DeviceHandle,%20int,%20boolean,%20int,%20int)">ZtexUsbWriter(DeviceHandle, int, boolean, int, int)</a></span> - Constructor for class ztex.<a href="./ztex/ZtexUsbWriter.html" title="class in ztex">ZtexUsbWriter</a></dt>
<dd>
<div class="block">Creates the writer for a given USB device and endpoint number.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexUsbWriter.html#ZtexUsbWriter(ztex.Ztex1,%20int,%20boolean,%20int,%20int)">ZtexUsbWriter(Ztex1, int, boolean, int, int)</a></span> - Constructor for class ztex.<a href="./ztex/ZtexUsbWriter.html" title="class in ztex">ZtexUsbWriter</a></dt>
<dd>
<div class="block">Creates the writer from a given ZTEX device and endpoint number.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexUsbWriter.html#ZtexUsbWriter(ztex.Ztex1v1,%20int,%20int)">ZtexUsbWriter(Ztex1v1, int, int)</a></span> - Constructor for class ztex.<a href="./ztex/ZtexUsbWriter.html" title="class in ztex">ZtexUsbWriter</a></dt>
<dd>
<div class="block">Creates the writer for the input endpoint of the default interface of a ZTEX device.</div>
</dd>
<dt><span class="strong"><a href="./ztex/ZtexDevice1.html#ztexVendorId">ztexVendorId</a></span> - Static variable in class ztex.<a href="./ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a></dt>
<dd>
<div class="block">ZTEX vendor ID: 0x221a</div>
</dd>
</dl>
<a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_X_">X</a>&nbsp;<a href="#_Z_">Z</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./ztex/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="./ztex/package-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.