USB_Host_Shield_2.0/_usb_8h.html

110 lines
11 KiB
HTML
Raw Normal View History

2013-01-30 22:00:18 +01:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
2014-01-10 18:20:37 +01:00
<meta name="generator" content="Doxygen 1.8.6"/>
<title>USB Host Shield 2.0: Usb.h File Reference</title>
2013-01-30 22:00:18 +01:00
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="imageStyle.css" rel="stylesheet" type="text/css"/>
2013-01-30 22:00:18 +01:00
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">USB Host Shield 2.0
2013-01-30 22:00:18 +01:00
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
2014-01-10 18:20:37 +01:00
<!-- Generated by Doxygen 1.8.6 -->
2013-01-30 22:00:18 +01:00
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Pages</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_e5fbe6d2783ccd4c93c7856d92d7be6e.html">GitHub</a></li><li class="navelem"><a class="el" href="dir_397a095372f04465e811d0ee219bbf8f.html">USB_Host_Shield_2.0</a></li> </ul>
2013-01-30 22:00:18 +01:00
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Usb.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
2013-10-21 21:15:43 +02:00
<div class="textblock"><div class="dynheader">
2013-01-30 22:00:18 +01:00
This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent">
<div class="center"><img src="_usb_8h__dep__incl.png" border="0" usemap="#_usb_8hdep" alt=""/></div>
<map name="_usb_8hdep" id="_usb_8hdep">
2014-01-19 17:17:06 +01:00
<area shape="rect" id="node2" href="adk_8h.html" title="adk.h" alt="" coords="97,83,151,111"/><area shape="rect" id="node4" href="_b_t_d_8h.html" title="BTD.h" alt="" coords="310,83,369,111"/><area shape="rect" id="node15" href="hid_8h.html" title="hid.h" alt="" coords="602,161,651,189"/><area shape="rect" id="node24" href="hidusagestr_8h.html" title="hidusagestr.h" alt="" coords="704,83,804,111"/><area shape="rect" id="node26" href="cdcacm_8h.html" title="cdcacm.h" alt="" coords="846,83,924,111"/><area shape="rect" id="node30" href="cdcftdi_8h.html" title="cdcftdi.h" alt="" coords="949,83,1019,111"/><area shape="rect" id="node32" href="masstorage_8h.html" title="masstorage.h" alt="" coords="1044,83,1145,111"/><area shape="rect" id="node34" href="max___l_c_d_8h.html" title="max_LCD.h" alt="" coords="1170,83,1261,111"/><area shape="rect" id="node36" href="message_8cpp.html" title="message.cpp" alt="" coords="1286,83,1385,111"/><area shape="rect" id="node37" href="parsetools_8cpp.html" title="parsetools.cpp" alt="" coords="1410,83,1517,111"/><area shape="rect" id="node38" href="_p_s3_u_s_b_8h.html" title="PS3USB.h" alt="" coords="1541,83,1625,111"/><area shape="rect" id="node40" href="_p_s4_parser_8h.html" title="PS4Parser.h" alt="" coords="1172,238,1268,266"/><area shape="rect" id="node42" href="_usb_8cpp.html" title="Usb.cpp" alt="" coords="1701,83,1771,111"/><area shape="rect" id="node43" href="usbhub_8h.html" title="usbhub.h" alt="" coords="1795,83,1871,111"/><area shape="rect" id="node45" href="_x_b_o_x_o_l_d_8h.html" title="XBOXOLD.h" alt="" coords="1896,83,1992,111"/><area shape="rect" id="node47" href="_x_b_o_x_r_e_c_v_8h.html" title="XBOXRECV.h" alt="" coords="2023,83,2128,111"/><area shape="rect" id="node49" href="_x_b_o_x_u_s_b_8h.html" title="XBOXUSB.h" alt="" coords="2166,83,2263,111"/><area shape="rect" id="node3" href="adk_8cpp.html" title="adk.cpp" alt="" coords="5,161,72,189"/><area shape="rect" id="node5" href="_b_t_d_8cpp.html" title="BTD.cpp" alt="" coords="97,161,169,189"/><area shape="rect" id="node6" href="_b_t_h_i_d_8h.html" title="BTHID.h" alt="" coords="468,315,540,343"/><area shape="rect" id="node9" href="_p_s3_b_t_8h.html" title="PS3BT.h" alt="" coords="255,161,328,189"/><area shape="rect" id="node11" href="_s_p_p_8h.html" title="SPP.h" alt="" coords="359,161,416,189"/><area shape="rect" id="node13" href="_wii_8h.html" title="Wii.h" alt="" coords="451,161,501,189"/><area shape="rect" id="node7" href="_b_t_h_i_d_8cpp.html" title="BTHID.cpp" alt="" coords="461,393,547,421"/><area shape="rect" id="node8" href="_p_s4_b_t_8h.html" title="PS4BT.h" alt="" coords="842,393,915,421"/><area shape="rect" id="node10" href="_p_s3_b_t_8cpp.html" title="PS3BT.cpp" alt="" coords="244,238,331,266"/><area shape="rect" id="node12" href="_s_p_p_8cpp.html" title="SPP.cpp" alt="" coords="356,238,427,266"/><area shape="rect" id="node14" href="_wii_8cpp.html" title="Wii.cpp" alt="" coords="451,238,516,266"/><area shape="rect" id="node16" href="hidboot_8h.html" title="hidboot.h" alt="" coords="541,238,616,266"/><area shape="rect" id="node18" href="hid_8cpp.html" title="hid.cpp" alt="" coords="641,238,705,266"/><area shape="rect" id="node19" href="hidescriptorparser_8h.html" title="hidescriptorparser.h" alt="" coords="729,238,867,266"/><area shape="rect" id="node21" href="hiduniversal_8h.html" title="hiduniversal.h" alt="" coords="892,238,995,266"/><area shape="rect" id="node17" href="hidboot_8cpp.html" title="hidboot.cpp" alt="" coords="564,315,653,343"/><area shape="rect" id="node20" href="hidescriptorparser_8cpp.html" title="hidescriptorparser.cpp" alt="" coords="709,315,861,343"/><area shape="rect" id="node22" href="hiduniversal_8cpp.html" title="hiduniversal.cpp" alt="" coords="885,315,1003,343"/><area shape="rect" id="node23" href="_p_s4_u_s_b_8h.html" title="PS4USB.h" alt="" coords="1027,315,1111,343"/><area shape="rect" id="node25" href="hidusagetitlearrays_8cpp.html" title="hidusagetitlearrays.cpp" alt="" coords="675,161,833,189"/><area shape="rect" id="node27" href="cdcacm_8cpp.html" title="cdcacm.cpp" alt="" c
2013-01-30 22:00:18 +01:00
</div>
</div>
<p><a href="_usb_8h_source.html">Go to the source code of this file.</a></p>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
2013-01-30 22:00:18 +01:00
<img class="footer" src="doxygen.png" alt="doxygen"/>
2014-01-10 18:20:37 +01:00
</a> 1.8.6
2013-01-30 22:00:18 +01:00
</small></address>
</body>
</html>