gnuk/ChibiOS_2.0.8/docs/html/evtimer_8h.html
2010-11-30 13:54:43 +09:00

74 lines
4.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>ChibiOS/RT: evtimer.h File Reference</title>
<link href="custom.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<table style="text-align: center; width: 100%;" border="0"
cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="width: 80px;"><img alt="ChibiOS/RT Logo" src="logo_small.png"></td>
<td><big><big>ChibiOS/RT</big></big><br><br>Architecture - Reference Manual - Guides</td>
<td style="width: 80px;"></td>
</tr>
</tbody>
</table>
<hr size="1">
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul class="tablist">
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs2">
<ul class="tablist">
<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>
<div class="header">
<div class="summary">
<a href="#nested-classes">Data Structures</a> &#124;
<a href="#define-members">Defines</a> &#124;
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<h1>evtimer.h File Reference</h1> </div>
</div>
<div class="contents">
<p>Events Generator Timer structures and macros.
<a href="#_details">More...</a></p>
<p><a href="evtimer_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="nested-classes"></a>
Data Structures</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_ev_timer.html">EvTimer</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Event timer structure. <a href="struct_ev_timer.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2><a name="define-members"></a>
Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__event__timer.html#ga610eb103e3c967651e3212dc8c3f126b">evtInit</a>(etp, time)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Initializes an <code><a class="el" href="struct_ev_timer.html" title="Event timer structure.">EvTimer</a></code> structure. <a href="group__event__timer.html#ga610eb103e3c967651e3212dc8c3f126b"></a><br/></td></tr>
<tr><td colspan="2"><h2><a name="func-members"></a>
Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__event__timer.html#gaa58fe826b42e0d64f32b6a40f54bb430">evtStart</a> (<a class="el" href="struct_ev_timer.html">EvTimer</a> *etp)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Starts the timer. <a href="group__event__timer.html#gaa58fe826b42e0d64f32b6a40f54bb430"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__event__timer.html#ga667900146fd2bc35721e072ae5b0e433">evtStop</a> (<a class="el" href="struct_ev_timer.html">EvTimer</a> *etp)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Stops the timer. <a href="group__event__timer.html#ga667900146fd2bc35721e072ae5b0e433"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Events Generator Timer structures and macros. </p>
<p>Definition in file <a class="el" href="evtimer_8h_source.html">evtimer.h</a>.</p>
</div>
<hr size="1"><address style="text-align: right;"><small>
Generated on Sun Nov 28 2010 14:09:50 for ChibiOS/RT by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.7.1</small></address>
</body>
</html>