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/asm-m68hc12/portsaccess.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> » <a class="el" href="dir_f50f21e7c9491da7555e4cb6512d498e.html">asm-m68hc12</a></div>
|
215
|
22 |
<h1>portsaccess.h File Reference</h1>
|
|
23 |
<p>
|
|
24 |
This graph shows which files directly or indirectly include this file:<p><center><img src="portsaccess_8h__dep__incl.png" border="0" usemap="#include/hcs12/asm-m68hc12/portsaccess.hdep_map" alt=""></center>
|
|
25 |
<map name="include/hcs12/asm-m68hc12/portsaccess.hdep_map">
|
240
|
26 |
<area href="appli_8c.html" shape="rect" coords="305,5,532,32" alt="">
|
215
|
27 |
</map>
|
|
28 |
|
|
29 |
<p>
|
|
30 |
<a href="portsaccess_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>Defines</h2></td></tr>
|
240
|
33 |
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="portsaccess_8h.html#404819ab4502022c4943f130d7756ab8">IO_PORTS_8</a>(adr) <a class="el" href="portsaccess_8h.html#3ff97cc4d692e20bf82d84ddadc93c55">_io_ports</a>[adr]</td></tr>
|
215
|
34 |
|
240
|
35 |
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="portsaccess_8h.html#211ed1d0a2f0d5a31298728d8241fe08">IO_PORTS_16</a>(adr) *((unsigned volatile short*) (<a class="el" href="portsaccess_8h.html#3ff97cc4d692e20bf82d84ddadc93c55">_io_ports</a> + (adr)))</td></tr>
|
215
|
36 |
|
|
37 |
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
|
240
|
38 |
<tr><td class="memItemLeft" nowrap align="right" valign="top">volatile unsigned char </td><td class="memItemRight" valign="bottom"><a class="el" href="portsaccess_8h.html#3ff97cc4d692e20bf82d84ddadc93c55">_io_ports</a> []</td></tr>
|
215
|
39 |
|
|
40 |
</table>
|
|
41 |
<hr><h2>Define Documentation</h2>
|
240
|
42 |
<a class="anchor" name="211ed1d0a2f0d5a31298728d8241fe08"></a><!-- doxytag: member="portsaccess.h::IO_PORTS_16" ref="211ed1d0a2f0d5a31298728d8241fe08" args="(adr)" -->
|
215
|
43 |
<div class="memitem">
|
|
44 |
<div class="memproto">
|
|
45 |
<table class="memname">
|
|
46 |
<tr>
|
|
47 |
<td class="memname">#define IO_PORTS_16 </td>
|
|
48 |
<td>(</td>
|
|
49 |
<td class="paramtype">adr </td>
|
|
50 |
<td class="paramname"> </td>
|
|
51 |
<td> ) </td>
|
240
|
52 |
<td width="100%"> *((unsigned volatile short*) (<a class="el" href="portsaccess_8h.html#3ff97cc4d692e20bf82d84ddadc93c55">_io_ports</a> + (adr)))</td>
|
215
|
53 |
</tr>
|
|
54 |
</table>
|
|
55 |
</div>
|
|
56 |
<div class="memdoc">
|
|
57 |
|
|
58 |
<p>
|
|
59 |
|
|
60 |
<p>
|
|
61 |
Definition at line <a class="el" href="portsaccess_8h-source.html#l00046">46</a> of file <a class="el" href="portsaccess_8h-source.html">portsaccess.h</a>.
|
|
62 |
<p>
|
|
63 |
Referenced by <a class="el" href="canOpenDriver_8c-source.html#l00054">__attribute__()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00210">canAddIdToFilter()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00066">getElapsedTime()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00115">initSCI_0()</a>, and <a class="el" href="canOpenDriver_8c-source.html#l00124">initSCI_1()</a>.
|
|
64 |
</div>
|
|
65 |
</div><p>
|
240
|
66 |
<a class="anchor" name="404819ab4502022c4943f130d7756ab8"></a><!-- doxytag: member="portsaccess.h::IO_PORTS_8" ref="404819ab4502022c4943f130d7756ab8" args="(adr)" -->
|
215
|
67 |
<div class="memitem">
|
|
68 |
<div class="memproto">
|
|
69 |
<table class="memname">
|
|
70 |
<tr>
|
|
71 |
<td class="memname">#define IO_PORTS_8 </td>
|
|
72 |
<td>(</td>
|
|
73 |
<td class="paramtype">adr </td>
|
|
74 |
<td class="paramname"> </td>
|
|
75 |
<td> ) </td>
|
240
|
76 |
<td width="100%"> <a class="el" href="portsaccess_8h.html#3ff97cc4d692e20bf82d84ddadc93c55">_io_ports</a>[adr]</td>
|
215
|
77 |
</tr>
|
|
78 |
</table>
|
|
79 |
</div>
|
|
80 |
<div class="memdoc">
|
|
81 |
|
|
82 |
<p>
|
|
83 |
|
|
84 |
<p>
|
|
85 |
Definition at line <a class="el" href="portsaccess_8h-source.html#l00039">39</a> of file <a class="el" href="portsaccess_8h-source.html">portsaccess.h</a>.
|
|
86 |
<p>
|
|
87 |
Referenced by <a class="el" href="canOpenDriver_8c-source.html#l00210">canAddIdToFilter()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00266">canEnable()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00277">canInit()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00335">canInit1Filter()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00313">canInitClock()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00364">canInitFilter()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00392">canInitMode()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00401">canInitModeQ()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00410">canMsgTransmit()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00445">canSetInterrupt()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00452">canSleepMode()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00466">canSleepModeQ()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00480">canSleepWupMode()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00493">canTestInitMode()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00499">canTestSleepMode()</a>, <a class="el" href="appli_8c-source.html#l00272">gene_SYNC_initialisation()</a>, <a class="el" href="appli_8c-source.html#l00314">gene_SYNC_operational()</a>, <a class="el" href="appli_8c-source.html#l00284">gene_SYNC_preOperational()</a>, <a class="el" href="appli_8c-source.html#l00368">gene_SYNC_stopped()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00188">initPLL()</a>, <a class="el" href="appli_8c-source.html#l00149">initPortB()</a>, <a class="el" href="appli_8c-source.html#l00159">initPortH()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00115">initSCI_0()</a>, <a class="el" href="canOpenDriver_8c-source.html#l00124">initSCI_1()</a>, <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="canOpenDriver_8c-source.html#l00162">printSCI_str()</a>.
|
|
88 |
</div>
|
|
89 |
</div><p>
|
|
90 |
<hr><h2>Variable Documentation</h2>
|
240
|
91 |
<a class="anchor" name="3ff97cc4d692e20bf82d84ddadc93c55"></a><!-- doxytag: member="portsaccess.h::_io_ports" ref="3ff97cc4d692e20bf82d84ddadc93c55" args="[]" -->
|
215
|
92 |
<div class="memitem">
|
|
93 |
<div class="memproto">
|
|
94 |
<table class="memname">
|
|
95 |
<tr>
|
240
|
96 |
<td class="memname">volatile unsigned char <a class="el" href="portsaccess_8h.html#3ff97cc4d692e20bf82d84ddadc93c55">_io_ports</a>[] </td>
|
215
|
97 |
</tr>
|
|
98 |
</table>
|
|
99 |
</div>
|
|
100 |
<div class="memdoc">
|
|
101 |
|
|
102 |
<p>
|
|
103 |
|
|
104 |
<p>
|
|
105 |
Referenced by <a class="el" href="ports_8h-source.html#l00097">cop_reset()</a>, <a class="el" href="ports_8h-source.html#l00083">get_timer_counter()</a>, and <a class="el" href="ports_8h-source.html#l00089">set_timer_counter()</a>.
|
|
106 |
</div>
|
|
107 |
</div><p>
|
240
|
108 |
<hr size="1"><address style="align: right;"><small>Generated on Mon Jul 2 19:10:28 2007 for CanFestival by
|
215
|
109 |
<a href="http://www.doxygen.org/index.html">
|
|
110 |
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
111 |
</body>
|
|
112 |
</html>
|