doc/doxygen/html/ports_8h.html
author etisserant
Mon, 16 Jul 2007 08:56:03 +0200
changeset 240 34654679f262
parent 215 f49e5a6b7804
permissions -rw-r--r--
Udpated doxygen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>CanFestival: include/hcs12/asm-m68hc12/ports.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.1 -->
<div class="tabs">
  <ul>
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li id="current"><a href="files.html"><span>Files</span></a></li>
    <li><a href="dirs.html"><span>Directories</span></a></li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    <li><a href="globals.html"><span>Globals</span></a></li>
  </ul></div>
<div class="nav">
<a class="el" href="dir_bb27f6e70a4a8ab6966321815f15a33d.html">include</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_d760eeaaeddcf24a708a1307f60f8f4e.html">hcs12</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_f50f21e7c9491da7555e4cb6512d498e.html">asm-m68hc12</a></div>
<h1>ports.h File Reference</h1><code>#include &lt;<a class="el" href="ports__def_8h-source.html">asm-m68hc12/ports_def.h</a>&gt;</code><br>

<p>
Include dependency graph for ports.h:<p><center><img src="ports_8h__incl.png" border="0" usemap="#include/hcs12/asm-m68hc12/ports.h_map" alt=""></center>
<map name="include/hcs12/asm-m68hc12/ports.h_map">
<area href="ports__def_8h.html" shape="rect" coords="271,5,431,32" alt="">
</map>

<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="ports_8h__dep__incl.png" border="0" usemap="#include/hcs12/asm-m68hc12/ports.hdep_map" alt=""></center>
<map name="include/hcs12/asm-m68hc12/ports.hdep_map">
<area href="appli_8c.html" shape="rect" coords="271,5,497,32" alt="">
</map>

<p>
<a href="ports_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned short&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ports_8h.html#11e82a3e64bca1705769a29948074aa2">get_timer_counter</a> (void)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ports_8h.html#04afe6a709a86b0df3a0fcd20840ec52">set_timer_counter</a> (unsigned short value)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ports_8h.html#0633bbb5cbea218c029227b5171d003d">cop_reset</a> (void)</td></tr>

</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="0633bbb5cbea218c029227b5171d003d"></a><!-- doxytag: member="ports.h::cop_reset" ref="0633bbb5cbea218c029227b5171d003d" args="(void)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void cop_reset           </td>
          <td>(</td>
          <td class="paramtype">void&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
Definition at line <a class="el" href="ports_8h-source.html#l00097">97</a> of file <a class="el" href="ports_8h-source.html">ports.h</a>.
<p>
References <a class="el" href="portsaccess_8h.html#3ff97cc4d692e20bf82d84ddadc93c55">_io_ports</a>, and <a class="el" href="ports__def_8h-source.html#l00094">ARMCOP</a>.
</div>
</div><p>
<a class="anchor" name="11e82a3e64bca1705769a29948074aa2"></a><!-- doxytag: member="ports.h::get_timer_counter" ref="11e82a3e64bca1705769a29948074aa2" args="(void)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned short get_timer_counter           </td>
          <td>(</td>
          <td class="paramtype">void&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
Definition at line <a class="el" href="ports_8h-source.html#l00083">83</a> of file <a class="el" href="ports_8h-source.html">ports.h</a>.
<p>
References <a class="el" href="portsaccess_8h.html#3ff97cc4d692e20bf82d84ddadc93c55">_io_ports</a>, and <a class="el" href="ports__def_8h-source.html#l00099">TCNTH</a>.
</div>
</div><p>
<a class="anchor" name="04afe6a709a86b0df3a0fcd20840ec52"></a><!-- doxytag: member="ports.h::set_timer_counter" ref="04afe6a709a86b0df3a0fcd20840ec52" args="(unsigned short value)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void set_timer_counter           </td>
          <td>(</td>
          <td class="paramtype">unsigned short&nbsp;</td>
          <td class="paramname"> <em>value</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
Definition at line <a class="el" href="ports_8h-source.html#l00089">89</a> of file <a class="el" href="ports_8h-source.html">ports.h</a>.
<p>
References <a class="el" href="portsaccess_8h.html#3ff97cc4d692e20bf82d84ddadc93c55">_io_ports</a>, and <a class="el" href="ports__def_8h-source.html#l00099">TCNTH</a>.
</div>
</div><p>
<hr size="1"><address style="align: right;"><small>Generated on Mon Jul 2 19:10:28 2007 for CanFestival by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
</body>
</html>