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: include/hcs12/interrupt.h 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_bb27f6e70a4a8ab6966321815f15a33d.html">include</a> » <a class="el" href="dir_d760eeaaeddcf24a708a1307f60f8f4e.html">hcs12</a></div> |
|
22 <h1>interrupt.h File Reference</h1> |
|
23 <p> |
|
24 This graph shows which files directly or indirectly include this file:<p><center><img src="interrupt_8h__dep__incl.png" border="0" usemap="#include/hcs12/interrupt.hdep_map" alt=""></center> |
|
25 <map name="include/hcs12/interrupt.hdep_map"> |
|
26 <area href="appli_8c.html" shape="rect" coords="209,5,436,32" alt=""> |
|
27 </map> |
|
28 |
|
29 <p> |
|
30 <a href="interrupt_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> |
|
31 <tr><td></td></tr> |
|
32 <tr><td colspan="2"><br><h2>Functions</h2></td></tr> |
|
33 <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interrupt_8h.html#a86d31d31831be20de69b1533b4acc5b">lock</a> (void)</td></tr> |
|
34 |
|
35 <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interrupt_8h.html#8704c06a2936e68f7c25dc0c1d335cca">unlock</a> (void)</td></tr> |
|
36 |
|
37 <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interrupt_8h.html#65ceb3acb7311d7c20d54038d2ef2226">__attribute__</a> ((interrupt)) timerOvflHdl(void)</td></tr> |
|
38 |
|
39 </table> |
|
40 <hr><h2>Function Documentation</h2> |
|
41 <a class="anchor" name="65ceb3acb7311d7c20d54038d2ef2226"></a><!-- doxytag: member="interrupt.h::__attribute__" ref="65ceb3acb7311d7c20d54038d2ef2226" args="((interrupt)) timerOvflHdl(void)" --> |
|
42 <div class="memitem"> |
|
43 <div class="memproto"> |
|
44 <table class="memname"> |
|
45 <tr> |
|
46 <td class="memname">void __attribute__ </td> |
|
47 <td>(</td> |
|
48 <td class="paramtype">(interrupt) </td> |
|
49 <td class="paramname"> </td> |
|
50 <td> ) </td> |
|
51 <td width="100%"></td> |
|
52 </tr> |
|
53 </table> |
|
54 </div> |
|
55 <div class="memdoc"> |
|
56 |
|
57 <p> |
|
58 <a class="el" href="structMessage.html">Message</a> transmitted on MSCAN 0 |
|
59 <p> |
|
60 Definition at line <a class="el" href="canOpenDriver_8c-source.html#l00054">54</a> of file <a class="el" href="canOpenDriver_8c-source.html">canOpenDriver.c</a>. |
|
61 <p> |
|
62 References <a class="el" href="portsaccess_8h-source.html#l00046">IO_PORTS_16</a>, and <a class="el" href="ports__def_8h-source.html#l00119">TC4H</a>. |
|
63 </div> |
|
64 </div><p> |
|
65 <a class="anchor" name="a86d31d31831be20de69b1533b4acc5b"></a><!-- doxytag: member="interrupt.h::lock" ref="a86d31d31831be20de69b1533b4acc5b" args="(void)" --> |
|
66 <div class="memitem"> |
|
67 <div class="memproto"> |
|
68 <table class="memname"> |
|
69 <tr> |
|
70 <td class="memname">void lock </td> |
|
71 <td>(</td> |
|
72 <td class="paramtype">void </td> |
|
73 <td class="paramname"> </td> |
|
74 <td> ) </td> |
|
75 <td width="100%"></td> |
|
76 </tr> |
|
77 </table> |
|
78 </div> |
|
79 <div class="memdoc"> |
|
80 |
|
81 <p> |
|
82 Disable interrupts |
|
83 <p> |
|
84 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>. |
|
85 <p> |
|
86 References <a class="el" href="regs_8h.html#d28436d08fab91f8bebd7fd082b3f757">__asm__()</a>. |
|
87 <p> |
|
88 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>. |
|
89 <p> |
|
90 Here is the call graph for this function:<p><center><img src="interrupt_8h_a86d31d31831be20de69b1533b4acc5b_cgraph.png" border="0" usemap="#interrupt_8h_a86d31d31831be20de69b1533b4acc5b_cgraph_map" alt=""></center> |
|
91 <map name="interrupt_8h_a86d31d31831be20de69b1533b4acc5b_cgraph_map"> |
|
92 <area href="regs_8h.html#d28436d08fab91f8bebd7fd082b3f757" shape="rect" coords="99,5,168,32" alt=""> |
|
93 </map> |
|
94 |
|
95 </div> |
|
96 </div><p> |
|
97 <a class="anchor" name="8704c06a2936e68f7c25dc0c1d335cca"></a><!-- doxytag: member="interrupt.h::unlock" ref="8704c06a2936e68f7c25dc0c1d335cca" args="(void)" --> |
|
98 <div class="memitem"> |
|
99 <div class="memproto"> |
|
100 <table class="memname"> |
|
101 <tr> |
|
102 <td class="memname">void unlock </td> |
|
103 <td>(</td> |
|
104 <td class="paramtype">void </td> |
|
105 <td class="paramname"> </td> |
|
106 <td> ) </td> |
|
107 <td width="100%"></td> |
|
108 </tr> |
|
109 </table> |
|
110 </div> |
|
111 <div class="memdoc"> |
|
112 |
|
113 <p> |
|
114 Enable interrupts |
|
115 <p> |
|
116 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>. |
|
117 <p> |
|
118 References <a class="el" href="regs_8h.html#d28436d08fab91f8bebd7fd082b3f757">__asm__()</a>. |
|
119 <p> |
|
120 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>. |
|
121 <p> |
|
122 Here is the call graph for this function:<p><center><img src="interrupt_8h_8704c06a2936e68f7c25dc0c1d335cca_cgraph.png" border="0" usemap="#interrupt_8h_8704c06a2936e68f7c25dc0c1d335cca_cgraph_map" alt=""></center> |
|
123 <map name="interrupt_8h_8704c06a2936e68f7c25dc0c1d335cca_cgraph_map"> |
|
124 <area href="regs_8h.html#d28436d08fab91f8bebd7fd082b3f757" shape="rect" coords="112,5,181,32" alt=""> |
|
125 </map> |
|
126 |
|
127 </div> |
|
128 </div><p> |
|
129 <hr size="1"><address style="align: right;"><small>Generated on Mon Jul 2 19:10:29 2007 for CanFestival by |
|
130 <a href="http://www.doxygen.org/index.html"> |
|
131 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address> |
|
132 </body> |
|
133 </html> |
|