215
|
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/canOpenDriver.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">
|
240
|
21 |
<a class="el" href="dir_bb27f6e70a4a8ab6966321815f15a33d.html">include</a> » <a class="el" href="dir_d760eeaaeddcf24a708a1307f60f8f4e.html">hcs12</a></div>
|
215
|
22 |
<h1>canOpenDriver.h File Reference</h1>
|
|
23 |
<p>
|
|
24 |
<a href="canOpenDriver_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
|
|
25 |
<tr><td></td></tr>
|
|
26 |
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
|
240
|
27 |
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="canOpenDriver_8h.html#607bd2711b85a87fce51334bb36bad1a">initTimer</a> (void)</td></tr>
|
215
|
28 |
|
240
|
29 |
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="canOpenDriver_8h.html#bf5784dcd21f08822e6c0f39d363e77c">resetTimer</a> (void)</td></tr>
|
215
|
30 |
|
240
|
31 |
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="canOpenDriver_8h.html#8531a6f26ddb090f238b8edef15d0c69">TimerLoop</a> (void)</td></tr>
|
215
|
32 |
|
240
|
33 |
<tr><td class="memItemLeft" nowrap align="right" valign="top">UNS8 </td><td class="memItemRight" valign="bottom"><a class="el" href="canOpenDriver_8h.html#e9619ed76d03ed5c17ec07267bb61f4a">f_can_receive</a> (UNS8 notused, <a class="el" href="structMessage.html">Message</a> *m)</td></tr>
|
215
|
34 |
|
|
35 |
</table>
|
|
36 |
<hr><h2>Function Documentation</h2>
|
240
|
37 |
<a class="anchor" name="e9619ed76d03ed5c17ec07267bb61f4a"></a><!-- doxytag: member="canOpenDriver.h::f_can_receive" ref="e9619ed76d03ed5c17ec07267bb61f4a" args="(UNS8 notused, Message *m)" -->
|
215
|
38 |
<div class="memitem">
|
|
39 |
<div class="memproto">
|
|
40 |
<table class="memname">
|
|
41 |
<tr>
|
|
42 |
<td class="memname">UNS8 f_can_receive </td>
|
|
43 |
<td>(</td>
|
|
44 |
<td class="paramtype">UNS8 </td>
|
|
45 |
<td class="paramname"> <em>notused</em>, </td>
|
|
46 |
</tr>
|
|
47 |
<tr>
|
|
48 |
<td class="paramkey"></td>
|
|
49 |
<td></td>
|
|
50 |
<td class="paramtype"><a class="el" href="structMessage.html">Message</a> * </td>
|
|
51 |
<td class="paramname"> <em>m</em></td><td> </td>
|
|
52 |
</tr>
|
|
53 |
<tr>
|
|
54 |
<td></td>
|
|
55 |
<td>)</td>
|
|
56 |
<td></td><td></td><td width="100%"></td>
|
|
57 |
</tr>
|
|
58 |
</table>
|
|
59 |
</div>
|
|
60 |
<div class="memdoc">
|
|
61 |
|
|
62 |
<p>
|
|
63 |
Returns 0 if no message received, 0xFF if the receiving stack is not empty. May be call in polling. You can also call canDispatch(...) in void __attribute__((interrupt)) can0HdlRcv (void) (see include/hcs12/canOpenDriver.c)
|
|
64 |
</div>
|
|
65 |
</div><p>
|
240
|
66 |
<a class="anchor" name="607bd2711b85a87fce51334bb36bad1a"></a><!-- doxytag: member="canOpenDriver.h::initTimer" ref="607bd2711b85a87fce51334bb36bad1a" args="(void)" -->
|
215
|
67 |
<div class="memitem">
|
|
68 |
<div class="memproto">
|
|
69 |
<table class="memname">
|
|
70 |
<tr>
|
|
71 |
<td class="memname">void initTimer </td>
|
|
72 |
<td>(</td>
|
|
73 |
<td class="paramtype">void </td>
|
|
74 |
<td class="paramname"> </td>
|
|
75 |
<td> ) </td>
|
|
76 |
<td width="100%"></td>
|
|
77 |
</tr>
|
|
78 |
</table>
|
|
79 |
</div>
|
|
80 |
<div class="memdoc">
|
|
81 |
|
|
82 |
<p>
|
|
83 |
|
|
84 |
<p>
|
|
85 |
Definition at line <a class="el" href="canOpenDriver_8c-source.html#l00079">79</a> of file <a class="el" href="canOpenDriver_8c-source.html">canOpenDriver.c</a>.
|
|
86 |
<p>
|
|
87 |
References <a class="el" href="portsaccess_8h-source.html#l00039">IO_PORTS_8</a>, <a class="el" href="timers__unix_8c-source.html#l00016">last_sig</a>, <a class="el" href="interrupt_8c-source.html#l00049">lock()</a>, <a class="el" href="ports__def_8h-source.html#l00103">TCTL1</a>, <a class="el" href="ports__def_8h-source.html#l00107">TIE</a>, <a class="el" href="timers__unix_8c-source.html#l00018">timer</a>, <a class="el" href="timers__unix_8c-source.html#l00030">timer_notify()</a>, <a class="el" href="ports__def_8h-source.html#l00095">TIOS</a>, <a class="el" href="ports__def_8h-source.html#l00101">TSCR1</a>, <a class="el" href="ports__def_8h-source.html#l00108">TSCR2</a>, and <a class="el" href="interrupt_8c-source.html#l00057">unlock()</a>.
|
|
88 |
<p>
|
240
|
89 |
Here is the call graph for this function:<p><center><img src="canOpenDriver_8h_607bd2711b85a87fce51334bb36bad1a_cgraph.png" border="0" usemap="#canOpenDriver_8h_607bd2711b85a87fce51334bb36bad1a_cgraph_map" alt=""></center>
|
|
90 |
<map name="canOpenDriver_8h_607bd2711b85a87fce51334bb36bad1a_cgraph_map">
|
|
91 |
<area href="interrupt_8c.html#a86d31d31831be20de69b1533b4acc5b" shape="rect" coords="148,5,191,32" alt="">
|
|
92 |
<area href="timers__unix_8c.html#40e7943587a24eae55dd73d80a913750" shape="rect" coords="125,107,213,133" alt="">
|
|
93 |
<area href="interrupt_8c.html#8704c06a2936e68f7c25dc0c1d335cca" shape="rect" coords="141,56,197,83" alt="">
|
|
94 |
<area href="regs_8h.html#d28436d08fab91f8bebd7fd082b3f757" shape="rect" coords="276,5,345,32" alt="">
|
|
95 |
<area href="timers__unix_8c.html#aa3c568288a54a9398524255602bbce8" shape="rect" coords="268,56,353,83" alt="">
|
|
96 |
<area href="timers__unix_8c.html#887d197b991c23bc11f626ae688abec7" shape="rect" coords="267,107,355,133" alt="">
|
|
97 |
<area href="timer_8c.html#7a5a515821c2e4fb2f66bac72389da00" shape="rect" coords="263,157,359,184" alt="">
|
|
98 |
<area href="canOpenDriver_8c.html#38b23a8ee3748bca3415967b90df1e15" shape="rect" coords="409,157,516,184" alt="">
|
215
|
99 |
</map>
|
|
100 |
|
|
101 |
</div>
|
|
102 |
</div><p>
|
240
|
103 |
<a class="anchor" name="bf5784dcd21f08822e6c0f39d363e77c"></a><!-- doxytag: member="canOpenDriver.h::resetTimer" ref="bf5784dcd21f08822e6c0f39d363e77c" args="(void)" -->
|
215
|
104 |
<div class="memitem">
|
|
105 |
<div class="memproto">
|
|
106 |
<table class="memname">
|
|
107 |
<tr>
|
|
108 |
<td class="memname">void resetTimer </td>
|
|
109 |
<td>(</td>
|
|
110 |
<td class="paramtype">void </td>
|
|
111 |
<td class="paramname"> </td>
|
|
112 |
<td> ) </td>
|
|
113 |
<td width="100%"></td>
|
|
114 |
</tr>
|
|
115 |
</table>
|
|
116 |
</div>
|
|
117 |
<div class="memdoc">
|
|
118 |
|
|
119 |
<p>
|
|
120 |
|
|
121 |
<p>
|
|
122 |
Definition at line <a class="el" href="canOpenDriver_8c-source.html#l00073">73</a> of file <a class="el" href="canOpenDriver_8c-source.html">canOpenDriver.c</a>.
|
|
123 |
</div>
|
|
124 |
</div><p>
|
240
|
125 |
<a class="anchor" name="8531a6f26ddb090f238b8edef15d0c69"></a><!-- doxytag: member="canOpenDriver.h::TimerLoop" ref="8531a6f26ddb090f238b8edef15d0c69" args="(void)" -->
|
215
|
126 |
<div class="memitem">
|
|
127 |
<div class="memproto">
|
|
128 |
<table class="memname">
|
|
129 |
<tr>
|
|
130 |
<td class="memname">void TimerLoop </td>
|
|
131 |
<td>(</td>
|
|
132 |
<td class="paramtype">void </td>
|
|
133 |
<td class="paramname"> </td>
|
|
134 |
<td> ) </td>
|
|
135 |
<td width="100%"></td>
|
|
136 |
</tr>
|
|
137 |
</table>
|
|
138 |
</div>
|
|
139 |
<div class="memdoc">
|
|
140 |
|
|
141 |
<p>
|
|
142 |
|
|
143 |
</div>
|
|
144 |
</div><p>
|
240
|
145 |
<hr size="1"><address style="align: right;"><small>Generated on Mon Jul 2 19:10:29 2007 for CanFestival by
|
215
|
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>
|