?lang_form? ?lang_select? ?lang_submit? ?lang_endform?
{HEADER END}
{BLAME START}

library

?curdirlinks? -

Blame information for rev 6

Line No. Rev Author Line
1 6 kaklik <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>Procyon AVRlib: spi.c File Reference</title>
4 <link href="dox.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.4.2 -->
7 <div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
8 <h1>spi.c File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
9  
10 <p>
11 Definition in file <a class="el" href="spi_8c-source.html">spi.c</a>.
12 <p>
13 <code>#include &lt;avr/io.h&gt;</code><br>
14 <code>#include &lt;avr/interrupt.h&gt;</code><br>
15 <code>#include "<a class="el" href="spi_8h-source.html">spi.h</a>"</code><br>
16  
17 <p>
18 <a href="spi_8c-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
19 <tr><td></td></tr>
20 <tr><td colspan="2"><br><h2>Functions</h2></td></tr>
21 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a1" doxytag="spi.c::spiInit"></a>
22 void&nbsp;</td><td class="memItemRight" valign="bottom"><b>spiInit</b> ()</td></tr>
23  
24 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a2" doxytag="spi.c::spiSendByte"></a>
25 void&nbsp;</td><td class="memItemRight" valign="bottom"><b>spiSendByte</b> (u08 data)</td></tr>
26  
27 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a3" doxytag="spi.c::spiTransferByte"></a>
28 u08&nbsp;</td><td class="memItemRight" valign="bottom"><b>spiTransferByte</b> (u08 data)</td></tr>
29  
30 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a4" doxytag="spi.c::spiTransferWord"></a>
31 u16&nbsp;</td><td class="memItemRight" valign="bottom"><b>spiTransferWord</b> (u16 data)</td></tr>
32  
33 <tr><td colspan="2"><br><h2>Variables</h2></td></tr>
34 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a0" doxytag="spi.c::spiTransferComplete"></a>
35 volatile u08&nbsp;</td><td class="memItemRight" valign="bottom"><b>spiTransferComplete</b></td></tr>
36  
37 </table>
38 <hr size="1"><address style="align: right;"><small>Generated on Sun Oct 29 03:41:08 2006 for Procyon AVRlib by&nbsp;
39 <a href="http://www.doxygen.org/index.html">
40 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address>
41 </body>
42 </html>
{BLAME END}
{FOOTER START}

Powered by WebSVN v2.8.3