Updated docu.
This commit is contained in:
@@ -116,6 +116,12 @@ Functions</h2></td></tr>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p>Definition at line <a class="el" href="system_8c_source.html#l00026">26</a> of file <a class="el" href="system_8c_source.html">system.c</a>.</p>
|
||||
<div class="fragment"><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> {</div>
|
||||
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  <a class="code" href="group__ll__system.html#ga02dc69a2258a680c99ace8167652ea91">ll_system_delay</a>(msec);</div>
|
||||
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> }</div>
|
||||
<div class="ttc" id="group__ll__system_html_ga02dc69a2258a680c99ace8167652ea91"><div class="ttname"><a href="group__ll__system.html#ga02dc69a2258a680c99ace8167652ea91">ll_system_delay</a></div><div class="ttdeci">void ll_system_delay(uint32_t msec)</div></div>
|
||||
</div><!-- fragment -->
|
||||
<p><div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -141,6 +147,12 @@ Here is the call graph for this function:</div>
|
||||
</div><div class="memdoc">
|
||||
<p>Initializes the system. Call this method at the start of your <a class="el" href="group__app.html#ga8c6e58bb7e2a0dcf8537fc940ebfa385">app_init()</a> function and before using any system_* functions </p><dl class="section return"><dt>Returns</dt><dd>true on success </dd></dl>
|
||||
|
||||
<p>Definition at line <a class="el" href="system_8c_source.html#l00021">21</a> of file <a class="el" href="system_8c_source.html">system.c</a>.</p>
|
||||
<div class="fragment"><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> {</div>
|
||||
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  <span class="keywordflow">return</span> <a class="code" href="group__ll__system.html#gad6c3b701d60604cc59b68e1af81c8f85">ll_system_init</a>();</div>
|
||||
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> }</div>
|
||||
<div class="ttc" id="group__ll__system_html_gad6c3b701d60604cc59b68e1af81c8f85"><div class="ttname"><a href="group__ll__system.html#gad6c3b701d60604cc59b68e1af81c8f85">ll_system_init</a></div><div class="ttdeci">bool ll_system_init()</div></div>
|
||||
</div><!-- fragment -->
|
||||
<p><div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -175,6 +187,12 @@ Here is the caller graph for this function:</div>
|
||||
</div><div class="memdoc">
|
||||
<p>Executes pending system events (like handling usb, timers etc). Call this somewhere in <a class="el" href="group__app.html#ga071d403b77a003f23a0d2ab1fbb67a36">app_process()</a>. </p>
|
||||
|
||||
<p>Definition at line <a class="el" href="system_8c_source.html#l00031">31</a> of file <a class="el" href="system_8c_source.html">system.c</a>.</p>
|
||||
<div class="fragment"><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> {</div>
|
||||
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <a class="code" href="group__ll__system.html#ga1314af5893cdde97e48bf135b6996b1c">ll_system_process</a>();</div>
|
||||
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> }</div>
|
||||
<div class="ttc" id="group__ll__system_html_ga1314af5893cdde97e48bf135b6996b1c"><div class="ttname"><a href="group__ll__system.html#ga1314af5893cdde97e48bf135b6996b1c">ll_system_process</a></div><div class="ttdeci">void ll_system_process()</div></div>
|
||||
</div><!-- fragment -->
|
||||
<p><div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -209,6 +227,12 @@ Here is the caller graph for this function:</div>
|
||||
</div><div class="memdoc">
|
||||
<p>Toggles a Status Led. Use this function for debugging or to show activity </p>
|
||||
|
||||
<p>Definition at line <a class="el" href="system_8c_source.html#l00036">36</a> of file <a class="el" href="system_8c_source.html">system.c</a>.</p>
|
||||
<div class="fragment"><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> {</div>
|
||||
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <a class="code" href="group__ll__system.html#ga619ececb655f5b1bf378ced866103952">ll_system_toggle_led</a>();</div>
|
||||
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> }</div>
|
||||
<div class="ttc" id="group__ll__system_html_ga619ececb655f5b1bf378ced866103952"><div class="ttname"><a href="group__ll__system.html#ga619ececb655f5b1bf378ced866103952">ll_system_toggle_led</a></div><div class="ttdeci">void ll_system_toggle_led()</div></div>
|
||||
</div><!-- fragment -->
|
||||
<p><div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
@@ -223,7 +247,7 @@ Here is the call graph for this function:</div>
|
||||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.9.1
|
||||
</small></address>
|
||||
|
||||
Reference in New Issue
Block a user