mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
148 lines
9.7 KiB
HTML
148 lines
9.7 KiB
HTML
|
<!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.3.1"/>
|
||
|
<title>USB_Host_Shield_2.0: /Users/Lauszus/GitHub/USB_Host_Shield_2.0/hidescriptorparser.cpp File Reference</title>
|
||
|
<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" />
|
||
|
</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
|
||
|
</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
<!-- end header part -->
|
||
|
<!-- Generated by Doxygen 1.8.3.1 -->
|
||
|
<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 Page</span></a></li>
|
||
|
<li><a href="pages.html"><span>Related 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 List</span></a></li>
|
||
|
<li><a href="globals.html"><span>File 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"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark"> </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_c8a8870798f18a14afbce47230dc4059.html">GitHub</a></li><li class="navelem"><a class="el" href="dir_8d22a5dfb299d0b3a2bdc551c5cdbd10.html">USB_Host_Shield_2.0</a></li> </ul>
|
||
|
</div>
|
||
|
</div><!-- top -->
|
||
|
<div class="header">
|
||
|
<div class="summary">
|
||
|
<a href="#var-members">Variables</a> </div>
|
||
|
<div class="headertitle">
|
||
|
<div class="title">hidescriptorparser.cpp File Reference</div> </div>
|
||
|
</div><!--header-->
|
||
|
<div class="contents">
|
||
|
<div class="textblock"><code>#include "<a class="el" href="hidescriptorparser_8h_source.html">hidescriptorparser.h</a>"</code><br/>
|
||
|
</div><div class="textblock"><div class="dynheader">
|
||
|
Include dependency graph for hidescriptorparser.cpp:</div>
|
||
|
<div class="dyncontent">
|
||
|
<div class="center"><img src="hidescriptorparser_8cpp__incl.png" border="0" usemap="#_2_users_2_lauszus_2_git_hub_2_u_s_b___host___shield__2_80_2hidescriptorparser_8cpp" alt=""/></div>
|
||
|
<map name="_2_users_2_lauszus_2_git_hub_2_u_s_b___host___shield__2_80_2hidescriptorparser_8cpp" id="_2_users_2_lauszus_2_git_hub_2_u_s_b___host___shield__2_80_2hidescriptorparser_8cpp">
|
||
|
<area shape="rect" id="node2" href="hidescriptorparser_8h.html" title="hidescriptorparser.h" alt="" coords="807,93,900,115"/><area shape="rect" id="node5" href="avrpins_8h.html" title="avrpins.h" alt="" coords="214,371,268,392"/><area shape="rect" id="node7" href="max3421e_8h.html" title="max3421e.h" alt="" coords="429,371,496,392"/><area shape="rect" id="node8" href="usbhost_8h.html" title="usbhost.h" alt="" coords="246,301,303,323"/><area shape="rect" id="node9" href="usb__ch9_8h.html" title="usb_ch9.h" alt="" coords="875,371,933,392"/><area shape="rect" id="node10" href="_usb_8h.html" title="Usb.h" alt="" coords="629,232,672,253"/><area shape="rect" id="node15" href="printhex_8h.html" title="printhex.h" alt="" coords="1078,440,1135,461"/><area shape="rect" id="node16" href="hexdump_8h.html" title="hexdump.h" alt="" coords="1301,371,1363,392"/><area shape="rect" id="node17" href="message_8h.html" title="message.h" alt="" coords="1144,371,1205,392"/><area shape="rect" id="node18" href="confdescparser_8h.html" title="confdescparser.h" alt="" coords="1449,232,1532,253"/><area shape="rect" id="node20" href="hid_8h.html" title="hid.h" alt="" coords="1087,163,1127,184"/><area shape="rect" id="node12" href="address_8h.html" title="address.h" alt="" coords="430,301,487,323"/><area shape="rect" id="node19" href="parsetools_8h.html" title="parsetools.h" alt="" coords="1499,301,1564,323"/><area shape="rect" id="node21" href="hidusagestr_8h.html" title="hidusagestr.h" alt="" coords="1577,232,1647,253"/></map>
|
||
|
</div>
|
||
|
</div><table class="memberdecls">
|
||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
|
||
|
Variables</h2></td></tr>
|
||
|
<tr class="memitem:aeac1fb99476e075b3926185867e2a01e"><td class="memItemLeft" align="right" valign="top">const char <br class="typebreak"/>
|
||
|
*<a class="el" href="class_report_desc_parser_base.html#aa8e343a9f6e9472b560200a6f419ab0d">ReportDescParserBase::usagePageTitles0</a>[] </td><td class="memItemRight" valign="bottom"><a class="el" href="hidescriptorparser_8cpp.html#aeac1fb99476e075b3926185867e2a01e">PROGMEM</a></td></tr>
|
||
|
<tr class="separator:aeac1fb99476e075b3926185867e2a01e"><td class="memSeparator" colspan="2"> </td></tr>
|
||
|
</table>
|
||
|
<h2 class="groupheader">Variable Documentation</h2>
|
||
|
<a class="anchor" id="aeac1fb99476e075b3926185867e2a01e"></a>
|
||
|
<div class="memitem">
|
||
|
<div class="memproto">
|
||
|
<table class="memname">
|
||
|
<tr>
|
||
|
<td class="memname">const char* <a class="el" href="class_report_desc_parser_base.html#ab40581d3ed22ec9d242bae87aeee8811">ReportDescParserBase::medInstrTitles4</a> [] PROGMEM</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</div><div class="memdoc">
|
||
|
<b>Initial value:</b><div class="fragment"><div class="line">= </div>
|
||
|
<div class="line">{</div>
|
||
|
<div class="line"> pstrUsagePageGenericDesktopControls ,</div>
|
||
|
<div class="line"> pstrUsagePageSimulationControls ,</div>
|
||
|
<div class="line"> pstrUsagePageVRControls ,</div>
|
||
|
<div class="line"> pstrUsagePageSportControls ,</div>
|
||
|
<div class="line"> pstrUsagePageGameControls ,</div>
|
||
|
<div class="line"> pstrUsagePageGenericDeviceControls ,</div>
|
||
|
<div class="line"> pstrUsagePageKeyboardKeypad ,</div>
|
||
|
<div class="line"> pstrUsagePageLEDs ,</div>
|
||
|
<div class="line"> pstrUsagePageButton ,</div>
|
||
|
<div class="line"> pstrUsagePageOrdinal , </div>
|
||
|
<div class="line"> pstrUsagePageTelephone ,</div>
|
||
|
<div class="line"> pstrUsagePageConsumer ,</div>
|
||
|
<div class="line"> pstrUsagePageDigitizer ,</div>
|
||
|
<div class="line"> pstrUsagePagePID ,</div>
|
||
|
<div class="line"> pstrUsagePageUnicode </div>
|
||
|
<div class="line">}</div>
|
||
|
</div><!-- fragment -->
|
||
|
</div>
|
||
|
</div>
|
||
|
</div><!-- contents -->
|
||
|
<!-- start footer part -->
|
||
|
<hr class="footer"/><address class="footer"><small>
|
||
|
Generated on Wed Jan 30 2013 21:23:57 for USB_Host_Shield_2.0 by  <a href="http://www.doxygen.org/index.html">
|
||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||
|
</a> 1.8.3.1
|
||
|
</small></address>
|
||
|
</body>
|
||
|
</html>
|