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

Subversion Repositories usb_fpga_1_2

[/] [usb_fpga_1_2/] [trunk/] [docs/] [java/] [ch/] [ntb/] [usb/] [Usb_Device.html] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 ZTEX
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5 9 ZTEX
<!-- Generated by javadoc (build 1.6.0_18) on Thu Apr 12 22:51:27 CEST 2012 -->
6 3 ZTEX
<TITLE>
7
Usb_Device
8
</TITLE>
9
 
10 9 ZTEX
<META NAME="date" CONTENT="2012-04-12">
11 3 ZTEX
 
12
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
13
 
14
<SCRIPT type="text/javascript">
15
function windowTitle()
16
{
17
    if (location.href.indexOf('is-external=true') == -1) {
18
        parent.document.title="Usb_Device";
19
    }
20
}
21
</SCRIPT>
22
<NOSCRIPT>
23
</NOSCRIPT>
24
 
25
</HEAD>
26
 
27
<BODY BGCOLOR="white" onload="windowTitle();">
28
<HR>
29
 
30
 
31
<!-- ========= START OF TOP NAVBAR ======= -->
32
<A NAME="navbar_top"><!-- --></A>
33
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
34
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
35
<TR>
36
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
37
<A NAME="navbar_top_firstrow"><!-- --></A>
38
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
39
  <TR ALIGN="center" VALIGN="top">
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
42
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
43
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
44
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
45
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
46
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
47
  </TR>
48
</TABLE>
49
</TD>
50
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
51
</EM>
52
</TD>
53
</TR>
54
 
55
<TR>
56
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57
&nbsp;<A HREF="../../../ch/ntb/usb/Usb_Descriptor.html" title="class in ch.ntb.usb"><B>PREV CLASS</B></A>&nbsp;
58
&nbsp;<A HREF="../../../ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb"><B>NEXT CLASS</B></A></FONT></TD>
59
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
60
  <A HREF="../../../index.html?ch/ntb/usb/Usb_Device.html" target="_top"><B>FRAMES</B></A>  &nbsp;
61
&nbsp;<A HREF="Usb_Device.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
62
&nbsp;<SCRIPT type="text/javascript">
63
  <!--
64
  if(window==top) {
65
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
66
  }
67
  //-->
68
</SCRIPT>
69
<NOSCRIPT>
70
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
71
</NOSCRIPT>
72
 
73
 
74
</FONT></TD>
75
</TR>
76
<TR>
77
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
78
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
79
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
80
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
81
</TR>
82
</TABLE>
83
<A NAME="skip-navbar_top"></A>
84
<!-- ========= END OF TOP NAVBAR ========= -->
85
 
86
<HR>
87
<!-- ======== START OF CLASS DATA ======== -->
88
<H2>
89
<FONT SIZE="-1">
90
ch.ntb.usb</FONT>
91
<BR>
92
Class Usb_Device</H2>
93
<PRE>
94
java.lang.Object
95
  <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>ch.ntb.usb.Usb_Device</B>
96
</PRE>
97
<HR>
98
<DL>
99
<DT><PRE>public class <B>Usb_Device</B><DT>extends java.lang.Object</DL>
100
</PRE>
101
 
102
<P>
103
Represents an USB device.<br>
104
 An USB device has one device descriptor and it may have multiple
105
 configuration descriptors.
106
<P>
107
 
108
<P>
109
<HR>
110
 
111
<P>
112
 
113
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
114
 
115
<A NAME="constructor_summary"><!-- --></A>
116
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
117
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
118
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
119
<B>Constructor Summary</B></FONT></TH>
120
</TR>
121
<TR BGCOLOR="white" CLASS="TableRowColor">
122
<TD><CODE><B><A HREF="../../../ch/ntb/usb/Usb_Device.html#Usb_Device()">Usb_Device</A></B>()</CODE>
123
 
124
<BR>
125
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
126
</TR>
127
</TABLE>
128
&nbsp;
129
<!-- ========== METHOD SUMMARY =========== -->
130
 
131
<A NAME="method_summary"><!-- --></A>
132
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
133
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
134
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
135
<B>Method Summary</B></FONT></TH>
136
</TR>
137
<TR BGCOLOR="white" CLASS="TableRowColor">
138
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139
<CODE>&nbsp;<A HREF="../../../ch/ntb/usb/Usb_Bus.html" title="class in ch.ntb.usb">Usb_Bus</A></CODE></FONT></TD>
140
<TD><CODE><B><A HREF="../../../ch/ntb/usb/Usb_Device.html#getBus()">getBus</A></B>()</CODE>
141
 
142
<BR>
143
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the reference to the bus to which this device is connected.</TD>
144
</TR>
145
<TR BGCOLOR="white" CLASS="TableRowColor">
146
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147
<CODE>&nbsp;<A HREF="../../../ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb">Usb_Device</A></CODE></FONT></TD>
148
<TD><CODE><B><A HREF="../../../ch/ntb/usb/Usb_Device.html#getChildren()">getChildren</A></B>()</CODE>
149
 
150
<BR>
151
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a reference to the first child.</TD>
152
</TR>
153
<TR BGCOLOR="white" CLASS="TableRowColor">
154
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155
<CODE>&nbsp;<A HREF="../../../ch/ntb/usb/Usb_Config_Descriptor.html" title="class in ch.ntb.usb">Usb_Config_Descriptor</A>[]</CODE></FONT></TD>
156
<TD><CODE><B><A HREF="../../../ch/ntb/usb/Usb_Device.html#getConfig()">getConfig</A></B>()</CODE>
157
 
158
<BR>
159
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the USB config descriptors.</TD>
160
</TR>
161
<TR BGCOLOR="white" CLASS="TableRowColor">
162
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
163
<CODE>&nbsp;<A HREF="../../../ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A></CODE></FONT></TD>
164
<TD><CODE><B><A HREF="../../../ch/ntb/usb/Usb_Device.html#getDescriptor()">getDescriptor</A></B>()</CODE>
165
 
166
<BR>
167
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the USB device descriptor.</TD>
168
</TR>
169
<TR BGCOLOR="white" CLASS="TableRowColor">
170
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
171
<CODE>&nbsp;byte</CODE></FONT></TD>
172
<TD><CODE><B><A HREF="../../../ch/ntb/usb/Usb_Device.html#getDevnum()">getDevnum</A></B>()</CODE>
173
 
174
<BR>
175
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the number assigned to this device.</TD>
176
</TR>
177
<TR BGCOLOR="white" CLASS="TableRowColor">
178
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
179
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
180
<TD><CODE><B><A HREF="../../../ch/ntb/usb/Usb_Device.html#getFilename()">getFilename</A></B>()</CODE>
181
 
182
<BR>
183
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the systems String representation.</TD>
184
</TR>
185
<TR BGCOLOR="white" CLASS="TableRowColor">
186
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
187
<CODE>&nbsp;<A HREF="../../../ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb">Usb_Device</A></CODE></FONT></TD>
188
<TD><CODE><B><A HREF="../../../ch/ntb/usb/Usb_Device.html#getNext()">getNext</A></B>()</CODE>
189
 
190
<BR>
191
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the pointer to the next device.</TD>
192
</TR>
193
<TR BGCOLOR="white" CLASS="TableRowColor">
194
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
195
<CODE>&nbsp;byte</CODE></FONT></TD>
196
<TD><CODE><B><A HREF="../../../ch/ntb/usb/Usb_Device.html#getNumChildren()">getNumChildren</A></B>()</CODE>
197
 
198
<BR>
199
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the number of children of this device.</TD>
200
</TR>
201
<TR BGCOLOR="white" CLASS="TableRowColor">
202
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
203
<CODE>&nbsp;<A HREF="../../../ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb">Usb_Device</A></CODE></FONT></TD>
204
<TD><CODE><B><A HREF="../../../ch/ntb/usb/Usb_Device.html#getPrev()">getPrev</A></B>()</CODE>
205
 
206
<BR>
207
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the pointer to the previous device.</TD>
208
</TR>
209
<TR BGCOLOR="white" CLASS="TableRowColor">
210
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
211
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
212
<TD><CODE><B><A HREF="../../../ch/ntb/usb/Usb_Device.html#toString()">toString</A></B>()</CODE>
213
 
214
<BR>
215
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
216
</TR>
217
</TABLE>
218
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
219
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
220
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
221
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
222
</TR>
223
<TR BGCOLOR="white" CLASS="TableRowColor">
224
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
225
</TR>
226
</TABLE>
227
&nbsp;
228
<P>
229
 
230
<!-- ========= CONSTRUCTOR DETAIL ======== -->
231
 
232
<A NAME="constructor_detail"><!-- --></A>
233
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
234
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
235
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
236
<B>Constructor Detail</B></FONT></TH>
237
</TR>
238
</TABLE>
239
 
240
<A NAME="Usb_Device()"><!-- --></A><H3>
241
Usb_Device</H3>
242
<PRE>
243
public <B>Usb_Device</B>()</PRE>
244
<DL>
245
</DL>
246
 
247
<!-- ============ METHOD DETAIL ========== -->
248
 
249
<A NAME="method_detail"><!-- --></A>
250
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
251
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
252
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
253
<B>Method Detail</B></FONT></TH>
254
</TR>
255
</TABLE>
256
 
257
<A NAME="getBus()"><!-- --></A><H3>
258
getBus</H3>
259
<PRE>
260
public <A HREF="../../../ch/ntb/usb/Usb_Bus.html" title="class in ch.ntb.usb">Usb_Bus</A> <B>getBus</B>()</PRE>
261
<DL>
262
<DD>Returns the reference to the bus to which this device is connected.<br>
263
<P>
264
<DD><DL>
265
 
266
<DT><B>Returns:</B><DD>the reference to the bus to which this device is connected</DL>
267
</DD>
268
</DL>
269
<HR>
270
 
271
<A NAME="getChildren()"><!-- --></A><H3>
272
getChildren</H3>
273
<PRE>
274
public <A HREF="../../../ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb">Usb_Device</A> <B>getChildren</B>()</PRE>
275
<DL>
276
<DD>Returns a reference to the first child.<br>
277
<P>
278
<DD><DL>
279
 
280
<DT><B>Returns:</B><DD>a reference to the first child</DL>
281
</DD>
282
</DL>
283
<HR>
284
 
285
<A NAME="getConfig()"><!-- --></A><H3>
286
getConfig</H3>
287
<PRE>
288
public <A HREF="../../../ch/ntb/usb/Usb_Config_Descriptor.html" title="class in ch.ntb.usb">Usb_Config_Descriptor</A>[] <B>getConfig</B>()</PRE>
289
<DL>
290
<DD>Returns the USB config descriptors.<br>
291
<P>
292
<DD><DL>
293
 
294
<DT><B>Returns:</B><DD>the USB config descriptors</DL>
295
</DD>
296
</DL>
297
<HR>
298
 
299
<A NAME="getDescriptor()"><!-- --></A><H3>
300
getDescriptor</H3>
301
<PRE>
302
public <A HREF="../../../ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb">Usb_Device_Descriptor</A> <B>getDescriptor</B>()</PRE>
303
<DL>
304
<DD>Returns the USB device descriptor.<br>
305
<P>
306
<DD><DL>
307
 
308
<DT><B>Returns:</B><DD>the USB device descriptor</DL>
309
</DD>
310
</DL>
311
<HR>
312
 
313
<A NAME="getDevnum()"><!-- --></A><H3>
314
getDevnum</H3>
315
<PRE>
316
public byte <B>getDevnum</B>()</PRE>
317
<DL>
318
<DD>Returns the number assigned to this device.<br>
319
<P>
320
<DD><DL>
321
 
322
<DT><B>Returns:</B><DD>the number assigned to this device</DL>
323
</DD>
324
</DL>
325
<HR>
326
 
327
<A NAME="getFilename()"><!-- --></A><H3>
328
getFilename</H3>
329
<PRE>
330
public java.lang.String <B>getFilename</B>()</PRE>
331
<DL>
332
<DD>Returns the systems String representation.<br>
333
<P>
334
<DD><DL>
335
 
336
<DT><B>Returns:</B><DD>the systems String representation</DL>
337
</DD>
338
</DL>
339
<HR>
340
 
341
<A NAME="getNext()"><!-- --></A><H3>
342
getNext</H3>
343
<PRE>
344
public <A HREF="../../../ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb">Usb_Device</A> <B>getNext</B>()</PRE>
345
<DL>
346
<DD>Returns the pointer to the next device.<br>
347
<P>
348
<DD><DL>
349
 
350
<DT><B>Returns:</B><DD>the pointer to the next device or null</DL>
351
</DD>
352
</DL>
353
<HR>
354
 
355
<A NAME="getNumChildren()"><!-- --></A><H3>
356
getNumChildren</H3>
357
<PRE>
358
public byte <B>getNumChildren</B>()</PRE>
359
<DL>
360
<DD>Returns the number of children of this device.<br>
361
<P>
362
<DD><DL>
363
 
364
<DT><B>Returns:</B><DD>the number of children of this device</DL>
365
</DD>
366
</DL>
367
<HR>
368
 
369
<A NAME="getPrev()"><!-- --></A><H3>
370
getPrev</H3>
371
<PRE>
372
public <A HREF="../../../ch/ntb/usb/Usb_Device.html" title="class in ch.ntb.usb">Usb_Device</A> <B>getPrev</B>()</PRE>
373
<DL>
374
<DD>Returns the pointer to the previous device.<br>
375
<P>
376
<DD><DL>
377
 
378
<DT><B>Returns:</B><DD>the pointer to the previous device or null</DL>
379
</DD>
380
</DL>
381
<HR>
382
 
383
<A NAME="toString()"><!-- --></A><H3>
384
toString</H3>
385
<PRE>
386
public java.lang.String <B>toString</B>()</PRE>
387
<DL>
388
<DD><DL>
389
<DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL>
390
</DD>
391
<DD><DL>
392
</DL>
393
</DD>
394
</DL>
395
<!-- ========= END OF CLASS DATA ========= -->
396
<HR>
397
 
398
 
399
<!-- ======= START OF BOTTOM NAVBAR ====== -->
400
<A NAME="navbar_bottom"><!-- --></A>
401
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
402
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
403
<TR>
404
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
405
<A NAME="navbar_bottom_firstrow"><!-- --></A>
406
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
407
  <TR ALIGN="center" VALIGN="top">
408
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
409
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
410
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
411
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
412
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
413
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
414
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
415
  </TR>
416
</TABLE>
417
</TD>
418
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
419
</EM>
420
</TD>
421
</TR>
422
 
423
<TR>
424
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
425
&nbsp;<A HREF="../../../ch/ntb/usb/Usb_Descriptor.html" title="class in ch.ntb.usb"><B>PREV CLASS</B></A>&nbsp;
426
&nbsp;<A HREF="../../../ch/ntb/usb/Usb_Device_Descriptor.html" title="class in ch.ntb.usb"><B>NEXT CLASS</B></A></FONT></TD>
427
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
428
  <A HREF="../../../index.html?ch/ntb/usb/Usb_Device.html" target="_top"><B>FRAMES</B></A>  &nbsp;
429
&nbsp;<A HREF="Usb_Device.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
430
&nbsp;<SCRIPT type="text/javascript">
431
  <!--
432
  if(window==top) {
433
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
434
  }
435
  //-->
436
</SCRIPT>
437
<NOSCRIPT>
438
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
439
</NOSCRIPT>
440
 
441
 
442
</FONT></TD>
443
</TR>
444
<TR>
445
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
446
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
447
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
448
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
449
</TR>
450
</TABLE>
451
<A NAME="skip-navbar_bottom"></A>
452
<!-- ======== END OF BOTTOM NAVBAR ======= -->
453
 
454
<HR>
455
 
456
</BODY>
457
</HTML>

powered by: WebSVN 2.1.0

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