|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
|
2 |
|
3 <!--Converted with LaTeX2HTML 2002-2-1 (1.71) |
|
4 original version by: Nikos Drakos, CBLU, University of Leeds |
|
5 * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan |
|
6 * with significant contributions from: |
|
7 Jens Lippmann, Marek Rouchal, Martin Wilck and others --> |
|
8 <HTML> |
|
9 <HEAD> |
|
10 <TITLE>Code for CodeWarrior</TITLE> |
|
11 <META NAME="description" CONTENT="Code for CodeWarrior"> |
|
12 <META NAME="keywords" CONTENT="manual"> |
|
13 <META NAME="resource-type" CONTENT="document"> |
|
14 <META NAME="distribution" CONTENT="global"> |
|
15 |
|
16 <META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1"> |
|
17 <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> |
|
18 |
|
19 <LINK REL="STYLESHEET" HREF="manual.css"> |
|
20 |
|
21 <LINK REL="previous" HREF="node84.html"> |
|
22 <LINK REL="up" HREF="node83.html"> |
|
23 <LINK REL="next" HREF="node86.html"> |
|
24 </HEAD> |
|
25 |
|
26 <BODY > |
|
27 |
|
28 <DIV CLASS="navigation"><!--Navigation Panel--> |
|
29 <A NAME="tex2html1281" |
|
30 HREF="node86.html"> |
|
31 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" |
|
32 SRC="/usr/share/latex2html/icons/next.png"></A> |
|
33 <A NAME="tex2html1277" |
|
34 HREF="node83.html"> |
|
35 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" |
|
36 SRC="/usr/share/latex2html/icons/up.png"></A> |
|
37 <A NAME="tex2html1273" |
|
38 HREF="node84.html"> |
|
39 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" |
|
40 SRC="/usr/share/latex2html/icons/prev.png"></A> |
|
41 <A NAME="tex2html1279" |
|
42 HREF="node1.html"> |
|
43 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" |
|
44 SRC="/usr/share/latex2html/icons/contents.png"></A> |
|
45 <BR> |
|
46 <B> Next:</B> <A NAME="tex2html1282" |
|
47 HREF="node86.html">Interrupt lock, unlock</A> |
|
48 <B> Up:</B> <A NAME="tex2html1278" |
|
49 HREF="node83.html">Interrupt functions</A> |
|
50 <B> Previous:</B> <A NAME="tex2html1274" |
|
51 HREF="node84.html">Code for GCC:</A> |
|
52 <B> <A NAME="tex2html1280" |
|
53 HREF="node1.html">Contents</A></B> |
|
54 <BR> |
|
55 <BR></DIV> |
|
56 <!--End of Navigation Panel--> |
|
57 |
|
58 <H5><A NAME="SECTION000114212000000000000"> |
|
59 Code for CodeWarrior</A> |
|
60 </H5> |
|
61 <TT> // protoype |
|
62 <BR> |
|
63 void interrupt timer3Hdl(void); |
|
64 <BR> |
|
65 // function |
|
66 <BR> |
|
67 pragma CODE_SEG__NEAR_SEG_NON_BANKED |
|
68 <BR> |
|
69 void interrupt timer3Hdl(void) |
|
70 <BR> |
|
71 {...} |
|
72 <BR> |
|
73 pragma CODE_SEG_DEFAULT</TT> |
|
74 |
|
75 <P> |
|
76 <BR><HR> |
|
77 <ADDRESS> |
|
78 epimerde |
|
79 2007-06-05 |
|
80 </ADDRESS> |
|
81 </BODY> |
|
82 </HTML> |