nico@215: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
nico@215: <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
nico@215: <title>CanFestival: drivers/hcs12/interrupt.c File Reference</title>
nico@215: <link href="doxygen.css" rel="stylesheet" type="text/css">
nico@215: <link href="tabs.css" rel="stylesheet" type="text/css">
nico@215: </head><body>
nico@215: <!-- Generated by Doxygen 1.5.1 -->
nico@215: <div class="tabs">
nico@215:   <ul>
nico@215:     <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
nico@215:     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
nico@215:     <li id="current"><a href="files.html"><span>Files</span></a></li>
nico@215:     <li><a href="dirs.html"><span>Directories</span></a></li>
nico@215:   </ul></div>
nico@215: <div class="tabs">
nico@215:   <ul>
nico@215:     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
nico@215:     <li><a href="globals.html"><span>Globals</span></a></li>
nico@215:   </ul></div>
nico@215: <div class="nav">
etisserant@240: <a class="el" href="dir_65dd258ff9b9ef4cd7bd0d22f5e58dba.html">drivers</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_2d4bff0e9225ea81eb175e376cee668f.html">hcs12</a></div>
nico@215: <h1>interrupt.c File Reference</h1><code>#include &quot;../include/data.h&quot;</code><br>
nico@215: <code>#include &quot;../include/hcs12/applicfg.h&quot;</code><br>
nico@215: <code>#include &quot;../include/hcs12/error.h&quot;</code><br>
nico@215: <code>#include &quot;../include/hcs12/candriver.h&quot;</code><br>
nico@215: <code>#include &quot;../include/hcs12/asm-m68hc12/regs.h&quot;</code><br>
nico@215: <code>#include &quot;../include/hcs12/asm-m68hc12/portsaccess.h&quot;</code><br>
nico@215: <code>#include &quot;../include/hcs12/asm-m68hc12/ports_def.h&quot;</code><br>
nico@215: <code>#include &quot;../include/hcs12/asm-m68hc12/ports.h&quot;</code><br>
nico@215: <code>#include &quot;../include/hcs12/interrupt.h&quot;</code><br>
nico@215: 
nico@215: <p>
nico@215: Include dependency graph for interrupt.c:<p><center><img src="interrupt_8c__incl.png" border="0" usemap="#drivers/hcs12/interrupt.c_map" alt=""></center>
nico@215: 
nico@215: <p>
nico@215: <a href="interrupt_8c-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
nico@215: <tr><td></td></tr>
nico@215: <tr><td colspan="2"><br><h2>Functions</h2></td></tr>
etisserant@240: <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interrupt_8c.html#a86d31d31831be20de69b1533b4acc5b">lock</a> (void)</td></tr>
nico@215: 
etisserant@240: <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interrupt_8c.html#8704c06a2936e68f7c25dc0c1d335cca">unlock</a> (void)</td></tr>
nico@215: 
nico@215: <tr><td colspan="2"><br><h2>Variables</h2></td></tr>
etisserant@240: <tr><td class="memItemLeft" nowrap align="right" valign="top">volatile char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interrupt_8c.html#82f85514c94b93d15115bdfc37d97a9c">msgRecu</a></td></tr>
nico@215: 
etisserant@240: <tr><td class="memItemLeft" nowrap align="right" valign="top">volatile <a class="el" href="structMessage.html">Message</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interrupt_8c.html#4e6c77881895c0ebe596db34649d642d">canMsgRcv</a></td></tr>
nico@215: 
nico@215: </table>
nico@215: <hr><h2>Function Documentation</h2>
etisserant@240: <a class="anchor" name="a86d31d31831be20de69b1533b4acc5b"></a><!-- doxytag: member="interrupt.c::lock" ref="a86d31d31831be20de69b1533b4acc5b" args="(void)" -->
nico@215: <div class="memitem">
nico@215: <div class="memproto">
nico@215:       <table class="memname">
nico@215:         <tr>
nico@215:           <td class="memname">void lock           </td>
nico@215:           <td>(</td>
nico@215:           <td class="paramtype">void&nbsp;</td>
nico@215:           <td class="paramname">          </td>
nico@215:           <td>&nbsp;)&nbsp;</td>
nico@215:           <td width="100%"></td>
nico@215:         </tr>
nico@215:       </table>
nico@215: </div>
nico@215: <div class="memdoc">
nico@215: 
nico@215: <p>
nico@215: Disable interrupts 
nico@215: <p>
nico@215: Definition at line <a class="el" href="interrupt_8c-source.html#l00049">49</a> of file <a class="el" href="interrupt_8c-source.html">interrupt.c</a>.
nico@215: <p>
etisserant@240: References <a class="el" href="regs_8h.html#d28436d08fab91f8bebd7fd082b3f757">__asm__()</a>.
nico@215: <p>
nico@215: Referenced by <a class="el" href="canOpenDriver_8c-source.html#l00079">initTimer()</a>, and <a class="el" href="appli_8c-source.html#l00383">main()</a>.
nico@215: <p>
etisserant@240: Here is the call graph for this function:<p><center><img src="interrupt_8c_a86d31d31831be20de69b1533b4acc5b_cgraph.png" border="0" usemap="#interrupt_8c_a86d31d31831be20de69b1533b4acc5b_cgraph_map" alt=""></center>
etisserant@240: <map name="interrupt_8c_a86d31d31831be20de69b1533b4acc5b_cgraph_map">
etisserant@240: <area href="regs_8h.html#d28436d08fab91f8bebd7fd082b3f757" shape="rect" coords="99,5,168,32" alt="">
nico@215: </map>
nico@215: 
nico@215: </div>
nico@215: </div><p>
etisserant@240: <a class="anchor" name="8704c06a2936e68f7c25dc0c1d335cca"></a><!-- doxytag: member="interrupt.c::unlock" ref="8704c06a2936e68f7c25dc0c1d335cca" args="(void)" -->
nico@215: <div class="memitem">
nico@215: <div class="memproto">
nico@215:       <table class="memname">
nico@215:         <tr>
nico@215:           <td class="memname">void unlock           </td>
nico@215:           <td>(</td>
nico@215:           <td class="paramtype">void&nbsp;</td>
nico@215:           <td class="paramname">          </td>
nico@215:           <td>&nbsp;)&nbsp;</td>
nico@215:           <td width="100%"></td>
nico@215:         </tr>
nico@215:       </table>
nico@215: </div>
nico@215: <div class="memdoc">
nico@215: 
nico@215: <p>
nico@215: Enable interrupts 
nico@215: <p>
nico@215: Definition at line <a class="el" href="interrupt_8c-source.html#l00057">57</a> of file <a class="el" href="interrupt_8c-source.html">interrupt.c</a>.
nico@215: <p>
etisserant@240: References <a class="el" href="regs_8h.html#d28436d08fab91f8bebd7fd082b3f757">__asm__()</a>.
nico@215: <p>
nico@215: Referenced by <a class="el" href="appli_8c-source.html#l00170">initSensor()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00079">initTimer()</a>, and <a class="el" href="appli_8c-source.html#l00383">main()</a>.
nico@215: <p>
etisserant@240: Here is the call graph for this function:<p><center><img src="interrupt_8c_8704c06a2936e68f7c25dc0c1d335cca_cgraph.png" border="0" usemap="#interrupt_8c_8704c06a2936e68f7c25dc0c1d335cca_cgraph_map" alt=""></center>
etisserant@240: <map name="interrupt_8c_8704c06a2936e68f7c25dc0c1d335cca_cgraph_map">
etisserant@240: <area href="regs_8h.html#d28436d08fab91f8bebd7fd082b3f757" shape="rect" coords="112,5,181,32" alt="">
nico@215: </map>
nico@215: 
nico@215: </div>
nico@215: </div><p>
nico@215: <hr><h2>Variable Documentation</h2>
etisserant@240: <a class="anchor" name="4e6c77881895c0ebe596db34649d642d"></a><!-- doxytag: member="interrupt.c::canMsgRcv" ref="4e6c77881895c0ebe596db34649d642d" args="" -->
nico@215: <div class="memitem">
nico@215: <div class="memproto">
nico@215:       <table class="memname">
nico@215:         <tr>
etisserant@240:           <td class="memname">volatile <a class="el" href="structMessage.html">Message</a> <a class="el" href="interrupt_8c.html#4e6c77881895c0ebe596db34649d642d">canMsgRcv</a>          </td>
nico@215:         </tr>
nico@215:       </table>
nico@215: </div>
nico@215: <div class="memdoc">
nico@215: 
nico@215: <p>
nico@215: 
nico@215: </div>
nico@215: </div><p>
etisserant@240: <a class="anchor" name="82f85514c94b93d15115bdfc37d97a9c"></a><!-- doxytag: member="interrupt.c::msgRecu" ref="82f85514c94b93d15115bdfc37d97a9c" args="" -->
nico@215: <div class="memitem">
nico@215: <div class="memproto">
nico@215:       <table class="memname">
nico@215:         <tr>
etisserant@240:           <td class="memname">volatile char <a class="el" href="interrupt_8c.html#82f85514c94b93d15115bdfc37d97a9c">msgRecu</a>          </td>
nico@215:         </tr>
nico@215:       </table>
nico@215: </div>
nico@215: <div class="memdoc">
nico@215: 
nico@215: <p>
nico@215: 
nico@215: </div>
nico@215: </div><p>
etisserant@240: <hr size="1"><address style="align: right;"><small>Generated on Mon Jul 2 19:10:18 2007 for CanFestival by&nbsp;
nico@215: <a href="http://www.doxygen.org/index.html">
nico@215: <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
nico@215: </body>
nico@215: </html>