summaryrefslogtreecommitdiffstats
path: root/watch__spi_8h_source.html
diff options
context:
space:
mode:
Diffstat (limited to 'watch__spi_8h_source.html')
-rw-r--r--watch__spi_8h_source.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/watch__spi_8h_source.html b/watch__spi_8h_source.html
index 84175609..8ec1bb28 100644
--- a/watch__spi_8h_source.html
+++ b/watch__spi_8h_source.html
@@ -109,9 +109,9 @@ $(function() {
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; </div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="group__spi.html#ga20b320293d43a867233b5bedeeab07b3"> 56</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="group__spi.html#ga20b320293d43a867233b5bedeeab07b3">watch_spi_read</a>(uint8_t *buf, uint16_t length);</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; </div>
-<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="group__spi.html#ga350791f4a5eb66d0725cd418d1cd1087"> 63</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="group__spi.html#ga350791f4a5eb66d0725cd418d1cd1087">watch_spi_transfer</a>(<span class="keyword">const</span> uint8_t *data_out, uint8_t *data_in, uint16_t length);</div>
-<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; </div>
-<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;<span class="preprocessor">#endif</span></div>
+<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="group__spi.html#ga350791f4a5eb66d0725cd418d1cd1087"> 64</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="group__spi.html#ga350791f4a5eb66d0725cd418d1cd1087">watch_spi_transfer</a>(<span class="keyword">const</span> uint8_t *data_out, uint8_t *data_in, uint16_t length);</div>
+<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; </div>
+<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="ttc" id="agroup__spi_html_ga20b320293d43a867233b5bedeeab07b3"><div class="ttname"><a href="group__spi.html#ga20b320293d43a867233b5bedeeab07b3">watch_spi_read</a></div><div class="ttdeci">bool watch_spi_read(uint8_t *buf, uint16_t length)</div><div class="ttdoc">Reads a series of values from a device on the SPI bus.</div></div>
<div class="ttc" id="agroup__spi_html_ga350791f4a5eb66d0725cd418d1cd1087"><div class="ttname"><a href="group__spi.html#ga350791f4a5eb66d0725cd418d1cd1087">watch_spi_transfer</a></div><div class="ttdeci">bool watch_spi_transfer(const uint8_t *data_out, uint8_t *data_in, uint16_t length)</div><div class="ttdoc">Reads a series of values from a device on the SPI bus.</div></div>
<div class="ttc" id="agroup__spi_html_ga77252649d1551483308f312131e80dec"><div class="ttname"><a href="group__spi.html#ga77252649d1551483308f312131e80dec">watch_enable_spi</a></div><div class="ttdeci">void watch_enable_spi(void)</div><div class="ttdoc">Enables the SPI peripheral. Call this before attempting to interface with SPI devices.</div></div>