RadioLibSmol/_si443x_8h_source.html
2025-03-14 19:17:26 +00:00

843 lines
169 KiB
HTML

<!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/Si443x/Si443x.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('_si443x_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">Si443x.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_SI443X_H)</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define _RADIOLIB_SI443X_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> </div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="preprocessor">#if !RADIOLIB_EXCLUDE_SI443X</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="preprocessor">#include &quot;../../Module.h&quot;</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span> </div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="preprocessor">#include &quot;../../protocols/PhysicalLayer/PhysicalLayer.h&quot;</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span> </div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment">// Si443x physical layer properties</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="preprocessor">#define RADIOLIB_SI443X_FREQUENCY_STEP_SIZE 156.25</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="preprocessor">#define RADIOLIB_SI443X_MAX_PACKET_LENGTH 64</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span> </div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment">// Si443x series common registers</span></div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_DEVICE_TYPE 0x00</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_DEVICE_VERSION 0x01</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_DEVICE_STATUS 0x02</span></div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_INTERRUPT_STATUS_1 0x03</span></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_INTERRUPT_STATUS_2 0x04</span></div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_INTERRUPT_ENABLE_1 0x05</span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_INTERRUPT_ENABLE_2 0x06</span></div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_OP_FUNC_CONTROL_1 0x07</span></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_OP_FUNC_CONTROL_2 0x08</span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_XOSC_LOAD_CAPACITANCE 0x09</span></div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_MCU_OUTPUT_CLOCK 0x0A</span></div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_GPIO0_CONFIG 0x0B</span></div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_GPIO1_CONFIG 0x0C</span></div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_GPIO2_CONFIG 0x0D</span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_IO_PORT_CONFIG 0x0E</span></div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_ADC_CONFIG 0x0F</span></div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_ADC_SENSOR_AMP_OFFSET 0x10</span></div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_ADC_VALUE 0x11</span></div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_TEMP_SENSOR_CONTROL 0x12</span></div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_TEMP_VALUE_OFFSET 0x13</span></div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_WAKEUP_TIMER_PERIOD_1 0x14</span></div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_WAKEUP_TIMER_PERIOD_2 0x15</span></div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_WAKEUP_TIMER_PERIOD_3 0x16</span></div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_WAKEUP_TIMER_VALUE_1 0x17</span></div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_WAKEUP_TIMER_VALUE_2 0x18</span></div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_LOW_DC_MODE_DURATION 0x19</span></div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_LOW_BATT_DET_THRESHOLD 0x1A</span></div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_BATT_VOLTAGE_LEVEL 0x1B</span></div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_IF_FILTER_BANDWIDTH 0x1C</span></div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_AFC_LOOP_GEARSHIFT_OVERRIDE 0x1D</span></div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_AFC_TIMING_CONTROL 0x1E</span></div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_CLOCK_REC_GEARSHIFT_OVERRIDE 0x1F</span></div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_CLOCK_REC_OVERSAMP_RATIO 0x20</span></div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_CLOCK_REC_OFFSET_2 0x21</span></div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_CLOCK_REC_OFFSET_1 0x22</span></div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_CLOCK_REC_OFFSET_0 0x23</span></div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_CLOCK_REC_TIMING_LOOP_GAIN_1 0x24</span></div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_CLOCK_REC_TIMING_LOOP_GAIN_0 0x25</span></div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_RSSI 0x26</span></div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_RSSI_CLEAR_CHANNEL_THRESHOLD 0x27</span></div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_ANTENNA_DIVERSITY_1 0x28</span></div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_ANTENNA_DIVERSITY_2 0x29</span></div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_AFC_LIMITER 0x2A</span></div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_AFC_CORRECTION 0x2B</span></div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_OOK_COUNTER_1 0x2C</span></div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_OOK_COUNTER_2 0x2D</span></div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_SLICER_PEAK_HOLD 0x2E</span></div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_DATA_ACCESS_CONTROL 0x30</span></div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_EZMAC_STATUS 0x31</span></div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_HEADER_CONTROL_1 0x32</span></div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_HEADER_CONTROL_2 0x33</span></div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_PREAMBLE_LENGTH 0x34</span></div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_PREAMBLE_DET_CONTROL 0x35</span></div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_SYNC_WORD_3 0x36</span></div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_SYNC_WORD_2 0x37</span></div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_SYNC_WORD_1 0x38</span></div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_SYNC_WORD_0 0x39</span></div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_TRANSMIT_HEADER_3 0x3A</span></div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_TRANSMIT_HEADER_2 0x3B</span></div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_TRANSMIT_HEADER_1 0x3C</span></div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_TRANSMIT_HEADER_0 0x3D</span></div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_TRANSMIT_PACKET_LENGTH 0x3E</span></div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_CHECK_HEADER_3 0x3F</span></div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_CHECK_HEADER_2 0x40</span></div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_CHECK_HEADER_1 0x41</span></div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_CHECK_HEADER_0 0x42</span></div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_HEADER_ENABLE_3 0x43</span></div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_HEADER_ENABLE_2 0x44</span></div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_HEADER_ENABLE_1 0x45</span></div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_HEADER_ENABLE_0 0x46</span></div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_RECEIVED_HEADER_3 0x47</span></div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_RECEIVED_HEADER_2 0x48</span></div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_RECEIVED_HEADER_1 0x49</span></div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_RECEIVED_HEADER_0 0x4A</span></div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_RECEIVED_PACKET_LENGTH 0x4B</span></div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_ADC8_CONTROL 0x4F</span></div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_CHANNEL_FILTER_COEFF 0x60</span></div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_XOSC_CONTROL_TEST 0x62</span></div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_AGC_OVERRIDE_1 0x69</span></div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_TX_POWER 0x6D</span></div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_TX_DATA_RATE_1 0x6E</span></div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_TX_DATA_RATE_0 0x6F</span></div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_MODULATION_MODE_CONTROL_1 0x70</span></div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_MODULATION_MODE_CONTROL_2 0x71</span></div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_FREQUENCY_DEVIATION 0x72</span></div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_FREQUENCY_OFFSET_1 0x73</span></div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_FREQUENCY_OFFSET_2 0x74</span></div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_FREQUENCY_BAND_SELECT 0x75</span></div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_NOM_CARRIER_FREQUENCY_1 0x76</span></div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_NOM_CARRIER_FREQUENCY_0 0x77</span></div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_FREQUENCY_HOPPING_CHANNEL_SEL 0x79</span></div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_FREQUENCY_HOPPING_STEP_SIZE 0x7A</span></div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_TX_FIFO_CONTROL_1 0x7C</span></div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_TX_FIFO_CONTROL_2 0x7D</span></div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_RX_FIFO_CONTROL 0x7E</span></div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span><span class="preprocessor">#define RADIOLIB_SI443X_REG_FIFO_ACCESS 0x7F</span></div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> </div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span><span class="comment">// RADIOLIB_SI443X_REG_DEVICE_TYPE MSB LSB DESCRIPTION</span></div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span><span class="preprocessor">#define RADIOLIB_SI443X_DEVICE_TYPE 0x08 </span><span class="comment">// 4 0 device identification register</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_SI443X_REG_DEVICE_VERSION</span></div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span><span class="preprocessor">#define RADIOLIB_SI443X_DEVICE_VERSION 0x06 </span><span class="comment">// 4 0 chip version register</span></div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> </div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span><span class="comment">// RADIOLIB_SI443X_REG_DEVICE_STATUS</span></div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span><span class="preprocessor">#define RADIOLIB_SI443X_RX_TX_FIFO_OVERFLOW 0b10000000 </span><span class="comment">// 7 7 Rx/Tx FIFO overflow flag</span></div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span><span class="preprocessor">#define RADIOLIB_SI443X_RX_TX_FIFO_UNDERFLOW 0b01000000 </span><span class="comment">// 6 6 Rx/Tx FIFO underflow flag</span></div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span><span class="preprocessor">#define RADIOLIB_SI443X_RX_FIFO_EMPTY 0b00100000 </span><span class="comment">// 5 5 Rx FIFO empty flag</span></div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span><span class="preprocessor">#define RADIOLIB_SI443X_HEADER_ERROR 0b00010000 </span><span class="comment">// 4 4 header error flag</span></div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span><span class="preprocessor">#define RADIOLIB_SI443X_FREQUENCY_ERROR 0b00001000 </span><span class="comment">// 3 3 frequency error flag (frequency outside allowed range)</span></div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span><span class="preprocessor">#define RADIOLIB_SI443X_TX 0b00000010 </span><span class="comment">// 1 0 power state: Tx</span></div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span><span class="preprocessor">#define RADIOLIB_SI443X_RX 0b00000001 </span><span class="comment">// 1 0 Rx</span></div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span><span class="preprocessor">#define RADIOLIB_SI443X_IDLE 0b00000000 </span><span class="comment">// 1 0 idle</span></div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> </div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span><span class="comment">// RADIOLIB_SI443X_REG_INTERRUPT_STATUS_1</span></div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span><span class="preprocessor">#define RADIOLIB_SI443X_FIFO_LEVEL_ERROR_INTERRUPT 0b10000000 &lt;&lt; 8 </span><span class="comment">// 7 7 Tx/Rx FIFO overflow or underflow</span></div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span><span class="preprocessor">#define RADIOLIB_SI443X_TX_FIFO_ALMOST_FULL_INTERRUPT 0b01000000 &lt;&lt; 8 </span><span class="comment">// 6 6 Tx FIFO almost full</span></div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span><span class="preprocessor">#define RADIOLIB_SI443X_TX_FIFO_ALMOST_EMPTY_INTERRUPT 0b00100000 &lt;&lt; 8 </span><span class="comment">// 5 5 Tx FIFO almost empty</span></div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span><span class="preprocessor">#define RADIOLIB_SI443X_RX_FIFO_ALMOST_FULL_INTERRUPT 0b00010000 &lt;&lt; 8 </span><span class="comment">// 4 4 Rx FIFO almost full</span></div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span><span class="preprocessor">#define RADIOLIB_SI443X_EXTERNAL_INTERRUPT 0b00001000 &lt;&lt; 8 </span><span class="comment">// 3 3 external interrupt occurred on GPIOx</span></div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span><span class="preprocessor">#define RADIOLIB_SI443X_PACKET_SENT_INTERRUPT 0b00000100 &lt;&lt; 8 </span><span class="comment">// 2 2 packet transmission done</span></div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span><span class="preprocessor">#define RADIOLIB_SI443X_VALID_PACKET_RECEIVED_INTERRUPT 0b00000010 &lt;&lt; 8 </span><span class="comment">// 1 1 valid packet has been received</span></div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span><span class="preprocessor">#define RADIOLIB_SI443X_CRC_ERROR_INTERRUPT 0b00000001 &lt;&lt; 8 </span><span class="comment">// 0 0 CRC failed</span></div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> </div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span><span class="comment">// RADIOLIB_SI443X_REG_INTERRUPT_STATUS_2</span></div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span><span class="preprocessor">#define RADIOLIB_SI443X_SYNC_WORD_DETECTED_INTERRUPT 0b10000000 </span><span class="comment">// 7 7 sync word has been detected</span></div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span><span class="preprocessor">#define RADIOLIB_SI443X_VALID_PREAMBLE_DETECTED_INTERRUPT 0b01000000 </span><span class="comment">// 6 6 valid preamble has been detected</span></div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span><span class="preprocessor">#define RADIOLIB_SI443X_INVALID_PREAMBLE_DETECTED_INTERRUPT 0b00100000 </span><span class="comment">// 5 5 invalid preamble has been detected</span></div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span><span class="preprocessor">#define RADIOLIB_SI443X_RSSI_INTERRUPT 0b00010000 </span><span class="comment">// 4 4 RSSI exceeded programmed threshold</span></div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span><span class="preprocessor">#define RADIOLIB_SI443X_WAKEUP_TIMER_INTERRUPT 0b00001000 </span><span class="comment">// 3 3 wake-up timer expired</span></div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span><span class="preprocessor">#define RADIOLIB_SI443X_LOW_BATTERY_INTERRUPT 0b00000100 </span><span class="comment">// 2 2 low battery detected</span></div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span><span class="preprocessor">#define RADIOLIB_SI443X_CHIP_READY_INTERRUPT 0b00000010 </span><span class="comment">// 1 1 chip ready event detected</span></div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span><span class="preprocessor">#define RADIOLIB_SI443X_POWER_ON_RESET_INTERRUPT 0b00000001 </span><span class="comment">// 0 0 power-on-reset detected</span></div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> </div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span><span class="comment">// RADIOLIB_SI443X_REG_INTERRUPT_ENABLE_1</span></div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span><span class="preprocessor">#define RADIOLIB_SI443X_FIFO_LEVEL_ERROR_ENABLED 0b10000000 </span><span class="comment">// 7 7 Tx/Rx FIFO overflow or underflow interrupt enabled</span></div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span><span class="preprocessor">#define RADIOLIB_SI443X_TX_FIFO_ALMOST_FULL_ENABLED 0b01000000 </span><span class="comment">// 6 6 Tx FIFO almost full interrupt enabled</span></div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span><span class="preprocessor">#define RADIOLIB_SI443X_TX_FIFO_ALMOST_EMPTY_ENABLED 0b00100000 </span><span class="comment">// 5 5 Tx FIFO almost empty interrupt enabled</span></div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span><span class="preprocessor">#define RADIOLIB_SI443X_RX_FIFO_ALMOST_FULL_ENABLED 0b00010000 </span><span class="comment">// 4 4 Rx FIFO almost full interrupt enabled</span></div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span><span class="preprocessor">#define RADIOLIB_SI443X_EXTERNAL_ENABLED 0b00001000 </span><span class="comment">// 3 3 external interrupt interrupt enabled</span></div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span><span class="preprocessor">#define RADIOLIB_SI443X_PACKET_SENT_ENABLED 0b00000100 </span><span class="comment">// 2 2 packet transmission done interrupt enabled</span></div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span><span class="preprocessor">#define RADIOLIB_SI443X_VALID_PACKET_RECEIVED_ENABLED 0b00000010 </span><span class="comment">// 1 1 valid packet received interrupt enabled</span></div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span><span class="preprocessor">#define RADIOLIB_SI443X_CRC_ERROR_ENABLED 0b00000001 </span><span class="comment">// 0 0 CRC failed interrupt enabled</span></div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span> </div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span><span class="comment">// RADIOLIB_SI443X_REG_INTERRUPT_ENABLE_2</span></div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span><span class="preprocessor">#define RADIOLIB_SI443X_SYNC_WORD_DETECTED_ENABLED 0b10000000 </span><span class="comment">// 7 7 sync word interrupt enabled</span></div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span><span class="preprocessor">#define RADIOLIB_SI443X_VALID_PREAMBLE_DETECTED_ENABLED 0b01000000 </span><span class="comment">// 6 6 valid preamble interrupt enabled</span></div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span><span class="preprocessor">#define RADIOLIB_SI443X_INVALID_PREAMBLE_DETECTED_ENABLED 0b00100000 </span><span class="comment">// 5 5 invalid preamble interrupt enabled</span></div>
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span><span class="preprocessor">#define RADIOLIB_SI443X_RSSI_ENABLED 0b00010000 </span><span class="comment">// 4 4 RSSI exceeded programmed threshold interrupt enabled</span></div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span><span class="preprocessor">#define RADIOLIB_SI443X_WAKEUP_TIMER_ENABLED 0b00001000 </span><span class="comment">// 3 3 wake-up timer interrupt enabled</span></div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span><span class="preprocessor">#define RADIOLIB_SI443X_LOW_BATTERY_ENABLED 0b00000100 </span><span class="comment">// 2 2 low battery interrupt enabled</span></div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span><span class="preprocessor">#define RADIOLIB_SI443X_CHIP_READY_ENABLED 0b00000010 </span><span class="comment">// 1 1 chip ready event interrupt enabled</span></div>
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span><span class="preprocessor">#define RADIOLIB_SI443X_POWER_ON_RESET_ENABLED 0b00000001 </span><span class="comment">// 0 0 power-on-reset interrupt enabled</span></div>
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> </div>
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span><span class="comment">// RADIOLIB_SI443X_REG_OP_FUNC_CONTROL_1</span></div>
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span><span class="preprocessor">#define RADIOLIB_SI443X_SOFTWARE_RESET 0b10000000 </span><span class="comment">// 7 7 reset all registers to default values</span></div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span><span class="preprocessor">#define RADIOLIB_SI443X_ENABLE_LOW_BATTERY_DETECT 0b01000000 </span><span class="comment">// 6 6 enable low battery detection</span></div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span><span class="preprocessor">#define RADIOLIB_SI443X_ENABLE_WAKEUP_TIMER 0b00100000 </span><span class="comment">// 5 5 enable wakeup timer</span></div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span><span class="preprocessor">#define RADIOLIB_SI443X_32_KHZ_RC 0b00000000 </span><span class="comment">// 4 4 32.768 kHz source: RC oscillator (default)</span></div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span><span class="preprocessor">#define RADIOLIB_SI443X_32_KHZ_XOSC 0b00010000 </span><span class="comment">// 4 4 crystal oscillator</span></div>
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span><span class="preprocessor">#define RADIOLIB_SI443X_TX_ON 0b00001000 </span><span class="comment">// 3 3 Tx on in manual transmit mode</span></div>
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span><span class="preprocessor">#define RADIOLIB_SI443X_RX_ON 0b00000100 </span><span class="comment">// 2 2 Rx on in manual receive mode</span></div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span><span class="preprocessor">#define RADIOLIB_SI443X_PLL_ON 0b00000010 </span><span class="comment">// 1 1 PLL on (tune mode)</span></div>
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span><span class="preprocessor">#define RADIOLIB_SI443X_XTAL_OFF 0b00000000 </span><span class="comment">// 0 0 crystal oscillator: off (standby mode)</span></div>
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span><span class="preprocessor">#define RADIOLIB_SI443X_XTAL_ON 0b00000001 </span><span class="comment">// 0 0 on (ready mode)</span></div>
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> </div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span><span class="comment">// RADIOLIB_SI443X_REG_OP_FUNC_CONTROL_2</span></div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span><span class="preprocessor">#define RADIOLIB_SI443X_ANT_DIV_TR_HL_IDLE_L 0b00000000 </span><span class="comment">// 7 5 GPIO1/2 states: Tx/Rx GPIO1 H, GPIO2 L; idle low (default)</span></div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span><span class="preprocessor">#define RADIOLIB_SI443X_ANT_DIV_TR_LH_IDLE_L 0b00100000 </span><span class="comment">// 7 5 Tx/Rx GPIO1 L, GPIO2 H; idle low</span></div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span><span class="preprocessor">#define RADIOLIB_SI443X_ANT_DIV_TR_HL_IDLE_H 0b01000000 </span><span class="comment">// 7 5 Tx/Rx GPIO1 H, GPIO2 L; idle high</span></div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span><span class="preprocessor">#define RADIOLIB_SI443X_ANT_DIV_TR_LH_IDLE_H 0b01100000 </span><span class="comment">// 7 5 Tx/Rx GPIO1 L, GPIO2 H; idle high</span></div>
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span><span class="preprocessor">#define RADIOLIB_SI443X_ANT_DIV_TR_ALG_IDLE_L 0b10000000 </span><span class="comment">// 7 5 Tx/Rx diversity algorithm; idle low</span></div>
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span><span class="preprocessor">#define RADIOLIB_SI443X_ANT_DIV_TR_ALG_IDLE_H 0b10100000 </span><span class="comment">// 7 5 Tx/Rx diversity algorithm; idle high</span></div>
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span><span class="preprocessor">#define RADIOLIB_SI443X_ANT_DIV_TR_ALG_BEACON_IDLE_L 0b11000000 </span><span class="comment">// 7 5 Tx/Rx diversity algorithm (beacon); idle low</span></div>
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span><span class="preprocessor">#define RADIOLIB_SI443X_ANT_DIV_TR_ALG_BEACON_IDLE_H 0b11100000 </span><span class="comment">// 7 5 Tx/Rx diversity algorithm (beacon); idle high</span></div>
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span><span class="preprocessor">#define RADIOLIB_SI443X_RX_MULTIPACKET_OFF 0b00000000 </span><span class="comment">// 4 4 Rx multipacket: disabled (default)</span></div>
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span><span class="preprocessor">#define RADIOLIB_SI443X_RX_MULTIPACKET_ON 0b00010000 </span><span class="comment">// 4 4 enabled</span></div>
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"> 193</span><span class="preprocessor">#define RADIOLIB_SI443X_AUTO_TX_OFF 0b00000000 </span><span class="comment">// 3 3 Tx autotransmit on FIFO almost full: disabled (default)</span></div>
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span><span class="preprocessor">#define RADIOLIB_SI443X_AUTO_TX_ON 0b00001000 </span><span class="comment">// 3 3 enabled</span></div>
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span><span class="preprocessor">#define RADIOLIB_SI443X_LOW_DUTY_CYCLE_OFF 0b00000000 </span><span class="comment">// 2 2 low duty cycle mode: disabled (default)</span></div>
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span><span class="preprocessor">#define RADIOLIB_SI443X_LOW_DUTY_CYCLE_ON 0b00000100 </span><span class="comment">// 2 2 enabled</span></div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span><span class="preprocessor">#define RADIOLIB_SI443X_RX_FIFO_RESET 0b00000010 </span><span class="comment">// 1 1 Rx FIFO reset/clear: reset (call first)</span></div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span><span class="preprocessor">#define RADIOLIB_SI443X_RX_FIFO_CLEAR 0b00000000 </span><span class="comment">// 1 1 clear (call second)</span></div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span><span class="preprocessor">#define RADIOLIB_SI443X_TX_FIFO_RESET 0b00000001 </span><span class="comment">// 0 0 Tx FIFO reset/clear: reset (call first)</span></div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span><span class="preprocessor">#define RADIOLIB_SI443X_TX_FIFO_CLEAR 0b00000000 </span><span class="comment">// 0 0 clear (call second)</span></div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> </div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span><span class="comment">// RADIOLIB_SI443X_REG_XOSC_LOAD_CAPACITANCE</span></div>
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span><span class="preprocessor">#define RADIOLIB_SI443X_XTAL_SHIFT 0b00000000 </span><span class="comment">// 7 7 crystal capacitance configuration:</span></div>
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span><span class="preprocessor">#define RADIOLIB_SI443X_XTAL_LOAD_CAPACITANCE 0b01111111 </span><span class="comment">// 6 0 C_int = 1.8 pF + 0.085 pF * RADIOLIB_SI443X_XTAL_LOAD_CAPACITANCE + 3.7 pF * RADIOLIB_SI443X_XTAL_SHIFT</span></div>
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> </div>
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span><span class="comment">// RADIOLIB_SI443X_REG_MCU_OUTPUT_CLOCK</span></div>
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span><span class="preprocessor">#define RADIOLIB_SI443X_CLOCK_TAIL_CYCLES_OFF 0b00000000 </span><span class="comment">// 5 4 additional clock cycles: none (default)</span></div>
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span><span class="preprocessor">#define RADIOLIB_SI443X_CLOCK_TAIL_CYCLES_128 0b00010000 </span><span class="comment">// 5 4 128</span></div>
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span><span class="preprocessor">#define RADIOLIB_SI443X_CLOCK_TAIL_CYCLES_256 0b00100000 </span><span class="comment">// 5 4 256</span></div>
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span><span class="preprocessor">#define RADIOLIB_SI443X_CLOCK_TAIL_CYCLES_512 0b00110000 </span><span class="comment">// 5 4 512</span></div>
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span><span class="preprocessor">#define RADIOLIB_SI443X_LOW_FREQ_CLOCK_OFF 0b00000000 </span><span class="comment">// 3 3 32.768 kHz clock output: disabled (default)</span></div>
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span><span class="preprocessor">#define RADIOLIB_SI443X_LOW_FREQ_CLOCK_ON 0b00001000 </span><span class="comment">// 3 3 enabled</span></div>
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span><span class="preprocessor">#define RADIOLIB_SI443X_MCU_CLOCK_30_MHZ 0b00000000 </span><span class="comment">// 2 0 GPIO clock output: 30 MHz</span></div>
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span><span class="preprocessor">#define RADIOLIB_SI443X_MCU_CLOCK_15_MHZ 0b00000001 </span><span class="comment">// 2 0 15 MHz</span></div>
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span><span class="preprocessor">#define RADIOLIB_SI443X_MCU_CLOCK_10_MHZ 0b00000010 </span><span class="comment">// 2 0 10 MHz</span></div>
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span><span class="preprocessor">#define RADIOLIB_SI443X_MCU_CLOCK_4_MHZ 0b00000011 </span><span class="comment">// 2 0 4 MHz</span></div>
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span><span class="preprocessor">#define RADIOLIB_SI443X_MCU_CLOCK_3_MHZ 0b00000100 </span><span class="comment">// 2 0 3 MHz</span></div>
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span><span class="preprocessor">#define RADIOLIB_SI443X_MCU_CLOCK_2_MHZ 0b00000101 </span><span class="comment">// 2 0 2 MHz</span></div>
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span><span class="preprocessor">#define RADIOLIB_SI443X_MCU_CLOCK_1_MHZ 0b00000110 </span><span class="comment">// 2 0 1 MHz (default)</span></div>
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span><span class="preprocessor">#define RADIOLIB_SI443X_MCU_CLOCK_32_KHZ 0b00000111 </span><span class="comment">// 2 0 32.768 kHz</span></div>
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> </div>
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span><span class="comment">// RADIOLIB_SI443X_REG_GPIO0_CONFIG + RADIOLIB_SI443X_REG_GPIO1_CONFIG + RADIOLIB_SI443X_REG_GPIO2_CONFIG</span></div>
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_DRIVE_STRENGTH 0b00000000 </span><span class="comment">// 7 6 GPIOx drive strength (higher number = stronger drive)</span></div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_PULLUP_OFF 0b00000000 </span><span class="comment">// 5 5 GPIOx internal 200k pullup: disabled (default)</span></div>
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_PULLUP_ON 0b00100000 </span><span class="comment">// 5 5 enabled</span></div>
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIO0_POWER_ON_RESET_OUT 0b00000000 </span><span class="comment">// 4 0 GPIOx function: power-on-reset output (GPIO0 only, default)</span></div>
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIO1_POWER_ON_RESET_INV_OUT 0b00000000 </span><span class="comment">// 4 0 inverted power-on-reset output (GPIO1 only, default)</span></div>
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIO2_MCU_CLOCK_OUT 0b00000000 </span><span class="comment">// 4 0 MCU clock output (GPIO2 only, default)</span></div>
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_WAKEUP_OUT 0b00000001 </span><span class="comment">// 4 0 wakeup timer expired output</span></div>
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_LOW_BATTERY_OUT 0b00000010 </span><span class="comment">// 4 0 low battery detect output</span></div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_DIGITAL_OUT 0b00000011 </span><span class="comment">// 4 0 direct digital output</span></div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_EXT_INT_FALLING_IN 0b00000100 </span><span class="comment">// 4 0 external interrupt, falling edge</span></div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_EXT_INT_RISING_IN 0b00000101 </span><span class="comment">// 4 0 external interrupt, rising edge</span></div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_EXT_INT_CHANGE_IN 0b00000110 </span><span class="comment">// 4 0 external interrupt, state change</span></div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_ADC_IN 0b00000111 </span><span class="comment">// 4 0 ADC analog input</span></div>
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_ANALOG_TEST_N_IN 0b00001000 </span><span class="comment">// 4 0 analog test N input</span></div>
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_ANALOG_TEST_P_IN 0b00001001 </span><span class="comment">// 4 0 analog test P input</span></div>
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_DIGITAL_IN 0b00001010 </span><span class="comment">// 4 0 direct digital input</span></div>
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_DIGITAL_TEST_OUT 0b00001011 </span><span class="comment">// 4 0 digital test output</span></div>
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_ANALOG_TEST_N_OUT 0b00001100 </span><span class="comment">// 4 0 analog test N output</span></div>
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_ANALOG_TEST_P_OUT 0b00001101 </span><span class="comment">// 4 0 analog test P output</span></div>
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_REFERENCE_VOLTAGE_OUT 0b00001110 </span><span class="comment">// 4 0 reference voltage output</span></div>
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_TX_RX_DATA_CLK_OUT 0b00001111 </span><span class="comment">// 4 0 Tx/Rx clock output in direct mode</span></div>
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_TX_DATA_IN 0b00010000 </span><span class="comment">// 4 0 Tx data input direct mode</span></div>
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_EXT_RETRANSMIT_REQUEST_IN 0b00010001 </span><span class="comment">// 4 0 external retransmission request input</span></div>
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_TX_STATE_OUT 0b00010010 </span><span class="comment">// 4 0 Tx state output</span></div>
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_TX_FIFO_ALMOST_FULL_OUT 0b00010011 </span><span class="comment">// 4 0 Tx FIFO almost full output</span></div>
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_RX_DATA_OUT 0b00010100 </span><span class="comment">// 4 0 Rx data output</span></div>
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_RX_STATE_OUT 0b00010101 </span><span class="comment">// 4 0 Rx state output</span></div>
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_RX_FIFO_ALMOST_FULL_OUT 0b00010110 </span><span class="comment">// 4 0 Rx FIFO almost full output</span></div>
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_ANT_DIV_1_OUT 0b00010111 </span><span class="comment">// 4 0 antenna diversity output 1</span></div>
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_ANT_DIV_2_OUT 0b00011000 </span><span class="comment">// 4 0 antenna diversity output 2</span></div>
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_VALID_PREAMBLE_OUT 0b00011001 </span><span class="comment">// 4 0 valid preamble detected output</span></div>
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_INVALID_PREAMBLE_OUT 0b00011010 </span><span class="comment">// 4 0 invalid preamble detected output</span></div>
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_SYNC_WORD_DETECTED_OUT 0b00011011 </span><span class="comment">// 4 0 sync word detected output</span></div>
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_CLEAR_CHANNEL_OUT 0b00011100 </span><span class="comment">// 4 0 clear channel assessment output</span></div>
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_VDD 0b00011101 </span><span class="comment">// 4 0 VDD</span></div>
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_GND 0b00011110 </span><span class="comment">// 4 0 GND</span></div>
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span> </div>
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span><span class="comment">// RADIOLIB_SI443X_REG_IO_PORT_CONFIG</span></div>
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"> 261</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIO2_EXT_INT_STATE_MASK 0b01000000 </span><span class="comment">// 6 6 external interrupt state mask for: GPIO2</span></div>
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIO1_EXT_INT_STATE_MASK 0b00100000 </span><span class="comment">// 5 5 GPIO1</span></div>
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIO0_EXT_INT_STATE_MASK 0b00010000 </span><span class="comment">// 4 4 GPIO0</span></div>
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span><span class="preprocessor">#define RADIOLIB_SI443X_IRQ_BY_SDO_OFF 0b00000000 </span><span class="comment">// 3 3 output IRQ state on SDO pin: disabled (default)</span></div>
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"> 265</span><span class="preprocessor">#define RADIOLIB_SI443X_IRQ_BY_SDO_ON 0b00001000 </span><span class="comment">// 3 3 enabled</span></div>
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIO2_DIGITAL_STATE_MASK 0b00000100 </span><span class="comment">// 2 2 digital state mask for: GPIO2</span></div>
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIO1_DIGITAL_STATE_MASK 0b00000010 </span><span class="comment">// 1 1 GPIO1</span></div>
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span><span class="preprocessor">#define RADIOLIB_SI443X_GPIO0_DIGITAL_STATE_MASK 0b00000001 </span><span class="comment">// 0 0 GPIO0</span></div>
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> </div>
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span><span class="comment">// RADIOLIB_SI443X_REG_ADC_CONFIG</span></div>
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span><span class="preprocessor">#define RADIOLIB_SI443X_ADC_START 0b10000000 </span><span class="comment">// 7 7 ADC control: start measurement</span></div>
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span><span class="preprocessor">#define RADIOLIB_SI443X_ADC_RUNNING 0b00000000 </span><span class="comment">// 7 7 measurement in progress</span></div>
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span><span class="preprocessor">#define RADIOLIB_SI443X_ADC_DONE 0b10000000 </span><span class="comment">// 7 7 done</span></div>
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span><span class="preprocessor">#define RADIOLIB_SI443X_ADC_SOURCE_TEMPERATURE 0b00000000 </span><span class="comment">// 6 4 ADC source: internal temperature sensor (default)</span></div>
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"> 275</span><span class="preprocessor">#define RADIOLIB_SI443X_ADC_SOURCE_GPIO0_SINGLE 0b00010000 </span><span class="comment">// 6 4 single-ended on GPIO0</span></div>
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span><span class="preprocessor">#define RADIOLIB_SI443X_ADC_SOURCE_GPIO1_SINGLE 0b00100000 </span><span class="comment">// 6 4 single-ended on GPIO1</span></div>
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span><span class="preprocessor">#define RADIOLIB_SI443X_ADC_SOURCE_GPIO2_SINGLE 0b00110000 </span><span class="comment">// 6 4 single-ended on GPIO2</span></div>
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span><span class="preprocessor">#define RADIOLIB_SI443X_ADC_SOURCE_GPIO01_DIFF 0b01000000 </span><span class="comment">// 6 4 differential on GPIO0 (+) and GPIO1 (-)</span></div>
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span><span class="preprocessor">#define RADIOLIB_SI443X_ADC_SOURCE_GPIO12_DIFF 0b01010000 </span><span class="comment">// 6 4 differential on GPIO1 (+) and GPIO2 (-)</span></div>
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span><span class="preprocessor">#define RADIOLIB_SI443X_ADC_SOURCE_GPIO02_DIFF 0b01100000 </span><span class="comment">// 6 4 differential on GPIO0 (+) and GPIO2 (-)</span></div>
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span><span class="preprocessor">#define RADIOLIB_SI443X_ADC_SOURCE_GND 0b01110000 </span><span class="comment">// 6 4 GND</span></div>
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span><span class="preprocessor">#define RADIOLIB_SI443X_ADC_REFERNCE_BAND_GAP 0b00000000 </span><span class="comment">// 3 2 ADC reference: internal bandgap 1.2 V (default)</span></div>
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"> 283</span><span class="preprocessor">#define RADIOLIB_SI443X_ADC_REFERNCE_VDD_3 0b00001000 </span><span class="comment">// 3 2 VDD/3</span></div>
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"> 284</span><span class="preprocessor">#define RADIOLIB_SI443X_ADC_REFERNCE_VDD_2 0b00001100 </span><span class="comment">// 3 2 VDD/2</span></div>
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"> 285</span><span class="preprocessor">#define RADIOLIB_SI443X_ADC_GAIN 0b00000000 </span><span class="comment">// 1 0 ADC amplifier gain</span></div>
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span> </div>
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"> 287</span><span class="comment">// RADIOLIB_SI443X_REG_ADC_SENSOR_AMP_OFFSET</span></div>
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"> 288</span><span class="preprocessor">#define RADIOLIB_SI443X_ADC_OFFSET 0b00000000 </span><span class="comment">// 3 0 ADC offset</span></div>
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> </div>
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"> 290</span><span class="comment">// RADIOLIB_SI443X_REG_TEMP_SENSOR_CONTROL</span></div>
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span><span class="preprocessor">#define RADIOLIB_SI443X_TEMP_SENSOR_RANGE_64_TO_64_C 0b00000000 </span><span class="comment">// 7 6 temperature sensor range: -64 to 64 deg. C, 0.5 deg. C resolution (default)</span></div>
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span><span class="preprocessor">#define RADIOLIB_SI443X_TEMP_SENSOR_RANGE_64_TO_192_C 0b01000000 </span><span class="comment">// 7 6 -64 to 192 deg. C, 1.0 deg. C resolution</span></div>
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span><span class="preprocessor">#define RADIOLIB_SI443X_TEMP_SENSOR_RANGE_0_TO_128_C 0b11000000 </span><span class="comment">// 7 6 0 to 128 deg. C, 0.5 deg. C resolution</span></div>
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"> 294</span><span class="preprocessor">#define RADIOLIB_SI443X_TEMP_SENSOR_RANGE_40_TO_216_F 0b10000000 </span><span class="comment">// 7 6 -40 to 216 deg. F, 1.0 deg. F resolution</span></div>
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span><span class="preprocessor">#define RADIOLIB_SI443X_TEMP_SENSOR_KELVIN_TO_CELSIUS_OFF 0b00000000 </span><span class="comment">// 5 5 Kelvin to Celsius offset: disabled</span></div>
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"> 296</span><span class="preprocessor">#define RADIOLIB_SI443X_TEMP_SENSOR_KELVIN_TO_CELSIUS_ON 0b00100000 </span><span class="comment">// 5 5 enabled (default)</span></div>
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"> 297</span><span class="preprocessor">#define RADIOLIB_SI443X_TEMP_SENSOR_TRIM_OFF 0b00000000 </span><span class="comment">// 4 4 temperature sensor trim: disabled (default)</span></div>
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"> 298</span><span class="preprocessor">#define RADIOLIB_SI443X_TEMP_SENSOR_TRIM_ON 0b00010000 </span><span class="comment">// 4 4 enabled</span></div>
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"> 299</span><span class="preprocessor">#define RADIOLIB_SI443X_TEMP_SENSOR_TRIM_VALUE 0b00000000 </span><span class="comment">// 3 0 temperature sensor trim value</span></div>
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span> </div>
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span><span class="comment">// RADIOLIB_SI443X_REG_WAKEUP_TIMER_PERIOD_1</span></div>
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span><span class="preprocessor">#define RADIOLIB_SI443X_WAKEUP_TIMER_EXPONENT 0b00000011 </span><span class="comment">// 4 0 wakeup timer value exponent</span></div>
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"> 303</span> </div>
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span><span class="comment">// RADIOLIB_SI443X_REG_WAKEUP_TIMER_PERIOD_2 + RADIOLIB_SI443X_REG_WAKEUP_TIMER_PERIOD_3</span></div>
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"> 305</span><span class="preprocessor">#define RADIOLIB_SI443X_WAKEUP_TIMER_MANTISSA_MSB 0x00 </span><span class="comment">// 7 0 wakeup timer value:</span></div>
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span><span class="preprocessor">#define RADIOLIB_SI443X_WAKEUP_TIMER_MANTISSA_LSB 0x01 </span><span class="comment">// 7 0 T = (4 * RADIOLIB_SI443X_WAKEUP_TIMER_MANTISSA * 2 ^ RADIOLIB_SI443X_WAKEUP_TIMER_EXPONENT) / 32.768 ms</span></div>
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"> 307</span> </div>
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span><span class="comment">// RADIOLIB_SI443X_REG_LOW_DC_MODE_DURATION</span></div>
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"> 309</span><span class="preprocessor">#define RADIOLIB_SI443X_LOW_DC_MODE_DURATION_MANTISSA 0x01 </span><span class="comment">// 7 0 low duty cycle mode duration: T = (4 * RADIOLIB_SI443X_LOW_DC_MODE_DURATION_MANTISSA * 2 ^ RADIOLIB_SI443X_WAKEUP_TIMER_EXPONENT) / 32.768 ms</span></div>
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"> 310</span> </div>
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"> 311</span><span class="comment">// RADIOLIB_SI443X_REG_LOW_BATT_DET_THRESHOLD</span></div>
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"> 312</span><span class="preprocessor">#define RADIOLIB_SI443X_LOW_BATT_DET_THRESHOLD 0b00010100 </span><span class="comment">// 4 0 low battery detection threshold: Vth = 1.7 + RADIOLIB_SI443X_LOW_BATT_DET_THRESHOLD * 0.05 V (defaults to 2.7 V)</span></div>
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"> 313</span> </div>
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"> 314</span><span class="comment">// RADIOLIB_SI443X_REG_IF_FILTER_BANDWIDTH</span></div>
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"> 315</span><span class="preprocessor">#define RADIOLIB_SI443X_BYPASS_DEC_BY_3_OFF 0b00000000 </span><span class="comment">// 7 7 bypass decimate-by-3 stage: disabled (default)</span></div>
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span><span class="preprocessor">#define RADIOLIB_SI443X_BYPASS_DEC_BY_3_ON 0b10000000 </span><span class="comment">// 7 7 enabled</span></div>
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span><span class="preprocessor">#define RADIOLIB_SI443X_IF_FILTER_DEC_RATE 0b00000000 </span><span class="comment">// 6 4 IF filter decimation rate</span></div>
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span><span class="preprocessor">#define RADIOLIB_SI443X_IF_FILTER_COEFF_SET 0b00000001 </span><span class="comment">// 3 0 IF filter coefficient set selection</span></div>
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span> </div>
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"> 320</span><span class="comment">// RADIOLIB_SI443X_REG_AFC_LOOP_GEARSHIFT_OVERRIDE</span></div>
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"> 321</span><span class="preprocessor">#define RADIOLIB_SI443X_AFC_WIDEBAND_OFF 0b00000000 </span><span class="comment">// 7 7 AFC wideband: disabled (default)</span></div>
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span><span class="preprocessor">#define RADIOLIB_SI443X_AFC_WIDEBAND_ON 0b10000000 </span><span class="comment">// 7 7 enabled</span></div>
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"> 323</span><span class="preprocessor">#define RADIOLIB_SI443X_AFC_OFF 0b00000000 </span><span class="comment">// 6 6 AFC: disabled</span></div>
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span><span class="preprocessor">#define RADIOLIB_SI443X_AFC_ON 0b01000000 </span><span class="comment">// 6 6 enabled (default)</span></div>
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"> 325</span><span class="preprocessor">#define RADIOLIB_SI443X_AFC_HIGH_GEAR_SETTING 0b00000000 </span><span class="comment">// 5 3 AFC high gear setting</span></div>
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"> 326</span><span class="preprocessor">#define RADIOLIB_SI443X_SECOND_PHASE_BIAS_0_DB 0b00000100 </span><span class="comment">// 2 2 second phase antenna selection bias: 0 dB (default)</span></div>
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"> 327</span><span class="preprocessor">#define RADIOLIB_SI443X_SECOND_PHASE_BIAS_1_5_DB 0b00000000 </span><span class="comment">// 2 2 1.5 dB</span></div>
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span><span class="preprocessor">#define RADIOLIB_SI443X_MOVING_AVERAGE_TAP_8 0b00000010 </span><span class="comment">// 1 1 moving average filter tap length: 8*Tb</span></div>
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"> 329</span><span class="preprocessor">#define RADIOLIB_SI443X_MOVING_AVERAGE_TAP_4 0b00000000 </span><span class="comment">// 1 1 4*Tb after first preamble (default)</span></div>
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"> 330</span><span class="preprocessor">#define RADIOLIB_SI443X_ZERO_PHASE_RESET_5 0b00000000 </span><span class="comment">// 0 0 reset preamble detector after: 5 zero phases (default)</span></div>
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span><span class="preprocessor">#define RADIOLIB_SI443X_ZERO_PHASE_RESET_2 0b00000001 </span><span class="comment">// 0 0 3 zero phases</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_SI443X_REG_AFC_TIMING_CONTROL</span></div>
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"> 334</span><span class="preprocessor">#define RADIOLIB_SI443X_SW_ANT_TIMER 0b00000000 </span><span class="comment">// 7 6 number of periods to wait for RSSI to stabilize during antenna switching</span></div>
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span><span class="preprocessor">#define RADIOLIB_SI443X_SHORT_WAIT 0b00001000 </span><span class="comment">// 5 3 period to wait after AFC correction</span></div>
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span><span class="preprocessor">#define RADIOLIB_SI443X_ANTENNA_SWITCH_WAIT 0b00000010 </span><span class="comment">// 2 0 antenna switching wait time</span></div>
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"> 337</span> </div>
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"> 338</span><span class="comment">// RADIOLIB_SI443X_REG_CLOCK_REC_GEARSHIFT_OVERRIDE</span></div>
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span><span class="preprocessor">#define RADIOLIB_SI443X_CLOCK_RECOVER_FAST_GEARSHIFT 0b00000000 </span><span class="comment">// 5 3 clock recovery fast gearshift value</span></div>
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"> 340</span><span class="preprocessor">#define RADIOLIB_SI443X_CLOCK_RECOVER_SLOW_GEARSHIFT 0b00000011 </span><span class="comment">// 2 0 clock recovery slow gearshift value</span></div>
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"> 341</span> </div>
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span><span class="comment">// RADIOLIB_SI443X_REG_CLOCK_REC_OVERSAMP_RATIO</span></div>
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span><span class="preprocessor">#define RADIOLIB_SI443X_CLOCK_REC_OVERSAMP_RATIO_LSB 0b01100100 </span><span class="comment">// 7 0 oversampling rate LSB, defaults to 12.5 clock cycles per bit</span></div>
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"> 344</span> </div>
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"> 345</span><span class="comment">// RADIOLIB_SI443X_REG_CLOCK_REC_OFFSET_2</span></div>
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"> 346</span><span class="preprocessor">#define RADIOLIB_SI443X_CLOCK_REC_OVERSAMP_RATIO_MSB 0b00000000 </span><span class="comment">// 7 5 oversampling rate MSB, defaults to 12.5 clock cycles per bit</span></div>
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span><span class="preprocessor">#define RADIOLIB_SI443X_SECOND_PHASE_SKIP_THRESHOLD 0b00000000 </span><span class="comment">// 4 4 skip seconds phase antenna diversity threshold</span></div>
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"> 348</span><span class="preprocessor">#define RADIOLIB_SI443X_NCO_OFFSET_MSB 0b00000001 </span><span class="comment">// 3 0 NCO offset MSB</span></div>
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"> 349</span> </div>
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span><span class="comment">// RADIOLIB_SI443X_REG_CLOCK_REC_OFFSET_1</span></div>
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"> 351</span><span class="preprocessor">#define RADIOLIB_SI443X_NCO_OFFSET_MID 0b01000111 </span><span class="comment">// 7 0 NCO offset MID</span></div>
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"> 352</span> </div>
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</span><span class="comment">// RADIOLIB_SI443X_REG_CLOCK_REC_OFFSET_0</span></div>
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span><span class="preprocessor">#define RADIOLIB_SI443X_NCO_OFFSET_LSB 0b10101110 </span><span class="comment">// 7 0 NCO offset LSB</span></div>
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"> 355</span> </div>
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"> 356</span><span class="comment">// RADIOLIB_SI443X_REG_CLOCK_REC_TIMING_LOOP_GAIN_1</span></div>
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span><span class="preprocessor">#define RADIOLIB_SI443X_RX_COMPENSATION_OFF 0b00000000 </span><span class="comment">// 4 4 Rx compensation for high data rate: disabled (default)</span></div>
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span><span class="preprocessor">#define RADIOLIB_SI443X_RX_COMPENSATION_ON 0b00010000 </span><span class="comment">// 4 4 enabled</span></div>
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span><span class="preprocessor">#define RADIOLIB_SI443X_CLOCK_REC_GAIN_DOUBLE_OFF 0b00000000 </span><span class="comment">// 3 3 clock recovery gain doubling: disabled (default)</span></div>
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span><span class="preprocessor">#define RADIOLIB_SI443X_CLOCK_REC_GAIN_DOUBLE_ON 0b00001000 </span><span class="comment">// 3 3 enabled</span></div>
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"> 361</span><span class="preprocessor">#define RADIOLIB_SI443X_CLOCK_REC_LOOP_GAIN_MSB 0b00000010 </span><span class="comment">// 2 0 clock recovery timing loop gain MSB</span></div>
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span> </div>
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span><span class="comment">// RADIOLIB_SI443X_REG_CLOCK_REC_TIMING_LOOP_GAIN_0</span></div>
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span><span class="preprocessor">#define RADIOLIB_SI443X_CLOCK_REC_LOOP_GAIN_LSB 0b10001111 </span><span class="comment">// 7 0 clock recovery timing loop gain LSB</span></div>
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span> </div>
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span><span class="comment">// RADIOLIB_SI443X_REG_RSSI_CLEAR_CHANNEL_THRESHOLD</span></div>
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"> 367</span><span class="preprocessor">#define RADIOLIB_SI443X_RSSI_CLEAR_CHANNEL_THRESHOLD 0b00011110 </span><span class="comment">// 7 0 RSSI clear channel interrupt threshold</span></div>
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"> 368</span> </div>
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"> 369</span><span class="comment">// RADIOLIB_SI443X_REG_AFC_LIMITER</span></div>
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"> 370</span><span class="preprocessor">#define RADIOLIB_SI443X_AFC_LIMITER 0x00 </span><span class="comment">// 7 0 AFC limiter value</span></div>
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"> 371</span> </div>
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span><span class="comment">// RADIOLIB_SI443X_REG_OOK_COUNTER_1</span></div>
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span><span class="preprocessor">#define RADIOLIB_SI443X_OOK_FREEZE_OFF 0b00000000 </span><span class="comment">// 5 5 OOK moving average detector freeze: disabled (default)</span></div>
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"> 374</span><span class="preprocessor">#define RADIOLIB_SI443X_OOK_FREEZE_ON 0b00100000 </span><span class="comment">// 5 5 enabled</span></div>
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"> 375</span><span class="preprocessor">#define RADIOLIB_SI443X_PEAK_DETECTOR_OFF 0b00000000 </span><span class="comment">// 4 4 peak detector: disabled</span></div>
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span><span class="preprocessor">#define RADIOLIB_SI443X_PEAK_DETECTOR_ON 0b00010000 </span><span class="comment">// 4 4 enabled (default)</span></div>
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span><span class="preprocessor">#define RADIOLIB_SI443X_OOK_MOVING_AVERAGE_OFF 0b00000000 </span><span class="comment">// 3 3 OOK moving average: disabled</span></div>
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span><span class="preprocessor">#define RADIOLIB_SI443X_OOK_MOVING_AVERAGE_ON 0b00001000 </span><span class="comment">// 3 3 enabled (default)</span></div>
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span><span class="preprocessor">#define RADIOLIB_SI443X_OOK_COUNTER_MSB 0b00000000 </span><span class="comment">// 2 0 OOK counter MSB</span></div>
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span> </div>
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span><span class="comment">// RADIOLIB_SI443X_REG_OOK_COUNTER_2</span></div>
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span><span class="preprocessor">#define RADIOLIB_SI443X_OOK_COUNTER_LSB 0b10111100 </span><span class="comment">// 7 0 OOK counter LSB</span></div>
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span> </div>
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span><span class="comment">// RADIOLIB_SI443X_REG_SLICER_PEAK_HOLD</span></div>
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"> 385</span><span class="preprocessor">#define RADIOLIB_SI443X_PEAK_DETECTOR_ATTACK 0b00010000 </span><span class="comment">// 6 4 OOK peak detector attach time</span></div>
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"> 386</span><span class="preprocessor">#define RADIOLIB_SI443X_PEAK_DETECTOR_DECAY 0b00001100 </span><span class="comment">// 3 0 OOK peak detector decay time</span></div>
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"> 387</span> </div>
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"> 388</span><span class="comment">// RADIOLIB_SI443X_REG_DATA_ACCESS_CONTROL</span></div>
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"> 389</span><span class="preprocessor">#define RADIOLIB_SI443X_PACKET_RX_HANDLING_OFF 0b00000000 </span><span class="comment">// 7 7 packet Rx handling: disabled</span></div>
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"> 390</span><span class="preprocessor">#define RADIOLIB_SI443X_PACKET_RX_HANDLING_ON 0b10000000 </span><span class="comment">// 7 7 enabled (default)</span></div>
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"> 391</span><span class="preprocessor">#define RADIOLIB_SI443X_LSB_FIRST_OFF 0b00000000 </span><span class="comment">// 6 6 LSB first transmission: disabled (default)</span></div>
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"> 392</span><span class="preprocessor">#define RADIOLIB_SI443X_LSB_FIRST_ON 0b01000000 </span><span class="comment">// 6 6 enabled</span></div>
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"> 393</span><span class="preprocessor">#define RADIOLIB_SI443X_CRC_DATA_ONLY_OFF 0b00000000 </span><span class="comment">// 5 5 CRC calculated only from data fields: disabled (default)</span></div>
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"> 394</span><span class="preprocessor">#define RADIOLIB_SI443X_CRC_DATA_ONLY_ON 0b00100000 </span><span class="comment">// 5 5 enabled</span></div>
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"> 395</span><span class="preprocessor">#define RADIOLIB_SI443X_SKIP_SECOND_PHASE_PREAMBLE_DET_OFF 0b00000000 </span><span class="comment">// 4 4 skip second phase of preamble detection: disabled (default)</span></div>
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"> 396</span><span class="preprocessor">#define RADIOLIB_SI443X_SKIP_SECOND_PHASE_PREAMBLE_DET_ON 0b00010000 </span><span class="comment">// 4 4 enabled</span></div>
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"> 397</span><span class="preprocessor">#define RADIOLIB_SI443X_PACKET_TX_HANDLING_OFF 0b00000000 </span><span class="comment">// 3 3 packet Tx handling: disabled</span></div>
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"> 398</span><span class="preprocessor">#define RADIOLIB_SI443X_PACKET_TX_HANDLING_ON 0b00001000 </span><span class="comment">// 3 3 enabled (default)</span></div>
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"> 399</span><span class="preprocessor">#define RADIOLIB_SI443X_CRC_OFF 0b00000000 </span><span class="comment">// 2 2 CRC: disabled</span></div>
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"> 400</span><span class="preprocessor">#define RADIOLIB_SI443X_CRC_ON 0b00000100 </span><span class="comment">// 2 2 enabled (default)</span></div>
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"> 401</span><span class="preprocessor">#define RADIOLIB_SI443X_CRC_CCITT 0b00000000 </span><span class="comment">// 1 0 CRC type: CCITT</span></div>
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno"> 402</span><span class="preprocessor">#define RADIOLIB_SI443X_CRC_IBM_CRC16 0b00000001 </span><span class="comment">// 1 0 IBM CRC-16 (default)</span></div>
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"> 403</span><span class="preprocessor">#define RADIOLIB_SI443X_CRC_IEC16 0b00000010 </span><span class="comment">// 1 0 IEC-16</span></div>
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno"> 404</span><span class="preprocessor">#define RADIOLIB_SI443X_CRC_BIACHEVA 0b00000011 </span><span class="comment">// 1 0 Biacheva</span></div>
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"> 405</span> </div>
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span><span class="comment">// RADIOLIB_SI443X_REG_EZMAC_STATUS</span></div>
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"> 407</span><span class="preprocessor">#define RADIOLIB_SI443X_CRC_ALL_ONE 0b01000000 </span><span class="comment">// 6 6 last received CRC was all ones</span></div>
<div class="line"><a id="l00408" name="l00408"></a><span class="lineno"> 408</span><span class="preprocessor">#define RADIOLIB_SI443X_PACKET_SEARCHING 0b00100000 </span><span class="comment">// 5 5 radio is searching for a valid packet</span></div>
<div class="line"><a id="l00409" name="l00409"></a><span class="lineno"> 409</span><span class="preprocessor">#define RADIOLIB_SI443X_PACKET_RECEIVING 0b00010000 </span><span class="comment">// 4 4 radio is currently receiving packet</span></div>
<div class="line"><a id="l00410" name="l00410"></a><span class="lineno"> 410</span><span class="preprocessor">#define RADIOLIB_SI443X_VALID_PACKET_RECEIVED 0b00001000 </span><span class="comment">// 3 3 valid packet was received</span></div>
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"> 411</span><span class="preprocessor">#define RADIOLIB_SI443X_CRC_ERROR 0b00000100 </span><span class="comment">// 2 2 CRC check failed</span></div>
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"> 412</span><span class="preprocessor">#define RADIOLIB_SI443X_PACKET_TRANSMITTING 0b00000010 </span><span class="comment">// 1 1 radio is currently transmitting packet</span></div>
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"> 413</span><span class="preprocessor">#define RADIOLIB_SI443X_PACKET_SENT 0b00000001 </span><span class="comment">// 0 0 packet sent</span></div>
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span> </div>
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"> 415</span><span class="comment">// RADIOLIB_SI443X_REG_HEADER_CONTROL_1</span></div>
<div class="line"><a id="l00416" name="l00416"></a><span class="lineno"> 416</span><span class="preprocessor">#define RADIOLIB_SI443X_BROADCAST_ADDR_CHECK_NONE 0b00000000 </span><span class="comment">// 7 4 broadcast address check: none (default)</span></div>
<div class="line"><a id="l00417" name="l00417"></a><span class="lineno"> 417</span><span class="preprocessor">#define RADIOLIB_SI443X_BROADCAST_ADDR_CHECK_BYTE0 0b00010000 </span><span class="comment">// 7 4 on byte 0</span></div>
<div class="line"><a id="l00418" name="l00418"></a><span class="lineno"> 418</span><span class="preprocessor">#define RADIOLIB_SI443X_BROADCAST_ADDR_CHECK_BYTE1 0b00100000 </span><span class="comment">// 7 4 on byte 1</span></div>
<div class="line"><a id="l00419" name="l00419"></a><span class="lineno"> 419</span><span class="preprocessor">#define RADIOLIB_SI443X_BROADCAST_ADDR_CHECK_BYTE2 0b01000000 </span><span class="comment">// 7 4 on byte 2</span></div>
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"> 420</span><span class="preprocessor">#define RADIOLIB_SI443X_BROADCAST_ADDR_CHECK_BYTE3 0b10000000 </span><span class="comment">// 7 4 on byte 3</span></div>
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno"> 421</span><span class="preprocessor">#define RADIOLIB_SI443X_RECEIVED_HEADER_CHECK_NONE 0b00000000 </span><span class="comment">// 3 0 received header check: none</span></div>
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"> 422</span><span class="preprocessor">#define RADIOLIB_SI443X_RECEIVED_HEADER_CHECK_BYTE0 0b00000001 </span><span class="comment">// 3 0 on byte 0</span></div>
<div class="line"><a id="l00423" name="l00423"></a><span class="lineno"> 423</span><span class="preprocessor">#define RADIOLIB_SI443X_RECEIVED_HEADER_CHECK_BYTE1 0b00000010 </span><span class="comment">// 3 0 on byte 1</span></div>
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"> 424</span><span class="preprocessor">#define RADIOLIB_SI443X_RECEIVED_HEADER_CHECK_BYTE2 0b00000100 </span><span class="comment">// 3 0 on byte 2 (default)</span></div>
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno"> 425</span><span class="preprocessor">#define RADIOLIB_SI443X_RECEIVED_HEADER_CHECK_BYTE3 0b00001000 </span><span class="comment">// 3 0 on byte 3 (default)</span></div>
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno"> 426</span> </div>
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno"> 427</span><span class="comment">// RADIOLIB_SI443X_REG_HEADER_CONTROL_2</span></div>
<div class="line"><a id="l00428" name="l00428"></a><span class="lineno"> 428</span><span class="preprocessor">#define RADIOLIB_SI443X_SYNC_WORD_TIMEOUT_OFF 0b00000000 </span><span class="comment">// 7 7 ignore timeout period when searching for sync word: disabled (default)</span></div>
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"> 429</span><span class="preprocessor">#define RADIOLIB_SI443X_SYNC_WORD_TIMEOUT_ON 0b10000000 </span><span class="comment">// 7 7 enabled</span></div>
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span><span class="preprocessor">#define RADIOLIB_SI443X_HEADER_LENGTH_HEADER_NONE 0b00000000 </span><span class="comment">// 6 4 header length: none</span></div>
<div class="line"><a id="l00431" name="l00431"></a><span class="lineno"> 431</span><span class="preprocessor">#define RADIOLIB_SI443X_HEADER_LENGTH_HEADER_3 0b00010000 </span><span class="comment">// 6 4 header 3</span></div>
<div class="line"><a id="l00432" name="l00432"></a><span class="lineno"> 432</span><span class="preprocessor">#define RADIOLIB_SI443X_HEADER_LENGTH_HEADER_32 0b00100000 </span><span class="comment">// 6 4 header 3 and 2</span></div>
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno"> 433</span><span class="preprocessor">#define RADIOLIB_SI443X_HEADER_LENGTH_HEADER_321 0b00110000 </span><span class="comment">// 6 4 header 3, 2 and 1 (default)</span></div>
<div class="line"><a id="l00434" name="l00434"></a><span class="lineno"> 434</span><span class="preprocessor">#define RADIOLIB_SI443X_HEADER_LENGTH_HEADER_3210 0b01000000 </span><span class="comment">// 6 4 header 3, 2, 1, and 0</span></div>
<div class="line"><a id="l00435" name="l00435"></a><span class="lineno"> 435</span><span class="preprocessor">#define RADIOLIB_SI443X_FIXED_PACKET_LENGTH_OFF 0b00000000 </span><span class="comment">// 3 3 fixed packet length mode: disabled (default)</span></div>
<div class="line"><a id="l00436" name="l00436"></a><span class="lineno"> 436</span><span class="preprocessor">#define RADIOLIB_SI443X_FIXED_PACKET_LENGTH_ON 0b00001000 </span><span class="comment">// 3 3 enabled</span></div>
<div class="line"><a id="l00437" name="l00437"></a><span class="lineno"> 437</span><span class="preprocessor">#define RADIOLIB_SI443X_SYNC_LENGTH_SYNC_3 0b00000000 </span><span class="comment">// 2 1 sync word length: sync 3</span></div>
<div class="line"><a id="l00438" name="l00438"></a><span class="lineno"> 438</span><span class="preprocessor">#define RADIOLIB_SI443X_SYNC_LENGTH_SYNC_32 0b00000010 </span><span class="comment">// 2 1 sync 3 and 2 (default)</span></div>
<div class="line"><a id="l00439" name="l00439"></a><span class="lineno"> 439</span><span class="preprocessor">#define RADIOLIB_SI443X_SYNC_LENGTH_SYNC_321 0b00000100 </span><span class="comment">// 2 1 sync 3, 2 and 1</span></div>
<div class="line"><a id="l00440" name="l00440"></a><span class="lineno"> 440</span><span class="preprocessor">#define RADIOLIB_SI443X_SYNC_LENGTH_SYNC_3210 0b00000110 </span><span class="comment">// 2 1 sync 3, 2, 1 and 0</span></div>
<div class="line"><a id="l00441" name="l00441"></a><span class="lineno"> 441</span><span class="preprocessor">#define RADIOLIB_SI443X_PREAMBLE_LENGTH_MSB 0b00000000 </span><span class="comment">// 0 0 preamble length MSB</span></div>
<div class="line"><a id="l00442" name="l00442"></a><span class="lineno"> 442</span> </div>
<div class="line"><a id="l00443" name="l00443"></a><span class="lineno"> 443</span><span class="comment">// RADIOLIB_SI443X_REG_PREAMBLE_LENGTH</span></div>
<div class="line"><a id="l00444" name="l00444"></a><span class="lineno"> 444</span><span class="preprocessor">#define RADIOLIB_SI443X_PREAMBLE_LENGTH_LSB 0b00001000 </span><span class="comment">// 0 0 preamble length LSB, defaults to 32 bits</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_SI443X_REG_PREAMBLE_DET_CONTROL</span></div>
<div class="line"><a id="l00447" name="l00447"></a><span class="lineno"> 447</span><span class="preprocessor">#define RADIOLIB_SI443X_PREAMBLE_DET_THRESHOLD 0b00101000 </span><span class="comment">// 7 3 number of 4-bit nibbles in valid preamble, defaults to 20 bits</span></div>
<div class="line"><a id="l00448" name="l00448"></a><span class="lineno"> 448</span><span class="preprocessor">#define RADIOLIB_SI443X_RSSI_OFFSET 0b00000010 </span><span class="comment">// 2 0 RSSI calculation offset, defaults to +8 dB</span></div>
<div class="line"><a id="l00449" name="l00449"></a><span class="lineno"> 449</span> </div>
<div class="line"><a id="l00450" name="l00450"></a><span class="lineno"> 450</span><span class="comment">// RADIOLIB_SI443X_REG_SYNC_WORD_3 - RADIOLIB_SI443X_REG_SYNC_WORD_0</span></div>
<div class="line"><a id="l00451" name="l00451"></a><span class="lineno"> 451</span><span class="preprocessor">#define RADIOLIB_SI443X_SYNC_WORD_3 0x2D </span><span class="comment">// 7 0 sync word: 4th byte (MSB)</span></div>
<div class="line"><a id="l00452" name="l00452"></a><span class="lineno"> 452</span><span class="preprocessor">#define RADIOLIB_SI443X_SYNC_WORD_2 0xD4 </span><span class="comment">// 7 0 3rd byte</span></div>
<div class="line"><a id="l00453" name="l00453"></a><span class="lineno"> 453</span><span class="preprocessor">#define RADIOLIB_SI443X_SYNC_WORD_1 0x00 </span><span class="comment">// 7 0 2nd byte</span></div>
<div class="line"><a id="l00454" name="l00454"></a><span class="lineno"> 454</span><span class="preprocessor">#define RADIOLIB_SI443X_SYNC_WORD_0 0x00 </span><span class="comment">// 7 0 1st byte (LSB)</span></div>
<div class="line"><a id="l00455" name="l00455"></a><span class="lineno"> 455</span> </div>
<div class="line"><a id="l00456" name="l00456"></a><span class="lineno"> 456</span><span class="comment">// RADIOLIB_SI443X_REG_CHANNEL_FILTER_COEFF</span></div>
<div class="line"><a id="l00457" name="l00457"></a><span class="lineno"> 457</span><span class="preprocessor">#define RADIOLIB_SI443X_INVALID_PREAMBLE_THRESHOLD 0b00000000 </span><span class="comment">// 7 4 invalid preamble threshold in nibbles</span></div>
<div class="line"><a id="l00458" name="l00458"></a><span class="lineno"> 458</span> </div>
<div class="line"><a id="l00459" name="l00459"></a><span class="lineno"> 459</span><span class="comment">// RADIOLIB_SI443X_REG_XOSC_CONTROL_TEST</span></div>
<div class="line"><a id="l00460" name="l00460"></a><span class="lineno"> 460</span><span class="preprocessor">#define RADIOLIB_SI443X_STATE_LOW_POWER 0b00000000 </span><span class="comment">// 7 5 chip power state: low power</span></div>
<div class="line"><a id="l00461" name="l00461"></a><span class="lineno"> 461</span><span class="preprocessor">#define RADIOLIB_SI443X_STATE_READY 0b00100000 </span><span class="comment">// 7 5 ready</span></div>
<div class="line"><a id="l00462" name="l00462"></a><span class="lineno"> 462</span><span class="preprocessor">#define RADIOLIB_SI443X_STATE_TUNE 0b01100000 </span><span class="comment">// 7 5 tune</span></div>
<div class="line"><a id="l00463" name="l00463"></a><span class="lineno"> 463</span><span class="preprocessor">#define RADIOLIB_SI443X_STATE_TX 0b01000000 </span><span class="comment">// 7 5 Tx</span></div>
<div class="line"><a id="l00464" name="l00464"></a><span class="lineno"> 464</span><span class="preprocessor">#define RADIOLIB_SI443X_STATE_RX 0b11100000 </span><span class="comment">// 7 5 Rx</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_SI443X_REG_AGC_OVERRIDE_1</span></div>
<div class="line"><a id="l00467" name="l00467"></a><span class="lineno"> 467</span><span class="preprocessor">#define RADIOLIB_SI443X_AGC_GAIN_INCREASE_OFF 0b00000000 </span><span class="comment">// 6 6 AGC gain increase override: disabled (default)</span></div>
<div class="line"><a id="l00468" name="l00468"></a><span class="lineno"> 468</span><span class="preprocessor">#define RADIOLIB_SI443X_AGC_GAIN_INCREASE_ON 0b01000000 </span><span class="comment">// 6 6 enabled</span></div>
<div class="line"><a id="l00469" name="l00469"></a><span class="lineno"> 469</span><span class="preprocessor">#define RADIOLIB_SI443X_AGC_OFF 0b00000000 </span><span class="comment">// 5 5 AGC loop: disabled</span></div>
<div class="line"><a id="l00470" name="l00470"></a><span class="lineno"> 470</span><span class="preprocessor">#define RADIOLIB_SI443X_AGC_ON 0b00100000 </span><span class="comment">// 5 5 enabled (default)</span></div>
<div class="line"><a id="l00471" name="l00471"></a><span class="lineno"> 471</span><span class="preprocessor">#define RADIOLIB_SI443X_LNA_GAIN_MIN 0b00000000 </span><span class="comment">// 4 4 LNA gain select: 5 dB (default)</span></div>
<div class="line"><a id="l00472" name="l00472"></a><span class="lineno"> 472</span><span class="preprocessor">#define RADIOLIB_SI443X_LNA_GAIN_MAX 0b00010000 </span><span class="comment">// 4 4 25 dB</span></div>
<div class="line"><a id="l00473" name="l00473"></a><span class="lineno"> 473</span><span class="preprocessor">#define RADIOLIB_SI443X_PGA_GAIN_OVERRIDE 0b00000000 </span><span class="comment">// 3 0 PGA gain override, gain = RADIOLIB_SI443X_PGA_GAIN_OVERRIDE * 3 dB</span></div>
<div class="line"><a id="l00474" name="l00474"></a><span class="lineno"> 474</span> </div>
<div class="line"><a id="l00475" name="l00475"></a><span class="lineno"> 475</span><span class="comment">// RADIOLIB_SI443X_REG_TX_POWER</span></div>
<div class="line"><a id="l00476" name="l00476"></a><span class="lineno"> 476</span><span class="preprocessor">#define RADIOLIB_SI443X_LNA_SWITCH_OFF 0b00000000 </span><span class="comment">// 3 3 LNA switch control: disabled</span></div>
<div class="line"><a id="l00477" name="l00477"></a><span class="lineno"> 477</span><span class="preprocessor">#define RADIOLIB_SI443X_LNA_SWITCH_ON 0b00001000 </span><span class="comment">// 3 3 enabled (default)</span></div>
<div class="line"><a id="l00478" name="l00478"></a><span class="lineno"> 478</span><span class="preprocessor">#define RADIOLIB_SI443X_OUTPUT_POWER 0b00000000 </span><span class="comment">// 2 0 output power in 3 dB steps, 0 is chip min, 7 is chip max</span></div>
<div class="line"><a id="l00479" name="l00479"></a><span class="lineno"> 479</span> </div>
<div class="line"><a id="l00480" name="l00480"></a><span class="lineno"> 480</span><span class="comment">// RADIOLIB_SI443X_REG_TX_DATA_RATE_1 + RADIOLIB_SI443X_REG_TX_DATA_RATE_0</span></div>
<div class="line"><a id="l00481" name="l00481"></a><span class="lineno"> 481</span><span class="preprocessor">#define RADIOLIB_SI443X_DATA_RATE_MSB 0x0A </span><span class="comment">// 7 0 data rate: DR = 10^6 * (RADIOLIB_SI443X_DATA_RATE / 2^16) in high data rate mode or</span></div>
<div class="line"><a id="l00482" name="l00482"></a><span class="lineno"> 482</span><span class="preprocessor">#define RADIOLIB_SI443X_DATA_RATE_LSB 0x3D </span><span class="comment">// 7 0 DR = 10^6 * (RADIOLIB_SI443X_DATA_RATE / 2^21) in low data rate mode (defaults to 40 kbps)</span></div>
<div class="line"><a id="l00483" name="l00483"></a><span class="lineno"> 483</span> </div>
<div class="line"><a id="l00484" name="l00484"></a><span class="lineno"> 484</span><span class="comment">// RADIOLIB_SI443X_REG_MODULATION_MODE_CONTROL_1</span></div>
<div class="line"><a id="l00485" name="l00485"></a><span class="lineno"> 485</span><span class="preprocessor">#define RADIOLIB_SI443X_HIGH_DATA_RATE_MODE 0b00000000 </span><span class="comment">// 5 5 data rate: above 30 kbps (default)</span></div>
<div class="line"><a id="l00486" name="l00486"></a><span class="lineno"> 486</span><span class="preprocessor">#define RADIOLIB_SI443X_LOW_DATA_RATE_MODE 0b00100000 </span><span class="comment">// 5 5 below 30 kbps</span></div>
<div class="line"><a id="l00487" name="l00487"></a><span class="lineno"> 487</span><span class="preprocessor">#define RADIOLIB_SI443X_PACKET_HANDLER_POWER_DOWN_OFF 0b00000000 </span><span class="comment">// 4 4 power off packet handler in low power mode: disabled (default)</span></div>
<div class="line"><a id="l00488" name="l00488"></a><span class="lineno"> 488</span><span class="preprocessor">#define RADIOLIB_SI443X_PACKET_HANDLER_POWER_DOWN_ON 0b00010000 </span><span class="comment">// 4 4 enabled</span></div>
<div class="line"><a id="l00489" name="l00489"></a><span class="lineno"> 489</span><span class="preprocessor">#define RADIOLIB_SI443X_MANCHESTER_PREAMBLE_POL_LOW 0b00000000 </span><span class="comment">// 3 3 preamble polarity in Manchester mode: low</span></div>
<div class="line"><a id="l00490" name="l00490"></a><span class="lineno"> 490</span><span class="preprocessor">#define RADIOLIB_SI443X_MANCHESTER_PREAMBLE_POL_HIGH 0b00001000 </span><span class="comment">// 3 3 high (default)</span></div>
<div class="line"><a id="l00491" name="l00491"></a><span class="lineno"> 491</span><span class="preprocessor">#define RADIOLIB_SI443X_MANCHESTER_INVERTED_OFF 0b00000000 </span><span class="comment">// 2 2 inverted Manchester encoding: disabled</span></div>
<div class="line"><a id="l00492" name="l00492"></a><span class="lineno"> 492</span><span class="preprocessor">#define RADIOLIB_SI443X_MANCHESTER_INVERTED_ON 0b00000100 </span><span class="comment">// 2 2 enabled (default)</span></div>
<div class="line"><a id="l00493" name="l00493"></a><span class="lineno"> 493</span><span class="preprocessor">#define RADIOLIB_SI443X_MANCHESTER_OFF 0b00000000 </span><span class="comment">// 1 1 Manchester encoding: disabled (default)</span></div>
<div class="line"><a id="l00494" name="l00494"></a><span class="lineno"> 494</span><span class="preprocessor">#define RADIOLIB_SI443X_MANCHESTER_ON 0b00000010 </span><span class="comment">// 1 1 enabled</span></div>
<div class="line"><a id="l00495" name="l00495"></a><span class="lineno"> 495</span><span class="preprocessor">#define RADIOLIB_SI443X_WHITENING_OFF 0b00000000 </span><span class="comment">// 0 0 data whitening: disabled (default)</span></div>
<div class="line"><a id="l00496" name="l00496"></a><span class="lineno"> 496</span><span class="preprocessor">#define RADIOLIB_SI443X_WHITENING_ON 0b00000001 </span><span class="comment">// 0 0 enabled</span></div>
<div class="line"><a id="l00497" name="l00497"></a><span class="lineno"> 497</span> </div>
<div class="line"><a id="l00498" name="l00498"></a><span class="lineno"> 498</span><span class="comment">// RADIOLIB_SI443X_REG_MODULATION_MODE_CONTROL_2</span></div>
<div class="line"><a id="l00499" name="l00499"></a><span class="lineno"> 499</span><span class="preprocessor">#define RADIOLIB_SI443X_TX_DATA_CLOCK_NONE 0b00000000 </span><span class="comment">// 7 6 Tx data clock: disabled (default)</span></div>
<div class="line"><a id="l00500" name="l00500"></a><span class="lineno"> 500</span><span class="preprocessor">#define RADIOLIB_SI443X_TX_DATA_CLOCK_GPIO 0b01000000 </span><span class="comment">// 7 6 GPIO pin</span></div>
<div class="line"><a id="l00501" name="l00501"></a><span class="lineno"> 501</span><span class="preprocessor">#define RADIOLIB_SI443X_TX_DATA_CLOCK_SDI 0b10000000 </span><span class="comment">// 7 6 SDI pin</span></div>
<div class="line"><a id="l00502" name="l00502"></a><span class="lineno"> 502</span><span class="preprocessor">#define RADIOLIB_SI443X_TX_DATA_CLOCK_NIRQ 0b11000000 </span><span class="comment">// 7 6 nIRQ pin</span></div>
<div class="line"><a id="l00503" name="l00503"></a><span class="lineno"> 503</span><span class="preprocessor">#define RADIOLIB_SI443X_TX_DATA_SOURCE_GPIO 0b00000000 </span><span class="comment">// 5 4 Tx data source in direct mode: GPIO pin (default)</span></div>
<div class="line"><a id="l00504" name="l00504"></a><span class="lineno"> 504</span><span class="preprocessor">#define RADIOLIB_SI443X_TX_DATA_SOURCE_SDI 0b00010000 </span><span class="comment">// 5 4 SDI pin</span></div>
<div class="line"><a id="l00505" name="l00505"></a><span class="lineno"> 505</span><span class="preprocessor">#define RADIOLIB_SI443X_TX_DATA_SOURCE_FIFO 0b00100000 </span><span class="comment">// 5 4 FIFO</span></div>
<div class="line"><a id="l00506" name="l00506"></a><span class="lineno"> 506</span><span class="preprocessor">#define RADIOLIB_SI443X_TX_DATA_SOURCE_PN9 0b00110000 </span><span class="comment">// 5 4 PN9 internal</span></div>
<div class="line"><a id="l00507" name="l00507"></a><span class="lineno"> 507</span><span class="preprocessor">#define RADIOLIB_SI443X_TX_RX_INVERTED_OFF 0b00000000 </span><span class="comment">// 3 3 Tx/Rx data inverted: disabled (default)</span></div>
<div class="line"><a id="l00508" name="l00508"></a><span class="lineno"> 508</span><span class="preprocessor">#define RADIOLIB_SI443X_TX_RX_INVERTED_ON 0b00001000 </span><span class="comment">// 3 3 enabled</span></div>
<div class="line"><a id="l00509" name="l00509"></a><span class="lineno"> 509</span><span class="preprocessor">#define RADIOLIB_SI443X_FREQUENCY_DEVIATION_MSB 0b00000000 </span><span class="comment">// 2 2 frequency deviation MSB</span></div>
<div class="line"><a id="l00510" name="l00510"></a><span class="lineno"> 510</span><span class="preprocessor">#define RADIOLIB_SI443X_MODULATION_NONE 0b00000000 </span><span class="comment">// 1 0 modulation type: unmodulated carrier (default)</span></div>
<div class="line"><a id="l00511" name="l00511"></a><span class="lineno"> 511</span><span class="preprocessor">#define RADIOLIB_SI443X_MODULATION_OOK 0b00000001 </span><span class="comment">// 1 0 OOK</span></div>
<div class="line"><a id="l00512" name="l00512"></a><span class="lineno"> 512</span><span class="preprocessor">#define RADIOLIB_SI443X_MODULATION_FSK 0b00000010 </span><span class="comment">// 1 0 FSK</span></div>
<div class="line"><a id="l00513" name="l00513"></a><span class="lineno"> 513</span><span class="preprocessor">#define RADIOLIB_SI443X_MODULATION_GFSK 0b00000011 </span><span class="comment">// 1 0 GFSK</span></div>
<div class="line"><a id="l00514" name="l00514"></a><span class="lineno"> 514</span> </div>
<div class="line"><a id="l00515" name="l00515"></a><span class="lineno"> 515</span><span class="comment">// RADIOLIB_SI443X_REG_FREQUENCY_DEVIATION</span></div>
<div class="line"><a id="l00516" name="l00516"></a><span class="lineno"> 516</span><span class="preprocessor">#define RADIOLIB_SI443X_FREQUENCY_DEVIATION_LSB 0b00100000 </span><span class="comment">// 7 0 frequency deviation LSB, Fd = 625 Hz * RADIOLIB_SI443X_FREQUENCY_DEVIATION, defaults to 20 kHz</span></div>
<div class="line"><a id="l00517" name="l00517"></a><span class="lineno"> 517</span> </div>
<div class="line"><a id="l00518" name="l00518"></a><span class="lineno"> 518</span><span class="comment">// RADIOLIB_SI443X_REG_FREQUENCY_OFFSET_1 + RADIOLIB_SI443X_REG_FREQUENCY_OFFSET_2</span></div>
<div class="line"><a id="l00519" name="l00519"></a><span class="lineno"> 519</span><span class="preprocessor">#define RADIOLIB_SI443X_FREQUENCY_OFFSET_MSB 0x00 </span><span class="comment">// 7 0 frequency offset:</span></div>
<div class="line"><a id="l00520" name="l00520"></a><span class="lineno"> 520</span><span class="preprocessor">#define RADIOLIB_SI443X_FREQUENCY_OFFSET_LSB 0x00 </span><span class="comment">// 1 0 Foff = 156.25 Hz * (RADIOLIB_SI443X_BAND_SELECT + 1) * RADIOLIB_SI443X_FREQUENCY_OFFSET, defaults to 156.25 Hz</span></div>
<div class="line"><a id="l00521" name="l00521"></a><span class="lineno"> 521</span> </div>
<div class="line"><a id="l00522" name="l00522"></a><span class="lineno"> 522</span><span class="comment">// RADIOLIB_SI443X_REG_FREQUENCY_BAND_SELECT</span></div>
<div class="line"><a id="l00523" name="l00523"></a><span class="lineno"> 523</span><span class="preprocessor">#define RADIOLIB_SI443X_SIDE_BAND_SELECT_LOW 0b00000000 </span><span class="comment">// 6 6 Rx LO tuning: below channel frequency (default)</span></div>
<div class="line"><a id="l00524" name="l00524"></a><span class="lineno"> 524</span><span class="preprocessor">#define RADIOLIB_SI443X_SIDE_BAND_SELECT_HIGH 0b01000000 </span><span class="comment">// 6 6 above channel frequency</span></div>
<div class="line"><a id="l00525" name="l00525"></a><span class="lineno"> 525</span><span class="preprocessor">#define RADIOLIB_SI443X_BAND_SELECT_LOW 0b00000000 </span><span class="comment">// 5 5 band select: low, 240 - 479.9 MHz</span></div>
<div class="line"><a id="l00526" name="l00526"></a><span class="lineno"> 526</span><span class="preprocessor">#define RADIOLIB_SI443X_BAND_SELECT_HIGH 0b00100000 </span><span class="comment">// 5 5 high, 480 - 960 MHz (default)</span></div>
<div class="line"><a id="l00527" name="l00527"></a><span class="lineno"> 527</span><span class="preprocessor">#define RADIOLIB_SI443X_FREQUENCY_BAND_SELECT 0b00010101 </span><span class="comment">// 4 0 frequency band select</span></div>
<div class="line"><a id="l00528" name="l00528"></a><span class="lineno"> 528</span> </div>
<div class="line"><a id="l00529" name="l00529"></a><span class="lineno"> 529</span><span class="comment">// RADIOLIB_SI443X_REG_NOM_CARRIER_FREQUENCY_1 + RADIOLIB_SI443X_REG_NOM_CARRIER_FREQUENCY_0</span></div>
<div class="line"><a id="l00530" name="l00530"></a><span class="lineno"> 530</span><span class="preprocessor">#define RADIOLIB_SI443X_NOM_CARRIER_FREQUENCY_MSB 0b10111011 </span><span class="comment">// 7 0 nominal carrier frequency:</span></div>
<div class="line"><a id="l00531" name="l00531"></a><span class="lineno"> 531</span><span class="preprocessor">#define RADIOLIB_SI443X_NOM_CARRIER_FREQUENCY_LSB 0b10000000 </span><span class="comment">// 7 0 Fc = (RADIOLIB_SI443X_BAND_SELECT + 1)*10*(RADIOLIB_SI443X_FREQUENCY_BAND_SELECT + 24) + (RADIOLIB_SI443X_NOM_CARRIER_FREQUENCY - RADIOLIB_SI443X_FREQUENCY_OFFSET)/6400 [MHz]</span></div>
<div class="line"><a id="l00532" name="l00532"></a><span class="lineno"> 532</span> </div>
<div class="line"><a id="l00533" name="l00533"></a><span class="lineno"> 533</span><span class="comment">// RADIOLIB_SI443X_REG_FREQUENCY_HOPPING_CHANNEL_SEL</span></div>
<div class="line"><a id="l00534" name="l00534"></a><span class="lineno"> 534</span><span class="preprocessor">#define RADIOLIB_SI443X_FREQUENCY_HOPPING_CHANNEL 0x00 </span><span class="comment">// 7 0 frequency hopping channel number</span></div>
<div class="line"><a id="l00535" name="l00535"></a><span class="lineno"> 535</span> </div>
<div class="line"><a id="l00536" name="l00536"></a><span class="lineno"> 536</span><span class="comment">// RADIOLIB_SI443X_REG_FREQUENCY_HOPPING_STEP_SIZE</span></div>
<div class="line"><a id="l00537" name="l00537"></a><span class="lineno"> 537</span><span class="preprocessor">#define RADIOLIB_SI443X_FREQUENCY_HOPPING_STEP_SIZE 0x00 </span><span class="comment">// 7 0 frequency hopping step size</span></div>
<div class="line"><a id="l00538" name="l00538"></a><span class="lineno"> 538</span> </div>
<div class="line"><a id="l00539" name="l00539"></a><span class="lineno"> 539</span><span class="comment">// RADIOLIB_SI443X_REG_TX_FIFO_CONTROL_1</span></div>
<div class="line"><a id="l00540" name="l00540"></a><span class="lineno"> 540</span><span class="preprocessor">#define RADIOLIB_SI443X_TX_FIFO_ALMOST_FULL_THRESHOLD 0x37 </span><span class="comment">// 5 0 Tx FIFO almost full threshold</span></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">// RADIOLIB_SI443X_REG_TX_FIFO_CONTROL_2</span></div>
<div class="line"><a id="l00543" name="l00543"></a><span class="lineno"> 543</span><span class="preprocessor">#define RADIOLIB_SI443X_TX_FIFO_ALMOST_EMPTY_THRESHOLD 0x04 </span><span class="comment">// 5 0 Tx FIFO almost full threshold</span></div>
<div class="line"><a id="l00544" name="l00544"></a><span class="lineno"> 544</span> </div>
<div class="line"><a id="l00545" name="l00545"></a><span class="lineno"> 545</span><span class="comment">// RADIOLIB_SI443X_REG_RX_FIFO_CONTROL</span></div>
<div class="line"><a id="l00546" name="l00546"></a><span class="lineno"> 546</span><span class="preprocessor">#define RADIOLIB_SI443X_RX_FIFO_ALMOST_FULL_THRESHOLD 0x37 </span><span class="comment">// 5 0 Rx FIFO almost full threshold</span></div>
<div class="line"><a id="l00547" name="l00547"></a><span class="lineno"> 547</span> </div>
<div class="foldopen" id="foldopen00553" data-start="{" data-end="};">
<div class="line"><a id="l00553" name="l00553"></a><span class="lineno"><a class="line" href="class_si443x.html"> 553</a></span><span class="keyword">class </span><a class="code hl_class" href="class_si443x.html">Si443x</a>: <span class="keyword">public</span> <a class="code hl_class" href="class_physical_layer.html">PhysicalLayer</a> {</div>
<div class="line"><a id="l00554" name="l00554"></a><span class="lineno"> 554</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00555" name="l00555"></a><span class="lineno"> 555</span> <span class="comment">// introduce PhysicalLayer overloads</span></div>
<div class="line"><a id="l00556" name="l00556"></a><span class="lineno"> 556</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="l00557" name="l00557"></a><span class="lineno"> 557</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="l00558" name="l00558"></a><span class="lineno"> 558</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="l00559" name="l00559"></a><span class="lineno"> 559</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="l00560" name="l00560"></a><span class="lineno"> 560</span> </div>
<div class="line"><a id="l00561" name="l00561"></a><span class="lineno"> 561</span> <span class="comment">// constructor</span></div>
<div class="line"><a id="l00562" name="l00562"></a><span class="lineno"> 562</span> </div>
<div class="line"><a id="l00567" name="l00567"></a><span class="lineno"> 567</span> <span class="keyword">explicit</span> <a class="code hl_class" href="class_si443x.html">Si443x</a>(<a class="code hl_class" href="class_module.html">Module</a>* mod);</div>
<div class="line"><a id="l00568" name="l00568"></a><span class="lineno"> 568</span> </div>
<div class="line"><a id="l00569" name="l00569"></a><span class="lineno"> 569</span> <span class="comment">// basic methods</span></div>
<div class="line"><a id="l00570" name="l00570"></a><span class="lineno"> 570</span> </div>
<div class="line"><a id="l00579" name="l00579"></a><span class="lineno"> 579</span> int16_t <a class="code hl_function" href="class_si443x.html#a453eda5436dc4dfe0dad676dc3977752">begin</a>(<span class="keywordtype">float</span> br, <span class="keywordtype">float</span> freqDev, <span class="keywordtype">float</span> rxBw, uint8_t preambleLen);</div>
<div class="line"><a id="l00580" name="l00580"></a><span class="lineno"> 580</span> </div>
<div class="line"><a id="l00584" name="l00584"></a><span class="lineno"> 584</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_si443x.html#ae782ee06e2c463c24f22f5d4c3dd8d97">reset</a>();</div>
<div class="line"><a id="l00585" name="l00585"></a><span class="lineno"> 585</span> </div>
<div class="line"><a id="l00594" name="l00594"></a><span class="lineno"> 594</span> int16_t <a class="code hl_function" href="class_si443x.html#a379fb39c9ab79aa67601c84736b1fec4">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="l00595" name="l00595"></a><span class="lineno"> 595</span> </div>
<div class="line"><a id="l00603" name="l00603"></a><span class="lineno"> 603</span> int16_t <a class="code hl_function" href="class_si443x.html#aabca3ba8eda212938febab1df2e764b4">receive</a>(uint8_t* data, <span class="keywordtype">size_t</span> len) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00604" name="l00604"></a><span class="lineno"> 604</span> </div>
<div class="line"><a id="l00610" name="l00610"></a><span class="lineno"> 610</span> int16_t <a class="code hl_function" href="class_si443x.html#ab0cc51d6b4264acf8e3e49a3a490dee9">sleep</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00611" name="l00611"></a><span class="lineno"> 611</span> </div>
<div class="line"><a id="l00616" name="l00616"></a><span class="lineno"> 616</span> int16_t <a class="code hl_function" href="class_si443x.html#ac45d2776df3ff338db154ead143fb7b8">standby</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00617" name="l00617"></a><span class="lineno"> 617</span> </div>
<div class="line"><a id="l00623" name="l00623"></a><span class="lineno"> 623</span> int16_t <a class="code hl_function" href="class_si443x.html#ac45d2776df3ff338db154ead143fb7b8">standby</a>(uint8_t mode) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00624" name="l00624"></a><span class="lineno"> 624</span> </div>
<div class="line"><a id="l00630" name="l00630"></a><span class="lineno"> 630</span> int16_t <a class="code hl_function" href="class_si443x.html#a5a86a2032c4b876c1c8e4a7cf4730c99">transmitDirect</a>(uint32_t frf = 0) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00631" name="l00631"></a><span class="lineno"> 631</span> </div>
<div class="line"><a id="l00636" name="l00636"></a><span class="lineno"> 636</span> int16_t <a class="code hl_function" href="class_si443x.html#a178b471527813a608c04db7d3c9648d6">receiveDirect</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00637" name="l00637"></a><span class="lineno"> 637</span> </div>
<div class="line"><a id="l00642" name="l00642"></a><span class="lineno"> 642</span> int16_t <a class="code hl_function" href="class_si443x.html#a616eb24c4b11c5d39caaade160be8092">packetMode</a>();</div>
<div class="line"><a id="l00643" name="l00643"></a><span class="lineno"> 643</span> </div>
<div class="line"><a id="l00644" name="l00644"></a><span class="lineno"> 644</span> <span class="comment">// interrupt methods</span></div>
<div class="line"><a id="l00645" name="l00645"></a><span class="lineno"> 645</span> </div>
<div class="line"><a id="l00650" name="l00650"></a><span class="lineno"> 650</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_si443x.html#a801b51059e61f93d4e01ae6ba8eb0726">setIrqAction</a>(<span class="keywordtype">void</span> (*func)(<span class="keywordtype">void</span>));</div>
<div class="line"><a id="l00651" name="l00651"></a><span class="lineno"> 651</span> </div>
<div class="line"><a id="l00655" name="l00655"></a><span class="lineno"> 655</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_si443x.html#a8d019f58551346c3f3bd8b72d2486109">clearIrqAction</a>();</div>
<div class="line"><a id="l00656" name="l00656"></a><span class="lineno"> 656</span> </div>
<div class="line"><a id="l00661" name="l00661"></a><span class="lineno"> 661</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_si443x.html#a0e098ea9aa3945f0c38f59efe43b147e">setPacketReceivedAction</a>(<span class="keywordtype">void</span> (*func)(<span class="keywordtype">void</span>)) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00662" name="l00662"></a><span class="lineno"> 662</span> </div>
<div class="line"><a id="l00666" name="l00666"></a><span class="lineno"> 666</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_si443x.html#ae8e1a9a70407d80d660496baa560c5ca">clearPacketReceivedAction</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00667" name="l00667"></a><span class="lineno"> 667</span> </div>
<div class="line"><a id="l00672" name="l00672"></a><span class="lineno"> 672</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_si443x.html#af2d36121ca94736ef3ecb4c09aded753">setPacketSentAction</a>(<span class="keywordtype">void</span> (*func)(<span class="keywordtype">void</span>)) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00673" name="l00673"></a><span class="lineno"> 673</span> </div>
<div class="line"><a id="l00677" name="l00677"></a><span class="lineno"> 677</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_si443x.html#a4fdc84341b1ec602f89ad00c7ca20f26">clearPacketSentAction</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00678" name="l00678"></a><span class="lineno"> 678</span> </div>
<div class="line"><a id="l00686" name="l00686"></a><span class="lineno"> 686</span> int16_t <a class="code hl_function" href="class_si443x.html#a187ea9ee96a67cd48e5b28be5b237c95">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="l00687" name="l00687"></a><span class="lineno"> 687</span> </div>
<div class="line"><a id="l00692" name="l00692"></a><span class="lineno"> 692</span> int16_t <a class="code hl_function" href="class_si443x.html#a6792f13441a1bbb3340d2ba3d9abbec3">finishTransmit</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00693" name="l00693"></a><span class="lineno"> 693</span> </div>
<div class="line"><a id="l00698" name="l00698"></a><span class="lineno"> 698</span> int16_t <a class="code hl_function" href="class_si443x.html#ae188dec3175a3aec96844a613e911500">startReceive</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00699" name="l00699"></a><span class="lineno"> 699</span> </div>
<div class="line"><a id="l00708" name="l00708"></a><span class="lineno"> 708</span> int16_t <a class="code hl_function" href="class_si443x.html#ae188dec3175a3aec96844a613e911500">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="l00709" name="l00709"></a><span class="lineno"> 709</span> </div>
<div class="line"><a id="l00718" name="l00718"></a><span class="lineno"> 718</span> int16_t <a class="code hl_function" href="class_si443x.html#ad00ff8b58c68118ad74fee82028aa71e">readData</a>(uint8_t* data, <span class="keywordtype">size_t</span> len) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00719" name="l00719"></a><span class="lineno"> 719</span> </div>
<div class="line"><a id="l00720" name="l00720"></a><span class="lineno"> 720</span> <span class="comment">// configuration methods</span></div>
<div class="line"><a id="l00721" name="l00721"></a><span class="lineno"> 721</span> </div>
<div class="line"><a id="l00727" name="l00727"></a><span class="lineno"> 727</span> int16_t <a class="code hl_function" href="class_si443x.html#afcba86e79d229b3fd7268dcbd7c47b62">setBitRate</a>(<span class="keywordtype">float</span> br) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00728" name="l00728"></a><span class="lineno"> 728</span> </div>
<div class="line"><a id="l00734" name="l00734"></a><span class="lineno"> 734</span> int16_t <a class="code hl_function" href="class_si443x.html#a7c4e6caa95e5622f6f515ba0339a1c66">setFrequencyDeviation</a>(<span class="keywordtype">float</span> freqDev) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00735" name="l00735"></a><span class="lineno"> 735</span> </div>
<div class="line"><a id="l00741" name="l00741"></a><span class="lineno"> 741</span> int16_t <a class="code hl_function" href="class_si443x.html#a51e6b7c677e82042224798114f311175">setRxBandwidth</a>(<span class="keywordtype">float</span> rxBw);</div>
<div class="line"><a id="l00742" name="l00742"></a><span class="lineno"> 742</span> </div>
<div class="line"><a id="l00748" name="l00748"></a><span class="lineno"> 748</span> int16_t <a class="code hl_function" href="class_si443x.html#af257fb09afaa6162e1506cfe87b219b3">setSyncWord</a>(uint8_t* syncWord, <span class="keywordtype">size_t</span> len) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00749" name="l00749"></a><span class="lineno"> 749</span> </div>
<div class="line"><a id="l00755" name="l00755"></a><span class="lineno"> 755</span> int16_t <a class="code hl_function" href="class_si443x.html#a4821a6141caf16141074615c976ecd91">setPreambleLength</a>(uint8_t preambleLen);</div>
<div class="line"><a id="l00756" name="l00756"></a><span class="lineno"> 756</span> </div>
<div class="line"><a id="l00762" name="l00762"></a><span class="lineno"> 762</span> <span class="keywordtype">size_t</span> <a class="code hl_function" href="class_si443x.html#a2d944669dc69ccd47f9e6c360f2ffd10">getPacketLength</a>(<span class="keywordtype">bool</span> update = <span class="keyword">true</span>) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00763" name="l00763"></a><span class="lineno"> 763</span> </div>
<div class="line"><a id="l00770" name="l00770"></a><span class="lineno"> 770</span> int16_t <a class="code hl_function" href="class_si443x.html#a1382fc3b68f447e381613e6670747128">setEncoding</a>(uint8_t encoding) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00771" name="l00771"></a><span class="lineno"> 771</span> </div>
<div class="line"><a id="l00778" name="l00778"></a><span class="lineno"> 778</span> int16_t <a class="code hl_function" href="class_si443x.html#ade08c79074c7e4414d34eefa25cee168">setDataShaping</a>(uint8_t sh) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00779" name="l00779"></a><span class="lineno"> 779</span> </div>
<div class="line"><a id="l00781" name="l00781"></a><span class="lineno"> 781</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_si443x.html#a43e7ceeff9114b35ab89f1d69916b375">setRfSwitchPins</a>(uint32_t rxEn, uint32_t txEn);</div>
<div class="line"><a id="l00782" name="l00782"></a><span class="lineno"> 782</span> </div>
<div class="line"><a id="l00784" name="l00784"></a><span class="lineno"> 784</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_si443x.html#a8898f11cf9dabd9a5ad717376fdbffa6">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="l00785" name="l00785"></a><span class="lineno"> 785</span> </div>
<div class="line"><a id="l00790" name="l00790"></a><span class="lineno"> 790</span> uint8_t <a class="code hl_function" href="class_si443x.html#a16750016db8a3bf27c35822b08d81155">randomByte</a>() <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="l00796" name="l00796"></a><span class="lineno"> 796</span> int16_t <a class="code hl_function" href="class_si443x.html#a55252bda74e8c67636a8c1fa0e9f58d3">getChipVersion</a>();</div>
<div class="line"><a id="l00797" name="l00797"></a><span class="lineno"> 797</span> </div>
<div class="line"><a id="l00798" name="l00798"></a><span class="lineno"> 798</span><span class="preprocessor"> #if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE</span></div>
<div class="line"><a id="l00803" name="l00803"></a><span class="lineno"> 803</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_si443x.html#a48a59ff1ddc7c8ec820328174955de43">setDirectAction</a>(<span class="keywordtype">void</span> (*func)(<span class="keywordtype">void</span>)) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00804" name="l00804"></a><span class="lineno"> 804</span> </div>
<div class="line"><a id="l00809" name="l00809"></a><span class="lineno"> 809</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_si443x.html#a2bff9ba621ad00964bdfc72dd374a50b">readBit</a>(uint32_t pin) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00810" name="l00810"></a><span class="lineno"> 810</span><span class="preprocessor"> #endif</span></div>
<div class="line"><a id="l00811" name="l00811"></a><span class="lineno"> 811</span> </div>
<div class="line"><a id="l00817" name="l00817"></a><span class="lineno"> 817</span> int16_t <a class="code hl_function" href="class_si443x.html#ad2b3a961a99d9e8f3a7ead6e8b69e858">fixedPacketLengthMode</a>(uint8_t len = RADIOLIB_SI443X_MAX_PACKET_LENGTH);</div>
<div class="line"><a id="l00818" name="l00818"></a><span class="lineno"> 818</span> </div>
<div class="line"><a id="l00824" name="l00824"></a><span class="lineno"> 824</span> int16_t <a class="code hl_function" href="class_si443x.html#abcca8ab4a1229efb5e7c6b09e564a48a">variablePacketLengthMode</a>(uint8_t maxLen = RADIOLIB_SI443X_MAX_PACKET_LENGTH);</div>
<div class="line"><a id="l00825" name="l00825"></a><span class="lineno"> 825</span> </div>
<div class="line"><a id="l00830" name="l00830"></a><span class="lineno"> 830</span> uint32_t <a class="code hl_function" href="class_si443x.html#adaf6256b4de1607da2122c23c528de3a">getIrqFlags</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00831" name="l00831"></a><span class="lineno"> 831</span> </div>
<div class="line"><a id="l00837" name="l00837"></a><span class="lineno"> 837</span> int16_t <a class="code hl_function" href="class_si443x.html#a1cf4a145680562c66474267cbcf5c630">clearIrqFlags</a>(uint32_t irq) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00838" name="l00838"></a><span class="lineno"> 838</span> </div>
<div class="line"><a id="l00845" name="l00845"></a><span class="lineno"> 845</span> int16_t <a class="code hl_function" href="class_si443x.html#acfed9533c8830ecf1253fab3625ca6d2">setCRC</a>(<span class="keywordtype">bool</span> enable, <span class="keywordtype">bool</span> mode = <span class="keyword">false</span>);</div>
<div class="line"><a id="l00846" name="l00846"></a><span class="lineno"> 846</span> </div>
<div class="line"><a id="l00847" name="l00847"></a><span class="lineno"> 847</span><span class="preprocessor">#if !RADIOLIB_GODMODE &amp;&amp; !RADIOLIB_LOW_LEVEL</span></div>
<div class="line"><a id="l00848" name="l00848"></a><span class="lineno"> 848</span> <span class="keyword">protected</span>:</div>
<div class="line"><a id="l00849" name="l00849"></a><span class="lineno"> 849</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00850" name="l00850"></a><span class="lineno"> 850</span> <a class="code hl_class" href="class_module.html">Module</a>* getMod() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00851" name="l00851"></a><span class="lineno"> 851</span> </div>
<div class="line"><a id="l00852" name="l00852"></a><span class="lineno"> 852</span><span class="preprocessor">#if !RADIOLIB_GODMODE</span></div>
<div class="line"><a id="l00853" name="l00853"></a><span class="lineno"> 853</span> <span class="keyword">protected</span>:</div>
<div class="line"><a id="l00854" name="l00854"></a><span class="lineno"> 854</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00855" name="l00855"></a><span class="lineno"> 855</span> int16_t setFrequencyRaw(<span class="keywordtype">float</span> newFreq);</div>
<div class="line"><a id="l00856" name="l00856"></a><span class="lineno"> 856</span> </div>
<div class="line"><a id="l00857" name="l00857"></a><span class="lineno"> 857</span><span class="preprocessor">#if !RADIOLIB_GODMODE</span></div>
<div class="line"><a id="l00858" name="l00858"></a><span class="lineno"> 858</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00859" name="l00859"></a><span class="lineno"> 859</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00860" name="l00860"></a><span class="lineno"> 860</span> <a class="code hl_class" href="class_module.html">Module</a>* mod;</div>
<div class="line"><a id="l00861" name="l00861"></a><span class="lineno"> 861</span> </div>
<div class="line"><a id="l00862" name="l00862"></a><span class="lineno"> 862</span> <span class="keywordtype">float</span> bitRate = 0;</div>
<div class="line"><a id="l00863" name="l00863"></a><span class="lineno"> 863</span> <span class="keywordtype">float</span> frequencyDev = 0;</div>
<div class="line"><a id="l00864" name="l00864"></a><span class="lineno"> 864</span> <span class="keywordtype">float</span> frequency = 0;</div>
<div class="line"><a id="l00865" name="l00865"></a><span class="lineno"> 865</span> </div>
<div class="line"><a id="l00866" name="l00866"></a><span class="lineno"> 866</span> <span class="keywordtype">size_t</span> packetLength = 0;</div>
<div class="line"><a id="l00867" name="l00867"></a><span class="lineno"> 867</span> <span class="keywordtype">bool</span> packetLengthQueried = <span class="keyword">false</span>;</div>
<div class="line"><a id="l00868" name="l00868"></a><span class="lineno"> 868</span> uint8_t packetLengthConfig = RADIOLIB_SI443X_FIXED_PACKET_LENGTH_ON;</div>
<div class="line"><a id="l00869" name="l00869"></a><span class="lineno"> 869</span> <span class="keywordtype">bool</span> crcEnabled = <span class="keyword">false</span>;</div>
<div class="line"><a id="l00870" name="l00870"></a><span class="lineno"> 870</span> </div>
<div class="line"><a id="l00871" name="l00871"></a><span class="lineno"> 871</span> <span class="keywordtype">bool</span> findChip();</div>
<div class="line"><a id="l00872" name="l00872"></a><span class="lineno"> 872</span> <span class="keywordtype">void</span> clearIrqStatus();</div>
<div class="line"><a id="l00873" name="l00873"></a><span class="lineno"> 873</span> <span class="keywordtype">void</span> clearFIFO(<span class="keywordtype">size_t</span> count);</div>
<div class="line"><a id="l00874" name="l00874"></a><span class="lineno"> 874</span> int16_t config();</div>
<div class="line"><a id="l00875" name="l00875"></a><span class="lineno"> 875</span> int16_t updateClockRecovery();</div>
<div class="line"><a id="l00876" name="l00876"></a><span class="lineno"> 876</span> int16_t directMode();</div>
<div class="line"><a id="l00877" name="l00877"></a><span class="lineno"> 877</span> int16_t setPacketMode(uint8_t mode, uint8_t len);</div>
<div class="line"><a id="l00878" name="l00878"></a><span class="lineno"> 878</span>};</div>
</div>
<div class="line"><a id="l00879" name="l00879"></a><span class="lineno"> 879</span> </div>
<div class="line"><a id="l00880" name="l00880"></a><span class="lineno"> 880</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00881" name="l00881"></a><span class="lineno"> 881</span> </div>
<div class="line"><a id="l00882" name="l00882"></a><span class="lineno"> 882</span><span class="preprocessor">#endif</span></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:216</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:220</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:155</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="aclass_si443x_html"><div class="ttname"><a href="class_si443x.html">Si443x</a></div><div class="ttdoc">Base class for Si443x series. All derived classes for Si443x (e.g. Si4431 or Si4432) inherit from thi...</div><div class="ttdef"><b>Definition</b> Si443x.h:553</div></div>
<div class="ttc" id="aclass_si443x_html_a0e098ea9aa3945f0c38f59efe43b147e"><div class="ttname"><a href="class_si443x.html#a0e098ea9aa3945f0c38f59efe43b147e">Si443x::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> Si443x.cpp:218</div></div>
<div class="ttc" id="aclass_si443x_html_a1382fc3b68f447e381613e6670747128"><div class="ttname"><a href="class_si443x.html#a1382fc3b68f447e381613e6670747128">Si443x::setEncoding</a></div><div class="ttdeci">int16_t setEncoding(uint8_t encoding) override</div><div class="ttdoc">Sets transmission encoding. Only available in FSK mode. Allowed values are RADIOLIB_ENCODING_NRZ,...</div><div class="ttdef"><b>Definition</b> Si443x.cpp:565</div></div>
<div class="ttc" id="aclass_si443x_html_a16750016db8a3bf27c35822b08d81155"><div class="ttname"><a href="class_si443x.html#a16750016db8a3bf27c35822b08d81155">Si443x::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> Si443x.cpp:608</div></div>
<div class="ttc" id="aclass_si443x_html_a178b471527813a608c04db7d3c9648d6"><div class="ttname"><a href="class_si443x.html#a178b471527813a608c04db7d3c9648d6">Si443x::receiveDirect</a></div><div class="ttdeci">int16_t receiveDirect() override</div><div class="ttdoc">Enables direct reception mode. While in direct mode, the module will not be able to transmit or recei...</div><div class="ttdef"><b>Definition</b> Si443x.cpp:190</div></div>
<div class="ttc" id="aclass_si443x_html_a187ea9ee96a67cd48e5b28be5b237c95"><div class="ttname"><a href="class_si443x.html#a187ea9ee96a67cd48e5b28be5b237c95">Si443x::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. Will start transmitting arbitrary binary data up to 64 bytes...</div><div class="ttdef"><b>Definition</b> Si443x.cpp:234</div></div>
<div class="ttc" id="aclass_si443x_html_a1cf4a145680562c66474267cbcf5c630"><div class="ttname"><a href="class_si443x.html#a1cf4a145680562c66474267cbcf5c630">Si443x::clearIrqFlags</a></div><div class="ttdeci">int16_t clearIrqFlags(uint32_t irq) override</div><div class="ttdoc">Clear interrupt on a specific IRQ bit (e.g. RxTimeout, CadDone).</div><div class="ttdef"><b>Definition</b> Si443x.cpp:655</div></div>
<div class="ttc" id="aclass_si443x_html_a2bff9ba621ad00964bdfc72dd374a50b"><div class="ttname"><a href="class_si443x.html#a2bff9ba621ad00964bdfc72dd374a50b">Si443x::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> Si443x.cpp:636</div></div>
<div class="ttc" id="aclass_si443x_html_a2d944669dc69ccd47f9e6c360f2ffd10"><div class="ttname"><a href="class_si443x.html#a2d944669dc69ccd47f9e6c360f2ffd10">Si443x::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> Si443x.cpp:552</div></div>
<div class="ttc" id="aclass_si443x_html_a379fb39c9ab79aa67601c84736b1fec4"><div class="ttname"><a href="class_si443x.html#a379fb39c9ab79aa67601c84736b1fec4">Si443x::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">Binary transmit method. Will transmit arbitrary binary data up to 64 bytes long. For overloads to tra...</div><div class="ttdef"><b>Definition</b> Si443x.cpp:79</div></div>
<div class="ttc" id="aclass_si443x_html_a43e7ceeff9114b35ab89f1d69916b375"><div class="ttname"><a href="class_si443x.html#a43e7ceeff9114b35ab89f1d69916b375">Si443x::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> Si443x.cpp:600</div></div>
<div class="ttc" id="aclass_si443x_html_a453eda5436dc4dfe0dad676dc3977752"><div class="ttname"><a href="class_si443x.html#a453eda5436dc4dfe0dad676dc3977752">Si443x::begin</a></div><div class="ttdeci">int16_t begin(float br, float freqDev, float rxBw, uint8_t preambleLen)</div><div class="ttdoc">Initialization method.</div><div class="ttdef"><b>Definition</b> Si443x.cpp:11</div></div>
<div class="ttc" id="aclass_si443x_html_a4821a6141caf16141074615c976ecd91"><div class="ttname"><a href="class_si443x.html#a4821a6141caf16141074615c976ecd91">Si443x::setPreambleLength</a></div><div class="ttdeci">int16_t setPreambleLength(uint8_t preambleLen)</div><div class="ttdoc">Sets preamble length.</div><div class="ttdef"><b>Definition</b> Si443x.cpp:536</div></div>
<div class="ttc" id="aclass_si443x_html_a48a59ff1ddc7c8ec820328174955de43"><div class="ttname"><a href="class_si443x.html#a48a59ff1ddc7c8ec820328174955de43">Si443x::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 received in direct mode.</div><div class="ttdef"><b>Definition</b> Si443x.cpp:632</div></div>
<div class="ttc" id="aclass_si443x_html_a4fdc84341b1ec602f89ad00c7ca20f26"><div class="ttname"><a href="class_si443x.html#a4fdc84341b1ec602f89ad00c7ca20f26">Si443x::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> Si443x.cpp:230</div></div>
<div class="ttc" id="aclass_si443x_html_a51e6b7c677e82042224798114f311175"><div class="ttname"><a href="class_si443x.html#a51e6b7c677e82042224798114f311175">Si443x::setRxBandwidth</a></div><div class="ttdeci">int16_t setRxBandwidth(float rxBw)</div><div class="ttdoc">Sets receiver bandwidth. Allowed values range from 2.6 to 620.7 kHz.</div><div class="ttdef"><b>Definition</b> Si443x.cpp:412</div></div>
<div class="ttc" id="aclass_si443x_html_a55252bda74e8c67636a8c1fa0e9f58d3"><div class="ttname"><a href="class_si443x.html#a55252bda74e8c67636a8c1fa0e9f58d3">Si443x::getChipVersion</a></div><div class="ttdeci">int16_t getChipVersion()</div><div class="ttdoc">Read version SPI register. Should return RADIOLIB_SI443X_DEVICE_VERSION (0x06) if Si443x is connected...</div><div class="ttdef"><b>Definition</b> Si443x.cpp:627</div></div>
<div class="ttc" id="aclass_si443x_html_a5a86a2032c4b876c1c8e4a7cf4730c99"><div class="ttname"><a href="class_si443x.html#a5a86a2032c4b876c1c8e4a7cf4730c99">Si443x::transmitDirect</a></div><div class="ttdeci">int16_t transmitDirect(uint32_t frf=0) override</div><div class="ttdoc">Enables direct transmission mode. While in direct mode, the module will not be able to transmit or re...</div><div class="ttdef"><b>Definition</b> Si443x.cpp:148</div></div>
<div class="ttc" id="aclass_si443x_html_a616eb24c4b11c5d39caaade160be8092"><div class="ttname"><a href="class_si443x.html#a616eb24c4b11c5d39caaade160be8092">Si443x::packetMode</a></div><div class="ttdeci">int16_t packetMode()</div><div class="ttdoc">Disables direct mode and enables packet mode, allowing the module to receive packets.</div><div class="ttdef"><b>Definition</b> Si443x.cpp:203</div></div>
<div class="ttc" id="aclass_si443x_html_a6792f13441a1bbb3340d2ba3d9abbec3"><div class="ttname"><a href="class_si443x.html#a6792f13441a1bbb3340d2ba3d9abbec3">Si443x::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> Si443x.cpp:275</div></div>
<div class="ttc" id="aclass_si443x_html_a7c4e6caa95e5622f6f515ba0339a1c66"><div class="ttname"><a href="class_si443x.html#a7c4e6caa95e5622f6f515ba0339a1c66">Si443x::setFrequencyDeviation</a></div><div class="ttdeci">int16_t setFrequencyDeviation(float freqDev) override</div><div class="ttdoc">Sets FSK frequency deviation from carrier frequency. Allowed values range from 0.625 to 320....</div><div class="ttdef"><b>Definition</b> Si443x.cpp:389</div></div>
<div class="ttc" id="aclass_si443x_html_a801b51059e61f93d4e01ae6ba8eb0726"><div class="ttname"><a href="class_si443x.html#a801b51059e61f93d4e01ae6ba8eb0726">Si443x::setIrqAction</a></div><div class="ttdeci">void setIrqAction(void(*func)(void))</div><div class="ttdoc">Sets interrupt service routine to call when IRQ activates.</div><div class="ttdef"><b>Definition</b> Si443x.cpp:210</div></div>
<div class="ttc" id="aclass_si443x_html_a8898f11cf9dabd9a5ad717376fdbffa6"><div class="ttname"><a href="class_si443x.html#a8898f11cf9dabd9a5ad717376fdbffa6">Si443x::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> Si443x.cpp:604</div></div>
<div class="ttc" id="aclass_si443x_html_a8d019f58551346c3f3bd8b72d2486109"><div class="ttname"><a href="class_si443x.html#a8d019f58551346c3f3bd8b72d2486109">Si443x::clearIrqAction</a></div><div class="ttdeci">void clearIrqAction()</div><div class="ttdoc">Clears interrupt service routine to call when IRQ activates.</div><div class="ttdef"><b>Definition</b> Si443x.cpp:214</div></div>
<div class="ttc" id="aclass_si443x_html_aabca3ba8eda212938febab1df2e764b4"><div class="ttname"><a href="class_si443x.html#aabca3ba8eda212938febab1df2e764b4">Si443x::receive</a></div><div class="ttdeci">int16_t receive(uint8_t *data, size_t len) override</div><div class="ttdoc">Binary receive method. Will attempt to receive arbitrary binary data up to 64 bytes long....</div><div class="ttdef"><b>Definition</b> Si443x.cpp:100</div></div>
<div class="ttc" id="aclass_si443x_html_ab0cc51d6b4264acf8e3e49a3a490dee9"><div class="ttname"><a href="class_si443x.html#ab0cc51d6b4264acf8e3e49a3a490dee9">Si443x::sleep</a></div><div class="ttdeci">int16_t sleep() override</div><div class="ttdoc">Sets the module to sleep to save power. Module will not be able to transmit or receive any data while...</div><div class="ttdef"><b>Definition</b> Si443x.cpp:122</div></div>
<div class="ttc" id="aclass_si443x_html_abcca8ab4a1229efb5e7c6b09e564a48a"><div class="ttname"><a href="class_si443x.html#abcca8ab4a1229efb5e7c6b09e564a48a">Si443x::variablePacketLengthMode</a></div><div class="ttdeci">int16_t variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SI443X_MAX_PACKET_LENGTH)</div><div class="ttdoc">Set modem in variable packet length mode.</div><div class="ttdef"><b>Definition</b> Si443x.cpp:645</div></div>
<div class="ttc" id="aclass_si443x_html_ac45d2776df3ff338db154ead143fb7b8"><div class="ttname"><a href="class_si443x.html#ac45d2776df3ff338db154ead143fb7b8">Si443x::standby</a></div><div class="ttdeci">int16_t standby() override</div><div class="ttdoc">Sets the module to standby (with XTAL on).</div><div class="ttdef"><b>Definition</b> Si443x.cpp:138</div></div>
<div class="ttc" id="aclass_si443x_html_acfed9533c8830ecf1253fab3625ca6d2"><div class="ttname"><a href="class_si443x.html#acfed9533c8830ecf1253fab3625ca6d2">Si443x::setCRC</a></div><div class="ttdeci">int16_t setCRC(bool enable, bool mode=false)</div><div class="ttdoc">Enables/disables CRC of transmitted or received packets.</div><div class="ttdef"><b>Definition</b> Si443x.cpp:661</div></div>
<div class="ttc" id="aclass_si443x_html_ad00ff8b58c68118ad74fee82028aa71e"><div class="ttname"><a href="class_si443x.html#ad00ff8b58c68118ad74fee82028aa71e">Si443x::readData</a></div><div class="ttdeci">int16_t readData(uint8_t *data, size_t len) override</div><div class="ttdoc">Reads data that was received after calling startReceive method. When the packet length is not known i...</div><div class="ttdef"><b>Definition</b> Si443x.cpp:317</div></div>
<div class="ttc" id="aclass_si443x_html_ad2b3a961a99d9e8f3a7ead6e8b69e858"><div class="ttname"><a href="class_si443x.html#ad2b3a961a99d9e8f3a7ead6e8b69e858">Si443x::fixedPacketLengthMode</a></div><div class="ttdeci">int16_t fixedPacketLengthMode(uint8_t len=RADIOLIB_SI443X_MAX_PACKET_LENGTH)</div><div class="ttdoc">Set modem in fixed packet length mode.</div><div class="ttdef"><b>Definition</b> Si443x.cpp:641</div></div>
<div class="ttc" id="aclass_si443x_html_adaf6256b4de1607da2122c23c528de3a"><div class="ttname"><a href="class_si443x.html#adaf6256b4de1607da2122c23c528de3a">Si443x::getIrqFlags</a></div><div class="ttdeci">uint32_t getIrqFlags() override</div><div class="ttdoc">Read currently active IRQ flags.</div><div class="ttdef"><b>Definition</b> Si443x.cpp:649</div></div>
<div class="ttc" id="aclass_si443x_html_ade08c79074c7e4414d34eefa25cee168"><div class="ttname"><a href="class_si443x.html#ade08c79074c7e4414d34eefa25cee168">Si443x::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. Only available in FSK...</div><div class="ttdef"><b>Definition</b> Si443x.cpp:584</div></div>
<div class="ttc" id="aclass_si443x_html_ae188dec3175a3aec96844a613e911500"><div class="ttname"><a href="class_si443x.html#ae188dec3175a3aec96844a613e911500">Si443x::startReceive</a></div><div class="ttdeci">int16_t startReceive() override</div><div class="ttdoc">Interrupt-driven receive method. IRQ will be activated when full valid packet is received.</div><div class="ttdef"><b>Definition</b> Si443x.cpp:283</div></div>
<div class="ttc" id="aclass_si443x_html_ae782ee06e2c463c24f22f5d4c3dd8d97"><div class="ttname"><a href="class_si443x.html#ae782ee06e2c463c24f22f5d4c3dd8d97">Si443x::reset</a></div><div class="ttdeci">void reset()</div><div class="ttdoc">Reset method. Will reset the chip to the default state using SDN pin.</div><div class="ttdef"><b>Definition</b> Si443x.cpp:71</div></div>
<div class="ttc" id="aclass_si443x_html_ae8e1a9a70407d80d660496baa560c5ca"><div class="ttname"><a href="class_si443x.html#ae8e1a9a70407d80d660496baa560c5ca">Si443x::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> Si443x.cpp:222</div></div>
<div class="ttc" id="aclass_si443x_html_af257fb09afaa6162e1506cfe87b219b3"><div class="ttname"><a href="class_si443x.html#af257fb09afaa6162e1506cfe87b219b3">Si443x::setSyncWord</a></div><div class="ttdeci">int16_t setSyncWord(uint8_t *syncWord, size_t len) override</div><div class="ttdoc">Sets sync word. Up to 4 bytes can be set as sync word.</div><div class="ttdef"><b>Definition</b> Si443x.cpp:519</div></div>
<div class="ttc" id="aclass_si443x_html_af2d36121ca94736ef3ecb4c09aded753"><div class="ttname"><a href="class_si443x.html#af2d36121ca94736ef3ecb4c09aded753">Si443x::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> Si443x.cpp:226</div></div>
<div class="ttc" id="aclass_si443x_html_afcba86e79d229b3fd7268dcbd7c47b62"><div class="ttname"><a href="class_si443x.html#afcba86e79d229b3fd7268dcbd7c47b62">Si443x::setBitRate</a></div><div class="ttdeci">int16_t setBitRate(float br) override</div><div class="ttdoc">Sets FSK bit rate. Allowed values range from 0.123 to 256.0 kbps.</div><div class="ttdef"><b>Definition</b> Si443x.cpp:358</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_e2961291c878e1b3ab9447d79b865c81.html">Si443x</a></li><li class="navelem"><b>Si443x.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>