USB_Host_Shield_2.0/class_s_pi.html

128 lines
5.4 KiB
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2013-01-30 22:00:18 +01:00
<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.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
2014-01-10 18:20:37 +01:00
<title>USB Host Shield 2.0: SPi&lt; SPI_CLK, SPI_MOSI, SPI_MISO, SPI_SS &gt; Class Template 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/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.17 -->
2013-01-30 22:00:18 +01:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2013-01-30 22:00:18 +01:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
2013-01-30 22:00:18 +01:00
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
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><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-static-methods">Static Public Member Functions</a> &#124;
<a href="class_s_pi-members.html">List of all members</a> </div>
<div class="headertitle">
2014-01-10 18:20:37 +01:00
<div class="title">SPi&lt; SPI_CLK, SPI_MOSI, SPI_MISO, SPI_SS &gt; Class Template Reference</div> </div>
2013-01-30 22:00:18 +01:00
</div><!--header-->
<div class="contents">
<p><code>#include &lt;<a class="el" href="usbhost_8h_source.html">usbhost.h</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
2014-01-10 18:20:37 +01:00
<tr class="memitem:a52c803966a9437caf57d00c267121373"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_s_pi.html#a52c803966a9437caf57d00c267121373">init</a> ()</td></tr>
<tr class="separator:a52c803966a9437caf57d00c267121373"><td class="memSeparator" colspan="2">&#160;</td></tr>
2013-01-30 22:00:18 +01:00
</table>
2013-02-05 20:02:12 +01:00
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><h3>template&lt;typename SPI_CLK, typename SPI_MOSI, typename SPI_MISO, typename SPI_SS&gt;<br />
2014-01-10 18:20:37 +01:00
class SPi&lt; SPI_CLK, SPI_MOSI, SPI_MISO, SPI_SS &gt;</h3>
2013-02-05 20:02:12 +01:00
<p class="definition">Definition at line <a class="el" href="usbhost_8h_source.html#l00038">38</a> of file <a class="el" href="usbhost_8h_source.html">usbhost.h</a>.</p>
2013-02-05 20:02:12 +01:00
</div><h2 class="groupheader">Member Function Documentation</h2>
<a id="a52c803966a9437caf57d00c267121373"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a52c803966a9437caf57d00c267121373">&#9670;&nbsp;</a></span>init()</h2>
2013-01-30 22:00:18 +01:00
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
2014-01-10 18:20:37 +01:00
template&lt;typename SPI_CLK , typename SPI_MOSI , typename SPI_MISO , typename SPI_SS &gt; </div>
2013-01-30 22:00:18 +01:00
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
2014-01-10 18:20:37 +01:00
<td class="memname">static void <a class="el" href="class_s_pi.html">SPi</a>&lt; SPI_CLK, SPI_MOSI, SPI_MISO, SPI_SS &gt;::init </td>
2013-01-30 22:00:18 +01:00
<td>(</td>
2013-10-21 21:15:43 +02:00
<td class="paramname"></td><td>)</td>
2013-01-30 22:00:18 +01:00
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="usbhost_8h_source.html#l00061">61</a> of file <a class="el" href="usbhost_8h_source.html">usbhost.h</a>.</p>
2013-02-05 20:02:12 +01:00
2013-01-30 22:00:18 +01:00
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="usbhost_8h_source.html">usbhost.h</a></li>
2013-01-30 22:00:18 +01:00
</ul>
</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.17
2013-01-30 22:00:18 +01:00
</small></address>
</body>
</html>