diff options
author | Siddhesh Wani | 2017-06-30 14:10:45 +0530 |
---|---|---|
committer | GitHub | 2017-06-30 14:10:45 +0530 |
commit | ec7b617027e145730e028727bd74afb323f495af (patch) | |
tree | 798ae26a88891509424f8ade489b87cbf2af2093 /2.3-1/help/en_US/scilab_en_US_help/AVRGetTimerValue.html | |
parent | f805bc9553b3d88d7c9e7dbf59486c5da490231e (diff) | |
parent | 4c6f1a8cced5610ab5075ea61c507c1dbc25f520 (diff) | |
download | Scilab2C-ec7b617027e145730e028727bd74afb323f495af.tar.gz Scilab2C-ec7b617027e145730e028727bd74afb323f495af.tar.bz2 Scilab2C-ec7b617027e145730e028727bd74afb323f495af.zip |
Merge pull request #12 from jschandi/master
Help files and modified Raspberry Pi code conversion
Diffstat (limited to '2.3-1/help/en_US/scilab_en_US_help/AVRGetTimerValue.html')
-rw-r--r-- | 2.3-1/help/en_US/scilab_en_US_help/AVRGetTimerValue.html | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/2.3-1/help/en_US/scilab_en_US_help/AVRGetTimerValue.html b/2.3-1/help/en_US/scilab_en_US_help/AVRGetTimerValue.html new file mode 100644 index 00000000..a213dc68 --- /dev/null +++ b/2.3-1/help/en_US/scilab_en_US_help/AVRGetTimerValue.html @@ -0,0 +1,83 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <title>AVRGetTimerValue</title> + <style type="text/css" media="all"> + @import url("scilab_code.css"); + @import url("xml_code.css"); + @import url("c_code.css"); + @import url("style.css"); + </style> + </head> + <body> + <div class="manualnavbar"> + <table width="100%"><tr> + <td width="30%"> + <span class="previous"><a href="AVRDigitalSetup.html"><< AVRDigitalSetup</a></span> + + </td> + <td width="40%" class="center"> + <span class="top"><a href="section_473a2b9e79723ff76a7f243f85d2b6b8.html">Scilab 2 C Converter</a></span> + + </td> + <td width="30%" class="next"> + <span class="next"><a href="AVRPWM0SetDuty.html">AVRPWM0SetDuty >></a></span> + + </td> + </tr></table> + <hr /> + </div> + + + + <span class="path"><a href="index.html">Scilab 2 C Converter</a> >> <a href="section_473a2b9e79723ff76a7f243f85d2b6b8.html">Scilab 2 C Converter</a> > AVRGetTimerValue</span> + + <br /><br /> + <div class="refnamediv"><h1 class="refname">AVRGetTimerValue</h1> + <p class="refpurpose">Function to get timer count</p></div> + + +<div class="refsection"><h3 class="title">Parameters</h3> + <dl><dt><span class="term">timer :</span> + <dd><p class="para">timer whose current count is to be returned</p></dd></dt></dl></div> + +<div class="refsection"><h3 class="title">Description</h3> + <p class="para">This function returns the count value of a desired timer.By knowing the count value certain interrupt action can be taken.</p> + <p class="para">Timer can take the following values +<ul class="itemizedlist"><li><p class="para">0 -> for timer0</p></li> +<li><p class="para">1 -> for timer1</p></li> +<li><p class="para">2 -> for timer2</p></li></ul></p> + <p class="para">This is curretly dummy function. It provides no functionality but is required +for providing support for generating C code for AVR.</p> + <p class="para"></p></div> + +<div class="refsection"><h3 class="title">Examples</h3> + <div class="programlisting"><table border="0" width="100%"><tr><td width="98%"><pre class="scilabcode"><span class="scilabid">AVRGetTimerValue</span><span class="scilabopenclose">(</span><span class="scilabnumber">0</span><span class="scilabopenclose">)</span><span class="scilabdefault">;</span> <span class="scilabcomment">//returns present count of the TCNT0 counter</span></pre></td><td valign="top"><a href="scilab://scilab.execexample/"><img src="ScilabExecute.png" border="0"/></a></td><td valign="top"><a href="scilab://scilab.editexample/"><img src="ScilabEdit.png" border="0"/></a></td><td></td></tr></table></div></div> + +<div class="refsection"><h3 class="title">See also</h3> + <ul class="itemizedlist"><li class="member"><a href="AVRTimerSetup.html" class="link">AVRTimerSetup</a></li></ul></div> + +<div class="refsection"><h3 class="title">Authors</h3> + <ul class="itemizedlist"><li class="member">Ashish Kamble</li></ul></div> + <br /> + + <div class="manualnavbar"> + <table width="100%"> + <tr><td colspan="3" class="next"><a href="http://bugzilla.scilab.org/enter_bug.cgi?product=Scilab%20software&component=Documentation%20pages" class="ulink">Report an issue</a></td></tr> +<tr> + <td width="30%"> + <span class="previous"><a href="AVRDigitalSetup.html"><< AVRDigitalSetup</a></span> + + </td> + <td width="40%" class="center"> + <span class="top"><a href="section_473a2b9e79723ff76a7f243f85d2b6b8.html">Scilab 2 C Converter</a></span> + + </td> + <td width="30%" class="next"> + <span class="next"><a href="AVRPWM0SetDuty.html">AVRPWM0SetDuty >></a></span> + + </td> + </tr></table> + <hr /> + </div> + </body> +</html> |