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/error.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>error.h File Reference</h1> |
|
23 <p> |
|
24 <a href="error_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>Defines</h2></td></tr> |
|
27 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="error_8h.html#6679d0d44a5e626452c05184bb9f2c3a">ERR_CAN_ADD_ID_TO_FILTER</a> "1 Not in init mode"</td></tr> |
|
28 |
|
29 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="error_8h.html#aa8dad85d9d7945d8b1dd00616b4923e">ERR_CAN_INIT_CLOCK</a> "4 Not in init mode"</td></tr> |
|
30 |
|
31 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="error_8h.html#f448216a6fbc0893a0600443e8560ed0">ERR_CAN_INIT_1_FILTER</a> "5 Not in init mode"</td></tr> |
|
32 |
|
33 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="error_8h.html#e5f0bf1251827a60f683301e6d764cfb">ERR_CAN_INIT_FILTER</a> "6 Not in init mode"</td></tr> |
|
34 |
|
35 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="error_8h.html#8d8cd263997c815e7ab89b499ca9bfcc">ERR_CAN_MSG_TRANSMIT</a> "7 No buffer free "</td></tr> |
|
36 |
|
37 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="error_8h.html#96ca03ef3e3ebe8d7f5dac671cfb9cef">ERR_CAN_SLEEP_MODE</a> "8 Is in init mode"</td></tr> |
|
38 |
|
39 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="error_8h.html#ff05eabe53777b2ec33fa0ef57bd5d67">ERR_CAN_SLEEP_MODE_Q</a> "9 Is in init mode"</td></tr> |
|
40 |
|
41 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="error_8h.html#e738bcac5f266b97e659de4c1ca96444">ERR_CAN_SLEEP_WUP_MODE</a> "10 Is in init mode"</td></tr> |
|
42 |
|
43 <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="error_8h.html#0fe567405b6ba8bf998e010b03d2ba02">ERR_CAN0HDLRCV_STACK_FULL</a> "11 Stack R full"</td></tr> |
|
44 |
|
45 </table> |
|
46 <hr><h2>Define Documentation</h2> |
|
47 <a class="anchor" name="0fe567405b6ba8bf998e010b03d2ba02"></a><!-- doxytag: member="error.h::ERR_CAN0HDLRCV_STACK_FULL" ref="0fe567405b6ba8bf998e010b03d2ba02" args="" --> |
|
48 <div class="memitem"> |
|
49 <div class="memproto"> |
|
50 <table class="memname"> |
|
51 <tr> |
|
52 <td class="memname">#define ERR_CAN0HDLRCV_STACK_FULL "11 Stack R full" </td> |
|
53 </tr> |
|
54 </table> |
|
55 </div> |
|
56 <div class="memdoc"> |
|
57 |
|
58 <p> |
|
59 |
|
60 <p> |
|
61 Definition at line <a class="el" href="error_8h-source.html#l00035">35</a> of file <a class="el" href="error_8h-source.html">error.h</a>. |
|
62 </div> |
|
63 </div><p> |
|
64 <a class="anchor" name="6679d0d44a5e626452c05184bb9f2c3a"></a><!-- doxytag: member="error.h::ERR_CAN_ADD_ID_TO_FILTER" ref="6679d0d44a5e626452c05184bb9f2c3a" args="" --> |
|
65 <div class="memitem"> |
|
66 <div class="memproto"> |
|
67 <table class="memname"> |
|
68 <tr> |
|
69 <td class="memname">#define ERR_CAN_ADD_ID_TO_FILTER "1 Not in init mode" </td> |
|
70 </tr> |
|
71 </table> |
|
72 </div> |
|
73 <div class="memdoc"> |
|
74 |
|
75 <p> |
|
76 |
|
77 <p> |
|
78 Definition at line <a class="el" href="error_8h-source.html#l00027">27</a> of file <a class="el" href="error_8h-source.html">error.h</a>. |
|
79 </div> |
|
80 </div><p> |
|
81 <a class="anchor" name="f448216a6fbc0893a0600443e8560ed0"></a><!-- doxytag: member="error.h::ERR_CAN_INIT_1_FILTER" ref="f448216a6fbc0893a0600443e8560ed0" args="" --> |
|
82 <div class="memitem"> |
|
83 <div class="memproto"> |
|
84 <table class="memname"> |
|
85 <tr> |
|
86 <td class="memname">#define ERR_CAN_INIT_1_FILTER "5 Not in init mode" </td> |
|
87 </tr> |
|
88 </table> |
|
89 </div> |
|
90 <div class="memdoc"> |
|
91 |
|
92 <p> |
|
93 |
|
94 <p> |
|
95 Definition at line <a class="el" href="error_8h-source.html#l00029">29</a> of file <a class="el" href="error_8h-source.html">error.h</a>. |
|
96 </div> |
|
97 </div><p> |
|
98 <a class="anchor" name="aa8dad85d9d7945d8b1dd00616b4923e"></a><!-- doxytag: member="error.h::ERR_CAN_INIT_CLOCK" ref="aa8dad85d9d7945d8b1dd00616b4923e" args="" --> |
|
99 <div class="memitem"> |
|
100 <div class="memproto"> |
|
101 <table class="memname"> |
|
102 <tr> |
|
103 <td class="memname">#define ERR_CAN_INIT_CLOCK "4 Not in init mode" </td> |
|
104 </tr> |
|
105 </table> |
|
106 </div> |
|
107 <div class="memdoc"> |
|
108 |
|
109 <p> |
|
110 |
|
111 <p> |
|
112 Definition at line <a class="el" href="error_8h-source.html#l00028">28</a> of file <a class="el" href="error_8h-source.html">error.h</a>. |
|
113 </div> |
|
114 </div><p> |
|
115 <a class="anchor" name="e5f0bf1251827a60f683301e6d764cfb"></a><!-- doxytag: member="error.h::ERR_CAN_INIT_FILTER" ref="e5f0bf1251827a60f683301e6d764cfb" args="" --> |
|
116 <div class="memitem"> |
|
117 <div class="memproto"> |
|
118 <table class="memname"> |
|
119 <tr> |
|
120 <td class="memname">#define ERR_CAN_INIT_FILTER "6 Not in init mode" </td> |
|
121 </tr> |
|
122 </table> |
|
123 </div> |
|
124 <div class="memdoc"> |
|
125 |
|
126 <p> |
|
127 |
|
128 <p> |
|
129 Definition at line <a class="el" href="error_8h-source.html#l00030">30</a> of file <a class="el" href="error_8h-source.html">error.h</a>. |
|
130 </div> |
|
131 </div><p> |
|
132 <a class="anchor" name="8d8cd263997c815e7ab89b499ca9bfcc"></a><!-- doxytag: member="error.h::ERR_CAN_MSG_TRANSMIT" ref="8d8cd263997c815e7ab89b499ca9bfcc" args="" --> |
|
133 <div class="memitem"> |
|
134 <div class="memproto"> |
|
135 <table class="memname"> |
|
136 <tr> |
|
137 <td class="memname">#define ERR_CAN_MSG_TRANSMIT "7 No buffer free " </td> |
|
138 </tr> |
|
139 </table> |
|
140 </div> |
|
141 <div class="memdoc"> |
|
142 |
|
143 <p> |
|
144 |
|
145 <p> |
|
146 Definition at line <a class="el" href="error_8h-source.html#l00031">31</a> of file <a class="el" href="error_8h-source.html">error.h</a>. |
|
147 </div> |
|
148 </div><p> |
|
149 <a class="anchor" name="96ca03ef3e3ebe8d7f5dac671cfb9cef"></a><!-- doxytag: member="error.h::ERR_CAN_SLEEP_MODE" ref="96ca03ef3e3ebe8d7f5dac671cfb9cef" args="" --> |
|
150 <div class="memitem"> |
|
151 <div class="memproto"> |
|
152 <table class="memname"> |
|
153 <tr> |
|
154 <td class="memname">#define ERR_CAN_SLEEP_MODE "8 Is in init mode" </td> |
|
155 </tr> |
|
156 </table> |
|
157 </div> |
|
158 <div class="memdoc"> |
|
159 |
|
160 <p> |
|
161 |
|
162 <p> |
|
163 Definition at line <a class="el" href="error_8h-source.html#l00032">32</a> of file <a class="el" href="error_8h-source.html">error.h</a>. |
|
164 </div> |
|
165 </div><p> |
|
166 <a class="anchor" name="ff05eabe53777b2ec33fa0ef57bd5d67"></a><!-- doxytag: member="error.h::ERR_CAN_SLEEP_MODE_Q" ref="ff05eabe53777b2ec33fa0ef57bd5d67" args="" --> |
|
167 <div class="memitem"> |
|
168 <div class="memproto"> |
|
169 <table class="memname"> |
|
170 <tr> |
|
171 <td class="memname">#define ERR_CAN_SLEEP_MODE_Q "9 Is in init mode" </td> |
|
172 </tr> |
|
173 </table> |
|
174 </div> |
|
175 <div class="memdoc"> |
|
176 |
|
177 <p> |
|
178 |
|
179 <p> |
|
180 Definition at line <a class="el" href="error_8h-source.html#l00033">33</a> of file <a class="el" href="error_8h-source.html">error.h</a>. |
|
181 </div> |
|
182 </div><p> |
|
183 <a class="anchor" name="e738bcac5f266b97e659de4c1ca96444"></a><!-- doxytag: member="error.h::ERR_CAN_SLEEP_WUP_MODE" ref="e738bcac5f266b97e659de4c1ca96444" args="" --> |
|
184 <div class="memitem"> |
|
185 <div class="memproto"> |
|
186 <table class="memname"> |
|
187 <tr> |
|
188 <td class="memname">#define ERR_CAN_SLEEP_WUP_MODE "10 Is in init mode" </td> |
|
189 </tr> |
|
190 </table> |
|
191 </div> |
|
192 <div class="memdoc"> |
|
193 |
|
194 <p> |
|
195 |
|
196 <p> |
|
197 Definition at line <a class="el" href="error_8h-source.html#l00034">34</a> of file <a class="el" href="error_8h-source.html">error.h</a>. |
|
198 </div> |
|
199 </div><p> |
|
200 <hr size="1"><address style="align: right;"><small>Generated on Mon Jul 2 19:10:29 2007 for CanFestival by |
|
201 <a href="http://www.doxygen.org/index.html"> |
|
202 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address> |
|
203 </body> |
|
204 </html> |
|