|
1 <!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>CanFestival: drivers/hcs12/interrupt.c File Reference</title> |
|
4 <link href="doxygen.css" rel="stylesheet" type="text/css"> |
|
5 <link href="tabs.css" rel="stylesheet" type="text/css"> |
|
6 </head><body> |
|
7 <!-- Generated by Doxygen 1.5.1 --> |
|
8 <div class="tabs"> |
|
9 <ul> |
|
10 <li><a href="main.html"><span>Main Page</span></a></li> |
|
11 <li><a href="annotated.html"><span>Data Structures</span></a></li> |
|
12 <li id="current"><a href="files.html"><span>Files</span></a></li> |
|
13 <li><a href="dirs.html"><span>Directories</span></a></li> |
|
14 </ul></div> |
|
15 <div class="tabs"> |
|
16 <ul> |
|
17 <li><a href="files.html"><span>File List</span></a></li> |
|
18 <li><a href="globals.html"><span>Globals</span></a></li> |
|
19 </ul></div> |
|
20 <div class="nav"> |
|
21 <a class="el" href="dir_d58fb241e647de6212c31ecccf9cbace.html">drivers</a> » <a class="el" href="dir_db1ed8bc1b9755aa465fb1d5c578dab2.html">hcs12</a></div> |
|
22 <h1>interrupt.c File Reference</h1><code>#include "../include/data.h"</code><br> |
|
23 <code>#include "../include/hcs12/applicfg.h"</code><br> |
|
24 <code>#include "../include/hcs12/error.h"</code><br> |
|
25 <code>#include "../include/hcs12/candriver.h"</code><br> |
|
26 <code>#include "../include/hcs12/asm-m68hc12/regs.h"</code><br> |
|
27 <code>#include "../include/hcs12/asm-m68hc12/portsaccess.h"</code><br> |
|
28 <code>#include "../include/hcs12/asm-m68hc12/ports_def.h"</code><br> |
|
29 <code>#include "../include/hcs12/asm-m68hc12/ports.h"</code><br> |
|
30 <code>#include "../include/hcs12/interrupt.h"</code><br> |
|
31 |
|
32 <p> |
|
33 Include dependency graph for interrupt.c:<p><center><img src="interrupt_8c__incl.png" border="0" usemap="#drivers/hcs12/interrupt.c_map" alt=""></center> |
|
34 |
|
35 <p> |
|
36 <a href="interrupt_8c-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> |
|
37 <tr><td></td></tr> |
|
38 <tr><td colspan="2"><br><h2>Functions</h2></td></tr> |
|
39 <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interrupt_8c.html#eb99ff49b4a6d5157416f9b5bd0d9c2c">lock</a> (void)</td></tr> |
|
40 |
|
41 <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interrupt_8c.html#987ce601d6d4c8eedd68b58db3b7811a">unlock</a> (void)</td></tr> |
|
42 |
|
43 <tr><td colspan="2"><br><h2>Variables</h2></td></tr> |
|
44 <tr><td class="memItemLeft" nowrap align="right" valign="top">volatile char </td><td class="memItemRight" valign="bottom"><a class="el" href="interrupt_8c.html#9c5b421f784338eb10343d2724c56706">msgRecu</a></td></tr> |
|
45 |
|
46 <tr><td class="memItemLeft" nowrap align="right" valign="top">volatile <a class="el" href="structMessage.html">Message</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interrupt_8c.html#d91f20f7aab1f9071e2378a8696db736">canMsgRcv</a></td></tr> |
|
47 |
|
48 </table> |
|
49 <hr><h2>Function Documentation</h2> |
|
50 <a class="anchor" name="eb99ff49b4a6d5157416f9b5bd0d9c2c"></a><!-- doxytag: member="interrupt.c::lock" ref="eb99ff49b4a6d5157416f9b5bd0d9c2c" args="(void)" --> |
|
51 <div class="memitem"> |
|
52 <div class="memproto"> |
|
53 <table class="memname"> |
|
54 <tr> |
|
55 <td class="memname">void lock </td> |
|
56 <td>(</td> |
|
57 <td class="paramtype">void </td> |
|
58 <td class="paramname"> </td> |
|
59 <td> ) </td> |
|
60 <td width="100%"></td> |
|
61 </tr> |
|
62 </table> |
|
63 </div> |
|
64 <div class="memdoc"> |
|
65 |
|
66 <p> |
|
67 Disable interrupts |
|
68 <p> |
|
69 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>. |
|
70 <p> |
|
71 References <a class="el" href="regs_8h.html#b1b104e72affb247e036289d0fc18ac7">__asm__()</a>. |
|
72 <p> |
|
73 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>. |
|
74 <p> |
|
75 Here is the call graph for this function:<p><center><img src="interrupt_8c_eb99ff49b4a6d5157416f9b5bd0d9c2c_cgraph.png" border="0" usemap="#interrupt_8c_eb99ff49b4a6d5157416f9b5bd0d9c2c_cgraph_map" alt=""></center> |
|
76 <map name="interrupt_8c_eb99ff49b4a6d5157416f9b5bd0d9c2c_cgraph_map"> |
|
77 <area href="regs_8h.html#b1b104e72affb247e036289d0fc18ac7" shape="rect" coords="105,6,183,30" alt=""> |
|
78 </map> |
|
79 |
|
80 </div> |
|
81 </div><p> |
|
82 <a class="anchor" name="987ce601d6d4c8eedd68b58db3b7811a"></a><!-- doxytag: member="interrupt.c::unlock" ref="987ce601d6d4c8eedd68b58db3b7811a" args="(void)" --> |
|
83 <div class="memitem"> |
|
84 <div class="memproto"> |
|
85 <table class="memname"> |
|
86 <tr> |
|
87 <td class="memname">void unlock </td> |
|
88 <td>(</td> |
|
89 <td class="paramtype">void </td> |
|
90 <td class="paramname"> </td> |
|
91 <td> ) </td> |
|
92 <td width="100%"></td> |
|
93 </tr> |
|
94 </table> |
|
95 </div> |
|
96 <div class="memdoc"> |
|
97 |
|
98 <p> |
|
99 Enable interrupts |
|
100 <p> |
|
101 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>. |
|
102 <p> |
|
103 References <a class="el" href="regs_8h.html#b1b104e72affb247e036289d0fc18ac7">__asm__()</a>. |
|
104 <p> |
|
105 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>. |
|
106 <p> |
|
107 Here is the call graph for this function:<p><center><img src="interrupt_8c_987ce601d6d4c8eedd68b58db3b7811a_cgraph.png" border="0" usemap="#interrupt_8c_987ce601d6d4c8eedd68b58db3b7811a_cgraph_map" alt=""></center> |
|
108 <map name="interrupt_8c_987ce601d6d4c8eedd68b58db3b7811a_cgraph_map"> |
|
109 <area href="regs_8h.html#b1b104e72affb247e036289d0fc18ac7" shape="rect" coords="121,6,199,30" alt=""> |
|
110 </map> |
|
111 |
|
112 </div> |
|
113 </div><p> |
|
114 <hr><h2>Variable Documentation</h2> |
|
115 <a class="anchor" name="d91f20f7aab1f9071e2378a8696db736"></a><!-- doxytag: member="interrupt.c::canMsgRcv" ref="d91f20f7aab1f9071e2378a8696db736" args="" --> |
|
116 <div class="memitem"> |
|
117 <div class="memproto"> |
|
118 <table class="memname"> |
|
119 <tr> |
|
120 <td class="memname">volatile <a class="el" href="structMessage.html">Message</a> <a class="el" href="interrupt_8c.html#d91f20f7aab1f9071e2378a8696db736">canMsgRcv</a> </td> |
|
121 </tr> |
|
122 </table> |
|
123 </div> |
|
124 <div class="memdoc"> |
|
125 |
|
126 <p> |
|
127 |
|
128 </div> |
|
129 </div><p> |
|
130 <a class="anchor" name="9c5b421f784338eb10343d2724c56706"></a><!-- doxytag: member="interrupt.c::msgRecu" ref="9c5b421f784338eb10343d2724c56706" args="" --> |
|
131 <div class="memitem"> |
|
132 <div class="memproto"> |
|
133 <table class="memname"> |
|
134 <tr> |
|
135 <td class="memname">volatile char <a class="el" href="interrupt_8c.html#9c5b421f784338eb10343d2724c56706">msgRecu</a> </td> |
|
136 </tr> |
|
137 </table> |
|
138 </div> |
|
139 <div class="memdoc"> |
|
140 |
|
141 <p> |
|
142 |
|
143 </div> |
|
144 </div><p> |
|
145 <hr size="1"><address style="align: right;"><small>Generated on Fri Jun 8 08:51:42 2007 for CanFestival by |
|
146 <a href="http://www.doxygen.org/index.html"> |
|
147 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address> |
|
148 </body> |
|
149 </html> |