Skip to content

Commit

Permalink
deploy: bd4fe51
Browse files Browse the repository at this point in the history
  • Loading branch information
joeycastillo committed Oct 14, 2024
1 parent b7240ca commit 1376a4d
Show file tree
Hide file tree
Showing 46 changed files with 1,439 additions and 569 deletions.
1 change: 1 addition & 0 deletions evsys_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Event System. </p>
<dl class="section note"><dt>Note</dt><dd>The Event System has no _init or _enable functions. It is always running. </dd></dl>
</div><h2 class="groupheader">Function Documentation</h2>
<a id="a506dcdef11267257fce99f6deffc4844" name="a506dcdef11267257fce99f6deffc4844"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a506dcdef11267257fce99f6deffc4844">&#9670;&#160;</a></span>evsys_configure_channel()</h2>
Expand Down
60 changes: 30 additions & 30 deletions evsys_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,36 +83,36 @@
</div><!--header-->
<div class="contents">
<a href="evsys_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span> </div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment">/*</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> * MIT License</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment"> *</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment"> * Copyright (c) 2024 Joey Castillo</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment"> *</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment"> * Permission is hereby granted, free of charge, to any person obtaining a copy</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment"> * of this software and associated documentation files (the &quot;Software&quot;), to deal</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment"> * in the Software without restriction, including without limitation the rights</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment"> * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment"> * copies of the Software, and to permit persons to whom the Software is</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment"> * furnished to do so, subject to the following conditions:</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment"> *</span></div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment"> * The above copyright notice and this permission notice shall be included in all</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment"> * copies or substantial portions of the Software.</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="comment"> *</span></div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="comment"> * THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="comment"> * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span></div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="comment"> * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="comment"> * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span></div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="comment"> * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="comment"> * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE</span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="comment"> * SOFTWARE.</span></div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="comment"> */</span></div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> </div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="preprocessor">#pragma once</span></div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> </div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="preprocessor">#include &lt;stdint.h&gt;</span></div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="preprocessor">#include &lt;stdbool.h&gt;</span></div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> </div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span><span class="keywordtype">void</span> <a class="code hl_function" href="evsys_8h.html#a506dcdef11267257fce99f6deffc4844">evsys_configure_channel</a>(uint8_t channel, uint8_t generator, uint8_t user, <span class="keywordtype">bool</span> run_in_standby, <span class="keywordtype">bool</span> asynchronous);</div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment">/*</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment"> * MIT License</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment"> *</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment"> * Copyright (c) 2024 Joey Castillo</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment"> *</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment"> * Permission is hereby granted, free of charge, to any person obtaining a copy</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment"> * of this software and associated documentation files (the &quot;Software&quot;), to deal</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment"> * in the Software without restriction, including without limitation the rights</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment"> * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment"> * copies of the Software, and to permit persons to whom the Software is</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment"> * furnished to do so, subject to the following conditions:</span></div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment"> *</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment"> * The above copyright notice and this permission notice shall be included in all</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="comment"> * copies or substantial portions of the Software.</span></div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="comment"> *</span></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="comment"> * THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span></div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="comment"> * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="comment"> * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span></div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="comment"> * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="comment"> * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="comment"> * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE</span></div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="comment"> * SOFTWARE.</span></div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="comment"> */</span></div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> </div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="preprocessor">#pragma once</span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> </div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="preprocessor">#include &lt;stdint.h&gt;</span></div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="preprocessor">#include &lt;stdbool.h&gt;</span></div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> </div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span><span class="keywordtype">void</span> <a class="code hl_function" href="evsys_8h.html#a506dcdef11267257fce99f6deffc4844">evsys_configure_channel</a>(uint8_t channel, uint8_t generator, uint8_t user, <span class="keywordtype">bool</span> run_in_standby, <span class="keywordtype">bool</span> asynchronous);</div>
<div class="ttc" id="aevsys_8h_html_a506dcdef11267257fce99f6deffc4844"><div class="ttname"><a href="evsys_8h.html#a506dcdef11267257fce99f6deffc4844">evsys_configure_channel</a></div><div class="ttdeci">void evsys_configure_channel(uint8_t channel, uint8_t generator, uint8_t user, bool run_in_standby, bool asynchronous)</div><div class="ttdoc">Configures an event channel to route an event from a generator to a user.</div><div class="ttdef"><b>Definition</b> evsys.c:30</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
Expand Down
27 changes: 27 additions & 0 deletions globals.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
<h3><a id="index__5F" name="index__5F"></a>- _ -</h3><ul>
<li>_enable_48mhz_gclk1()&#160;:&#160;<a class="el" href="system_8h.html#af6d6cb9ca08e26e456d9ed1d425453e8">system.h</a></li>
<li>_enter_standby_mode()&#160;:&#160;<a class="el" href="system_8h.html#a436af75ad5caf82faa3497787abf4321">system.h</a></li>
<li>_sercom_clock_setup()&#160;:&#160;<a class="el" href="sercom_8h.html#a76ac345ff33c35b9e6847c719bcb00a3">sercom.h</a></li>
<li>_sercom_disable()&#160;:&#160;<a class="el" href="sercom_8h.html#abef0ed2b1af8b63d85ceb0bc2d212fc5">sercom.h</a></li>
<li>_sercom_enable()&#160;:&#160;<a class="el" href="sercom_8h.html#a2d6b4fa64e102b375f255222acb1d74a">sercom.h</a></li>
</ul>


Expand Down Expand Up @@ -210,6 +213,14 @@ <h3><a id="index_s" name="index_s"></a>- s -</h3><ul>
<li>SH110X_SETPRECHARGE&#160;:&#160;<a class="el" href="sh1107_8h.html#a5f554794057673d14c6d43fbf43cc93c">sh1107.h</a></li>
<li>SH110X_SETSTARTLINE&#160;:&#160;<a class="el" href="sh1107_8h.html#a8224628684ae3ecf84049935b2531118">sh1107.h</a></li>
<li>SH110X_SETVCOMDETECT&#160;:&#160;<a class="el" href="sh1107_8h.html#a790498436deaf2d54f8db57419bf5f2a">sh1107.h</a></li>
<li>spi_disable()&#160;:&#160;<a class="el" href="spi_8h.html#aa8d2d6d1632faf9abbe03c3ed90d54d4">spi.h</a></li>
<li>spi_disable_instance()&#160;:&#160;<a class="el" href="spi_8h.html#a3856b233dc7584708ab420d41c4816fe">spi.h</a></li>
<li>spi_enable()&#160;:&#160;<a class="el" href="spi_8h.html#a72cf41d2f19954fefd27f681d6b39532">spi.h</a></li>
<li>spi_enable_instance()&#160;:&#160;<a class="el" href="spi_8h.html#a8f1915874847b4564ab22039f2b8762f">spi.h</a></li>
<li>spi_init()&#160;:&#160;<a class="el" href="spi_8h.html#a48ef10ade34f68b96d36dee03ebc4415">spi.h</a></li>
<li>spi_init_instance()&#160;:&#160;<a class="el" href="spi_8h.html#aee8eaa5f597d774c4fc4a6f7d6d08305">spi.h</a></li>
<li>spi_transfer()&#160;:&#160;<a class="el" href="spi_8h.html#a50084189a01c481aebe4e4d1e1968910">spi.h</a></li>
<li>spi_transfer_instance()&#160;:&#160;<a class="el" href="spi_8h.html#a03d51191e1fb189fcddf1087999d58a2">spi.h</a></li>
<li>sys_init()&#160;:&#160;<a class="el" href="system_8h.html#af411a8bc6b7ed4b0af9114e10c959448">system.h</a></li>
</ul>

Expand Down Expand Up @@ -259,7 +270,23 @@ <h3><a id="index_t" name="index_t"></a>- t -</h3><ul>


<h3><a id="index_u" name="index_u"></a>- u -</h3><ul>
<li>uart_disable()&#160;:&#160;<a class="el" href="uart_8h.html#a9dbcc0696f2607e16da1f55d3b4d6d94">uart.h</a></li>
<li>uart_disable_instance()&#160;:&#160;<a class="el" href="uart_8h.html#a22b6636b750bfa7669521d5be5baed82">uart.h</a></li>
<li>uart_enable()&#160;:&#160;<a class="el" href="uart_8h.html#affcbd24efeade3b1444100dbbc614e88">uart.h</a></li>
<li>uart_enable_instance()&#160;:&#160;<a class="el" href="uart_8h.html#ad390de8c3b3ddcb3d03a36513262528d">uart.h</a></li>
<li>uart_init()&#160;:&#160;<a class="el" href="uart_8h.html#ad8f6a793347af79ca41a3363dbd3fd96">uart.h</a></li>
<li>uart_init_instance()&#160;:&#160;<a class="el" href="uart_8h.html#a9e514ab7ce443e2fd91fbe99bf8cb207">uart.h</a></li>
<li>uart_irq_handler()&#160;:&#160;<a class="el" href="uart_8h.html#a3d2a4f57b803f517096c373734ffa78b">uart.h</a></li>
<li>uart_read()&#160;:&#160;<a class="el" href="uart_8h.html#acb00b8879d87fea2a41df7f2772c916c">uart.h</a></li>
<li>uart_read_byte()&#160;:&#160;<a class="el" href="uart_8h.html#a6c3fa8ab576e34e015d469a2734d3292">uart.h</a></li>
<li>uart_read_byte_instance()&#160;:&#160;<a class="el" href="uart_8h.html#afb3971f7bde4d345bc981b87866267c9">uart.h</a></li>
<li>uart_read_instance()&#160;:&#160;<a class="el" href="uart_8h.html#a3ab7120aad2e941879ac328479d40af3">uart.h</a></li>
<li>uart_set_irda_mode()&#160;:&#160;<a class="el" href="uart_8h.html#afdbbf43dd9af325b1cae5d5318853a8d">uart.h</a></li>
<li>uart_set_irda_mode_instance()&#160;:&#160;<a class="el" href="uart_8h.html#a84eca02c048700d3f3ea086ff1e93451">uart.h</a></li>
<li>uart_set_run_in_standby()&#160;:&#160;<a class="el" href="uart_8h.html#aa034660a70fb244c2e25187509985760">uart.h</a></li>
<li>uart_set_run_in_standby_instance()&#160;:&#160;<a class="el" href="uart_8h.html#a94d5de1ee0878b0fb2d92c3626c3da22">uart.h</a></li>
<li>uart_write()&#160;:&#160;<a class="el" href="uart_8h.html#a6e0844dd68d04ca88f255b6c75326a70">uart.h</a></li>
<li>uart_write_instance()&#160;:&#160;<a class="el" href="uart_8h.html#ad53a035557ef05336ff3e45547b65861">uart.h</a></li>
</ul>


Expand Down
27 changes: 27 additions & 0 deletions globals_func.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
<h3><a id="index__5F" name="index__5F"></a>- _ -</h3><ul>
<li>_enable_48mhz_gclk1()&#160;:&#160;<a class="el" href="system_8h.html#af6d6cb9ca08e26e456d9ed1d425453e8">system.h</a></li>
<li>_enter_standby_mode()&#160;:&#160;<a class="el" href="system_8h.html#a436af75ad5caf82faa3497787abf4321">system.h</a></li>
<li>_sercom_clock_setup()&#160;:&#160;<a class="el" href="sercom_8h.html#a76ac345ff33c35b9e6847c719bcb00a3">sercom.h</a></li>
<li>_sercom_disable()&#160;:&#160;<a class="el" href="sercom_8h.html#abef0ed2b1af8b63d85ceb0bc2d212fc5">sercom.h</a></li>
<li>_sercom_enable()&#160;:&#160;<a class="el" href="sercom_8h.html#a2d6b4fa64e102b375f255222acb1d74a">sercom.h</a></li>
</ul>


Expand Down Expand Up @@ -183,6 +186,14 @@ <h3><a id="index_s" name="index_s"></a>- s -</h3><ul>
<li>set_cpu_frequency()&#160;:&#160;<a class="el" href="system_8h.html#a4f33e5a16dba970fa7064ea27287fcba">system.h</a></li>
<li>sh1107_begin()&#160;:&#160;<a class="el" href="sh1107_8h.html#aed0009c4be3de7d50eb4c7b195460c7c">sh1107.h</a></li>
<li>sh1107_update()&#160;:&#160;<a class="el" href="sh1107_8h.html#af07fc90517a99581d8fb86c73ff40270">sh1107.h</a></li>
<li>spi_disable()&#160;:&#160;<a class="el" href="spi_8h.html#aa8d2d6d1632faf9abbe03c3ed90d54d4">spi.h</a></li>
<li>spi_disable_instance()&#160;:&#160;<a class="el" href="spi_8h.html#a3856b233dc7584708ab420d41c4816fe">spi.h</a></li>
<li>spi_enable()&#160;:&#160;<a class="el" href="spi_8h.html#a72cf41d2f19954fefd27f681d6b39532">spi.h</a></li>
<li>spi_enable_instance()&#160;:&#160;<a class="el" href="spi_8h.html#a8f1915874847b4564ab22039f2b8762f">spi.h</a></li>
<li>spi_init()&#160;:&#160;<a class="el" href="spi_8h.html#a48ef10ade34f68b96d36dee03ebc4415">spi.h</a></li>
<li>spi_init_instance()&#160;:&#160;<a class="el" href="spi_8h.html#aee8eaa5f597d774c4fc4a6f7d6d08305">spi.h</a></li>
<li>spi_transfer()&#160;:&#160;<a class="el" href="spi_8h.html#a50084189a01c481aebe4e4d1e1968910">spi.h</a></li>
<li>spi_transfer_instance()&#160;:&#160;<a class="el" href="spi_8h.html#a03d51191e1fb189fcddf1087999d58a2">spi.h</a></li>
<li>sys_init()&#160;:&#160;<a class="el" href="system_8h.html#af411a8bc6b7ed4b0af9114e10c959448">system.h</a></li>
</ul>

Expand Down Expand Up @@ -230,7 +241,23 @@ <h3><a id="index_t" name="index_t"></a>- t -</h3><ul>


<h3><a id="index_u" name="index_u"></a>- u -</h3><ul>
<li>uart_disable()&#160;:&#160;<a class="el" href="uart_8h.html#a9dbcc0696f2607e16da1f55d3b4d6d94">uart.h</a></li>
<li>uart_disable_instance()&#160;:&#160;<a class="el" href="uart_8h.html#a22b6636b750bfa7669521d5be5baed82">uart.h</a></li>
<li>uart_enable()&#160;:&#160;<a class="el" href="uart_8h.html#affcbd24efeade3b1444100dbbc614e88">uart.h</a></li>
<li>uart_enable_instance()&#160;:&#160;<a class="el" href="uart_8h.html#ad390de8c3b3ddcb3d03a36513262528d">uart.h</a></li>
<li>uart_init()&#160;:&#160;<a class="el" href="uart_8h.html#ad8f6a793347af79ca41a3363dbd3fd96">uart.h</a></li>
<li>uart_init_instance()&#160;:&#160;<a class="el" href="uart_8h.html#a9e514ab7ce443e2fd91fbe99bf8cb207">uart.h</a></li>
<li>uart_irq_handler()&#160;:&#160;<a class="el" href="uart_8h.html#a3d2a4f57b803f517096c373734ffa78b">uart.h</a></li>
<li>uart_read()&#160;:&#160;<a class="el" href="uart_8h.html#acb00b8879d87fea2a41df7f2772c916c">uart.h</a></li>
<li>uart_read_byte()&#160;:&#160;<a class="el" href="uart_8h.html#a6c3fa8ab576e34e015d469a2734d3292">uart.h</a></li>
<li>uart_read_byte_instance()&#160;:&#160;<a class="el" href="uart_8h.html#afb3971f7bde4d345bc981b87866267c9">uart.h</a></li>
<li>uart_read_instance()&#160;:&#160;<a class="el" href="uart_8h.html#a3ab7120aad2e941879ac328479d40af3">uart.h</a></li>
<li>uart_set_irda_mode()&#160;:&#160;<a class="el" href="uart_8h.html#afdbbf43dd9af325b1cae5d5318853a8d">uart.h</a></li>
<li>uart_set_irda_mode_instance()&#160;:&#160;<a class="el" href="uart_8h.html#a84eca02c048700d3f3ea086ff1e93451">uart.h</a></li>
<li>uart_set_run_in_standby()&#160;:&#160;<a class="el" href="uart_8h.html#aa034660a70fb244c2e25187509985760">uart.h</a></li>
<li>uart_set_run_in_standby_instance()&#160;:&#160;<a class="el" href="uart_8h.html#a94d5de1ee0878b0fb2d92c3626c3da22">uart.h</a></li>
<li>uart_write()&#160;:&#160;<a class="el" href="uart_8h.html#a6e0844dd68d04ca88f255b6c75326a70">uart.h</a></li>
<li>uart_write_instance()&#160;:&#160;<a class="el" href="uart_8h.html#ad53a035557ef05336ff3e45547b65861">uart.h</a></li>
</ul>


Expand Down
Loading

0 comments on commit 1376a4d

Please sign in to comment.