USB_Host_Shield_2.0/usbhub_8h_source.html

120 lines
67 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"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>USB Host Shield 2.0: usbhub.h Source File</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/searchdata.js"></script>
2013-01-30 22:00:18 +01:00
<script type="text/javascript" src="search/search.js"></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 id="projectalign" 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 -->
<!-- Generated by Doxygen 1.8.13 -->
2013-01-30 22:00:18 +01:00
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
2013-01-30 22:00:18 +01:00
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
2013-01-30 22:00:18 +01:00
<!-- 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 class="header">
<div class="headertitle">
<div class="title">usbhub.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="usbhub_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/* Copyright (C) 2011 Circuits At Home, LTD. All rights reserved.</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">This software may be distributed and modified under the terms of the GNU</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">General Public License version 2 (GPL2) as published by the Free Software</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">Foundation and appearing in the file GPL2.TXT included in the packaging of</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">this file. Please note that GPL2 Section 2[b] requires that all works based</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">on this software must also be made publicly available under the terms of</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">the GPL2 (&quot;Copyleft&quot;).</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment">Contact information</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment">-------------------</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment">Circuits At Home, LTD</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment">Web : http://www.circuitsathome.com</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment">e-mail : support@circuitsathome.com</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="preprocessor">#if !defined(__USBHUB_H__)</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor">#define __USBHUB_H__</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_usb_8h.html">Usb.h</a>&quot;</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="usbhub_8h.html#aa4975db58f75ee4def45188399a6552d"> 22</a></span>&#160;<span class="preprocessor">#define USB_DESCRIPTOR_HUB 0x09 // Hub descriptor type</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment">// Hub Requests</span></div><div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="usbhub_8h.html#af2c49813efe1f89cf15bfe8c72926986"> 25</a></span>&#160;<span class="preprocessor">#define bmREQ_CLEAR_HUB_FEATURE USB_SETUP_HOST_TO_DEVICE|USB_SETUP_TYPE_CLASS|USB_SETUP_RECIPIENT_DEVICE</span></div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="usbhub_8h.html#a8277d164f350df2c00749407fbe127dd"> 26</a></span>&#160;<span class=
2013-10-21 21:15:43 +02:00
<div class="ttc" id="struct_hub_event_html_a9a5761abdc6e8ffc814ba8d3b5b9cd7f"><div class="ttname"><a href="struct_hub_event.html#a9a5761abdc6e8ffc814ba8d3b5b9cd7f">HubEvent::bmChange</a></div><div class="ttdeci">uint16_t bmChange</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00157">usbhub.h:157</a></div></div>
<div class="ttc" id="struct_hub_descriptor_html_a8d761880b0fe752c395538bc0976f041"><div class="ttname"><a href="struct_hub_descriptor.html#a8d761880b0fe752c395538bc0976f041">HubDescriptor::bDescLength</a></div><div class="ttdeci">uint8_t bDescLength</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00134">usbhub.h:134</a></div></div>
<div class="ttc" id="struct_hub_descriptor_html_a670882df710639db15249ee9a956b664"><div class="ttname"><a href="struct_hub_descriptor.html#a670882df710639db15249ee9a956b664">HubDescriptor::bPwrOn2PwrGood</a></div><div class="ttdeci">uint8_t bPwrOn2PwrGood</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00147">usbhub.h:147</a></div></div>
2014-01-10 18:20:37 +01:00
<div class="ttc" id="class_u_s_b_hub_html_a447ea8659279ca7ac99f93d33b426260"><div class="ttname"><a href="class_u_s_b_hub.html#a447ea8659279ca7ac99f93d33b426260">USBHub::SetHubDescriptor</a></div><div class="ttdeci">uint8_t SetHubDescriptor(uint8_t port, uint16_t nbytes, uint8_t *dataptr)</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00236">usbhub.h:236</a></div></div>
2018-10-13 15:47:19 +02:00
<div class="ttc" id="usb__ch9_8h_html_ab9fe860caa1f21c9410984a24bf57c7c"><div class="ttname"><a href="usb__ch9_8h.html#ab9fe860caa1f21c9410984a24bf57c7c">USB_REQUEST_CLEAR_FEATURE</a></div><div class="ttdeci">#define USB_REQUEST_CLEAR_FEATURE</div><div class="ttdef"><b>Definition:</b> <a href="usb__ch9_8h_source.html#l00041">usb_ch9.h:41</a></div></div>
<div class="ttc" id="usb__ch9_8h_html_a3572226ee2137c7fbf7487a02b0f560f"><div class="ttname"><a href="usb__ch9_8h.html#a3572226ee2137c7fbf7487a02b0f560f">USB_REQUEST_GET_DESCRIPTOR</a></div><div class="ttdeci">#define USB_REQUEST_GET_DESCRIPTOR</div><div class="ttdef"><b>Definition:</b> <a href="usb__ch9_8h_source.html#l00044">usb_ch9.h:44</a></div></div>
2015-04-07 16:07:33 +02:00
<div class="ttc" id="class_u_s_b_hub_html_a7b00cb8e367ad377e2e533e29517e413"><div class="ttname"><a href="class_u_s_b_hub.html#a7b00cb8e367ad377e2e533e29517e413">USBHub::DEVCLASSOK</a></div><div class="ttdeci">virtual bool DEVCLASSOK(uint8_t klass)</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00203">usbhub.h:203</a></div></div>
2013-10-21 21:15:43 +02:00
<div class="ttc" id="struct_hub_descriptor_html_a0ac02abaa7e8aeec5f1520a58c9eecb3"><div class="ttname"><a href="struct_hub_descriptor.html#a0ac02abaa7e8aeec5f1520a58c9eecb3">HubDescriptor::OverCurrentProtectMode</a></div><div class="ttdeci">uint16_t OverCurrentProtectMode</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00141">usbhub.h:141</a></div></div>
<div class="ttc" id="class_u_s_b_device_config_html"><div class="ttname"><a href="class_u_s_b_device_config.html">USBDeviceConfig</a></div><div class="ttdef"><b>Definition:</b> <a href="_usb_core_8h_source.html#l00134">UsbCore.h:134</a></div></div>
2013-10-21 21:15:43 +02:00
<div class="ttc" id="_usb_8h_html"><div class="ttname"><a href="_usb_8h.html">Usb.h</a></div></div>
<div class="ttc" id="usbhub_8h_html_a3ddac02e96d80d4e372c2e6c341978e0"><div class="ttname"><a href="usbhub_8h.html#a3ddac02e96d80d4e372c2e6c341978e0">bmREQ_GET_HUB_DESCRIPTOR</a></div><div class="ttdeci">#define bmREQ_GET_HUB_DESCRIPTOR</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00028">usbhub.h:28</a></div></div>
2014-01-10 18:20:37 +01:00
<div class="ttc" id="class_u_s_b_hub_html_a626974bb00cfbd5052c8d7e897a9a9d6"><div class="ttname"><a href="class_u_s_b_hub.html#a626974bb00cfbd5052c8d7e897a9a9d6">USBHub::GetHubStatus</a></div><div class="ttdeci">uint8_t GetHubStatus(uint16_t nbytes, uint8_t *dataptr)</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00226">usbhub.h:226</a></div></div>
2013-10-21 21:15:43 +02:00
<div class="ttc" id="usbhub_8h_html_a7567494c82b07539ec581af6f2a52bd9"><div class="ttname"><a href="usbhub_8h.html#a7567494c82b07539ec581af6f2a52bd9">bmREQ_GET_HUB_STATUS</a></div><div class="ttdeci">#define bmREQ_GET_HUB_STATUS</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00029">usbhub.h:29</a></div></div>
<div class="ttc" id="struct_hub_descriptor_html_a8519ab446f0bdb69c33cd89b553da30b"><div class="ttname"><a href="struct_hub_descriptor.html#a8519ab446f0bdb69c33cd89b553da30b">HubDescriptor::bNbrPorts</a></div><div class="ttdeci">uint8_t bNbrPorts</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00136">usbhub.h:136</a></div></div>
2014-01-10 18:20:37 +01:00
<div class="ttc" id="class_u_s_b_hub_html_afc935651055e4ac1e51575218a51de43"><div class="ttname"><a href="class_u_s_b_hub.html#afc935651055e4ac1e51575218a51de43">USBHub::ClearHubFeature</a></div><div class="ttdeci">uint8_t ClearHubFeature(uint8_t fid)</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00211">usbhub.h:211</a></div></div>
<div class="ttc" id="usbhub_8h_html_a3855b8d307a18435686f98de2b27266e"><div class="ttname"><a href="usbhub_8h.html#a3855b8d307a18435686f98de2b27266e">PrintHubPortStatus</a></div><div class="ttdeci">void PrintHubPortStatus(USB *usbptr, uint8_t addr, uint8_t port, bool print_changes=false)</div></div>
2013-10-21 21:15:43 +02:00
<div class="ttc" id="struct_hub_descriptor_html"><div class="ttname"><a href="struct_hub_descriptor.html">HubDescriptor</a></div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00133">usbhub.h:133</a></div></div>
2014-01-10 18:20:37 +01:00
<div class="ttc" id="class_u_s_b_hub_html_a73abd87f87d6e2982070bc5bb0183e0d"><div class="ttname"><a href="class_u_s_b_hub.html#a73abd87f87d6e2982070bc5bb0183e0d">USBHub::GetHubDescriptor</a></div><div class="ttdeci">uint8_t GetHubDescriptor(uint8_t index, uint16_t nbytes, uint8_t *dataptr)</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00221">usbhub.h:221</a></div></div>
2018-10-13 15:47:19 +02:00
<div class="ttc" id="struct_ep_info_html"><div class="ttname"><a href="struct_ep_info.html">EpInfo</a></div><div class="ttdef"><b>Definition:</b> <a href="address_8h_source.html#l00039">address.h:39</a></div></div>
<div class="ttc" id="usb__ch9_8h_html_a062f3147a1bae954b642b915827b3f3f"><div class="ttname"><a href="usb__ch9_8h.html#a062f3147a1bae954b642b915827b3f3f">USB_REQUEST_GET_STATUS</a></div><div class="ttdeci">#define USB_REQUEST_GET_STATUS</div><div class="ttdef"><b>Definition:</b> <a href="usb__ch9_8h_source.html#l00040">usb_ch9.h:40</a></div></div>
2014-01-10 18:20:37 +01:00
<div class="ttc" id="class_u_s_b_hub_html_a03c4dce66fbb4b66be9eda8c9b6f5ce4"><div class="ttname"><a href="class_u_s_b_hub.html#a03c4dce66fbb4b66be9eda8c9b6f5ce4">USBHub::ClearPortFeature</a></div><div class="ttdeci">uint8_t ClearPortFeature(uint8_t fid, uint8_t port, uint8_t sel=0)</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00216">usbhub.h:216</a></div></div>
2018-10-13 15:47:19 +02:00
<div class="ttc" id="usb__ch9_8h_html_aa2b4d305dcd185cc1242e94ee78eea25"><div class="ttname"><a href="usb__ch9_8h.html#aa2b4d305dcd185cc1242e94ee78eea25">USB_REQUEST_SET_FEATURE</a></div><div class="ttdeci">#define USB_REQUEST_SET_FEATURE</div><div class="ttdef"><b>Definition:</b> <a href="usb__ch9_8h_source.html#l00042">usb_ch9.h:42</a></div></div>
2013-10-21 21:15:43 +02:00
<div class="ttc" id="usbhub_8h_html_a8277d164f350df2c00749407fbe127dd"><div class="ttname"><a href="usbhub_8h.html#a8277d164f350df2c00749407fbe127dd">bmREQ_CLEAR_PORT_FEATURE</a></div><div class="ttdeci">#define bmREQ_CLEAR_PORT_FEATURE</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00026">usbhub.h:26</a></div></div>
<div class="ttc" id="struct_hub_event_html"><div class="ttname"><a href="struct_hub_event.html">HubEvent</a></div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00151">usbhub.h:151</a></div></div>
2014-01-10 18:20:37 +01:00
<div class="ttc" id="class_u_s_b_hub_html_af4052e34bdafa21db5376a3011778b99"><div class="ttname"><a href="class_u_s_b_hub.html#af4052e34bdafa21db5376a3011778b99">USBHub::GetAddress</a></div><div class="ttdeci">virtual uint8_t GetAddress()</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00199">usbhub.h:199</a></div></div>
2013-10-21 21:15:43 +02:00
<div class="ttc" id="struct_hub_event_html_aa7eab68768439ce3a208b3fa4c671a3c"><div class="ttname"><a href="struct_hub_event.html#aa7eab68768439ce3a208b3fa4c671a3c">HubEvent::bmEvent</a></div><div class="ttdeci">uint32_t bmEvent</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00159">usbhub.h:159</a></div></div>
<div class="ttc" id="struct_hub_descriptor_html_a8f613e53b85930830679201aeb8a4024"><div class="ttname"><a href="struct_hub_descriptor.html#a8f613e53b85930830679201aeb8a4024">HubDescriptor::bDescriptorType</a></div><div class="ttdeci">uint8_t bDescriptorType</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00135">usbhub.h:135</a></div></div>
<div class="ttc" id="struct_hub_descriptor_html_a6478c259c7397e89d50b42f6f3d4f4e4"><div class="ttname"><a href="struct_hub_descriptor.html#a6478c259c7397e89d50b42f6f3d4f4e4">HubDescriptor::PortIndicatorsSupported</a></div><div class="ttdeci">uint16_t PortIndicatorsSupported</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00143">usbhub.h:143</a></div></div>
<div class="ttc" id="class_u_s_b_hub_html"><div class="ttname"><a href="class_u_s_b_hub.html">USBHub</a></div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00164">usbhub.h:164</a></div></div>
<div class="ttc" id="struct_hub_event_html_a40dc52f2eb375e6f7ace509a985525ac"><div class="ttname"><a href="struct_hub_event.html#a40dc52f2eb375e6f7ace509a985525ac">HubEvent::bmStatus</a></div><div class="ttdeci">uint16_t bmStatus</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00156">usbhub.h:156</a></div></div>
<div class="ttc" id="usbhub_8h_html_ab8b93d286b1cc4d7f83bd5ac7d2f2a06"><div class="ttname"><a href="usbhub_8h.html#ab8b93d286b1cc4d7f83bd5ac7d2f2a06">bmREQ_SET_HUB_DESCRIPTOR</a></div><div class="ttdeci">#define bmREQ_SET_HUB_DESCRIPTOR</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00032">usbhub.h:32</a></div></div>
<div class="ttc" id="usbhub_8h_html_a87ec6a0af5dd09721c07b81b11f94b45"><div class="ttname"><a href="usbhub_8h.html#a87ec6a0af5dd09721c07b81b11f94b45">bmREQ_SET_HUB_FEATURE</a></div><div class="ttdeci">#define bmREQ_SET_HUB_FEATURE</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00033">usbhub.h:33</a></div></div>
2014-01-10 18:20:37 +01:00
<div class="ttc" id="class_u_s_b_hub_html_a933658683f6590cd40ff97d08095f5a2"><div class="ttname"><a href="class_u_s_b_hub.html#a933658683f6590cd40ff97d08095f5a2">USBHub::SetHubFeature</a></div><div class="ttdeci">uint8_t SetHubFeature(uint8_t fid)</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00241">usbhub.h:241</a></div></div>
2013-10-21 21:15:43 +02:00
<div class="ttc" id="struct_hub_descriptor_html_a454ce905f8af25625156fbeb729d53b7"><div class="ttname"><a href="struct_hub_descriptor.html#a454ce905f8af25625156fbeb729d53b7">HubDescriptor::bHubContrCurrent</a></div><div class="ttdeci">uint8_t bHubContrCurrent</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00148">usbhub.h:148</a></div></div>
<div class="ttc" id="usbhub_8h_html_a7e989b7bd0a85dc371e9c4376e2370c6"><div class="ttname"><a href="usbhub_8h.html#a7e989b7bd0a85dc371e9c4376e2370c6">bmREQ_SET_PORT_FEATURE</a></div><div class="ttdeci">#define bmREQ_SET_PORT_FEATURE</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00034">usbhub.h:34</a></div></div>
<div class="ttc" id="struct_hub_descriptor_html_a0c3292fe67fdbdab6ceac8b198ef44bf"><div class="ttname"><a href="struct_hub_descriptor.html#a0c3292fe67fdbdab6ceac8b198ef44bf">HubDescriptor::Reserved</a></div><div class="ttdeci">uint16_t Reserved</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00144">usbhub.h:144</a></div></div>
2014-01-10 18:20:37 +01:00
<div class="ttc" id="class_u_s_b_hub_html_a01c0b9d64fd5314963e7d7f70c0a99c3"><div class="ttname"><a href="class_u_s_b_hub.html#a01c0b9d64fd5314963e7d7f70c0a99c3">USBHub::GetPortStatus</a></div><div class="ttdeci">uint8_t GetPortStatus(uint8_t port, uint16_t nbytes, uint8_t *dataptr)</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00231">usbhub.h:231</a></div></div>
2013-10-21 21:15:43 +02:00
<div class="ttc" id="struct_hub_descriptor_html_a00002f5db3d923aa11645bfde3cd650e"><div class="ttname"><a href="struct_hub_descriptor.html#a00002f5db3d923aa11645bfde3cd650e">HubDescriptor::TTThinkTime</a></div><div class="ttdeci">uint16_t TTThinkTime</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00142">usbhub.h:142</a></div></div>
<div class="ttc" id="class_u_s_b_html"><div class="ttname"><a href="class_u_s_b.html">USB</a></div><div class="ttdef"><b>Definition:</b> <a href="_usb_core_8h_source.html#l00210">UsbCore.h:210</a></div></div>
2013-10-21 21:15:43 +02:00
<div class="ttc" id="struct_hub_descriptor_html_a3547643d0dfd8f16145229c530a8c1a5"><div class="ttname"><a href="struct_hub_descriptor.html#a3547643d0dfd8f16145229c530a8c1a5">HubDescriptor::CompoundDevice</a></div><div class="ttdeci">uint16_t CompoundDevice</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00140">usbhub.h:140</a></div></div>
<div class="ttc" id="struct_hub_descriptor_html_a68084f6fd86bff9598573ac845be6fe3"><div class="ttname"><a href="struct_hub_descriptor.html#a68084f6fd86bff9598573ac845be6fe3">HubDescriptor::LogPwrSwitchMode</a></div><div class="ttdeci">uint16_t LogPwrSwitchMode</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00139">usbhub.h:139</a></div></div>
<div class="ttc" id="usbhub_8h_html_af2c49813efe1f89cf15bfe8c72926986"><div class="ttname"><a href="usbhub_8h.html#af2c49813efe1f89cf15bfe8c72926986">bmREQ_CLEAR_HUB_FEATURE</a></div><div class="ttdeci">#define bmREQ_CLEAR_HUB_FEATURE</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00025">usbhub.h:25</a></div></div>
<div class="ttc" id="usbhub_8h_html_a7132fca137e1a38cb9b3915b324da05a"><div class="ttname"><a href="usbhub_8h.html#a7132fca137e1a38cb9b3915b324da05a">bmREQ_GET_PORT_STATUS</a></div><div class="ttdeci">#define bmREQ_GET_PORT_STATUS</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00030">usbhub.h:30</a></div></div>
2014-01-10 18:20:37 +01:00
<div class="ttc" id="class_u_s_b_hub_html_ac071f6cf69d0113151f481405f338ce0"><div class="ttname"><a href="class_u_s_b_hub.html#ac071f6cf69d0113151f481405f338ce0">USBHub::SetPortFeature</a></div><div class="ttdeci">uint8_t SetPortFeature(uint8_t fid, uint8_t port, uint8_t sel=0)</div><div class="ttdef"><b>Definition:</b> <a href="usbhub_8h_source.html#l00246">usbhub.h:246</a></div></div>
2013-01-30 22:00:18 +01:00
</div><!-- fragment --></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"/>
</a> 1.8.13
2013-01-30 22:00:18 +01:00
</small></address>
</body>
</html>