<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>RadioLib: src/modules/CC1101/CC1101.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr id="projectrow">
  <td id="projectalign">
   <div id="projectname">RadioLib
   </div>
   <div id="projectbrief">Universal wireless communication library for Arduino</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('_c_c1101_8h_source.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>

<div class="header">
  <div class="headertitle"><div class="title">CC1101.h</div></div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno">    1</span><span class="preprocessor">#if !defined(_RADIOLIB_CC1101_H) &amp;&amp; !RADIOLIB_EXCLUDE_CC1101</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno">    2</span><span class="preprocessor">#define _RADIOLIB_CC1101_H</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno">    3</span> </div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno">    4</span><span class="preprocessor">#include &quot;../../TypeDef.h&quot;</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno">    5</span><span class="preprocessor">#include &quot;../../Module.h&quot;</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno">    6</span> </div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno">    7</span><span class="preprocessor">#include &quot;../../protocols/PhysicalLayer/PhysicalLayer.h&quot;</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno">    8</span> </div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno">    9</span><span class="comment">// CC1101 physical layer properties</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno">   10</span><span class="preprocessor">#define RADIOLIB_CC1101_FREQUENCY_STEP_SIZE                     396.7285156</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno">   11</span><span class="preprocessor">#define RADIOLIB_CC1101_MAX_PACKET_LENGTH                       64</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno">   12</span><span class="preprocessor">#define RADIOLIB_CC1101_CRYSTAL_FREQ                            26.0f</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno">   13</span><span class="preprocessor">#define RADIOLIB_CC1101_DIV_EXPONENT                            16</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno">   14</span> </div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno">   15</span><span class="comment">// CC1101 SPI commands</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno">   16</span><span class="preprocessor">#define RADIOLIB_CC1101_CMD_READ                                0b10000000</span></div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno">   17</span><span class="preprocessor">#define RADIOLIB_CC1101_CMD_WRITE                               0b00000000</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno">   18</span><span class="preprocessor">#define RADIOLIB_CC1101_CMD_BURST                               0b01000000</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno">   19</span><span class="preprocessor">#define RADIOLIB_CC1101_CMD_ACCESS_STATUS_REG                   0b01000000</span></div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno">   20</span><span class="preprocessor">#define RADIOLIB_CC1101_CMD_FIFO_RX                             0b10000000</span></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno">   21</span><span class="preprocessor">#define RADIOLIB_CC1101_CMD_FIFO_TX                             0b00000000</span></div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno">   22</span><span class="preprocessor">#define RADIOLIB_CC1101_CMD_RESET                               0x30</span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno">   23</span><span class="preprocessor">#define RADIOLIB_CC1101_CMD_FSTXON                              0x31</span></div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno">   24</span><span class="preprocessor">#define RADIOLIB_CC1101_CMD_XOFF                                0x32</span></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno">   25</span><span class="preprocessor">#define RADIOLIB_CC1101_CMD_CAL                                 0x33</span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno">   26</span><span class="preprocessor">#define RADIOLIB_CC1101_CMD_RX                                  0x34</span></div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno">   27</span><span class="preprocessor">#define RADIOLIB_CC1101_CMD_TX                                  0x35</span></div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno">   28</span><span class="preprocessor">#define RADIOLIB_CC1101_CMD_IDLE                                0x36</span></div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno">   29</span><span class="preprocessor">#define RADIOLIB_CC1101_CMD_WOR                                 0x38</span></div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno">   30</span><span class="preprocessor">#define RADIOLIB_CC1101_CMD_POWER_DOWN                          0x39</span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno">   31</span><span class="preprocessor">#define RADIOLIB_CC1101_CMD_FLUSH_RX                            0x3A</span></div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno">   32</span><span class="preprocessor">#define RADIOLIB_CC1101_CMD_FLUSH_TX                            0x3B</span></div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno">   33</span><span class="preprocessor">#define RADIOLIB_CC1101_CMD_WOR_RESET                           0x3C</span></div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno">   34</span><span class="preprocessor">#define RADIOLIB_CC1101_CMD_NOP                                 0x3D</span></div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno">   35</span> </div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno">   36</span><span class="comment">// CC1101 register map</span></div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno">   37</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_IOCFG2                              0x00</span></div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno">   38</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_IOCFG1                              0x01</span></div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno">   39</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_IOCFG0                              0x02</span></div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno">   40</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_FIFOTHR                             0x03</span></div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno">   41</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_SYNC1                               0x04</span></div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno">   42</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_SYNC0                               0x05</span></div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno">   43</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_PKTLEN                              0x06</span></div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno">   44</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_PKTCTRL1                            0x07</span></div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno">   45</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_PKTCTRL0                            0x08</span></div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno">   46</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_ADDR                                0x09</span></div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno">   47</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_CHANNR                              0x0A</span></div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno">   48</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_FSCTRL1                             0x0B</span></div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno">   49</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_FSCTRL0                             0x0C</span></div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno">   50</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_FREQ2                               0x0D</span></div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno">   51</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_FREQ1                               0x0E</span></div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno">   52</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_FREQ0                               0x0F</span></div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno">   53</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_MDMCFG4                             0x10</span></div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno">   54</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_MDMCFG3                             0x11</span></div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno">   55</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_MDMCFG2                             0x12</span></div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno">   56</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_MDMCFG1                             0x13</span></div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno">   57</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_MDMCFG0                             0x14</span></div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno">   58</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_DEVIATN                             0x15</span></div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno">   59</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_MCSM2                               0x16</span></div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno">   60</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_MCSM1                               0x17</span></div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno">   61</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_MCSM0                               0x18</span></div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno">   62</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_FOCCFG                              0x19</span></div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno">   63</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_BSCFG                               0x1A</span></div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno">   64</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_AGCCTRL2                            0x1B</span></div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno">   65</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_AGCCTRL1                            0x1C</span></div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno">   66</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_AGCCTRL0                            0x1D</span></div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno">   67</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_WOREVT1                             0x1E</span></div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno">   68</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_WOREVT0                             0x1F</span></div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno">   69</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_WORCTRL                             0x20</span></div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno">   70</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_FREND1                              0x21</span></div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno">   71</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_FREND0                              0x22</span></div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno">   72</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_FSCAL3                              0x23</span></div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno">   73</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_FSCAL2                              0x24</span></div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno">   74</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_FSCAL1                              0x25</span></div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno">   75</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_FSCAL0                              0x26</span></div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno">   76</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_RCCTRL1                             0x27</span></div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno">   77</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_RCCTRL0                             0x28</span></div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno">   78</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_FSTEST                              0x29</span></div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno">   79</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_PTEST                               0x2A</span></div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno">   80</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_AGCTEST                             0x2B</span></div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno">   81</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_TEST2                               0x2C</span></div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno">   82</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_TEST1                               0x2D</span></div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno">   83</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_TEST0                               0x2E</span></div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno">   84</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_PARTNUM                             0x30</span></div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno">   85</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_VERSION                             0x31</span></div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno">   86</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_FREQEST                             0x32</span></div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno">   87</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_LQI                                 0x33</span></div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno">   88</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_RSSI                                0x34</span></div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno">   89</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_MARCSTATE                           0x35</span></div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno">   90</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_WORTIME1                            0x36</span></div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno">   91</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_WORTIME0                            0x37</span></div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno">   92</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_PKTSTATUS                           0x38</span></div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno">   93</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_VCO_VC_DAC                          0x39</span></div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno">   94</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_TXBYTES                             0x3A</span></div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno">   95</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_RXBYTES                             0x3B</span></div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno">   96</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_RCCTRL1_STATUS                      0x3C</span></div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno">   97</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_RCCTRL0_STATUS                      0x3D</span></div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno">   98</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_PATABLE                             0x3E</span></div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno">   99</span><span class="preprocessor">#define RADIOLIB_CC1101_REG_FIFO                                0x3F</span></div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno">  100</span> </div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno">  101</span><span class="comment">// status byte (returned during SPI transactions)                             MSB   LSB   DESCRIPTION</span></div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno">  102</span><span class="preprocessor">#define RADIOLIB_CC1101_STATUS_CHIP_READY                       0b00000000  </span><span class="comment">//  7     7   chip ready</span></div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno">  103</span><span class="preprocessor">#define RADIOLIB_CC1101_STATUS_CHIP_NOT_READY                   0b10000000  </span><span class="comment">//  7     7   chip not ready (power/crystal not stable)</span></div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno">  104</span><span class="preprocessor">#define RADIOLIB_CC1101_STATUS_IDLE                             0b00000000  </span><span class="comment">//  6     4   idle</span></div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno">  105</span><span class="preprocessor">#define RADIOLIB_CC1101_STATUS_RX                               0b00010000  </span><span class="comment">//  6     4   Rx</span></div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno">  106</span><span class="preprocessor">#define RADIOLIB_CC1101_STATUS_TX                               0b00100000  </span><span class="comment">//  6     4   Tx</span></div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno">  107</span><span class="preprocessor">#define RADIOLIB_CC1101_STATUS_FSTXON                           0b00110000  </span><span class="comment">//  6     4   Fast Tx ready</span></div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno">  108</span><span class="preprocessor">#define RADIOLIB_CC1101_STATUS_CALIBRATE                        0b01000000  </span><span class="comment">//  6     4   synthesizer calibration running</span></div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno">  109</span><span class="preprocessor">#define RADIOLIB_CC1101_STATUS_SETTLING                         0b01010000  </span><span class="comment">//  6     4   PLL settling</span></div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno">  110</span><span class="preprocessor">#define RADIOLIB_CC1101_STATUS_RXFIFO_OVERFLOW                  0b01100000  </span><span class="comment">//  6     4   Rx FIFO overflow</span></div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno">  111</span><span class="preprocessor">#define RADIOLIB_CC1101_STATUS_TXFIFO_UNDERFLOW                 0b01110000  </span><span class="comment">//  6     4   Tx FIFO underflow</span></div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno">  112</span> </div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno">  113</span><span class="comment">// RADIOLIB_CC1101_REG_IOCFG2</span></div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno">  114</span><span class="preprocessor">#define RADIOLIB_CC1101_GDO2_NORM                               0b00000000  </span><span class="comment">//  6     6   GDO2 output: active high (default)</span></div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno">  115</span><span class="preprocessor">#define RADIOLIB_CC1101_GDO2_INV                                0b01000000  </span><span class="comment">//  6     6                active low</span></div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno">  116</span> </div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno">  117</span><span class="comment">// RADIOLIB_CC1101_REG_IOCFG1</span></div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno">  118</span><span class="preprocessor">#define RADIOLIB_CC1101_GDO_DS_LOW                              0b00000000  </span><span class="comment">//  7     7   GDOx output drive strength: low (default)</span></div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno">  119</span><span class="preprocessor">#define RADIOLIB_CC1101_GDO_DS_HIGH                             0b10000000  </span><span class="comment">//  7     7                               high</span></div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno">  120</span><span class="preprocessor">#define RADIOLIB_CC1101_GDO1_NORM                               0b00000000  </span><span class="comment">//  6     6   GDO1 output: active high (default)</span></div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno">  121</span><span class="preprocessor">#define RADIOLIB_CC1101_GDO1_INV                                0b01000000  </span><span class="comment">//  6     6                active low</span></div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno">  122</span> </div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno">  123</span><span class="comment">// RADIOLIB_CC1101_REG_IOCFG0</span></div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno">  124</span><span class="preprocessor">#define RADIOLIB_CC1101_GDO0_TEMP_SENSOR_OFF                    0b00000000  </span><span class="comment">//  7     7   analog temperature sensor output: disabled (default)</span></div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno">  125</span><span class="preprocessor">#define RADIOLIB_CC1101_GDO0_TEMP_SENSOR_ON                     0b10000000  </span><span class="comment">//  7     7                                     enabled</span></div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno">  126</span><span class="preprocessor">#define RADIOLIB_CC1101_GDO0_NORM                               0b00000000  </span><span class="comment">//  6     6   GDO0 output: active high (default)</span></div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno">  127</span><span class="preprocessor">#define RADIOLIB_CC1101_GDO0_INV                                0b01000000  </span><span class="comment">//  6     6                active low</span></div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno">  128</span> </div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno">  129</span><span class="comment">// RADIOLIB_CC1101_REG_IOCFG2 + REG_IOCFG1 + REG_IOCFG0</span></div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno">  130</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_RX_FIFO_FULL                       0x00        </span><span class="comment">//  5     0   Rx FIFO full or above threshold</span></div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno">  131</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_RX_FIFO_FULL_OR_PKT_END            0x01        </span><span class="comment">//  5     0   Rx FIFO full or above threshold or reached packet end</span></div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno">  132</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_TX_FIFO_ABOVE_THR                  0x02        </span><span class="comment">//  5     0   Tx FIFO above threshold</span></div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno">  133</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_TX_FIFO_FULL                       0x03        </span><span class="comment">//  5     0   Tx FIFO full</span></div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno">  134</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_RX_FIFO_OVERFLOW                   0x04        </span><span class="comment">//  5     0   Rx FIFO overflowed</span></div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno">  135</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_TX_FIFO_UNDERFLOW                  0x05        </span><span class="comment">//  5     0   Tx FIFO underflowed</span></div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno">  136</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_SYNC_WORD_SENT_OR_PKT_RECEIVED     0x06        </span><span class="comment">//  5     0   sync word was sent or packet was received</span></div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno">  137</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_PKT_RECEIVED_CRC_OK                0x07        </span><span class="comment">//  5     0   packet received and CRC check passed</span></div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno">  138</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_PREAMBLE_QUALITY_REACHED           0x08        </span><span class="comment">//  5     0   received preamble quality is above threshold</span></div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno">  139</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CHANNEL_CLEAR                      0x09        </span><span class="comment">//  5     0   RSSI level below threshold (channel is clear)</span></div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno">  140</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_PLL_LOCKED                         0x0A        </span><span class="comment">//  5     0   PLL is locked</span></div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno">  141</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_SERIAL_CLOCK                       0x0B        </span><span class="comment">//  5     0   serial data clock</span></div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno">  142</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_SERIAL_DATA_SYNC                   0x0C        </span><span class="comment">//  5     0   serial data output in: synchronous mode</span></div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno">  143</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_SERIAL_DATA_ASYNC                  0x0D        </span><span class="comment">//  5     0                          asynchronous mode</span></div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno">  144</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CARRIER_SENSE                      0x0E        </span><span class="comment">//  5     0   RSSI above threshold</span></div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno">  145</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CRC_OK                             0x0F        </span><span class="comment">//  5     0   CRC check passed</span></div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno">  146</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_RX_HARD_DATA1                      0x16        </span><span class="comment">//  5     0   direct access to demodulated data</span></div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno">  147</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_RX_HARD_DATA0                      0x17        </span><span class="comment">//  5     0   direct access to demodulated data</span></div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno">  148</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_PA_PD                              0x1B        </span><span class="comment">//  5     0   power amplifier circuit is powered down</span></div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno">  149</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_LNA_PD                             0x1C        </span><span class="comment">//  5     0   low-noise amplifier circuit is powered down</span></div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno">  150</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_RX_SYMBOL_TICK                     0x1D        </span><span class="comment">//  5     0   direct access to symbol tick of received data</span></div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno">  151</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_WOR_EVNT0                          0x24        </span><span class="comment">//  5     0   wake-on-radio event 0</span></div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno">  152</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_WOR_EVNT1                          0x25        </span><span class="comment">//  5     0   wake-on-radio event 1</span></div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno">  153</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CLK_256                            0x26        </span><span class="comment">//  5     0   256 Hz clock</span></div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno">  154</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CLK_32K                            0x27        </span><span class="comment">//  5     0   32 kHz clock</span></div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno">  155</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CHIP_RDYN                          0x29        </span><span class="comment">//  5     0    (default for GDO2)</span></div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno">  156</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_XOSC_STABLE                        0x2B        </span><span class="comment">//  5     0</span></div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno">  157</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_HIGH_Z                             0x2E        </span><span class="comment">//  5     0   high impedance state (default for GDO1)</span></div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno">  158</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_HW_TO_0                            0x2F        </span><span class="comment">//  5     0</span></div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno">  159</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CLOCK_XOSC_1                       0x30        </span><span class="comment">//  5     0   crystal oscillator clock: f = f(XOSC)/1</span></div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno">  160</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CLOCK_XOSC_1_5                     0x31        </span><span class="comment">//  5     0                             f = f(XOSC)/1.5</span></div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno">  161</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CLOCK_XOSC_2                       0x32        </span><span class="comment">//  5     0                             f = f(XOSC)/2</span></div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno">  162</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CLOCK_XOSC_3                       0x33        </span><span class="comment">//  5     0                             f = f(XOSC)/3</span></div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno">  163</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CLOCK_XOSC_4                       0x34        </span><span class="comment">//  5     0                             f = f(XOSC)/4</span></div>
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno">  164</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CLOCK_XOSC_6                       0x35        </span><span class="comment">//  5     0                             f = f(XOSC)/6</span></div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno">  165</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CLOCK_XOSC_8                       0x36        </span><span class="comment">//  5     0                             f = f(XOSC)/8</span></div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno">  166</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CLOCK_XOSC_12                      0x37        </span><span class="comment">//  5     0                             f = f(XOSC)/12</span></div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno">  167</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CLOCK_XOSC_16                      0x38        </span><span class="comment">//  5     0                             f = f(XOSC)/16</span></div>
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno">  168</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CLOCK_XOSC_24                      0x39        </span><span class="comment">//  5     0                             f = f(XOSC)/24</span></div>
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno">  169</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CLOCK_XOSC_32                      0x3A        </span><span class="comment">//  5     0                             f = f(XOSC)/32</span></div>
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno">  170</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CLOCK_XOSC_48                      0x3B        </span><span class="comment">//  5     0                             f = f(XOSC)/48</span></div>
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno">  171</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CLOCK_XOSC_64                      0x3C        </span><span class="comment">//  5     0                             f = f(XOSC)/64</span></div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno">  172</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CLOCK_XOSC_96                      0x3D        </span><span class="comment">//  5     0                             f = f(XOSC)/96</span></div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno">  173</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CLOCK_XOSC_128                     0x3E        </span><span class="comment">//  5     0                             f = f(XOSC)/128</span></div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno">  174</span><span class="preprocessor">#define RADIOLIB_CC1101_GDOX_CLOCK_XOSC_192                     0x3F        </span><span class="comment">//  5     0                             f = f(XOSC)/192 (default for GDO0)</span></div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno">  175</span> </div>
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno">  176</span><span class="comment">// RADIOLIB_CC1101_REG_FIFOTHR</span></div>
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno">  177</span><span class="preprocessor">#define RADIOLIB_CC1101_ADC_RETENTION_OFF                       0b00000000  </span><span class="comment">//  6     6   do not retain ADC settings in sleep mode (default)</span></div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno">  178</span><span class="preprocessor">#define RADIOLIB_CC1101_ADC_RETENTION_ON                        0b01000000  </span><span class="comment">//  6     6   retain ADC settings in sleep mode</span></div>
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno">  179</span><span class="preprocessor">#define RADIOLIB_CC1101_RX_ATTEN_0_DB                           0b00000000  </span><span class="comment">//  5     4   Rx attenuation: 0 dB (default)</span></div>
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno">  180</span><span class="preprocessor">#define RADIOLIB_CC1101_RX_ATTEN_6_DB                           0b00010000  </span><span class="comment">//  5     4                   6 dB</span></div>
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno">  181</span><span class="preprocessor">#define RADIOLIB_CC1101_RX_ATTEN_12_DB                          0b00100000  </span><span class="comment">//  5     4                   12 dB</span></div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno">  182</span><span class="preprocessor">#define RADIOLIB_CC1101_RX_ATTEN_18_DB                          0b00110000  </span><span class="comment">//  5     4                   18 dB</span></div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno">  183</span><span class="preprocessor">#define RADIOLIB_CC1101_FIFO_THR_TX_61_RX_4                     0b00000000  </span><span class="comment">//  3     0   TX fifo threshold: 61, RX fifo threshold: 4</span></div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno">  184</span><span class="preprocessor">#define RADIOLIB_CC1101_FIFO_THR_TX_33_RX_32                    0b00000111  </span><span class="comment">//  3     0   TX fifo threshold: 33, RX fifo threshold: 32</span></div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno">  185</span><span class="preprocessor">#define RADIOLIB_CC1101_FIFO_THRESH_TX                          33</span></div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno">  186</span><span class="preprocessor">#define RADIOLIB_CC1101_FIFO_THRESH_RX                          32</span></div>
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno">  187</span> </div>
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno">  188</span><span class="comment">// RADIOLIB_CC1101_REG_SYNC1</span></div>
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno">  189</span><span class="preprocessor">#define RADIOLIB_CC1101_SYNC_WORD_MSB                           0xD3        </span><span class="comment">//  7     0   sync word MSB</span></div>
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno">  190</span> </div>
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno">  191</span><span class="comment">// RADIOLIB_CC1101_REG_SYNC0</span></div>
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno">  192</span><span class="preprocessor">#define RADIOLIB_CC1101_SYNC_WORD_LSB                           0x91        </span><span class="comment">//  7     0   sync word LSB</span></div>
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno">  193</span> </div>
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno">  194</span><span class="comment">// RADIOLIB_CC1101_REG_PKTCTRL1</span></div>
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno">  195</span><span class="preprocessor">#define RADIOLIB_CC1101_PQT                                     0x00        </span><span class="comment">//  7     5   preamble quality threshold</span></div>
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno">  196</span><span class="preprocessor">#define RADIOLIB_CC1101_CRC_AUTOFLUSH_OFF                       0b00000000  </span><span class="comment">//  3     3   automatic Rx FIFO flush on CRC check fail: disabled (default)</span></div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno">  197</span><span class="preprocessor">#define RADIOLIB_CC1101_CRC_AUTOFLUSH_ON                        0b00001000  </span><span class="comment">//  3     3                                              enabled</span></div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno">  198</span><span class="preprocessor">#define RADIOLIB_CC1101_APPEND_STATUS_OFF                       0b00000000  </span><span class="comment">//  2     2   append 2 status bytes to packet: disabled</span></div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno">  199</span><span class="preprocessor">#define RADIOLIB_CC1101_APPEND_STATUS_ON                        0b00000100  </span><span class="comment">//  2     2                                    enabled (default)</span></div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno">  200</span><span class="preprocessor">#define RADIOLIB_CC1101_ADR_CHK_NONE                            0b00000000  </span><span class="comment">//  1     0   address check: none (default)</span></div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno">  201</span><span class="preprocessor">#define RADIOLIB_CC1101_ADR_CHK_NO_BROADCAST                    0b00000001  </span><span class="comment">//  1     0                  without broadcast</span></div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno">  202</span><span class="preprocessor">#define RADIOLIB_CC1101_ADR_CHK_SINGLE_BROADCAST                0b00000010  </span><span class="comment">//  1     0                  broadcast address 0x00</span></div>
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno">  203</span><span class="preprocessor">#define RADIOLIB_CC1101_ADR_CHK_DOUBLE_BROADCAST                0b00000011  </span><span class="comment">//  1     0                  broadcast addresses 0x00 and 0xFF</span></div>
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno">  204</span> </div>
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno">  205</span><span class="comment">// RADIOLIB_CC1101_REG_PKTCTRL0</span></div>
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno">  206</span><span class="preprocessor">#define RADIOLIB_CC1101_WHITE_DATA_OFF                          0b00000000  </span><span class="comment">//  6     6   data whitening: disabled</span></div>
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno">  207</span><span class="preprocessor">#define RADIOLIB_CC1101_WHITE_DATA_ON                           0b01000000  </span><span class="comment">//  6     6                   enabled (default)</span></div>
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno">  208</span><span class="preprocessor">#define RADIOLIB_CC1101_PKT_FORMAT_NORMAL                       0b00000000  </span><span class="comment">//  5     4   packet format: normal (FIFOs)</span></div>
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno">  209</span><span class="preprocessor">#define RADIOLIB_CC1101_PKT_FORMAT_SYNCHRONOUS                  0b00010000  </span><span class="comment">//  5     4                  synchronous serial</span></div>
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno">  210</span><span class="preprocessor">#define RADIOLIB_CC1101_PKT_FORMAT_RANDOM                       0b00100000  </span><span class="comment">//  5     4                  random transmissions</span></div>
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno">  211</span><span class="preprocessor">#define RADIOLIB_CC1101_PKT_FORMAT_ASYNCHRONOUS                 0b00110000  </span><span class="comment">//  5     4                  asynchronous serial</span></div>
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno">  212</span><span class="preprocessor">#define RADIOLIB_CC1101_CRC_OFF                                 0b00000000  </span><span class="comment">//  2     2   CRC disabled</span></div>
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno">  213</span><span class="preprocessor">#define RADIOLIB_CC1101_CRC_ON                                  0b00000100  </span><span class="comment">//  2     2   CRC enabled (default)</span></div>
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno">  214</span><span class="preprocessor">#define RADIOLIB_CC1101_LENGTH_CONFIG_FIXED                     0b00000000  </span><span class="comment">//  1     0   packet length: fixed</span></div>
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno">  215</span><span class="preprocessor">#define RADIOLIB_CC1101_LENGTH_CONFIG_VARIABLE                  0b00000001  </span><span class="comment">//  1     0                  variable (default)</span></div>
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno">  216</span><span class="preprocessor">#define RADIOLIB_CC1101_LENGTH_CONFIG_INFINITE                  0b00000010  </span><span class="comment">//  1     0                  infinite</span></div>
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno">  217</span> </div>
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno">  218</span><span class="comment">// RADIOLIB_CC1101_REG_ADDR</span></div>
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno">  219</span><span class="preprocessor">#define RADIOLIB_CC1101_DEVICE_ADDR                             0x00        </span><span class="comment">//  7     0   device address</span></div>
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno">  220</span> </div>
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno">  221</span><span class="comment">// RADIOLIB_CC1101_REG_CHANNR</span></div>
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno">  222</span><span class="preprocessor">#define RADIOLIB_CC1101_CHAN                                    0x00        </span><span class="comment">//  7     0   channel number</span></div>
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno">  223</span> </div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno">  224</span><span class="comment">// RADIOLIB_CC1101_REG_FSCTRL1</span></div>
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno">  225</span><span class="preprocessor">#define RADIOLIB_CC1101_FREQ_IF                                 0x0F        </span><span class="comment">//  4     0   IF frequency setting; f_IF = (f(XOSC) / 2^10) * CC1101_FREQ_IF</span></div>
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno">  226</span> </div>
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno">  227</span><span class="comment">// CC1101_REG_FSCTRL0</span></div>
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno">  228</span><span class="preprocessor">#define RADIOLIB_CC1101_FREQOFF                                 0x00        </span><span class="comment">//  7     0   base frequency offset (2s-compliment)</span></div>
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno">  229</span> </div>
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno">  230</span><span class="comment">// RADIOLIB_CC1101_REG_FREQ2 + REG_FREQ1 + REG_FREQ0</span></div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno">  231</span><span class="preprocessor">#define RADIOLIB_CC1101_FREQ_MSB                                0x1E        </span><span class="comment">//  5     0   base frequency setting: f_carrier = (f(XOSC) / 2^16) * FREQ</span></div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno">  232</span><span class="preprocessor">#define RADIOLIB_CC1101_FREQ_MID                                0xC4        </span><span class="comment">//  7     0       where f(XOSC) = 26 MHz</span></div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno">  233</span><span class="preprocessor">#define RADIOLIB_CC1101_FREQ_LSB                                0xEC        </span><span class="comment">//  7     0             FREQ = 3-byte value of FREQ registers</span></div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno">  234</span> </div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno">  235</span><span class="comment">// RADIOLIB_CC1101_REG_MDMCFG4</span></div>
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno">  236</span><span class="preprocessor">#define RADIOLIB_CC1101_CHANBW_E                                0b10000000  </span><span class="comment">//  7     6   channel bandwidth: BW_channel = f(XOSC) / (8 * (4 + CHANBW_M)*2^CHANBW_E) [Hz]</span></div>
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno">  237</span><span class="preprocessor">#define RADIOLIB_CC1101_CHANBW_M                                0b00000000  </span><span class="comment">//  5     4       default value for 26 MHz crystal: 203 125 Hz</span></div>
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno">  238</span><span class="preprocessor">#define RADIOLIB_CC1101_DRATE_E                                 0x0C        </span><span class="comment">//  3     0   symbol rate: R_data = (((256 + DRATE_M) * 2^DRATE_E) / 2^28) * f(XOSC) [Baud]</span></div>
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno">  239</span> </div>
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno">  240</span><span class="comment">// RADIOLIB_CC1101_REG_MDMCFG3</span></div>
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno">  241</span><span class="preprocessor">#define RADIOLIB_CC1101_DRATE_M                                 0x22        </span><span class="comment">//  7     0   default value for 26 MHz crystal: 115 051 Baud</span></div>
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno">  242</span> </div>
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno">  243</span><span class="comment">// RADIOLIB_CC1101_REG_MDMCFG2</span></div>
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno">  244</span><span class="preprocessor">#define RADIOLIB_CC1101_DEM_DCFILT_OFF                          0b10000000  </span><span class="comment">//  7     7   digital DC filter: disabled</span></div>
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno">  245</span><span class="preprocessor">#define RADIOLIB_CC1101_DEM_DCFILT_ON                           0b00000000  </span><span class="comment">//  7     7                      enabled - only for data rates above 250 kBaud (default)</span></div>
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno">  246</span><span class="preprocessor">#define RADIOLIB_CC1101_MOD_FORMAT_2_FSK                        0b00000000  </span><span class="comment">//  6     4   modulation format: 2-FSK (default)</span></div>
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno">  247</span><span class="preprocessor">#define RADIOLIB_CC1101_MOD_FORMAT_GFSK                         0b00010000  </span><span class="comment">//  6     4                      GFSK</span></div>
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno">  248</span><span class="preprocessor">#define RADIOLIB_CC1101_MOD_FORMAT_ASK_OOK                      0b00110000  </span><span class="comment">//  6     4                      ASK/OOK</span></div>
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno">  249</span><span class="preprocessor">#define RADIOLIB_CC1101_MOD_FORMAT_4_FSK                        0b01000000  </span><span class="comment">//  6     4                      4-FSK</span></div>
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno">  250</span><span class="preprocessor">#define RADIOLIB_CC1101_MOD_FORMAT_MFSK                         0b01110000  </span><span class="comment">//  6     4                      MFSK - only for data rates above 26 kBaud</span></div>
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno">  251</span><span class="preprocessor">#define RADIOLIB_CC1101_MANCHESTER_EN_OFF                       0b00000000  </span><span class="comment">//  3     3   Manchester encoding: disabled (default)</span></div>
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno">  252</span><span class="preprocessor">#define RADIOLIB_CC1101_MANCHESTER_EN_ON                        0b00001000  </span><span class="comment">//  3     3                        enabled</span></div>
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno">  253</span><span class="preprocessor">#define RADIOLIB_CC1101_SYNC_MODE_NONE                          0b00000000  </span><span class="comment">//  2     0   synchronization: no preamble/sync</span></div>
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno">  254</span><span class="preprocessor">#define RADIOLIB_CC1101_SYNC_MODE_15_16                         0b00000001  </span><span class="comment">//  2     0                    15/16 sync word bits</span></div>
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno">  255</span><span class="preprocessor">#define RADIOLIB_CC1101_SYNC_MODE_16_16                         0b00000010  </span><span class="comment">//  2     0                    16/16 sync word bits (default)</span></div>
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno">  256</span><span class="preprocessor">#define RADIOLIB_CC1101_SYNC_MODE_30_32                         0b00000011  </span><span class="comment">//  2     0                    30/32 sync word bits</span></div>
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno">  257</span><span class="preprocessor">#define RADIOLIB_CC1101_SYNC_MODE_NONE_THR                      0b00000100  </span><span class="comment">//  2     0                    no preamble sync, carrier sense above threshold</span></div>
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno">  258</span><span class="preprocessor">#define RADIOLIB_CC1101_SYNC_MODE_15_16_THR                     0b00000101  </span><span class="comment">//  2     0                    15/16 sync word bits, carrier sense above threshold</span></div>
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno">  259</span><span class="preprocessor">#define RADIOLIB_CC1101_SYNC_MODE_16_16_THR                     0b00000110  </span><span class="comment">//  2     0                    16/16 sync word bits, carrier sense above threshold</span></div>
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno">  260</span><span class="preprocessor">#define RADIOLIB_CC1101_SYNC_MODE_30_32_THR                     0b00000111  </span><span class="comment">//  2     0                    30/32 sync word bits, carrier sense above threshold</span></div>
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno">  261</span> </div>
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno">  262</span><span class="comment">// RADIOLIB_CC1101_REG_MDMCFG1</span></div>
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno">  263</span><span class="preprocessor">#define RADIOLIB_CC1101_FEC_OFF                                 0b00000000  </span><span class="comment">//  7     7   forward error correction: disabled (default)</span></div>
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno">  264</span><span class="preprocessor">#define RADIOLIB_CC1101_FEC_ON                                  0b10000000  </span><span class="comment">//  7     7                             enabled - only for fixed packet length</span></div>
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno">  265</span><span class="preprocessor">#define RADIOLIB_CC1101_NUM_PREAMBLE_2                          0b00000000  </span><span class="comment">//  6     4   number of preamble bytes: 2</span></div>
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno">  266</span><span class="preprocessor">#define RADIOLIB_CC1101_NUM_PREAMBLE_3                          0b00010000  </span><span class="comment">//  6     4                             3</span></div>
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno">  267</span><span class="preprocessor">#define RADIOLIB_CC1101_NUM_PREAMBLE_4                          0b00100000  </span><span class="comment">//  6     4                             4 (default)</span></div>
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno">  268</span><span class="preprocessor">#define RADIOLIB_CC1101_NUM_PREAMBLE_6                          0b00110000  </span><span class="comment">//  6     4                             6</span></div>
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno">  269</span><span class="preprocessor">#define RADIOLIB_CC1101_NUM_PREAMBLE_8                          0b01000000  </span><span class="comment">//  6     4                             8</span></div>
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno">  270</span><span class="preprocessor">#define RADIOLIB_CC1101_NUM_PREAMBLE_12                         0b01010000  </span><span class="comment">//  6     4                             12</span></div>
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno">  271</span><span class="preprocessor">#define RADIOLIB_CC1101_NUM_PREAMBLE_16                         0b01100000  </span><span class="comment">//  6     4                             16</span></div>
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno">  272</span><span class="preprocessor">#define RADIOLIB_CC1101_NUM_PREAMBLE_24                         0b01110000  </span><span class="comment">//  6     4                             24</span></div>
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno">  273</span><span class="preprocessor">#define RADIOLIB_CC1101_CHANSPC_E                               0x02        </span><span class="comment">//  1     0   channel spacing: df_channel = (f(XOSC) / 2^18) * (256 + CHANSPC_M) * 2^CHANSPC_E [Hz]</span></div>
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno">  274</span> </div>
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno">  275</span><span class="comment">// RADIOLIB_CC1101_REG_MDMCFG0</span></div>
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno">  276</span><span class="preprocessor">#define RADIOLIB_CC1101_CHANSPC_M                               0xF8        </span><span class="comment">//  7     0   default value for 26 MHz crystal: 199 951 kHz</span></div>
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno">  277</span> </div>
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno">  278</span><span class="comment">// RADIOLIB_CC1101_REG_DEVIATN</span></div>
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno">  279</span><span class="preprocessor">#define RADIOLIB_CC1101_DEVIATION_E                             0b01000000  </span><span class="comment">//  6     4   frequency deviation: f_dev = (f(XOSC) / 2^17) * (8 + DEVIATION_M) * 2^DEVIATION_E [Hz]</span></div>
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno">  280</span><span class="preprocessor">#define RADIOLIB_CC1101_DEVIATION_M                             0b00000111  </span><span class="comment">//  2     0       default value for 26 MHz crystal: +- 47 607 Hz</span></div>
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno">  281</span><span class="preprocessor">#define RADIOLIB_CC1101_MSK_PHASE_CHANGE_PERIOD                 0x07        </span><span class="comment">//  2     0   phase change symbol period fraction: 1 / (MSK_PHASE_CHANGE_PERIOD + 1)</span></div>
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno">  282</span> </div>
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno">  283</span><span class="comment">// RADIOLIB_CC1101_REG_MCSM2</span></div>
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno">  284</span><span class="preprocessor">#define RADIOLIB_CC1101_RX_TIMEOUT_RSSI_OFF                     0b00000000  </span><span class="comment">//  4     4   Rx timeout based on RSSI value: disabled (default)</span></div>
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno">  285</span><span class="preprocessor">#define RADIOLIB_CC1101_RX_TIMEOUT_RSSI_ON                      0b00010000  </span><span class="comment">//  4     4                                   enabled</span></div>
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno">  286</span><span class="preprocessor">#define RADIOLIB_CC1101_RX_TIMEOUT_QUAL_OFF                     0b00000000  </span><span class="comment">//  3     3   check for sync word on Rx timeout</span></div>
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno">  287</span><span class="preprocessor">#define RADIOLIB_CC1101_RX_TIMEOUT_QUAL_ON                      0b00001000  </span><span class="comment">//  3     3   check for PQI set on Rx timeout</span></div>
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno">  288</span><span class="preprocessor">#define RADIOLIB_CC1101_RX_TIMEOUT_OFF                          0b00000111  </span><span class="comment">//  2     0   Rx timeout: disabled (default)</span></div>
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno">  289</span><span class="preprocessor">#define RADIOLIB_CC1101_RX_TIMEOUT_MAX                          0b00000000  </span><span class="comment">//  2     0               max value (actual value depends on WOR_RES, EVENT0 and f(XOSC))</span></div>
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno">  290</span> </div>
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno">  291</span><span class="comment">// RADIOLIB_CC1101_REG_MCSM1</span></div>
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno">  292</span><span class="preprocessor">#define RADIOLIB_CC1101_CCA_MODE_ALWAYS                         0b00000000  </span><span class="comment">//  5     4   clear channel indication: always</span></div>
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno">  293</span><span class="preprocessor">#define RADIOLIB_CC1101_CCA_MODE_RSSI_THR                       0b00010000  </span><span class="comment">//  5     4                             RSSI below threshold</span></div>
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno">  294</span><span class="preprocessor">#define RADIOLIB_CC1101_CCA_MODE_RX_PKT                         0b00100000  </span><span class="comment">//  5     4                             unless receiving packet</span></div>
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno">  295</span><span class="preprocessor">#define RADIOLIB_CC1101_CCA_MODE_RSSI_THR_RX_PKT                0b00110000  </span><span class="comment">//  5     4                             RSSI below threshold unless receiving packet (default)</span></div>
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno">  296</span><span class="preprocessor">#define RADIOLIB_CC1101_RXOFF_IDLE                              0b00000000  </span><span class="comment">//  3     2   next mode after packet reception: idle (default)</span></div>
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno">  297</span><span class="preprocessor">#define RADIOLIB_CC1101_RXOFF_FSTXON                            0b00000100  </span><span class="comment">//  3     2                                     FSTxOn</span></div>
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno">  298</span><span class="preprocessor">#define RADIOLIB_CC1101_RXOFF_TX                                0b00001000  </span><span class="comment">//  3     2                                     Tx</span></div>
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno">  299</span><span class="preprocessor">#define RADIOLIB_CC1101_RXOFF_RX                                0b00001100  </span><span class="comment">//  3     2                                     Rx</span></div>
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno">  300</span><span class="preprocessor">#define RADIOLIB_CC1101_TXOFF_IDLE                              0b00000000  </span><span class="comment">//  1     0   next mode after packet transmission: idle (default)</span></div>
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno">  301</span><span class="preprocessor">#define RADIOLIB_CC1101_TXOFF_FSTXON                            0b00000001  </span><span class="comment">//  1     0                                        FSTxOn</span></div>
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno">  302</span><span class="preprocessor">#define RADIOLIB_CC1101_TXOFF_TX                                0b00000010  </span><span class="comment">//  1     0                                        Tx</span></div>
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno">  303</span><span class="preprocessor">#define RADIOLIB_CC1101_TXOFF_RX                                0b00000011  </span><span class="comment">//  1     0                                        Rx</span></div>
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno">  304</span> </div>
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno">  305</span><span class="comment">// RADIOLIB_CC1101_REG_MCSM0</span></div>
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno">  306</span><span class="preprocessor">#define RADIOLIB_CC1101_FS_AUTOCAL_NEVER                        0b00000000  </span><span class="comment">//  5     4   automatic calibration: never (default)</span></div>
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno">  307</span><span class="preprocessor">#define RADIOLIB_CC1101_FS_AUTOCAL_IDLE_TO_RXTX                 0b00010000  </span><span class="comment">//  5     4                          every transition from idle to Rx/Tx</span></div>
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno">  308</span><span class="preprocessor">#define RADIOLIB_CC1101_FS_AUTOCAL_RXTX_TO_IDLE                 0b00100000  </span><span class="comment">//  5     4                          every transition from Rx/Tx to idle</span></div>
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno">  309</span><span class="preprocessor">#define RADIOLIB_CC1101_FS_AUTOCAL_RXTX_TO_IDLE_4TH             0b00110000  </span><span class="comment">//  5     4                          every 4th transition from Rx/Tx to idle</span></div>
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno">  310</span><span class="preprocessor">#define RADIOLIB_CC1101_PO_TIMEOUT_COUNT_1                      0b00000000  </span><span class="comment">//  3     2   number of counter expirations before CHP_RDYN goes low: 1 (default)</span></div>
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno">  311</span><span class="preprocessor">#define RADIOLIB_CC1101_PO_TIMEOUT_COUNT_16                     0b00000100  </span><span class="comment">//  3     2                                                           16</span></div>
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno">  312</span><span class="preprocessor">#define RADIOLIB_CC1101_PO_TIMEOUT_COUNT_64                     0b00001000  </span><span class="comment">//  3     2                                                           64</span></div>
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno">  313</span><span class="preprocessor">#define RADIOLIB_CC1101_PO_TIMEOUT_COUNT_256                    0b00001100  </span><span class="comment">//  3     2                                                           256</span></div>
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno">  314</span><span class="preprocessor">#define RADIOLIB_CC1101_PIN_CTRL_OFF                            0b00000000  </span><span class="comment">//  1     1   pin radio control: disabled (default)</span></div>
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno">  315</span><span class="preprocessor">#define RADIOLIB_CC1101_PIN_CTRL_ON                             0b00000010  </span><span class="comment">//  1     1                      enabled</span></div>
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno">  316</span><span class="preprocessor">#define RADIOLIB_CC1101_XOSC_FORCE_OFF                          0b00000000  </span><span class="comment">//  0     0   do not force XOSC to remain on in sleep (default)</span></div>
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno">  317</span><span class="preprocessor">#define RADIOLIB_CC1101_XOSC_FORCE_ON                           0b00000001  </span><span class="comment">//  0     0   force XOSC to remain on in sleep</span></div>
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno">  318</span> </div>
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno">  319</span><span class="comment">// RADIOLIB_CC1101_REG_FOCCFG</span></div>
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno">  320</span><span class="preprocessor">#define RADIOLIB_CC1101_FOC_BS_CS_GATE_OFF                      0b00000000  </span><span class="comment">//  5     5   do not freeze frequency compensation until CS goes high</span></div>
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno">  321</span><span class="preprocessor">#define RADIOLIB_CC1101_FOC_BS_CS_GATE_ON                       0b00100000  </span><span class="comment">//  5     5   freeze frequency compensation until CS goes high (default)</span></div>
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno">  322</span><span class="preprocessor">#define RADIOLIB_CC1101_FOC_PRE_K                               0b00000000  </span><span class="comment">//  4     3   frequency compensation loop gain before sync word: K</span></div>
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno">  323</span><span class="preprocessor">#define RADIOLIB_CC1101_FOC_PRE_2K                              0b00001000  </span><span class="comment">//  4     3                                                      2K</span></div>
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno">  324</span><span class="preprocessor">#define RADIOLIB_CC1101_FOC_PRE_3K                              0b00010000  </span><span class="comment">//  4     3                                                      3K (default)</span></div>
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno">  325</span><span class="preprocessor">#define RADIOLIB_CC1101_FOC_PRE_4K                              0b00011000  </span><span class="comment">//  4     3                                                      4K</span></div>
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno">  326</span><span class="preprocessor">#define RADIOLIB_CC1101_FOC_POST_K                              0b00000000  </span><span class="comment">//  2     2   frequency compensation loop gain after sync word: same as FOC_PRE</span></div>
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno">  327</span><span class="preprocessor">#define RADIOLIB_CC1101_FOC_POST_K_2                            0b00000100  </span><span class="comment">//  2     2                                                     K/2 (default)</span></div>
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno">  328</span><span class="preprocessor">#define RADIOLIB_CC1101_FOC_LIMIT_NO_COMPENSATION               0b00000000  </span><span class="comment">//  1     0   frequency compensation saturation point: no compensation - required for ASK/OOK</span></div>
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno">  329</span><span class="preprocessor">#define RADIOLIB_CC1101_FOC_LIMIT_BW_CHAN_8                     0b00000001  </span><span class="comment">//  1     0                                            +- BW_chan/8</span></div>
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno">  330</span><span class="preprocessor">#define RADIOLIB_CC1101_FOC_LIMIT_BW_CHAN_4                     0b00000010  </span><span class="comment">//  1     0                                            +- BW_chan/4 (default)</span></div>
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno">  331</span><span class="preprocessor">#define RADIOLIB_CC1101_FOC_LIMIT_BW_CHAN_2                     0b00000011  </span><span class="comment">//  1     0                                            +- BW_chan/2</span></div>
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno">  332</span> </div>
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno">  333</span><span class="comment">// RADIOLIB_CC1101_REG_BSCFG</span></div>
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno">  334</span><span class="preprocessor">#define RADIOLIB_CC1101_BS_PRE_KI                               0b00000000  </span><span class="comment">//  7     6   clock recovery integral gain before sync word: Ki</span></div>
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno">  335</span><span class="preprocessor">#define RADIOLIB_CC1101_BS_PRE_2KI                              0b01000000  </span><span class="comment">//  7     6                                                  2Ki (default)</span></div>
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno">  336</span><span class="preprocessor">#define RADIOLIB_CC1101_BS_PRE_3KI                              0b10000000  </span><span class="comment">//  7     6                                                  3Ki</span></div>
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno">  337</span><span class="preprocessor">#define RADIOLIB_CC1101_BS_PRE_4KI                              0b11000000  </span><span class="comment">//  7     6                                                  4Ki</span></div>
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno">  338</span><span class="preprocessor">#define RADIOLIB_CC1101_BS_PRE_KP                               0b00000000  </span><span class="comment">//  5     4   clock recovery proportional gain before sync word: Kp</span></div>
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno">  339</span><span class="preprocessor">#define RADIOLIB_CC1101_BS_PRE_2KP                              0b00010000  </span><span class="comment">//  5     4                                                      2Kp</span></div>
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno">  340</span><span class="preprocessor">#define RADIOLIB_CC1101_BS_PRE_3KP                              0b00100000  </span><span class="comment">//  5     4                                                      3Kp (default)</span></div>
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno">  341</span><span class="preprocessor">#define RADIOLIB_CC1101_BS_PRE_4KP                              0b00110000  </span><span class="comment">//  5     4                                                      4Kp</span></div>
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno">  342</span><span class="preprocessor">#define RADIOLIB_CC1101_BS_POST_KI                              0b00000000  </span><span class="comment">//  3     3   clock recovery integral gain after sync word: same as BS_PRE</span></div>
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno">  343</span><span class="preprocessor">#define RADIOLIB_CC1101_BS_POST_KI_2                            0b00001000  </span><span class="comment">//  3     3                                                 Ki/2 (default)</span></div>
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno">  344</span><span class="preprocessor">#define RADIOLIB_CC1101_BS_POST_KP                              0b00000000  </span><span class="comment">//  2     2   clock recovery proportional gain after sync word: same as BS_PRE</span></div>
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno">  345</span><span class="preprocessor">#define RADIOLIB_CC1101_BS_POST_KP_1                            0b00000100  </span><span class="comment">//  2     2                                                     Kp (default)</span></div>
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno">  346</span><span class="preprocessor">#define RADIOLIB_CC1101_BS_LIMIT_NO_COMPENSATION                0b00000000  </span><span class="comment">//  1     0   data rate compensation saturation point: no compensation</span></div>
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno">  347</span><span class="preprocessor">#define RADIOLIB_CC1101_BS_LIMIT_3_125                          0b00000001  </span><span class="comment">//  1     0                                            +- 3.125 %</span></div>
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno">  348</span><span class="preprocessor">#define RADIOLIB_CC1101_BS_LIMIT_6_25                           0b00000010  </span><span class="comment">//  1     0                                            +- 6.25 %</span></div>
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno">  349</span><span class="preprocessor">#define RADIOLIB_CC1101_BS_LIMIT_12_5                           0b00000011  </span><span class="comment">//  1     0                                            +- 12.5 %</span></div>
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno">  350</span> </div>
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno">  351</span><span class="comment">// RADIOLIB_CC1101_REG_AGCCTRL2</span></div>
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno">  352</span><span class="preprocessor">#define RADIOLIB_CC1101_MAX_DVGA_GAIN_0                         0b00000000  </span><span class="comment">//  7     6   reduce maximum available DVGA gain: no reduction (default)</span></div>
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno">  353</span><span class="preprocessor">#define RADIOLIB_CC1101_MAX_DVGA_GAIN_1                         0b01000000  </span><span class="comment">//  7     6                                       disable top gain setting</span></div>
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno">  354</span><span class="preprocessor">#define RADIOLIB_CC1101_MAX_DVGA_GAIN_2                         0b10000000  </span><span class="comment">//  7     6                                       disable top two gain setting</span></div>
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno">  355</span><span class="preprocessor">#define RADIOLIB_CC1101_MAX_DVGA_GAIN_3                         0b11000000  </span><span class="comment">//  7     6                                       disable top three gain setting</span></div>
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno">  356</span><span class="preprocessor">#define RADIOLIB_CC1101_LNA_GAIN_REDUCE_0_DB                    0b00000000  </span><span class="comment">//  5     3   reduce maximum LNA gain by: 0 dB (default)</span></div>
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno">  357</span><span class="preprocessor">#define RADIOLIB_CC1101_LNA_GAIN_REDUCE_2_6_DB                  0b00001000  </span><span class="comment">//  5     3                               2.6 dB</span></div>
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno">  358</span><span class="preprocessor">#define RADIOLIB_CC1101_LNA_GAIN_REDUCE_6_1_DB                  0b00010000  </span><span class="comment">//  5     3                               6.1 dB</span></div>
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno">  359</span><span class="preprocessor">#define RADIOLIB_CC1101_LNA_GAIN_REDUCE_7_4_DB                  0b00011000  </span><span class="comment">//  5     3                               7.4 dB</span></div>
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno">  360</span><span class="preprocessor">#define RADIOLIB_CC1101_LNA_GAIN_REDUCE_9_2_DB                  0b00100000  </span><span class="comment">//  5     3                               9.2 dB</span></div>
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno">  361</span><span class="preprocessor">#define RADIOLIB_CC1101_LNA_GAIN_REDUCE_11_5_DB                 0b00101000  </span><span class="comment">//  5     3                               11.5 dB</span></div>
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno">  362</span><span class="preprocessor">#define RADIOLIB_CC1101_LNA_GAIN_REDUCE_14_6_DB                 0b00110000  </span><span class="comment">//  5     3                               14.6 dB</span></div>
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno">  363</span><span class="preprocessor">#define RADIOLIB_CC1101_LNA_GAIN_REDUCE_17_1_DB                 0b00111000  </span><span class="comment">//  5     3                               17.1 dB</span></div>
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno">  364</span><span class="preprocessor">#define RADIOLIB_CC1101_MAGN_TARGET_24_DB                       0b00000000  </span><span class="comment">//  2     0   average amplitude target for filter: 24 dB</span></div>
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno">  365</span><span class="preprocessor">#define RADIOLIB_CC1101_MAGN_TARGET_27_DB                       0b00000001  </span><span class="comment">//  2     0                                        27 dB</span></div>
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno">  366</span><span class="preprocessor">#define RADIOLIB_CC1101_MAGN_TARGET_30_DB                       0b00000010  </span><span class="comment">//  2     0                                        30 dB</span></div>
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno">  367</span><span class="preprocessor">#define RADIOLIB_CC1101_MAGN_TARGET_33_DB                       0b00000011  </span><span class="comment">//  2     0                                        33 dB (default)</span></div>
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno">  368</span><span class="preprocessor">#define RADIOLIB_CC1101_MAGN_TARGET_36_DB                       0b00000100  </span><span class="comment">//  2     0                                        36 dB</span></div>
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno">  369</span><span class="preprocessor">#define RADIOLIB_CC1101_MAGN_TARGET_38_DB                       0b00000101  </span><span class="comment">//  2     0                                        38 dB</span></div>
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno">  370</span><span class="preprocessor">#define RADIOLIB_CC1101_MAGN_TARGET_40_DB                       0b00000110  </span><span class="comment">//  2     0                                        40 dB</span></div>
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno">  371</span><span class="preprocessor">#define RADIOLIB_CC1101_MAGN_TARGET_42_DB                       0b00000111  </span><span class="comment">//  2     0                                        42 dB</span></div>
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno">  372</span> </div>
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno">  373</span><span class="comment">// RADIOLIB_CC1101_REG_AGCCTRL1</span></div>
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno">  374</span><span class="preprocessor">#define RADIOLIB_CC1101_AGC_LNA_PRIORITY_LNA2                   0b00000000  </span><span class="comment">//  6     6   LNA priority setting: LNA2 first</span></div>
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno">  375</span><span class="preprocessor">#define RADIOLIB_CC1101_AGC_LNA_PRIORITY_LNA                    0b01000000  </span><span class="comment">//  6     6                         LNA first (default)</span></div>
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno">  376</span><span class="preprocessor">#define RADIOLIB_CC1101_CARRIER_SENSE_REL_THR_OFF               0b00000000  </span><span class="comment">//  5     4   RSSI relative change to assert carrier sense: disabled (default)</span></div>
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno">  377</span><span class="preprocessor">#define RADIOLIB_CC1101_CARRIER_SENSE_REL_THR_6_DB              0b00010000  </span><span class="comment">//  5     4                                                 6 dB</span></div>
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno">  378</span><span class="preprocessor">#define RADIOLIB_CC1101_CARRIER_SENSE_REL_THR_10_DB             0b00100000  </span><span class="comment">//  5     4                                                 10 dB</span></div>
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno">  379</span><span class="preprocessor">#define RADIOLIB_CC1101_CARRIER_SENSE_REL_THR_14_DB             0b00110000  </span><span class="comment">//  5     4                                                 14 dB</span></div>
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno">  380</span><span class="preprocessor">#define RADIOLIB_CC1101_CARRIER_SENSE_ABS_THR                   0x00        </span><span class="comment">//  3     0   RSSI threshold to assert carrier sense in 2s compliment, Thr = MAGN_TARGET + CARRIER_SENSE_ABS_TH [dB]</span></div>
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno">  381</span> </div>
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno">  382</span><span class="comment">// RADIOLIB_CC1101_REG_AGCCTRL0</span></div>
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno">  383</span><span class="preprocessor">#define RADIOLIB_CC1101_HYST_LEVEL_NONE                         0b00000000  </span><span class="comment">//  7     6   AGC hysteresis level: none</span></div>
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno">  384</span><span class="preprocessor">#define RADIOLIB_CC1101_HYST_LEVEL_LOW                          0b01000000  </span><span class="comment">//  7     6                         low</span></div>
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno">  385</span><span class="preprocessor">#define RADIOLIB_CC1101_HYST_LEVEL_MEDIUM                       0b10000000  </span><span class="comment">//  7     6                         medium (default)</span></div>
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno">  386</span><span class="preprocessor">#define RADIOLIB_CC1101_HYST_LEVEL_HIGH                         0b11000000  </span><span class="comment">//  7     6                         high</span></div>
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno">  387</span><span class="preprocessor">#define RADIOLIB_CC1101_WAIT_TIME_8_SAMPLES                     0b00000000  </span><span class="comment">//  5     4   AGC wait time: 8 samples</span></div>
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno">  388</span><span class="preprocessor">#define RADIOLIB_CC1101_WAIT_TIME_16_SAMPLES                    0b00010000  </span><span class="comment">//  5     4                  16 samples (default)</span></div>
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno">  389</span><span class="preprocessor">#define RADIOLIB_CC1101_WAIT_TIME_24_SAMPLES                    0b00100000  </span><span class="comment">//  5     4                  24 samples</span></div>
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno">  390</span><span class="preprocessor">#define RADIOLIB_CC1101_WAIT_TIME_32_SAMPLES                    0b00110000  </span><span class="comment">//  5     4                  32 samples</span></div>
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno">  391</span><span class="preprocessor">#define RADIOLIB_CC1101_AGC_FREEZE_NEVER                        0b00000000  </span><span class="comment">//  3     2   freeze AGC gain: never (default)</span></div>
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno">  392</span><span class="preprocessor">#define RADIOLIB_CC1101_AGC_FREEZE_SYNC_WORD                    0b00000100  </span><span class="comment">//  3     2                    when sync word is found</span></div>
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno">  393</span><span class="preprocessor">#define RADIOLIB_CC1101_AGC_FREEZE_MANUAL_A                     0b00001000  </span><span class="comment">//  3     2                    manually freeze analog control</span></div>
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno">  394</span><span class="preprocessor">#define RADIOLIB_CC1101_AGC_FREEZE_MANUAL_AD                    0b00001100  </span><span class="comment">//  3     2                    manually freeze analog and digital control</span></div>
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno">  395</span><span class="preprocessor">#define RADIOLIB_CC1101_FILTER_LENGTH_8                         0b00000000  </span><span class="comment">//  1     0   averaging length for channel filter: 8 samples</span></div>
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno">  396</span><span class="preprocessor">#define RADIOLIB_CC1101_FILTER_LENGTH_16                        0b00000001  </span><span class="comment">//  1     0                                        16 samples (default)</span></div>
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno">  397</span><span class="preprocessor">#define RADIOLIB_CC1101_FILTER_LENGTH_32                        0b00000010  </span><span class="comment">//  1     0                                        32 samples</span></div>
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno">  398</span><span class="preprocessor">#define RADIOLIB_CC1101_FILTER_LENGTH_64                        0b00000011  </span><span class="comment">//  1     0                                        64 samples</span></div>
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno">  399</span><span class="preprocessor">#define RADIOLIB_CC1101_ASK_OOK_BOUNDARY_4_DB                   0b00000000  </span><span class="comment">//  1     0   ASK/OOK decision boundary: 4 dB</span></div>
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno">  400</span><span class="preprocessor">#define RADIOLIB_CC1101_ASK_OOK_BOUNDARY_8_DB                   0b00000001  </span><span class="comment">//  1     0                              8 dB (default)</span></div>
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno">  401</span><span class="preprocessor">#define RADIOLIB_CC1101_ASK_OOK_BOUNDARY_12_DB                  0b00000010  </span><span class="comment">//  1     0                              12 dB</span></div>
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno">  402</span><span class="preprocessor">#define RADIOLIB_CC1101_ASK_OOK_BOUNDARY_16_DB                  0b00000011  </span><span class="comment">//  1     0                              16 dB</span></div>
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno">  403</span> </div>
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno">  404</span><span class="comment">// RADIOLIB_CC1101_REG_WOREVT1 + REG_WOREVT0</span></div>
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno">  405</span><span class="preprocessor">#define RADIOLIB_CC1101_EVENT0_TIMEOUT_MSB                      0x87        </span><span class="comment">//  7     0   EVENT0 timeout: t_event0 = (750 / f(XOSC)) * EVENT0_TIMEOUT * 2^(5 * WOR_RES) [s]</span></div>
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno">  406</span><span class="preprocessor">#define RADIOLIB_CC1101_EVENT0_TIMEOUT_LSB                      0x6B        </span><span class="comment">//  7     0       default value for 26 MHz crystal: 1.0 s</span></div>
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno">  407</span> </div>
<div class="line"><a id="l00408" name="l00408"></a><span class="lineno">  408</span><span class="comment">// RADIOLIB_CC1101_REG_WORCTRL</span></div>
<div class="line"><a id="l00409" name="l00409"></a><span class="lineno">  409</span><span class="preprocessor">#define RADIOLIB_CC1101_RC_POWER_UP                             0b00000000  </span><span class="comment">//  7     7   power up RC oscillator</span></div>
<div class="line"><a id="l00410" name="l00410"></a><span class="lineno">  410</span><span class="preprocessor">#define RADIOLIB_CC1101_RC_POWER_DOWN                           0b10000000  </span><span class="comment">//  7     7   power down RC oscillator</span></div>
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno">  411</span><span class="preprocessor">#define RADIOLIB_CC1101_EVENT1_TIMEOUT_4                        0b00000000  </span><span class="comment">//  6     4   EVENT1 timeout: 4 RC periods</span></div>
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno">  412</span><span class="preprocessor">#define RADIOLIB_CC1101_EVENT1_TIMEOUT_6                        0b00010000  </span><span class="comment">//  6     4                   6 RC periods</span></div>
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno">  413</span><span class="preprocessor">#define RADIOLIB_CC1101_EVENT1_TIMEOUT_8                        0b00100000  </span><span class="comment">//  6     4                   8 RC periods</span></div>
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno">  414</span><span class="preprocessor">#define RADIOLIB_CC1101_EVENT1_TIMEOUT_12                       0b00110000  </span><span class="comment">//  6     4                   12 RC periods</span></div>
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno">  415</span><span class="preprocessor">#define RADIOLIB_CC1101_EVENT1_TIMEOUT_16                       0b01000000  </span><span class="comment">//  6     4                   16 RC periods</span></div>
<div class="line"><a id="l00416" name="l00416"></a><span class="lineno">  416</span><span class="preprocessor">#define RADIOLIB_CC1101_EVENT1_TIMEOUT_24                       0b01010000  </span><span class="comment">//  6     4                   24 RC periods</span></div>
<div class="line"><a id="l00417" name="l00417"></a><span class="lineno">  417</span><span class="preprocessor">#define RADIOLIB_CC1101_EVENT1_TIMEOUT_32                       0b01100000  </span><span class="comment">//  6     4                   32 RC periods</span></div>
<div class="line"><a id="l00418" name="l00418"></a><span class="lineno">  418</span><span class="preprocessor">#define RADIOLIB_CC1101_EVENT1_TIMEOUT_48                       0b01110000  </span><span class="comment">//  6     4                   48 RC periods (default)</span></div>
<div class="line"><a id="l00419" name="l00419"></a><span class="lineno">  419</span><span class="preprocessor">#define RADIOLIB_CC1101_RC_CAL_OFF                              0b00000000  </span><span class="comment">//  3     3   disable RC oscillator calibration</span></div>
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno">  420</span><span class="preprocessor">#define RADIOLIB_CC1101_RC_CAL_ON                               0b00001000  </span><span class="comment">//  3     3   enable RC oscillator calibration (default)</span></div>
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno">  421</span><span class="preprocessor">#define RADIOLIB_CC1101_WOR_RES_1                               0b00000000  </span><span class="comment">//  1     0   EVENT0 resolution: 1 period (default)</span></div>
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno">  422</span><span class="preprocessor">#define RADIOLIB_CC1101_WOR_RES_2_5                             0b00000001  </span><span class="comment">//  1     0                      2^5 periods</span></div>
<div class="line"><a id="l00423" name="l00423"></a><span class="lineno">  423</span><span class="preprocessor">#define RADIOLIB_CC1101_WOR_RES_2_10                            0b00000010  </span><span class="comment">//  1     0                      2^10 periods</span></div>
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno">  424</span><span class="preprocessor">#define RADIOLIB_CC1101_WOR_RES_2_15                            0b00000011  </span><span class="comment">//  1     0                      2^15 periods</span></div>
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno">  425</span> </div>
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno">  426</span><span class="comment">// RADIOLIB_CC1101_REG_FREND1</span></div>
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno">  427</span><span class="preprocessor">#define RADIOLIB_CC1101_LNA_CURRENT                             0x01        </span><span class="comment">//  7     6   front-end LNA PTAT current output adjustment</span></div>
<div class="line"><a id="l00428" name="l00428"></a><span class="lineno">  428</span><span class="preprocessor">#define RADIOLIB_CC1101_LNA2MIX_CURRENT                         0x01        </span><span class="comment">//  5     4   front-end PTAT output adjustment</span></div>
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno">  429</span><span class="preprocessor">#define RADIOLIB_CC1101_LODIV_BUF_CURRENT_RX                    0x01        </span><span class="comment">//  3     2   Rx LO buffer current adjustment</span></div>
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno">  430</span><span class="preprocessor">#define RADIOLIB_CC1101_MIX_CURRENT                             0x02        </span><span class="comment">//  1     0   mixer current adjustment</span></div>
<div class="line"><a id="l00431" name="l00431"></a><span class="lineno">  431</span> </div>
<div class="line"><a id="l00432" name="l00432"></a><span class="lineno">  432</span><span class="comment">// RADIOLIB_CC1101_REG_FREND0</span></div>
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno">  433</span><span class="preprocessor">#define RADIOLIB_CC1101_LODIV_BUF_CURRENT_TX                    0x01        </span><span class="comment">//  5     4   Tx LO buffer current adjustment</span></div>
<div class="line"><a id="l00434" name="l00434"></a><span class="lineno">  434</span><span class="preprocessor">#define RADIOLIB_CC1101_PA_POWER                                0x00        </span><span class="comment">//  2     0   set power amplifier power according to PATABLE</span></div>
<div class="line"><a id="l00435" name="l00435"></a><span class="lineno">  435</span> </div>
<div class="line"><a id="l00436" name="l00436"></a><span class="lineno">  436</span><span class="comment">// RADIOLIB_CC1101_REG_FSCAL3</span></div>
<div class="line"><a id="l00437" name="l00437"></a><span class="lineno">  437</span><span class="preprocessor">#define RADIOLIB_CC1101_CHP_CURR_CAL_OFF                        0b00000000  </span><span class="comment">//  5     4   disable charge pump calibration</span></div>
<div class="line"><a id="l00438" name="l00438"></a><span class="lineno">  438</span><span class="preprocessor">#define RADIOLIB_CC1101_CHP_CURR_CAL_ON                         0b00100000  </span><span class="comment">//  5     4   enable charge pump calibration (default)</span></div>
<div class="line"><a id="l00439" name="l00439"></a><span class="lineno">  439</span><span class="preprocessor">#define RADIOLIB_CC1101_FSCAL3                                  0x09        </span><span class="comment">//  3     0   charge pump output current: I_out = I_0 * 2^(FSCAL3/4) [A]</span></div>
<div class="line"><a id="l00440" name="l00440"></a><span class="lineno">  440</span> </div>
<div class="line"><a id="l00441" name="l00441"></a><span class="lineno">  441</span><span class="comment">// RADIOLIB_CC1101_REG_FSCAL2</span></div>
<div class="line"><a id="l00442" name="l00442"></a><span class="lineno">  442</span><span class="preprocessor">#define RADIOLIB_CC1101_VCO_CORE_LOW                            0b00000000  </span><span class="comment">//  5     5   VCO: low (default)</span></div>
<div class="line"><a id="l00443" name="l00443"></a><span class="lineno">  443</span><span class="preprocessor">#define RADIOLIB_CC1101_VCO_CORE_HIGH                           0b00100000  </span><span class="comment">//  5     5        high</span></div>
<div class="line"><a id="l00444" name="l00444"></a><span class="lineno">  444</span><span class="preprocessor">#define RADIOLIB_CC1101_FSCAL2                                  0x0A        </span><span class="comment">//  4     0   VCO current result/override</span></div>
<div class="line"><a id="l00445" name="l00445"></a><span class="lineno">  445</span> </div>
<div class="line"><a id="l00446" name="l00446"></a><span class="lineno">  446</span><span class="comment">// RADIOLIB_CC1101_REG_FSCAL1</span></div>
<div class="line"><a id="l00447" name="l00447"></a><span class="lineno">  447</span><span class="preprocessor">#define RADIOLIB_CC1101_FSCAL1                                  0x20        </span><span class="comment">//  5     0   capacitor array setting for coarse VCO tuning</span></div>
<div class="line"><a id="l00448" name="l00448"></a><span class="lineno">  448</span> </div>
<div class="line"><a id="l00449" name="l00449"></a><span class="lineno">  449</span><span class="comment">// RADIOLIB_CC1101_REG_FSCAL0</span></div>
<div class="line"><a id="l00450" name="l00450"></a><span class="lineno">  450</span><span class="preprocessor">#define RADIOLIB_CC1101_FSCAL0                                  0x0D        </span><span class="comment">//  6     0   frequency synthesizer calibration setting</span></div>
<div class="line"><a id="l00451" name="l00451"></a><span class="lineno">  451</span> </div>
<div class="line"><a id="l00452" name="l00452"></a><span class="lineno">  452</span><span class="comment">// RADIOLIB_CC1101_REG_RCCTRL1</span></div>
<div class="line"><a id="l00453" name="l00453"></a><span class="lineno">  453</span><span class="preprocessor">#define RADIOLIB_CC1101_RCCTRL1                                 0x41        </span><span class="comment">//  6     0   RC oscillator configuration</span></div>
<div class="line"><a id="l00454" name="l00454"></a><span class="lineno">  454</span> </div>
<div class="line"><a id="l00455" name="l00455"></a><span class="lineno">  455</span><span class="comment">// RADIOLIB_CC1101_REG_RCCTRL0</span></div>
<div class="line"><a id="l00456" name="l00456"></a><span class="lineno">  456</span><span class="preprocessor">#define RADIOLIB_CC1101_RCCTRL0                                 0x00        </span><span class="comment">//  6     0   RC oscillator configuration</span></div>
<div class="line"><a id="l00457" name="l00457"></a><span class="lineno">  457</span> </div>
<div class="line"><a id="l00458" name="l00458"></a><span class="lineno">  458</span><span class="comment">// RADIOLIB_CC1101_REG_PTEST</span></div>
<div class="line"><a id="l00459" name="l00459"></a><span class="lineno">  459</span><span class="preprocessor">#define RADIOLIB_CC1101_TEMP_SENS_IDLE_OFF                      0x7F        </span><span class="comment">//  7     0   temperature sensor will not be available in idle mode (default)</span></div>
<div class="line"><a id="l00460" name="l00460"></a><span class="lineno">  460</span><span class="preprocessor">#define RADIOLIB_CC1101_TEMP_SENS_IDLE_ON                       0xBF        </span><span class="comment">//  7     0   temperature sensor will be available in idle mode</span></div>
<div class="line"><a id="l00461" name="l00461"></a><span class="lineno">  461</span> </div>
<div class="line"><a id="l00462" name="l00462"></a><span class="lineno">  462</span><span class="comment">// RADIOLIB_CC1101_REG_TEST0</span></div>
<div class="line"><a id="l00463" name="l00463"></a><span class="lineno">  463</span><span class="preprocessor">#define RADIOLIB_CC1101_VCO_SEL_CAL_OFF                         0b00000000  </span><span class="comment">//  1     1   disable VCO selection calibration stage</span></div>
<div class="line"><a id="l00464" name="l00464"></a><span class="lineno">  464</span><span class="preprocessor">#define RADIOLIB_CC1101_VCO_SEL_CAL_ON                          0b00000010  </span><span class="comment">//  1     1   enable VCO selection calibration stage</span></div>
<div class="line"><a id="l00465" name="l00465"></a><span class="lineno">  465</span> </div>
<div class="line"><a id="l00466" name="l00466"></a><span class="lineno">  466</span><span class="comment">// RADIOLIB_CC1101_REG_PARTNUM</span></div>
<div class="line"><a id="l00467" name="l00467"></a><span class="lineno">  467</span><span class="preprocessor">#define RADIOLIB_CC1101_PARTNUM                                 0x00</span></div>
<div class="line"><a id="l00468" name="l00468"></a><span class="lineno">  468</span> </div>
<div class="line"><a id="l00469" name="l00469"></a><span class="lineno">  469</span><span class="comment">// RADIOLIB_CC1101_REG_VERSION</span></div>
<div class="line"><a id="l00470" name="l00470"></a><span class="lineno">  470</span><span class="preprocessor">#define RADIOLIB_CC1101_VERSION_CURRENT                         0x14</span></div>
<div class="line"><a id="l00471" name="l00471"></a><span class="lineno">  471</span><span class="preprocessor">#define RADIOLIB_CC1101_VERSION_LEGACY                          0x04</span></div>
<div class="line"><a id="l00472" name="l00472"></a><span class="lineno">  472</span><span class="preprocessor">#define RADIOLIB_CC1101_VERSION_CLONE                           0x17</span></div>
<div class="line"><a id="l00473" name="l00473"></a><span class="lineno">  473</span> </div>
<div class="line"><a id="l00474" name="l00474"></a><span class="lineno">  474</span><span class="comment">// RADIOLIB_CC1101_REG_MARCSTATE</span></div>
<div class="line"><a id="l00475" name="l00475"></a><span class="lineno">  475</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_SLEEP                        0x00        </span><span class="comment">//  4     0   main radio control state: sleep</span></div>
<div class="line"><a id="l00476" name="l00476"></a><span class="lineno">  476</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_IDLE                         0x01        </span><span class="comment">//  4     0                             idle</span></div>
<div class="line"><a id="l00477" name="l00477"></a><span class="lineno">  477</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_XOFF                         0x02        </span><span class="comment">//  4     0                             XOFF</span></div>
<div class="line"><a id="l00478" name="l00478"></a><span class="lineno">  478</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_VCOON_MC                     0x03        </span><span class="comment">//  4     0                             VCOON_MC</span></div>
<div class="line"><a id="l00479" name="l00479"></a><span class="lineno">  479</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_REGON_MC                     0x04        </span><span class="comment">//  4     0                             REGON_MC</span></div>
<div class="line"><a id="l00480" name="l00480"></a><span class="lineno">  480</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_MANCAL                       0x05        </span><span class="comment">//  4     0                             MANCAL</span></div>
<div class="line"><a id="l00481" name="l00481"></a><span class="lineno">  481</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_VCOON                        0x06        </span><span class="comment">//  4     0                             VCOON</span></div>
<div class="line"><a id="l00482" name="l00482"></a><span class="lineno">  482</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_REGON                        0x07        </span><span class="comment">//  4     0                             REGON</span></div>
<div class="line"><a id="l00483" name="l00483"></a><span class="lineno">  483</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_STARTCAL                     0x08        </span><span class="comment">//  4     0                             STARTCAL</span></div>
<div class="line"><a id="l00484" name="l00484"></a><span class="lineno">  484</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_BWBOOST                      0x09        </span><span class="comment">//  4     0                             BWBOOST</span></div>
<div class="line"><a id="l00485" name="l00485"></a><span class="lineno">  485</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_FS_LOCK                      0x0A        </span><span class="comment">//  4     0                             FS_LOCK</span></div>
<div class="line"><a id="l00486" name="l00486"></a><span class="lineno">  486</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_IFADCON                      0x0B        </span><span class="comment">//  4     0                             IFADCON</span></div>
<div class="line"><a id="l00487" name="l00487"></a><span class="lineno">  487</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_ENDCAL                       0x0C        </span><span class="comment">//  4     0                             ENDCAL</span></div>
<div class="line"><a id="l00488" name="l00488"></a><span class="lineno">  488</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_RX                           0x0D        </span><span class="comment">//  4     0                             RX</span></div>
<div class="line"><a id="l00489" name="l00489"></a><span class="lineno">  489</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_RX_END                       0x0E        </span><span class="comment">//  4     0                             RX_END</span></div>
<div class="line"><a id="l00490" name="l00490"></a><span class="lineno">  490</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_RX_RST                       0x0F        </span><span class="comment">//  4     0                             RX_RST</span></div>
<div class="line"><a id="l00491" name="l00491"></a><span class="lineno">  491</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_TXRX_SWITCH                  0x10        </span><span class="comment">//  4     0                             TXRX_SWITCH</span></div>
<div class="line"><a id="l00492" name="l00492"></a><span class="lineno">  492</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_RXFIFO_OVERFLOW              0x11        </span><span class="comment">//  4     0                             RXFIFO_OVERFLOW</span></div>
<div class="line"><a id="l00493" name="l00493"></a><span class="lineno">  493</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_FSTXON                       0x12        </span><span class="comment">//  4     0                             FSTXON</span></div>
<div class="line"><a id="l00494" name="l00494"></a><span class="lineno">  494</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_TX                           0x13        </span><span class="comment">//  4     0                             TX</span></div>
<div class="line"><a id="l00495" name="l00495"></a><span class="lineno">  495</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_TX_END                       0x14        </span><span class="comment">//  4     0                             TX_END</span></div>
<div class="line"><a id="l00496" name="l00496"></a><span class="lineno">  496</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_RXTX_SWITCH                  0x15        </span><span class="comment">//  4     0                             RXTX_SWITCH</span></div>
<div class="line"><a id="l00497" name="l00497"></a><span class="lineno">  497</span><span class="preprocessor">#define RADIOLIB_CC1101_MARC_STATE_TXFIFO_UNDERFLOW             0x16        </span><span class="comment">//  4     0                             TXFIFO_UNDERFLOW</span></div>
<div class="line"><a id="l00498" name="l00498"></a><span class="lineno">  498</span> </div>
<div class="line"><a id="l00499" name="l00499"></a><span class="lineno">  499</span><span class="comment">// RADIOLIB_CC1101_REG_WORTIME1 + REG_WORTIME0</span></div>
<div class="line"><a id="l00500" name="l00500"></a><span class="lineno">  500</span><span class="preprocessor">#define RADIOLIB_CC1101_WORTIME_MSB                             0x00        </span><span class="comment">//  7     0   WOR timer value</span></div>
<div class="line"><a id="l00501" name="l00501"></a><span class="lineno">  501</span><span class="preprocessor">#define RADIOLIB_CC1101_WORTIME_LSB                             0x00        </span><span class="comment">//  7     0</span></div>
<div class="line"><a id="l00502" name="l00502"></a><span class="lineno">  502</span> </div>
<div class="line"><a id="l00503" name="l00503"></a><span class="lineno">  503</span><span class="comment">// RADIOLIB_CC1101_REG_PKTSTATUS</span></div>
<div class="line"><a id="l00504" name="l00504"></a><span class="lineno">  504</span><span class="preprocessor">#define RADIOLIB_CC1101_CRC_OK                                  0b10000000  </span><span class="comment">//  7     7   CRC check passed</span></div>
<div class="line"><a id="l00505" name="l00505"></a><span class="lineno">  505</span><span class="preprocessor">#define RADIOLIB_CC1101_CRC_ERROR                               0b00000000  </span><span class="comment">//  7     7   CRC check failed</span></div>
<div class="line"><a id="l00506" name="l00506"></a><span class="lineno">  506</span><span class="preprocessor">#define RADIOLIB_CC1101_CS                                      0b01000000  </span><span class="comment">//  6     6   carrier sense</span></div>
<div class="line"><a id="l00507" name="l00507"></a><span class="lineno">  507</span><span class="preprocessor">#define RADIOLIB_CC1101_PQT_REACHED                             0b00100000  </span><span class="comment">//  5     5   preamble quality reached</span></div>
<div class="line"><a id="l00508" name="l00508"></a><span class="lineno">  508</span><span class="preprocessor">#define RADIOLIB_CC1101_CCA                                     0b00010000  </span><span class="comment">//  4     4   channel clear</span></div>
<div class="line"><a id="l00509" name="l00509"></a><span class="lineno">  509</span><span class="preprocessor">#define RADIOLIB_CC1101_SFD                                     0b00001000  </span><span class="comment">//  3     3   start of frame delimiter - sync word received</span></div>
<div class="line"><a id="l00510" name="l00510"></a><span class="lineno">  510</span><span class="preprocessor">#define RADIOLIB_CC1101_GDO2_ACTIVE                             0b00000100  </span><span class="comment">//  2     2   GDO2 is active/asserted</span></div>
<div class="line"><a id="l00511" name="l00511"></a><span class="lineno">  511</span><span class="preprocessor">#define RADIOLIB_CC1101_GDO0_ACTIVE                             0b00000001  </span><span class="comment">//  0     0   GDO0 is active/asserted</span></div>
<div class="line"><a id="l00512" name="l00512"></a><span class="lineno">  512</span> </div>
<div class="line"><a id="l00513" name="l00513"></a><span class="lineno">  513</span><span class="comment">// RadioLib defaults</span></div>
<div class="line"><a id="l00514" name="l00514"></a><span class="lineno">  514</span><span class="preprocessor">#define RADIOLIB_CC1101_DEFAULT_FREQ                            434.0</span></div>
<div class="line"><a id="l00515" name="l00515"></a><span class="lineno">  515</span><span class="preprocessor">#define RADIOLIB_CC1101_DEFAULT_BR                              4.8</span></div>
<div class="line"><a id="l00516" name="l00516"></a><span class="lineno">  516</span><span class="preprocessor">#define RADIOLIB_CC1101_DEFAULT_FREQDEV                         5.0</span></div>
<div class="line"><a id="l00517" name="l00517"></a><span class="lineno">  517</span><span class="preprocessor">#define RADIOLIB_CC1101_DEFAULT_RXBW                            58.0</span></div>
<div class="line"><a id="l00518" name="l00518"></a><span class="lineno">  518</span><span class="preprocessor">#define RADIOLIB_CC1101_DEFAULT_POWER                           10</span></div>
<div class="line"><a id="l00519" name="l00519"></a><span class="lineno">  519</span><span class="preprocessor">#define RADIOLIB_CC1101_DEFAULT_PREAMBLELEN                     16</span></div>
<div class="line"><a id="l00520" name="l00520"></a><span class="lineno">  520</span><span class="preprocessor">#define RADIOLIB_CC1101_DEFAULT_SW                              {0x12, 0xAD}</span></div>
<div class="line"><a id="l00521" name="l00521"></a><span class="lineno">  521</span><span class="preprocessor">#define RADIOLIB_CC1101_DEFAULT_SW_LEN                          2</span></div>
<div class="line"><a id="l00522" name="l00522"></a><span class="lineno">  522</span> </div>
<div class="foldopen" id="foldopen00527" data-start="{" data-end="};">
<div class="line"><a id="l00527" name="l00527"></a><span class="lineno"><a class="line" href="class_c_c1101.html">  527</a></span><span class="keyword">class </span><a class="code hl_class" href="class_c_c1101.html">CC1101</a>: <span class="keyword">public</span> <a class="code hl_class" href="class_physical_layer.html">PhysicalLayer</a> {</div>
<div class="line"><a id="l00528" name="l00528"></a><span class="lineno">  528</span>  <span class="keyword">public</span>:</div>
<div class="line"><a id="l00529" name="l00529"></a><span class="lineno">  529</span>    <span class="comment">// introduce PhysicalLayer overloads</span></div>
<div class="line"><a id="l00530" name="l00530"></a><span class="lineno">  530</span>    <span class="keyword">using </span><a class="code hl_function" href="class_physical_layer.html#a492b2d057dd803c3884fa1adc8e22534">PhysicalLayer::transmit</a>;</div>
<div class="line"><a id="l00531" name="l00531"></a><span class="lineno">  531</span>    <span class="keyword">using </span><a class="code hl_function" href="class_physical_layer.html#ab82617fa3fa9f21d4cd427314ecc4af8">PhysicalLayer::receive</a>;</div>
<div class="line"><a id="l00532" name="l00532"></a><span class="lineno">  532</span>    <span class="keyword">using </span><a class="code hl_function" href="class_physical_layer.html#a923654706eff5118ef6e84214e837f27">PhysicalLayer::startTransmit</a>;</div>
<div class="line"><a id="l00533" name="l00533"></a><span class="lineno">  533</span>    <span class="keyword">using </span><a class="code hl_function" href="class_physical_layer.html#a3563453988a83d22dd07d4691543a300">PhysicalLayer::readData</a>;</div>
<div class="line"><a id="l00534" name="l00534"></a><span class="lineno">  534</span> </div>
<div class="line"><a id="l00539" name="l00539"></a><span class="lineno">  539</span>    <span class="comment">// cppcheck-suppress noExplicitConstructor</span></div>
<div class="line"><a id="l00540" name="l00540"></a><span class="lineno">  540</span>    <a class="code hl_class" href="class_c_c1101.html">CC1101</a>(<a class="code hl_class" href="class_module.html">Module</a>* module);</div>
<div class="line"><a id="l00541" name="l00541"></a><span class="lineno">  541</span> </div>
<div class="line"><a id="l00542" name="l00542"></a><span class="lineno">  542</span>    <span class="comment">// basic methods</span></div>
<div class="line"><a id="l00543" name="l00543"></a><span class="lineno">  543</span> </div>
<div class="line"><a id="l00554" name="l00554"></a><span class="lineno">  554</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#ad86f23bb3d113d20f6238a671f18b565">begin</a>(</div>
<div class="line"><a id="l00555" name="l00555"></a><span class="lineno">  555</span>      <span class="keywordtype">float</span> freq = RADIOLIB_CC1101_DEFAULT_FREQ,</div>
<div class="line"><a id="l00556" name="l00556"></a><span class="lineno">  556</span>      <span class="keywordtype">float</span> br = RADIOLIB_CC1101_DEFAULT_BR,</div>
<div class="line"><a id="l00557" name="l00557"></a><span class="lineno">  557</span>      <span class="keywordtype">float</span> freqDev = RADIOLIB_CC1101_DEFAULT_FREQDEV,</div>
<div class="line"><a id="l00558" name="l00558"></a><span class="lineno">  558</span>      <span class="keywordtype">float</span> rxBw = RADIOLIB_CC1101_DEFAULT_RXBW,</div>
<div class="line"><a id="l00559" name="l00559"></a><span class="lineno">  559</span>      int8_t pwr = RADIOLIB_CC1101_DEFAULT_POWER,</div>
<div class="line"><a id="l00560" name="l00560"></a><span class="lineno">  560</span>      uint8_t preambleLength = RADIOLIB_CC1101_DEFAULT_PREAMBLELEN);</div>
<div class="line"><a id="l00561" name="l00561"></a><span class="lineno">  561</span>    </div>
<div class="line"><a id="l00572" name="l00572"></a><span class="lineno">  572</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#afff1ff2e763a3ad598bdae535595db63">beginFSK4</a>(</div>
<div class="line"><a id="l00573" name="l00573"></a><span class="lineno">  573</span>      <span class="keywordtype">float</span> freq = RADIOLIB_CC1101_DEFAULT_FREQ,</div>
<div class="line"><a id="l00574" name="l00574"></a><span class="lineno">  574</span>      <span class="keywordtype">float</span> br = RADIOLIB_CC1101_DEFAULT_BR,</div>
<div class="line"><a id="l00575" name="l00575"></a><span class="lineno">  575</span>      <span class="keywordtype">float</span> freqDev = RADIOLIB_CC1101_DEFAULT_FREQDEV,</div>
<div class="line"><a id="l00576" name="l00576"></a><span class="lineno">  576</span>      <span class="keywordtype">float</span> rxBw = RADIOLIB_CC1101_DEFAULT_RXBW,</div>
<div class="line"><a id="l00577" name="l00577"></a><span class="lineno">  577</span>      int8_t pwr = RADIOLIB_CC1101_DEFAULT_POWER,</div>
<div class="line"><a id="l00578" name="l00578"></a><span class="lineno">  578</span>      uint8_t preambleLength = RADIOLIB_CC1101_DEFAULT_PREAMBLELEN);</div>
<div class="line"><a id="l00579" name="l00579"></a><span class="lineno">  579</span> </div>
<div class="line"><a id="l00583" name="l00583"></a><span class="lineno">  583</span>    <span class="keywordtype">void</span> <a class="code hl_function" href="class_c_c1101.html#a1fc87275c6f5d7f6927ca51a175eba21">reset</a>();</div>
<div class="line"><a id="l00584" name="l00584"></a><span class="lineno">  584</span> </div>
<div class="line"><a id="l00593" name="l00593"></a><span class="lineno">  593</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a5086eb8a27aa842e94d1df54f385c39b">transmit</a>(<span class="keyword">const</span> uint8_t* data, <span class="keywordtype">size_t</span> len, uint8_t addr = 0) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00594" name="l00594"></a><span class="lineno">  594</span> </div>
<div class="line"><a id="l00602" name="l00602"></a><span class="lineno">  602</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#aedc1067d0334bb69ed5316146014097d">receive</a>(uint8_t* data, <span class="keywordtype">size_t</span> len) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00603" name="l00603"></a><span class="lineno">  603</span> </div>
<div class="line"><a id="l00608" name="l00608"></a><span class="lineno">  608</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a7612bf81e48086004c62548de2682266">standby</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00609" name="l00609"></a><span class="lineno">  609</span> </div>
<div class="line"><a id="l00615" name="l00615"></a><span class="lineno">  615</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a7612bf81e48086004c62548de2682266">standby</a>(uint8_t mode) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00616" name="l00616"></a><span class="lineno">  616</span> </div>
<div class="line"><a id="l00621" name="l00621"></a><span class="lineno">  621</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a0ead6224d4378274df465f779199bc92">sleep</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00622" name="l00622"></a><span class="lineno">  622</span>    </div>
<div class="line"><a id="l00628" name="l00628"></a><span class="lineno">  628</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a240eef8fa7d838d76f3c11086dc50e46">transmitDirect</a>(uint32_t frf = 0) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00629" name="l00629"></a><span class="lineno">  629</span> </div>
<div class="line"><a id="l00634" name="l00634"></a><span class="lineno">  634</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#ab053c185330519d58f364790108d29ac">receiveDirect</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00635" name="l00635"></a><span class="lineno">  635</span> </div>
<div class="line"><a id="l00641" name="l00641"></a><span class="lineno">  641</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#aef7c152858537a40e71cf133962cb893">transmitDirectAsync</a>(uint32_t frf = 0);</div>
<div class="line"><a id="l00642" name="l00642"></a><span class="lineno">  642</span> </div>
<div class="line"><a id="l00647" name="l00647"></a><span class="lineno">  647</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a9ec1ff1312d2caaae7e3e0389268fca2">receiveDirectAsync</a>();</div>
<div class="line"><a id="l00648" name="l00648"></a><span class="lineno">  648</span> </div>
<div class="line"><a id="l00653" name="l00653"></a><span class="lineno">  653</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a38f6978c757b0dd73e3ef98164a735a2">packetMode</a>();</div>
<div class="line"><a id="l00654" name="l00654"></a><span class="lineno">  654</span> </div>
<div class="line"><a id="l00655" name="l00655"></a><span class="lineno">  655</span>    <span class="comment">// interrupt methods</span></div>
<div class="line"><a id="l00656" name="l00656"></a><span class="lineno">  656</span> </div>
<div class="line"><a id="l00662" name="l00662"></a><span class="lineno">  662</span>    <span class="keywordtype">void</span> <a class="code hl_function" href="class_c_c1101.html#a9bee13612cf4da067faeb57d18ee2eb7">setGdo0Action</a>(<span class="keywordtype">void</span> (*func)(<span class="keywordtype">void</span>), uint32_t dir);</div>
<div class="line"><a id="l00663" name="l00663"></a><span class="lineno">  663</span> </div>
<div class="line"><a id="l00667" name="l00667"></a><span class="lineno">  667</span>    <span class="keywordtype">void</span> <a class="code hl_function" href="class_c_c1101.html#ab5e6b3745f80cf61e1ced33303311df8">clearGdo0Action</a>();</div>
<div class="line"><a id="l00668" name="l00668"></a><span class="lineno">  668</span> </div>
<div class="line"><a id="l00674" name="l00674"></a><span class="lineno">  674</span>    <span class="keywordtype">void</span> <a class="code hl_function" href="class_c_c1101.html#ad71efbe54590e4431f3286ab99536fe9">setGdo2Action</a>(<span class="keywordtype">void</span> (*func)(<span class="keywordtype">void</span>), uint32_t dir);</div>
<div class="line"><a id="l00675" name="l00675"></a><span class="lineno">  675</span> </div>
<div class="line"><a id="l00679" name="l00679"></a><span class="lineno">  679</span>    <span class="keywordtype">void</span> <a class="code hl_function" href="class_c_c1101.html#ac7a8b1fe7d08dc6db20cf1569b0d37b4">clearGdo2Action</a>();</div>
<div class="line"><a id="l00680" name="l00680"></a><span class="lineno">  680</span> </div>
<div class="line"><a id="l00685" name="l00685"></a><span class="lineno">  685</span>    <span class="keywordtype">void</span> <a class="code hl_function" href="class_c_c1101.html#a29a16e8ed85432c6fae8d9e45399de6e">setPacketReceivedAction</a>(<span class="keywordtype">void</span> (*func)(<span class="keywordtype">void</span>)) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00686" name="l00686"></a><span class="lineno">  686</span> </div>
<div class="line"><a id="l00690" name="l00690"></a><span class="lineno">  690</span>    <span class="keywordtype">void</span> <a class="code hl_function" href="class_c_c1101.html#a0221c4fe494a590cc9714e4752675d61">clearPacketReceivedAction</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00691" name="l00691"></a><span class="lineno">  691</span> </div>
<div class="line"><a id="l00696" name="l00696"></a><span class="lineno">  696</span>    <span class="keywordtype">void</span> <a class="code hl_function" href="class_c_c1101.html#a336999da23e554073a9fa628131883f5">setPacketSentAction</a>(<span class="keywordtype">void</span> (*func)(<span class="keywordtype">void</span>)) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00697" name="l00697"></a><span class="lineno">  697</span> </div>
<div class="line"><a id="l00701" name="l00701"></a><span class="lineno">  701</span>    <span class="keywordtype">void</span> <a class="code hl_function" href="class_c_c1101.html#a2791ebc7fe71626407278de5852b492f">clearPacketSentAction</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00702" name="l00702"></a><span class="lineno">  702</span> </div>
<div class="line"><a id="l00711" name="l00711"></a><span class="lineno">  711</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a6ff7e4066d189482c142e05384a38df0">startTransmit</a>(<span class="keyword">const</span> uint8_t* data, <span class="keywordtype">size_t</span> len, uint8_t addr = 0) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00712" name="l00712"></a><span class="lineno">  712</span> </div>
<div class="line"><a id="l00717" name="l00717"></a><span class="lineno">  717</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#af70ea860154cd6d2b2e2a6962e161c8f">finishTransmit</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00718" name="l00718"></a><span class="lineno">  718</span> </div>
<div class="line"><a id="l00723" name="l00723"></a><span class="lineno">  723</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#ae71e947abf6a07b194c6c6d64fd3eb19">startReceive</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00724" name="l00724"></a><span class="lineno">  724</span> </div>
<div class="line"><a id="l00733" name="l00733"></a><span class="lineno">  733</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#ae71e947abf6a07b194c6c6d64fd3eb19">startReceive</a>(uint32_t timeout, uint32_t irqFlags, uint32_t irqMask, <span class="keywordtype">size_t</span> len) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00734" name="l00734"></a><span class="lineno">  734</span> </div>
<div class="line"><a id="l00743" name="l00743"></a><span class="lineno">  743</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a8c79975a7bbe8a37f8214ecd1f69ba22">readData</a>(uint8_t* data, <span class="keywordtype">size_t</span> len) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00744" name="l00744"></a><span class="lineno">  744</span> </div>
<div class="line"><a id="l00745" name="l00745"></a><span class="lineno">  745</span>    <span class="comment">// configuration methods</span></div>
<div class="line"><a id="l00746" name="l00746"></a><span class="lineno">  746</span> </div>
<div class="line"><a id="l00753" name="l00753"></a><span class="lineno">  753</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#ad428d7e6fc9ac119101bb0716fa80bee">setFrequency</a>(<span class="keywordtype">float</span> freq) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00754" name="l00754"></a><span class="lineno">  754</span> </div>
<div class="line"><a id="l00760" name="l00760"></a><span class="lineno">  760</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a6fd22cdec29e1e34a92aa9854b90fdc9">setBitRate</a>(<span class="keywordtype">float</span> br) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00761" name="l00761"></a><span class="lineno">  761</span> </div>
<div class="line"><a id="l00767" name="l00767"></a><span class="lineno">  767</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#adc76af01dbc9171b3fdd7570624a4d4f">setBitRateTolerance</a>(uint8_t brt);</div>
<div class="line"><a id="l00768" name="l00768"></a><span class="lineno">  768</span> </div>
<div class="line"><a id="l00775" name="l00775"></a><span class="lineno">  775</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a381d0059d7a0ccd8a2f54d7d3376f9b6">setRxBandwidth</a>(<span class="keywordtype">float</span> rxBw);</div>
<div class="line"><a id="l00776" name="l00776"></a><span class="lineno">  776</span> </div>
<div class="line"><a id="l00783" name="l00783"></a><span class="lineno">  783</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a476adec156ae39974e70ef17b9af7db3">autoSetRxBandwidth</a>();</div>
<div class="line"><a id="l00784" name="l00784"></a><span class="lineno">  784</span> </div>
<div class="line"><a id="l00790" name="l00790"></a><span class="lineno">  790</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a0d69713b9f20c9de354c13c3167b18b3">setFrequencyDeviation</a>(<span class="keywordtype">float</span> freqDev) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00791" name="l00791"></a><span class="lineno">  791</span> </div>
<div class="line"><a id="l00797" name="l00797"></a><span class="lineno">  797</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#abe26fa310e973bf2b14750b9eae02124">getFrequencyDeviation</a>(<span class="keywordtype">float</span> *freqDev);</div>
<div class="line"><a id="l00798" name="l00798"></a><span class="lineno">  798</span> </div>
<div class="line"><a id="l00804" name="l00804"></a><span class="lineno">  804</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a5d6dce30fc7da668975b6da663784cdf">setOutputPower</a>(int8_t pwr) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00805" name="l00805"></a><span class="lineno">  805</span> </div>
<div class="line"><a id="l00813" name="l00813"></a><span class="lineno">  813</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#ab500e75fcf63f123eb3945925f361bd0">checkOutputPower</a>(int8_t power, int8_t* clipped) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00814" name="l00814"></a><span class="lineno">  814</span> </div>
<div class="line"><a id="l00822" name="l00822"></a><span class="lineno">  822</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#ab500e75fcf63f123eb3945925f361bd0">checkOutputPower</a>(int8_t power, int8_t* clipped, uint8_t* raw);</div>
<div class="line"><a id="l00823" name="l00823"></a><span class="lineno">  823</span> </div>
<div class="line"><a id="l00832" name="l00832"></a><span class="lineno">  832</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a433f1a40b33be6c84d3665a1b4cd57d6">setSyncWord</a>(uint8_t syncH, uint8_t syncL, uint8_t maxErrBits = 0, <span class="keywordtype">bool</span> requireCarrierSense = <span class="keyword">false</span>);</div>
<div class="line"><a id="l00833" name="l00833"></a><span class="lineno">  833</span> </div>
<div class="line"><a id="l00842" name="l00842"></a><span class="lineno">  842</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a433f1a40b33be6c84d3665a1b4cd57d6">setSyncWord</a>(<span class="keyword">const</span> uint8_t* syncWord, uint8_t len, uint8_t maxErrBits = 0, <span class="keywordtype">bool</span> requireCarrierSense = <span class="keyword">false</span>);</div>
<div class="line"><a id="l00843" name="l00843"></a><span class="lineno">  843</span> </div>
<div class="line"><a id="l00850" name="l00850"></a><span class="lineno">  850</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#ae77c828c9c7cc12012fe011e8c4d3570">setPreambleLength</a>(uint8_t preambleLength, uint8_t qualityThreshold);</div>
<div class="line"><a id="l00851" name="l00851"></a><span class="lineno">  851</span> </div>
<div class="line"><a id="l00859" name="l00859"></a><span class="lineno">  859</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a6e62914790f132816134fc68c2bb5eb8">setNodeAddress</a>(uint8_t nodeAddr, uint8_t numBroadcastAddrs = 0);</div>
<div class="line"><a id="l00860" name="l00860"></a><span class="lineno">  860</span> </div>
<div class="line"><a id="l00865" name="l00865"></a><span class="lineno">  865</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a9aee5df428d30b9c80b8a8700609a883">disableAddressFiltering</a>();</div>
<div class="line"><a id="l00866" name="l00866"></a><span class="lineno">  866</span> </div>
<div class="line"><a id="l00872" name="l00872"></a><span class="lineno">  872</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#afa64d1ad4789d3146b38d14437234756">setOOK</a>(<span class="keywordtype">bool</span> enableOOK);</div>
<div class="line"><a id="l00873" name="l00873"></a><span class="lineno">  873</span> </div>
<div class="line"><a id="l00879" name="l00879"></a><span class="lineno">  879</span>    <span class="keywordtype">float</span> <a class="code hl_function" href="class_c_c1101.html#ab80835be83e5a43010afe4e8185114eb">getRSSI</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00880" name="l00880"></a><span class="lineno">  880</span> </div>
<div class="line"><a id="l00885" name="l00885"></a><span class="lineno">  885</span>    uint8_t <a class="code hl_function" href="class_c_c1101.html#a59ca9e8956e308159949638bf327e5fb">getLQI</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l00886" name="l00886"></a><span class="lineno">  886</span> </div>
<div class="line"><a id="l00892" name="l00892"></a><span class="lineno">  892</span>    <span class="keywordtype">size_t</span> <a class="code hl_function" href="class_c_c1101.html#a122281f6a915b77ee9dafc9926e731a0">getPacketLength</a>(<span class="keywordtype">bool</span> update = <span class="keyword">true</span>) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00893" name="l00893"></a><span class="lineno">  893</span> </div>
<div class="line"><a id="l00899" name="l00899"></a><span class="lineno">  899</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#ad25ad96cddf62273bffd601384d22275">fixedPacketLengthMode</a>(uint8_t len = RADIOLIB_CC1101_MAX_PACKET_LENGTH);</div>
<div class="line"><a id="l00900" name="l00900"></a><span class="lineno">  900</span> </div>
<div class="line"><a id="l00906" name="l00906"></a><span class="lineno">  906</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a50b9e73d2d82a4cd03841f465825b73f">variablePacketLengthMode</a>(uint8_t maxLen = RADIOLIB_CC1101_MAX_PACKET_LENGTH);</div>
<div class="line"><a id="l00907" name="l00907"></a><span class="lineno">  907</span> </div>
<div class="line"><a id="l00914" name="l00914"></a><span class="lineno">  914</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a6fe55d0217bf5218865198ef8d6fdab4">enableSyncWordFiltering</a>(uint8_t maxErrBits = 0, <span class="keywordtype">bool</span> requireCarrierSense = <span class="keyword">false</span>);</div>
<div class="line"><a id="l00915" name="l00915"></a><span class="lineno">  915</span> </div>
<div class="line"><a id="l00921" name="l00921"></a><span class="lineno">  921</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a4f2dc4176b62a0636636088e31b8e85b">disableSyncWordFiltering</a>(<span class="keywordtype">bool</span> requireCarrierSense = <span class="keyword">false</span>);</div>
<div class="line"><a id="l00922" name="l00922"></a><span class="lineno">  922</span> </div>
<div class="line"><a id="l00928" name="l00928"></a><span class="lineno">  928</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a60695681fc74a37f2a31a9638552e877">setCrcFiltering</a>(<span class="keywordtype">bool</span> enable = <span class="keyword">true</span>);</div>
<div class="line"><a id="l00929" name="l00929"></a><span class="lineno">  929</span> </div>
<div class="line"><a id="l00936" name="l00936"></a><span class="lineno">  936</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#ac1155543b27e46fa27aa4c9180da18bb">setPromiscuousMode</a>(<span class="keywordtype">bool</span> enable = <span class="keyword">true</span>, <span class="keywordtype">bool</span> requireCarrierSense = <span class="keyword">false</span>);</div>
<div class="line"><a id="l00937" name="l00937"></a><span class="lineno">  937</span> </div>
<div class="line"><a id="l00943" name="l00943"></a><span class="lineno">  943</span>    <span class="keywordtype">bool</span> <a class="code hl_function" href="class_c_c1101.html#aeea78919ec14d940cda0f213e4fdced6">getPromiscuousMode</a>();</div>
<div class="line"><a id="l00944" name="l00944"></a><span class="lineno">  944</span> </div>
<div class="line"><a id="l00951" name="l00951"></a><span class="lineno">  951</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#adf96e77f25b7e256891601bef04f35a6">setDataShaping</a>(uint8_t sh) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00952" name="l00952"></a><span class="lineno">  952</span> </div>
<div class="line"><a id="l00959" name="l00959"></a><span class="lineno">  959</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#ab4b98eb6af33d006306bb7514ed216ea">setEncoding</a>(uint8_t encoding) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00960" name="l00960"></a><span class="lineno">  960</span> </div>
<div class="line"><a id="l00962" name="l00962"></a><span class="lineno">  962</span>    <span class="keywordtype">void</span> <a class="code hl_function" href="class_c_c1101.html#a5ef45183690bb1879f106af079b01140">setRfSwitchPins</a>(uint32_t rxEn, uint32_t txEn);</div>
<div class="line"><a id="l00963" name="l00963"></a><span class="lineno">  963</span> </div>
<div class="line"><a id="l00965" name="l00965"></a><span class="lineno">  965</span>    <span class="keywordtype">void</span> <a class="code hl_function" href="class_c_c1101.html#a7b401995be4bc136063a035ce1820634">setRfSwitchTable</a>(<span class="keyword">const</span> uint32_t (&amp;pins)[<a class="code hl_variable" href="class_module.html#a0c11551e12579bbabf57b19e12555b3c">Module::RFSWITCH_MAX_PINS</a>], <span class="keyword">const</span> <a class="code hl_struct" href="struct_module_1_1_rf_switch_mode__t.html">Module::RfSwitchMode_t</a> table[]);</div>
<div class="line"><a id="l00966" name="l00966"></a><span class="lineno">  966</span> </div>
<div class="line"><a id="l00971" name="l00971"></a><span class="lineno">  971</span>    uint8_t <a class="code hl_function" href="class_c_c1101.html#a13cf332824479442cc20fc1c6972b092">randomByte</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00972" name="l00972"></a><span class="lineno">  972</span> </div>
<div class="line"><a id="l00978" name="l00978"></a><span class="lineno">  978</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a2a4c6e622dffd2788d8ac52d708b0705">getChipVersion</a>();</div>
<div class="line"><a id="l00979" name="l00979"></a><span class="lineno">  979</span> </div>
<div class="line"><a id="l00980" name="l00980"></a><span class="lineno">  980</span><span class="preprocessor">    #if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE</span></div>
<div class="line"><a id="l00985" name="l00985"></a><span class="lineno">  985</span>    <span class="keywordtype">void</span> <a class="code hl_function" href="class_c_c1101.html#a24f4b059cc56238499c6117b88cd5505">setDirectAction</a>(<span class="keywordtype">void</span> (*func)(<span class="keywordtype">void</span>)) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00986" name="l00986"></a><span class="lineno">  986</span> </div>
<div class="line"><a id="l00991" name="l00991"></a><span class="lineno">  991</span>    <span class="keywordtype">void</span> <a class="code hl_function" href="class_c_c1101.html#a11a92d885beefdf2db291301550a980c">readBit</a>(uint32_t pin) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00992" name="l00992"></a><span class="lineno">  992</span><span class="preprocessor">    #endif</span></div>
<div class="line"><a id="l00993" name="l00993"></a><span class="lineno">  993</span> </div>
<div class="line"><a id="l01000" name="l01000"></a><span class="lineno"> 1000</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a544bb8d7be9c0e1ff7f7103b30925862">setDIOMapping</a>(uint32_t pin, uint32_t value) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01001" name="l01001"></a><span class="lineno"> 1001</span> </div>
<div class="line"><a id="l01002" name="l01002"></a><span class="lineno"> 1002</span><span class="preprocessor">  #if !RADIOLIB_GODMODE &amp;&amp; !RADIOLIB_LOW_LEVEL</span></div>
<div class="line"><a id="l01003" name="l01003"></a><span class="lineno"> 1003</span>    <span class="keyword">protected</span>:</div>
<div class="line"><a id="l01004" name="l01004"></a><span class="lineno"> 1004</span><span class="preprocessor">  #endif</span></div>
<div class="line"><a id="l01005" name="l01005"></a><span class="lineno"> 1005</span>    <a class="code hl_class" href="class_module.html">Module</a>* getMod() <span class="keyword">override</span>;</div>
<div class="line"><a id="l01006" name="l01006"></a><span class="lineno"> 1006</span> </div>
<div class="line"><a id="l01007" name="l01007"></a><span class="lineno"> 1007</span>    <span class="comment">// SPI read overrides to set bit for burst write and status registers access</span></div>
<div class="line"><a id="l01008" name="l01008"></a><span class="lineno"> 1008</span>    int16_t SPIgetRegValue(uint8_t reg, uint8_t msb = 7, uint8_t lsb = 0);</div>
<div class="line"><a id="l01009" name="l01009"></a><span class="lineno"> 1009</span>    int16_t SPIsetRegValue(uint8_t reg, uint8_t value, uint8_t msb = 7, uint8_t lsb = 0, uint8_t checkInterval = 2);</div>
<div class="line"><a id="l01010" name="l01010"></a><span class="lineno"> 1010</span>    <span class="keywordtype">void</span> SPIreadRegisterBurst(uint8_t reg, uint8_t numBytes, uint8_t* inBytes);</div>
<div class="line"><a id="l01011" name="l01011"></a><span class="lineno"> 1011</span>    uint8_t SPIreadRegister(uint8_t reg);</div>
<div class="line"><a id="l01012" name="l01012"></a><span class="lineno"> 1012</span>    <span class="keywordtype">void</span> SPIwriteRegisterBurst(uint8_t reg, <span class="keyword">const</span> uint8_t* data, <span class="keywordtype">size_t</span> len);</div>
<div class="line"><a id="l01013" name="l01013"></a><span class="lineno"> 1013</span>    <span class="keywordtype">void</span> SPIwriteRegister(uint8_t reg, uint8_t data);</div>
<div class="line"><a id="l01014" name="l01014"></a><span class="lineno"> 1014</span> </div>
<div class="line"><a id="l01015" name="l01015"></a><span class="lineno"> 1015</span>    <span class="keywordtype">void</span> SPIsendCommand(uint8_t cmd);</div>
<div class="line"><a id="l01016" name="l01016"></a><span class="lineno"> 1016</span> </div>
<div class="line"><a id="l01017" name="l01017"></a><span class="lineno"> 1017</span><span class="preprocessor">  #if !RADIOLIB_GODMODE</span></div>
<div class="line"><a id="l01018" name="l01018"></a><span class="lineno"> 1018</span>    <span class="keyword">private</span>:</div>
<div class="line"><a id="l01019" name="l01019"></a><span class="lineno"> 1019</span><span class="preprocessor">  #endif</span></div>
<div class="line"><a id="l01020" name="l01020"></a><span class="lineno"> 1020</span>    <a class="code hl_class" href="class_module.html">Module</a>* mod;</div>
<div class="line"><a id="l01021" name="l01021"></a><span class="lineno"> 1021</span> </div>
<div class="line"><a id="l01022" name="l01022"></a><span class="lineno"> 1022</span>    <span class="keywordtype">float</span> frequency = RADIOLIB_CC1101_DEFAULT_FREQ;</div>
<div class="line"><a id="l01023" name="l01023"></a><span class="lineno"> 1023</span>    <span class="keywordtype">float</span> bitRate = RADIOLIB_CC1101_DEFAULT_BR;</div>
<div class="line"><a id="l01024" name="l01024"></a><span class="lineno"> 1024</span>    uint8_t rawRSSI = 0;</div>
<div class="line"><a id="l01025" name="l01025"></a><span class="lineno"> 1025</span>    uint8_t rawLQI = 0;</div>
<div class="line"><a id="l01026" name="l01026"></a><span class="lineno"> 1026</span>    uint8_t modulation = RADIOLIB_CC1101_MOD_FORMAT_2_FSK;</div>
<div class="line"><a id="l01027" name="l01027"></a><span class="lineno"> 1027</span> </div>
<div class="line"><a id="l01028" name="l01028"></a><span class="lineno"> 1028</span>    <span class="keywordtype">size_t</span> packetLength = 0;</div>
<div class="line"><a id="l01029" name="l01029"></a><span class="lineno"> 1029</span>    <span class="keywordtype">bool</span> packetLengthQueried = <span class="keyword">false</span>;</div>
<div class="line"><a id="l01030" name="l01030"></a><span class="lineno"> 1030</span>    uint8_t packetLengthConfig = RADIOLIB_CC1101_LENGTH_CONFIG_VARIABLE;</div>
<div class="line"><a id="l01031" name="l01031"></a><span class="lineno"> 1031</span> </div>
<div class="line"><a id="l01032" name="l01032"></a><span class="lineno"> 1032</span>    <span class="keywordtype">bool</span> promiscuous = <span class="keyword">false</span>;</div>
<div class="line"><a id="l01033" name="l01033"></a><span class="lineno"> 1033</span>    <span class="keywordtype">bool</span> crcOn = <span class="keyword">true</span>;</div>
<div class="line"><a id="l01034" name="l01034"></a><span class="lineno"> 1034</span>    <span class="keywordtype">bool</span> directModeEnabled = <span class="keyword">false</span>;</div>
<div class="line"><a id="l01035" name="l01035"></a><span class="lineno"> 1035</span> </div>
<div class="line"><a id="l01036" name="l01036"></a><span class="lineno"> 1036</span>    int8_t power = RADIOLIB_CC1101_DEFAULT_POWER;</div>
<div class="line"><a id="l01037" name="l01037"></a><span class="lineno"> 1037</span> </div>
<div class="line"><a id="l01038" name="l01038"></a><span class="lineno"> 1038</span>    int16_t beginCommon(<span class="keywordtype">float</span> freq, <span class="keywordtype">float</span> br, <span class="keywordtype">float</span> freqDev, <span class="keywordtype">float</span> rxBw, int8_t pwr, uint8_t preambleLength);</div>
<div class="line"><a id="l01039" name="l01039"></a><span class="lineno"> 1039</span>    int16_t config();</div>
<div class="line"><a id="l01040" name="l01040"></a><span class="lineno"> 1040</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#a240eef8fa7d838d76f3c11086dc50e46">transmitDirect</a>(<span class="keywordtype">bool</span> sync, uint32_t frf);</div>
<div class="line"><a id="l01041" name="l01041"></a><span class="lineno"> 1041</span>    int16_t <a class="code hl_function" href="class_c_c1101.html#ab053c185330519d58f364790108d29ac">receiveDirect</a>(<span class="keywordtype">bool</span> sync);</div>
<div class="line"><a id="l01042" name="l01042"></a><span class="lineno"> 1042</span>    int16_t directMode(<span class="keywordtype">bool</span> sync);</div>
<div class="line"><a id="l01043" name="l01043"></a><span class="lineno"> 1043</span>    <span class="keyword">static</span> <span class="keywordtype">void</span> getExpMant(<span class="keywordtype">float</span> target, uint16_t mantOffset, uint8_t divExp, uint8_t expMax, uint8_t&amp; exp, uint8_t&amp; mant);</div>
<div class="line"><a id="l01044" name="l01044"></a><span class="lineno"> 1044</span>    int16_t setPacketMode(uint8_t mode, uint16_t len);</div>
<div class="line"><a id="l01045" name="l01045"></a><span class="lineno"> 1045</span>};</div>
</div>
<div class="line"><a id="l01046" name="l01046"></a><span class="lineno"> 1046</span> </div>
<div class="line"><a id="l01047" name="l01047"></a><span class="lineno"> 1047</span><span class="preprocessor">#endif</span></div>
<div class="ttc" id="aclass_c_c1101_html"><div class="ttname"><a href="class_c_c1101.html">CC1101</a></div><div class="ttdoc">Control class for CC1101 module.</div><div class="ttdef"><b>Definition</b> CC1101.h:527</div></div>
<div class="ttc" id="aclass_c_c1101_html_a0221c4fe494a590cc9714e4752675d61"><div class="ttname"><a href="class_c_c1101.html#a0221c4fe494a590cc9714e4752675d61">CC1101::clearPacketReceivedAction</a></div><div class="ttdeci">void clearPacketReceivedAction() override</div><div class="ttdoc">Clears interrupt service routine to call when a packet is received.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:200</div></div>
<div class="ttc" id="aclass_c_c1101_html_a0d69713b9f20c9de354c13c3167b18b3"><div class="ttname"><a href="class_c_c1101.html#a0d69713b9f20c9de354c13c3167b18b3">CC1101::setFrequencyDeviation</a></div><div class="ttdeci">int16_t setFrequencyDeviation(float freqDev) override</div><div class="ttdoc">Sets frequency deviation. Allowed values range from 1.587 to 380.8 kHz.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:456</div></div>
<div class="ttc" id="aclass_c_c1101_html_a0ead6224d4378274df465f779199bc92"><div class="ttname"><a href="class_c_c1101.html#a0ead6224d4378274df465f779199bc92">CC1101::sleep</a></div><div class="ttdeci">int16_t sleep() override</div><div class="ttdoc">Sets the module to sleep mode.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:119</div></div>
<div class="ttc" id="aclass_c_c1101_html_a11a92d885beefdf2db291301550a980c"><div class="ttname"><a href="class_c_c1101.html#a11a92d885beefdf2db291301550a980c">CC1101::readBit</a></div><div class="ttdeci">void readBit(uint32_t pin) override</div><div class="ttdoc">Function to read and process data bit in direct reception mode.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:927</div></div>
<div class="ttc" id="aclass_c_c1101_html_a122281f6a915b77ee9dafc9926e731a0"><div class="ttname"><a href="class_c_c1101.html#a122281f6a915b77ee9dafc9926e731a0">CC1101::getPacketLength</a></div><div class="ttdeci">size_t getPacketLength(bool update=true) override</div><div class="ttdoc">Query modem for the packet length of received payload.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:745</div></div>
<div class="ttc" id="aclass_c_c1101_html_a13cf332824479442cc20fc1c6972b092"><div class="ttname"><a href="class_c_c1101.html#a13cf332824479442cc20fc1c6972b092">CC1101::randomByte</a></div><div class="ttdeci">uint8_t randomByte() override</div><div class="ttdoc">Get one truly random byte from RSSI noise.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:899</div></div>
<div class="ttc" id="aclass_c_c1101_html_a1fc87275c6f5d7f6927ca51a175eba21"><div class="ttname"><a href="class_c_c1101.html#a1fc87275c6f5d7f6927ca51a175eba21">CC1101::reset</a></div><div class="ttdeci">void reset()</div><div class="ttdoc">Reset method - resets the chip using manual reset sequence (without RESET pin).</div><div class="ttdef"><b>Definition</b> CC1101.cpp:21</div></div>
<div class="ttc" id="aclass_c_c1101_html_a240eef8fa7d838d76f3c11086dc50e46"><div class="ttname"><a href="class_c_c1101.html#a240eef8fa7d838d76f3c11086dc50e46">CC1101::transmitDirect</a></div><div class="ttdeci">int16_t transmitDirect(uint32_t frf=0) override</div><div class="ttdoc">Starts synchronous direct mode transmission.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:125</div></div>
<div class="ttc" id="aclass_c_c1101_html_a24f4b059cc56238499c6117b88cd5505"><div class="ttname"><a href="class_c_c1101.html#a24f4b059cc56238499c6117b88cd5505">CC1101::setDirectAction</a></div><div class="ttdeci">void setDirectAction(void(*func)(void)) override</div><div class="ttdoc">Set interrupt service routine function to call when data bit is receveid in direct mode.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:923</div></div>
<div class="ttc" id="aclass_c_c1101_html_a2791ebc7fe71626407278de5852b492f"><div class="ttname"><a href="class_c_c1101.html#a2791ebc7fe71626407278de5852b492f">CC1101::clearPacketSentAction</a></div><div class="ttdeci">void clearPacketSentAction() override</div><div class="ttdoc">Clears interrupt service routine to call when a packet is sent.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:208</div></div>
<div class="ttc" id="aclass_c_c1101_html_a29a16e8ed85432c6fae8d9e45399de6e"><div class="ttname"><a href="class_c_c1101.html#a29a16e8ed85432c6fae8d9e45399de6e">CC1101::setPacketReceivedAction</a></div><div class="ttdeci">void setPacketReceivedAction(void(*func)(void)) override</div><div class="ttdoc">Sets interrupt service routine to call when a packet is received.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:196</div></div>
<div class="ttc" id="aclass_c_c1101_html_a2a4c6e622dffd2788d8ac52d708b0705"><div class="ttname"><a href="class_c_c1101.html#a2a4c6e622dffd2788d8ac52d708b0705">CC1101::getChipVersion</a></div><div class="ttdeci">int16_t getChipVersion()</div><div class="ttdoc">Read version SPI register. Should return CC1101_VERSION_LEGACY (0x04) or CC1101_VERSION_CURRENT (0x14...</div><div class="ttdef"><b>Definition</b> CC1101.cpp:918</div></div>
<div class="ttc" id="aclass_c_c1101_html_a336999da23e554073a9fa628131883f5"><div class="ttname"><a href="class_c_c1101.html#a336999da23e554073a9fa628131883f5">CC1101::setPacketSentAction</a></div><div class="ttdeci">void setPacketSentAction(void(*func)(void)) override</div><div class="ttdoc">Sets interrupt service routine to call when a packet is sent.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:204</div></div>
<div class="ttc" id="aclass_c_c1101_html_a381d0059d7a0ccd8a2f54d7d3376f9b6"><div class="ttname"><a href="class_c_c1101.html#a381d0059d7a0ccd8a2f54d7d3376f9b6">CC1101::setRxBandwidth</a></div><div class="ttdeci">int16_t setRxBandwidth(float rxBw)</div><div class="ttdoc">Sets receiver bandwidth. Allowed values are 58, 68, 81, 102, 116, 135, 162, 203, 232,...</div><div class="ttdef"><b>Definition</b> CC1101.cpp:417</div></div>
<div class="ttc" id="aclass_c_c1101_html_a38f6978c757b0dd73e3ef98164a735a2"><div class="ttname"><a href="class_c_c1101.html#a38f6978c757b0dd73e3ef98164a735a2">CC1101::packetMode</a></div><div class="ttdeci">int16_t packetMode()</div><div class="ttdoc">Stops direct mode. It is required to call this method to switch from direct transmissions to packet-b...</div><div class="ttdef"><b>Definition</b> CC1101.cpp:181</div></div>
<div class="ttc" id="aclass_c_c1101_html_a433f1a40b33be6c84d3665a1b4cd57d6"><div class="ttname"><a href="class_c_c1101.html#a433f1a40b33be6c84d3665a1b4cd57d6">CC1101::setSyncWord</a></div><div class="ttdeci">int16_t setSyncWord(uint8_t syncH, uint8_t syncL, uint8_t maxErrBits=0, bool requireCarrierSense=false)</div><div class="ttdoc">Sets 16-bit sync word as a two byte value.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:624</div></div>
<div class="ttc" id="aclass_c_c1101_html_a476adec156ae39974e70ef17b9af7db3"><div class="ttname"><a href="class_c_c1101.html#a476adec156ae39974e70ef17b9af7db3">CC1101::autoSetRxBandwidth</a></div><div class="ttdeci">int16_t autoSetRxBandwidth()</div><div class="ttdoc">calculates and sets Rx bandwidth based on the freq, baud and freq uncertainty. Reimplement of atlas0f...</div><div class="ttdef"><b>Definition</b> CC1101.cpp:438</div></div>
<div class="ttc" id="aclass_c_c1101_html_a4f2dc4176b62a0636636088e31b8e85b"><div class="ttname"><a href="class_c_c1101.html#a4f2dc4176b62a0636636088e31b8e85b">CC1101::disableSyncWordFiltering</a></div><div class="ttdeci">int16_t disableSyncWordFiltering(bool requireCarrierSense=false)</div><div class="ttdoc">Disable preamble and sync word filtering and generation.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:792</div></div>
<div class="ttc" id="aclass_c_c1101_html_a5086eb8a27aa842e94d1df54f385c39b"><div class="ttname"><a href="class_c_c1101.html#a5086eb8a27aa842e94d1df54f385c39b">CC1101::transmit</a></div><div class="ttdeci">int16_t transmit(const uint8_t *data, size_t len, uint8_t addr=0) override</div><div class="ttdoc">Blocking binary transmit method. Overloads for string-based transmissions are implemented in Physical...</div><div class="ttdef"><b>Definition</b> CC1101.cpp:26</div></div>
<div class="ttc" id="aclass_c_c1101_html_a50b9e73d2d82a4cd03841f465825b73f"><div class="ttname"><a href="class_c_c1101.html#a50b9e73d2d82a4cd03841f465825b73f">CC1101::variablePacketLengthMode</a></div><div class="ttdeci">int16_t variablePacketLengthMode(uint8_t maxLen=RADIOLIB_CC1101_MAX_PACKET_LENGTH)</div><div class="ttdoc">Set modem in variable packet length mode.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:769</div></div>
<div class="ttc" id="aclass_c_c1101_html_a544bb8d7be9c0e1ff7f7103b30925862"><div class="ttname"><a href="class_c_c1101.html#a544bb8d7be9c0e1ff7f7103b30925862">CC1101::setDIOMapping</a></div><div class="ttdeci">int16_t setDIOMapping(uint32_t pin, uint32_t value) override</div><div class="ttdoc">Configure DIO pin mapping to get a given signal on a DIO pin (if available).</div><div class="ttdef"><b>Definition</b> CC1101.cpp:932</div></div>
<div class="ttc" id="aclass_c_c1101_html_a59ca9e8956e308159949638bf327e5fb"><div class="ttname"><a href="class_c_c1101.html#a59ca9e8956e308159949638bf327e5fb">CC1101::getLQI</a></div><div class="ttdeci">uint8_t getLQI() const</div><div class="ttdoc">Gets LQI (Link Quality Indicator) of the last received packet.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:741</div></div>
<div class="ttc" id="aclass_c_c1101_html_a5d6dce30fc7da668975b6da663784cdf"><div class="ttname"><a href="class_c_c1101.html#a5d6dce30fc7da668975b6da663784cdf">CC1101::setOutputPower</a></div><div class="ttdeci">int16_t setOutputPower(int8_t pwr) override</div><div class="ttdoc">Sets output power. Allowed values are -30, -20, -15, -10, 0, 5, 7 or 10 dBm.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:508</div></div>
<div class="ttc" id="aclass_c_c1101_html_a5ef45183690bb1879f106af079b01140"><div class="ttname"><a href="class_c_c1101.html#a5ef45183690bb1879f106af079b01140">CC1101::setRfSwitchPins</a></div><div class="ttdeci">void setRfSwitchPins(uint32_t rxEn, uint32_t txEn)</div><div class="ttdoc">Some modules contain external RF switch controlled by pins. This function gives RadioLib control over...</div><div class="ttdef"><b>Definition</b> CC1101.cpp:891</div></div>
<div class="ttc" id="aclass_c_c1101_html_a60695681fc74a37f2a31a9638552e877"><div class="ttname"><a href="class_c_c1101.html#a60695681fc74a37f2a31a9638552e877">CC1101::setCrcFiltering</a></div><div class="ttdeci">int16_t setCrcFiltering(bool enable=true)</div><div class="ttdoc">Enable CRC filtering and generation.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:797</div></div>
<div class="ttc" id="aclass_c_c1101_html_a6e62914790f132816134fc68c2bb5eb8"><div class="ttname"><a href="class_c_c1101.html#a6e62914790f132816134fc68c2bb5eb8">CC1101::setNodeAddress</a></div><div class="ttdeci">int16_t setNodeAddress(uint8_t nodeAddr, uint8_t numBroadcastAddrs=0)</div><div class="ttdoc">Sets node and broadcast addresses. Calling this method will also enable address filtering.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:671</div></div>
<div class="ttc" id="aclass_c_c1101_html_a6fd22cdec29e1e34a92aa9854b90fdc9"><div class="ttname"><a href="class_c_c1101.html#a6fd22cdec29e1e34a92aa9854b90fdc9">CC1101::setBitRate</a></div><div class="ttdeci">int16_t setBitRate(float br) override</div><div class="ttdoc">Sets bit rate. Allowed values range from 0.025 to 600.0 kbps.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:388</div></div>
<div class="ttc" id="aclass_c_c1101_html_a6fe55d0217bf5218865198ef8d6fdab4"><div class="ttname"><a href="class_c_c1101.html#a6fe55d0217bf5218865198ef8d6fdab4">CC1101::enableSyncWordFiltering</a></div><div class="ttdeci">int16_t enableSyncWordFiltering(uint8_t maxErrBits=0, bool requireCarrierSense=false)</div><div class="ttdoc">Enable sync word filtering and generation.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:773</div></div>
<div class="ttc" id="aclass_c_c1101_html_a6ff7e4066d189482c142e05384a38df0"><div class="ttname"><a href="class_c_c1101.html#a6ff7e4066d189482c142e05384a38df0">CC1101::startTransmit</a></div><div class="ttdeci">int16_t startTransmit(const uint8_t *data, size_t len, uint8_t addr=0) override</div><div class="ttdoc">Interrupt-driven binary transmit method. Overloads for string-based transmissions are implemented in ...</div><div class="ttdef"><b>Definition</b> CC1101.cpp:227</div></div>
<div class="ttc" id="aclass_c_c1101_html_a7612bf81e48086004c62548de2682266"><div class="ttname"><a href="class_c_c1101.html#a7612bf81e48086004c62548de2682266">CC1101::standby</a></div><div class="ttdeci">int16_t standby() override</div><div class="ttdoc">Sets the module to standby mode.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:95</div></div>
<div class="ttc" id="aclass_c_c1101_html_a7b401995be4bc136063a035ce1820634"><div class="ttname"><a href="class_c_c1101.html#a7b401995be4bc136063a035ce1820634">CC1101::setRfSwitchTable</a></div><div class="ttdeci">void setRfSwitchTable(const uint32_t(&amp;pins)[Module::RFSWITCH_MAX_PINS], const Module::RfSwitchMode_t table[])</div><div class="ttdoc">Some modules contain external RF switch controlled by pins. This function gives RadioLib control over...</div><div class="ttdef"><b>Definition</b> CC1101.cpp:895</div></div>
<div class="ttc" id="aclass_c_c1101_html_a8c79975a7bbe8a37f8214ecd1f69ba22"><div class="ttname"><a href="class_c_c1101.html#a8c79975a7bbe8a37f8214ecd1f69ba22">CC1101::readData</a></div><div class="ttdeci">int16_t readData(uint8_t *data, size_t len) override</div><div class="ttdoc">Reads data received after calling startReceive method. When the packet length is not known in advance...</div><div class="ttdef"><b>Definition</b> CC1101.cpp:307</div></div>
<div class="ttc" id="aclass_c_c1101_html_a9aee5df428d30b9c80b8a8700609a883"><div class="ttname"><a href="class_c_c1101.html#a9aee5df428d30b9c80b8a8700609a883">CC1101::disableAddressFiltering</a></div><div class="ttdeci">int16_t disableAddressFiltering()</div><div class="ttdoc">Disables address filtering. Calling this method will also erase previously set addresses.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:682</div></div>
<div class="ttc" id="aclass_c_c1101_html_a9bee13612cf4da067faeb57d18ee2eb7"><div class="ttname"><a href="class_c_c1101.html#a9bee13612cf4da067faeb57d18ee2eb7">CC1101::setGdo0Action</a></div><div class="ttdeci">void setGdo0Action(void(*func)(void), uint32_t dir)</div><div class="ttdoc">Sets interrupt service routine to call when GDO0 activates.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:188</div></div>
<div class="ttc" id="aclass_c_c1101_html_a9ec1ff1312d2caaae7e3e0389268fca2"><div class="ttname"><a href="class_c_c1101.html#a9ec1ff1312d2caaae7e3e0389268fca2">CC1101::receiveDirectAsync</a></div><div class="ttdeci">int16_t receiveDirectAsync()</div><div class="ttdoc">Starts asynchronous direct mode reception.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:160</div></div>
<div class="ttc" id="aclass_c_c1101_html_ab053c185330519d58f364790108d29ac"><div class="ttname"><a href="class_c_c1101.html#ab053c185330519d58f364790108d29ac">CC1101::receiveDirect</a></div><div class="ttdeci">int16_t receiveDirect() override</div><div class="ttdoc">Starts synchronous direct mode reception.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:156</div></div>
<div class="ttc" id="aclass_c_c1101_html_ab4b98eb6af33d006306bb7514ed216ea"><div class="ttname"><a href="class_c_c1101.html#ab4b98eb6af33d006306bb7514ed216ea">CC1101::setEncoding</a></div><div class="ttdeci">int16_t setEncoding(uint8_t encoding) override</div><div class="ttdoc">Sets transmission encoding. Allowed values are RADIOLIB_ENCODING_NRZ, RADIOLIB_ENCODING_MANCHESTER,...</div><div class="ttdef"><b>Definition</b> CC1101.cpp:867</div></div>
<div class="ttc" id="aclass_c_c1101_html_ab500e75fcf63f123eb3945925f361bd0"><div class="ttname"><a href="class_c_c1101.html#ab500e75fcf63f123eb3945925f361bd0">CC1101::checkOutputPower</a></div><div class="ttdeci">int16_t checkOutputPower(int8_t power, int8_t *clipped) override</div><div class="ttdoc">Check if output power is configurable. This method is needed for compatibility with PhysicalLayer::ch...</div><div class="ttdef"><b>Definition</b> CC1101.cpp:533</div></div>
<div class="ttc" id="aclass_c_c1101_html_ab5e6b3745f80cf61e1ced33303311df8"><div class="ttname"><a href="class_c_c1101.html#ab5e6b3745f80cf61e1ced33303311df8">CC1101::clearGdo0Action</a></div><div class="ttdeci">void clearGdo0Action()</div><div class="ttdoc">Clears interrupt service routine to call when GDO0 activates.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:192</div></div>
<div class="ttc" id="aclass_c_c1101_html_ab80835be83e5a43010afe4e8185114eb"><div class="ttname"><a href="class_c_c1101.html#ab80835be83e5a43010afe4e8185114eb">CC1101::getRSSI</a></div><div class="ttdeci">float getRSSI() override</div><div class="ttdoc">Gets RSSI (Recorded Signal Strength Indicator) of the last received packet. In direct or asynchronous...</div><div class="ttdef"><b>Definition</b> CC1101.cpp:721</div></div>
<div class="ttc" id="aclass_c_c1101_html_abe26fa310e973bf2b14750b9eae02124"><div class="ttname"><a href="class_c_c1101.html#abe26fa310e973bf2b14750b9eae02124">CC1101::getFrequencyDeviation</a></div><div class="ttdeci">int16_t getFrequencyDeviation(float *freqDev)</div><div class="ttdoc">Gets frequency deviation.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:483</div></div>
<div class="ttc" id="aclass_c_c1101_html_ac1155543b27e46fa27aa4c9180da18bb"><div class="ttname"><a href="class_c_c1101.html#ac1155543b27e46fa27aa4c9180da18bb">CC1101::setPromiscuousMode</a></div><div class="ttdeci">int16_t setPromiscuousMode(bool enable=true, bool requireCarrierSense=false)</div><div class="ttdoc">Set modem in &quot;sniff&quot; mode: no packet filtering (e.g., no preamble, sync word, address,...</div><div class="ttdef"><b>Definition</b> CC1101.cpp:807</div></div>
<div class="ttc" id="aclass_c_c1101_html_ac7a8b1fe7d08dc6db20cf1569b0d37b4"><div class="ttname"><a href="class_c_c1101.html#ac7a8b1fe7d08dc6db20cf1569b0d37b4">CC1101::clearGdo2Action</a></div><div class="ttdeci">void clearGdo2Action()</div><div class="ttdoc">Clears interrupt service routine to call when GDO0 activates.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:220</div></div>
<div class="ttc" id="aclass_c_c1101_html_ad25ad96cddf62273bffd601384d22275"><div class="ttname"><a href="class_c_c1101.html#ad25ad96cddf62273bffd601384d22275">CC1101::fixedPacketLengthMode</a></div><div class="ttdeci">int16_t fixedPacketLengthMode(uint8_t len=RADIOLIB_CC1101_MAX_PACKET_LENGTH)</div><div class="ttdoc">Set modem in fixed packet length mode.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:759</div></div>
<div class="ttc" id="aclass_c_c1101_html_ad428d7e6fc9ac119101bb0716fa80bee"><div class="ttname"><a href="class_c_c1101.html#ad428d7e6fc9ac119101bb0716fa80bee">CC1101::setFrequency</a></div><div class="ttdeci">int16_t setFrequency(float freq) override</div><div class="ttdoc">Sets carrier frequency. Allowed values are in bands 300.0 to 348.0 MHz, 387.0 to 464....</div><div class="ttdef"><b>Definition</b> CC1101.cpp:360</div></div>
<div class="ttc" id="aclass_c_c1101_html_ad71efbe54590e4431f3286ab99536fe9"><div class="ttname"><a href="class_c_c1101.html#ad71efbe54590e4431f3286ab99536fe9">CC1101::setGdo2Action</a></div><div class="ttdeci">void setGdo2Action(void(*func)(void), uint32_t dir)</div><div class="ttdoc">Sets interrupt service routine to call when GDO2 activates.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:212</div></div>
<div class="ttc" id="aclass_c_c1101_html_ad86f23bb3d113d20f6238a671f18b565"><div class="ttname"><a href="class_c_c1101.html#ad86f23bb3d113d20f6238a671f18b565">CC1101::begin</a></div><div class="ttdeci">int16_t begin(float freq=RADIOLIB_CC1101_DEFAULT_FREQ, float br=RADIOLIB_CC1101_DEFAULT_BR, float freqDev=RADIOLIB_CC1101_DEFAULT_FREQDEV, float rxBw=RADIOLIB_CC1101_DEFAULT_RXBW, int8_t pwr=RADIOLIB_CC1101_DEFAULT_POWER, uint8_t preambleLength=RADIOLIB_CC1101_DEFAULT_PREAMBLELEN)</div><div class="ttdoc">Initialization method.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:9</div></div>
<div class="ttc" id="aclass_c_c1101_html_adc76af01dbc9171b3fdd7570624a4d4f"><div class="ttname"><a href="class_c_c1101.html#adc76af01dbc9171b3fdd7570624a4d4f">CC1101::setBitRateTolerance</a></div><div class="ttdeci">int16_t setBitRateTolerance(uint8_t brt)</div><div class="ttdoc">Sets bit rate tolerance in BSCFG register. Allowed values are 0:(0%), 1(3,125%), 2:(6,...</div><div class="ttdef"><b>Definition</b> CC1101.cpp:408</div></div>
<div class="ttc" id="aclass_c_c1101_html_adf96e77f25b7e256891601bef04f35a6"><div class="ttname"><a href="class_c_c1101.html#adf96e77f25b7e256891601bef04f35a6">CC1101::setDataShaping</a></div><div class="ttdeci">int16_t setDataShaping(uint8_t sh) override</div><div class="ttdoc">Sets Gaussian filter bandwidth-time product that will be used for data shaping. Allowed value is RADI...</div><div class="ttdef"><b>Definition</b> CC1101.cpp:848</div></div>
<div class="ttc" id="aclass_c_c1101_html_ae71e947abf6a07b194c6c6d64fd3eb19"><div class="ttname"><a href="class_c_c1101.html#ae71e947abf6a07b194c6c6d64fd3eb19">CC1101::startReceive</a></div><div class="ttdeci">int16_t startReceive() override</div><div class="ttdoc">Interrupt-driven receive method. GDO0 will be activated when full packet is received.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:277</div></div>
<div class="ttc" id="aclass_c_c1101_html_ae77c828c9c7cc12012fe011e8c4d3570"><div class="ttname"><a href="class_c_c1101.html#ae77c828c9c7cc12012fe011e8c4d3570">CC1101::setPreambleLength</a></div><div class="ttdeci">int16_t setPreambleLength(uint8_t preambleLength, uint8_t qualityThreshold)</div><div class="ttdoc">Sets preamble length.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:629</div></div>
<div class="ttc" id="aclass_c_c1101_html_aedc1067d0334bb69ed5316146014097d"><div class="ttname"><a href="class_c_c1101.html#aedc1067d0334bb69ed5316146014097d">CC1101::receive</a></div><div class="ttdeci">int16_t receive(uint8_t *data, size_t len) override</div><div class="ttdoc">Blocking binary receive method. Overloads for string-based transmissions are implemented in PhysicalL...</div><div class="ttdef"><b>Definition</b> CC1101.cpp:59</div></div>
<div class="ttc" id="aclass_c_c1101_html_aeea78919ec14d940cda0f213e4fdced6"><div class="ttname"><a href="class_c_c1101.html#aeea78919ec14d940cda0f213e4fdced6">CC1101::getPromiscuousMode</a></div><div class="ttdeci">bool getPromiscuousMode()</div><div class="ttdoc">Get whether the modem is in promiscuous mode: no packet filtering (e.g., no preamble,...</div><div class="ttdef"><b>Definition</b> CC1101.cpp:844</div></div>
<div class="ttc" id="aclass_c_c1101_html_aef7c152858537a40e71cf133962cb893"><div class="ttname"><a href="class_c_c1101.html#aef7c152858537a40e71cf133962cb893">CC1101::transmitDirectAsync</a></div><div class="ttdeci">int16_t transmitDirectAsync(uint32_t frf=0)</div><div class="ttdoc">Starts asynchronous direct mode transmission.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:129</div></div>
<div class="ttc" id="aclass_c_c1101_html_af70ea860154cd6d2b2e2a6962e161c8f"><div class="ttname"><a href="class_c_c1101.html#af70ea860154cd6d2b2e2a6962e161c8f">CC1101::finishTransmit</a></div><div class="ttdeci">int16_t finishTransmit() override</div><div class="ttdoc">Clean up after transmission is done.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:266</div></div>
<div class="ttc" id="aclass_c_c1101_html_afa64d1ad4789d3146b38d14437234756"><div class="ttname"><a href="class_c_c1101.html#afa64d1ad4789d3146b38d14437234756">CC1101::setOOK</a></div><div class="ttdeci">int16_t setOOK(bool enableOOK)</div><div class="ttdoc">Enables/disables OOK modulation instead of FSK.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:692</div></div>
<div class="ttc" id="aclass_c_c1101_html_afff1ff2e763a3ad598bdae535595db63"><div class="ttname"><a href="class_c_c1101.html#afff1ff2e763a3ad598bdae535595db63">CC1101::beginFSK4</a></div><div class="ttdeci">int16_t beginFSK4(float freq=RADIOLIB_CC1101_DEFAULT_FREQ, float br=RADIOLIB_CC1101_DEFAULT_BR, float freqDev=RADIOLIB_CC1101_DEFAULT_FREQDEV, float rxBw=RADIOLIB_CC1101_DEFAULT_RXBW, int8_t pwr=RADIOLIB_CC1101_DEFAULT_POWER, uint8_t preambleLength=RADIOLIB_CC1101_DEFAULT_PREAMBLELEN)</div><div class="ttdoc">Initialization method for 4-FSK modulation.</div><div class="ttdef"><b>Definition</b> CC1101.cpp:15</div></div>
<div class="ttc" id="aclass_module_html"><div class="ttname"><a href="class_module.html">Module</a></div><div class="ttdoc">Implements all common low-level methods to control the wireless module. Every module class contains o...</div><div class="ttdef"><b>Definition</b> Module.h:73</div></div>
<div class="ttc" id="aclass_module_html_a0c11551e12579bbabf57b19e12555b3c"><div class="ttname"><a href="class_module.html#a0c11551e12579bbabf57b19e12555b3c">Module::RFSWITCH_MAX_PINS</a></div><div class="ttdeci">static const size_t RFSWITCH_MAX_PINS</div><div class="ttdoc">The maximum number of pins supported by the RF switch code. Note: It is not recommended to use this c...</div><div class="ttdef"><b>Definition</b> Module.h:82</div></div>
<div class="ttc" id="aclass_physical_layer_html"><div class="ttname"><a href="class_physical_layer.html">PhysicalLayer</a></div><div class="ttdoc">Provides common interface for protocols that run on LoRa/FSK modules, such as RTTY or LoRaWAN....</div><div class="ttdef"><b>Definition</b> PhysicalLayer.h:151</div></div>
<div class="ttc" id="aclass_physical_layer_html_a3563453988a83d22dd07d4691543a300"><div class="ttname"><a href="class_physical_layer.html#a3563453988a83d22dd07d4691543a300">PhysicalLayer::readData</a></div><div class="ttdeci">virtual int16_t readData(uint8_t *data, size_t len)</div><div class="ttdoc">Reads data that was received after calling startReceive method.</div><div class="ttdef"><b>Definition</b> PhysicalLayer.cpp:206</div></div>
<div class="ttc" id="aclass_physical_layer_html_a492b2d057dd803c3884fa1adc8e22534"><div class="ttname"><a href="class_physical_layer.html#a492b2d057dd803c3884fa1adc8e22534">PhysicalLayer::transmit</a></div><div class="ttdeci">int16_t transmit(const char *str, uint8_t addr=0)</div><div class="ttdoc">C-string transmit method.</div><div class="ttdef"><b>Definition</b> PhysicalLayer.cpp:53</div></div>
<div class="ttc" id="aclass_physical_layer_html_a923654706eff5118ef6e84214e837f27"><div class="ttname"><a href="class_physical_layer.html#a923654706eff5118ef6e84214e837f27">PhysicalLayer::startTransmit</a></div><div class="ttdeci">int16_t startTransmit(const char *str, uint8_t addr=0)</div><div class="ttdoc">Interrupt-driven Arduino String transmit method. Unlike the standard transmit method,...</div><div class="ttdef"><b>Definition</b> PhysicalLayer.cpp:148</div></div>
<div class="ttc" id="aclass_physical_layer_html_ab82617fa3fa9f21d4cd427314ecc4af8"><div class="ttname"><a href="class_physical_layer.html#ab82617fa3fa9f21d4cd427314ecc4af8">PhysicalLayer::receive</a></div><div class="ttdeci">virtual int16_t receive(uint8_t *data, size_t len)</div><div class="ttdoc">Binary receive method. Must be implemented in module class.</div><div class="ttdef"><b>Definition</b> PhysicalLayer.cpp:111</div></div>
<div class="ttc" id="astruct_module_1_1_rf_switch_mode__t_html"><div class="ttname"><a href="struct_module_1_1_rf_switch_mode__t.html">Module::RfSwitchMode_t</a></div><div class="ttdoc">Description of RF switch pin states for a single mode. See setRfSwitchTable for details.</div><div class="ttdef"><b>Definition</b> Module.h:89</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_ddb4d7e95cc2d6c8e1ade10a20d7247d.html">modules</a></li><li class="navelem"><a class="el" href="dir_e824c1032eaf58988755f8ba9735594b.html">CC1101</a></li><li class="navelem"><b>CC1101.h</b></li>
    <li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
  </ul>
</div>
</body>
</html>