doc/doxygen/html/ports_8h.html
changeset 388 1c1e3599d66a
parent 387 6efc85c5493e
child 389 8a46c8432c82
equal deleted inserted replaced
387:6efc85c5493e 388:1c1e3599d66a
     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/ports.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&nbsp;Page</span></a></li>
       
    11     <li><a href="annotated.html"><span>Data&nbsp;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&nbsp;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>&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>
       
    22 <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>
       
    23 
       
    24 <p>
       
    25 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>
       
    26 <map name="include/hcs12/asm-m68hc12/ports.h_map">
       
    27 <area href="ports__def_8h.html" shape="rect" coords="271,5,431,32" alt="">
       
    28 </map>
       
    29 
       
    30 <p>
       
    31 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>
       
    32 <map name="include/hcs12/asm-m68hc12/ports.hdep_map">
       
    33 <area href="appli_8c.html" shape="rect" coords="271,5,497,32" alt="">
       
    34 </map>
       
    35 
       
    36 <p>
       
    37 <a href="ports_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
       
    38 <tr><td></td></tr>
       
    39 <tr><td colspan="2"><br><h2>Functions</h2></td></tr>
       
    40 <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>
       
    41 
       
    42 <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>
       
    43 
       
    44 <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>
       
    45 
       
    46 </table>
       
    47 <hr><h2>Function Documentation</h2>
       
    48 <a class="anchor" name="0633bbb5cbea218c029227b5171d003d"></a><!-- doxytag: member="ports.h::cop_reset" ref="0633bbb5cbea218c029227b5171d003d" args="(void)" -->
       
    49 <div class="memitem">
       
    50 <div class="memproto">
       
    51       <table class="memname">
       
    52         <tr>
       
    53           <td class="memname">void cop_reset           </td>
       
    54           <td>(</td>
       
    55           <td class="paramtype">void&nbsp;</td>
       
    56           <td class="paramname">          </td>
       
    57           <td>&nbsp;)&nbsp;</td>
       
    58           <td width="100%"><code> [inline]</code></td>
       
    59         </tr>
       
    60       </table>
       
    61 </div>
       
    62 <div class="memdoc">
       
    63 
       
    64 <p>
       
    65 
       
    66 <p>
       
    67 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>.
       
    68 <p>
       
    69 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>.
       
    70 </div>
       
    71 </div><p>
       
    72 <a class="anchor" name="11e82a3e64bca1705769a29948074aa2"></a><!-- doxytag: member="ports.h::get_timer_counter" ref="11e82a3e64bca1705769a29948074aa2" args="(void)" -->
       
    73 <div class="memitem">
       
    74 <div class="memproto">
       
    75       <table class="memname">
       
    76         <tr>
       
    77           <td class="memname">unsigned short get_timer_counter           </td>
       
    78           <td>(</td>
       
    79           <td class="paramtype">void&nbsp;</td>
       
    80           <td class="paramname">          </td>
       
    81           <td>&nbsp;)&nbsp;</td>
       
    82           <td width="100%"><code> [inline]</code></td>
       
    83         </tr>
       
    84       </table>
       
    85 </div>
       
    86 <div class="memdoc">
       
    87 
       
    88 <p>
       
    89 
       
    90 <p>
       
    91 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>.
       
    92 <p>
       
    93 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>.
       
    94 </div>
       
    95 </div><p>
       
    96 <a class="anchor" name="04afe6a709a86b0df3a0fcd20840ec52"></a><!-- doxytag: member="ports.h::set_timer_counter" ref="04afe6a709a86b0df3a0fcd20840ec52" args="(unsigned short value)" -->
       
    97 <div class="memitem">
       
    98 <div class="memproto">
       
    99       <table class="memname">
       
   100         <tr>
       
   101           <td class="memname">void set_timer_counter           </td>
       
   102           <td>(</td>
       
   103           <td class="paramtype">unsigned short&nbsp;</td>
       
   104           <td class="paramname"> <em>value</em>          </td>
       
   105           <td>&nbsp;)&nbsp;</td>
       
   106           <td width="100%"><code> [inline]</code></td>
       
   107         </tr>
       
   108       </table>
       
   109 </div>
       
   110 <div class="memdoc">
       
   111 
       
   112 <p>
       
   113 
       
   114 <p>
       
   115 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>.
       
   116 <p>
       
   117 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>.
       
   118 </div>
       
   119 </div><p>
       
   120 <hr size="1"><address style="align: right;"><small>Generated on Mon Jul 2 19:10:28 2007 for CanFestival by&nbsp;
       
   121 <a href="http://www.doxygen.org/index.html">
       
   122 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
       
   123 </body>
       
   124 </html>