RadioLib/_si443x_8h_source.html

821 wiersze
161 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">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<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 style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<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.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'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:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</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:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(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">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</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 name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#if !defined(_RADIOLIB_SI443X_H)</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#define _RADIOLIB_SI443X_H</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160; </div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#include &quot;../../TypeDef.h&quot;</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160; </div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#if !RADIOLIB_EXCLUDE_SI443X</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160; </div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &quot;../../Module.h&quot;</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160; </div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &quot;../../protocols/PhysicalLayer/PhysicalLayer.h&quot;</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160; </div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment">// Si443x physical layer properties</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_FREQUENCY_STEP_SIZE 156.25</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_MAX_PACKET_LENGTH 64</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160; </div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment">// Si443x series common registers</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_DEVICE_TYPE 0x00</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_DEVICE_VERSION 0x01</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_DEVICE_STATUS 0x02</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_INTERRUPT_STATUS_1 0x03</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_INTERRUPT_STATUS_2 0x04</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_INTERRUPT_ENABLE_1 0x05</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_INTERRUPT_ENABLE_2 0x06</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_OP_FUNC_CONTROL_1 0x07</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_OP_FUNC_CONTROL_2 0x08</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_XOSC_LOAD_CAPACITANCE 0x09</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_MCU_OUTPUT_CLOCK 0x0A</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_GPIO0_CONFIG 0x0B</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_GPIO1_CONFIG 0x0C</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_GPIO2_CONFIG 0x0D</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_IO_PORT_CONFIG 0x0E</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_ADC_CONFIG 0x0F</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_ADC_SENSOR_AMP_OFFSET 0x10</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_ADC_VALUE 0x11</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_TEMP_SENSOR_CONTROL 0x12</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_TEMP_VALUE_OFFSET 0x13</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_WAKEUP_TIMER_PERIOD_1 0x14</span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_WAKEUP_TIMER_PERIOD_2 0x15</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_WAKEUP_TIMER_PERIOD_3 0x16</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_WAKEUP_TIMER_VALUE_1 0x17</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_WAKEUP_TIMER_VALUE_2 0x18</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_LOW_DC_MODE_DURATION 0x19</span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_LOW_BATT_DET_THRESHOLD 0x1A</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_BATT_VOLTAGE_LEVEL 0x1B</span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_IF_FILTER_BANDWIDTH 0x1C</span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_AFC_LOOP_GEARSHIFT_OVERRIDE 0x1D</span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_AFC_TIMING_CONTROL 0x1E</span></div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_CLOCK_REC_GEARSHIFT_OVERRIDE 0x1F</span></div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_CLOCK_REC_OVERSAMP_RATIO 0x20</span></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_CLOCK_REC_OFFSET_2 0x21</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_CLOCK_REC_OFFSET_1 0x22</span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_CLOCK_REC_OFFSET_0 0x23</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_CLOCK_REC_TIMING_LOOP_GAIN_1 0x24</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_CLOCK_REC_TIMING_LOOP_GAIN_0 0x25</span></div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_RSSI 0x26</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_RSSI_CLEAR_CHANNEL_THRESHOLD 0x27</span></div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_ANTENNA_DIVERSITY_1 0x28</span></div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_ANTENNA_DIVERSITY_2 0x29</span></div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_AFC_LIMITER 0x2A</span></div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_AFC_CORRECTION 0x2B</span></div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_OOK_COUNTER_1 0x2C</span></div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_OOK_COUNTER_2 0x2D</span></div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_SLICER_PEAK_HOLD 0x2E</span></div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_DATA_ACCESS_CONTROL 0x30</span></div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_EZMAC_STATUS 0x31</span></div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_HEADER_CONTROL_1 0x32</span></div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_HEADER_CONTROL_2 0x33</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_PREAMBLE_LENGTH 0x34</span></div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_PREAMBLE_DET_CONTROL 0x35</span></div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_SYNC_WORD_3 0x36</span></div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_SYNC_WORD_2 0x37</span></div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_SYNC_WORD_1 0x38</span></div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_SYNC_WORD_0 0x39</span></div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_TRANSMIT_HEADER_3 0x3A</span></div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_TRANSMIT_HEADER_2 0x3B</span></div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_TRANSMIT_HEADER_1 0x3C</span></div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_TRANSMIT_HEADER_0 0x3D</span></div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_TRANSMIT_PACKET_LENGTH 0x3E</span></div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_CHECK_HEADER_3 0x3F</span></div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_CHECK_HEADER_2 0x40</span></div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_CHECK_HEADER_1 0x41</span></div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_CHECK_HEADER_0 0x42</span></div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_HEADER_ENABLE_3 0x43</span></div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_HEADER_ENABLE_2 0x44</span></div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_HEADER_ENABLE_1 0x45</span></div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_HEADER_ENABLE_0 0x46</span></div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_RECEIVED_HEADER_3 0x47</span></div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_RECEIVED_HEADER_2 0x48</span></div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_RECEIVED_HEADER_1 0x49</span></div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_RECEIVED_HEADER_0 0x4A</span></div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_RECEIVED_PACKET_LENGTH 0x4B</span></div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_ADC8_CONTROL 0x4F</span></div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_CHANNEL_FILTER_COEFF 0x60</span></div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_XOSC_CONTROL_TEST 0x62</span></div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_AGC_OVERRIDE_1 0x69</span></div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_TX_POWER 0x6D</span></div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_TX_DATA_RATE_1 0x6E</span></div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_TX_DATA_RATE_0 0x6F</span></div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_MODULATION_MODE_CONTROL_1 0x70</span></div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_MODULATION_MODE_CONTROL_2 0x71</span></div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_FREQUENCY_DEVIATION 0x72</span></div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_FREQUENCY_OFFSET_1 0x73</span></div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_FREQUENCY_OFFSET_2 0x74</span></div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_FREQUENCY_BAND_SELECT 0x75</span></div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_NOM_CARRIER_FREQUENCY_1 0x76</span></div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_NOM_CARRIER_FREQUENCY_0 0x77</span></div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_FREQUENCY_HOPPING_CHANNEL_SEL 0x79</span></div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_FREQUENCY_HOPPING_STEP_SIZE 0x7A</span></div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_TX_FIFO_CONTROL_1 0x7C</span></div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_TX_FIFO_CONTROL_2 0x7D</span></div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_RX_FIFO_CONTROL 0x7E</span></div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_REG_FIFO_ACCESS 0x7F</span></div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; </div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_DEVICE_TYPE MSB LSB DESCRIPTION</span></div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_DEVICE_TYPE 0x08 </span><span class="comment">// 4 0 device identification register</span></div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; </div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_DEVICE_VERSION</span></div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_DEVICE_VERSION 0x06 </span><span class="comment">// 4 0 chip version register</span></div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; </div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_DEVICE_STATUS</span></div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160;<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 name="l00122"></a><span class="lineno"> 122</span>&#160;<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 name="l00123"></a><span class="lineno"> 123</span>&#160;<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 name="l00124"></a><span class="lineno"> 124</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_HEADER_ERROR 0b00010000 </span><span class="comment">// 4 4 header error flag</span></div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160;<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 name="l00126"></a><span class="lineno"> 126</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_TX 0b00000010 </span><span class="comment">// 1 0 power state: Tx</span></div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_RX 0b00000001 </span><span class="comment">// 1 0 Rx</span></div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_IDLE 0b00000000 </span><span class="comment">// 1 0 idle</span></div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; </div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_INTERRUPT_STATUS_1</span></div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_FIFO_LEVEL_ERROR_INTERRUPT 0b10000000 </span><span class="comment">// 7 7 Tx/Rx FIFO overflow or underflow</span></div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_TX_FIFO_ALMOST_FULL_INTERRUPT 0b01000000 </span><span class="comment">// 6 6 Tx FIFO almost full</span></div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_TX_FIFO_ALMOST_EMPTY_INTERRUPT 0b00100000 </span><span class="comment">// 5 5 Tx FIFO almost empty</span></div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_RX_FIFO_ALMOST_FULL_INTERRUPT 0b00010000 </span><span class="comment">// 4 4 Rx FIFO almost full</span></div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_EXTERNAL_INTERRUPT 0b00001000 </span><span class="comment">// 3 3 external interrupt occurred on GPIOx</span></div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_PACKET_SENT_INTERRUPT 0b00000100 </span><span class="comment">// 2 2 packet transmission done</span></div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_VALID_PACKET_RECEIVED_INTERRUPT 0b00000010 </span><span class="comment">// 1 1 valid packet has been received</span></div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_CRC_ERROR_INTERRUPT 0b00000001 </span><span class="comment">// 0 0 CRC failed</span></div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; </div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_INTERRUPT_STATUS_2</span></div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160;<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 name="l00142"></a><span class="lineno"> 142</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_VALID_RADIOLIB_PREAMBLE_DETECTED_INTERRUPT 0b01000000 </span><span class="comment">// 6 6 valid preamble has been detected</span></div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_INVALID_RADIOLIB_PREAMBLE_DETECTED_INTERRUPT 0b00100000 </span><span class="comment">// 5 5 invalid preamble has been detected</span></div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160;<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 name="l00145"></a><span class="lineno"> 145</span>&#160;<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 name="l00146"></a><span class="lineno"> 146</span>&#160;<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 name="l00147"></a><span class="lineno"> 147</span>&#160;<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 name="l00148"></a><span class="lineno"> 148</span>&#160;<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 name="l00149"></a><span class="lineno"> 149</span>&#160; </div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_INTERRUPT_ENABLE_1</span></div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160;<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 name="l00152"></a><span class="lineno"> 152</span>&#160;<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 name="l00153"></a><span class="lineno"> 153</span>&#160;<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 name="l00154"></a><span class="lineno"> 154</span>&#160;<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 name="l00155"></a><span class="lineno"> 155</span>&#160;<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 name="l00156"></a><span class="lineno"> 156</span>&#160;<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 name="l00157"></a><span class="lineno"> 157</span>&#160;<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 name="l00158"></a><span class="lineno"> 158</span>&#160;<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 name="l00159"></a><span class="lineno"> 159</span>&#160; </div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_INTERRUPT_ENABLE_2</span></div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160;<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 name="l00162"></a><span class="lineno"> 162</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_VALID_RADIOLIB_PREAMBLE_DETECTED_ENABLED 0b01000000 </span><span class="comment">// 6 6 valid preamble interrupt enabled</span></div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_INVALID_RADIOLIB_PREAMBLE_DETECTED_ENABLED 0b00100000 </span><span class="comment">// 5 5 invalid preamble interrupt enabled</span></div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160;<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 name="l00165"></a><span class="lineno"> 165</span>&#160;<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 name="l00166"></a><span class="lineno"> 166</span>&#160;<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 name="l00167"></a><span class="lineno"> 167</span>&#160;<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 name="l00168"></a><span class="lineno"> 168</span>&#160;<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 name="l00169"></a><span class="lineno"> 169</span>&#160; </div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_OP_FUNC_CONTROL_1</span></div>
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160;<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 name="l00172"></a><span class="lineno"> 172</span>&#160;<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 name="l00173"></a><span class="lineno"> 173</span>&#160;<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 name="l00174"></a><span class="lineno"> 174</span>&#160;<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 name="l00175"></a><span class="lineno"> 175</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_32_KHZ_XOSC 0b00010000 </span><span class="comment">// 4 4 crystal oscillator</span></div>
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160;<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 name="l00177"></a><span class="lineno"> 177</span>&#160;<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 name="l00178"></a><span class="lineno"> 178</span>&#160;<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 name="l00179"></a><span class="lineno"> 179</span>&#160;<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 name="l00180"></a><span class="lineno"> 180</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_XTAL_ON 0b00000001 </span><span class="comment">// 0 0 on (ready mode)</span></div>
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160; </div>
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_OP_FUNC_CONTROL_2</span></div>
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160;<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 name="l00184"></a><span class="lineno"> 184</span>&#160;<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 name="l00185"></a><span class="lineno"> 185</span>&#160;<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 name="l00186"></a><span class="lineno"> 186</span>&#160;<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 name="l00187"></a><span class="lineno"> 187</span>&#160;<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 name="l00188"></a><span class="lineno"> 188</span>&#160;<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 name="l00189"></a><span class="lineno"> 189</span>&#160;<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 name="l00190"></a><span class="lineno"> 190</span>&#160;<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 name="l00191"></a><span class="lineno"> 191</span>&#160;<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 name="l00192"></a><span class="lineno"> 192</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_RX_MULTIPACKET_ON 0b00010000 </span><span class="comment">// 4 4 enabled</span></div>
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160;<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 name="l00194"></a><span class="lineno"> 194</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_AUTO_TX_ON 0b00001000 </span><span class="comment">// 3 3 enabled</span></div>
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160;<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 name="l00196"></a><span class="lineno"> 196</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_LOW_DUTY_CYCLE_ON 0b00000100 </span><span class="comment">// 2 2 enabled</span></div>
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160;<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 name="l00198"></a><span class="lineno"> 198</span>&#160;<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 name="l00199"></a><span class="lineno"> 199</span>&#160;<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 name="l00200"></a><span class="lineno"> 200</span>&#160;<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 name="l00201"></a><span class="lineno"> 201</span>&#160; </div>
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_XOSC_LOAD_CAPACITANCE</span></div>
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_XTAL_SHIFT 0b00000000 </span><span class="comment">// 7 7 crystal capacitance configuration:</span></div>
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>&#160;<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 name="l00205"></a><span class="lineno"> 205</span>&#160; </div>
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_MCU_OUTPUT_CLOCK</span></div>
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160;<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 name="l00208"></a><span class="lineno"> 208</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_CLOCK_TAIL_CYCLES_128 0b00010000 </span><span class="comment">// 5 4 128</span></div>
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_CLOCK_TAIL_CYCLES_256 0b00100000 </span><span class="comment">// 5 4 256</span></div>
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_CLOCK_TAIL_CYCLES_512 0b00110000 </span><span class="comment">// 5 4 512</span></div>
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160;<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 name="l00212"></a><span class="lineno"> 212</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_LOW_FREQ_CLOCK_ON 0b00001000 </span><span class="comment">// 3 3 enabled</span></div>
<div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160;<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 name="l00214"></a><span class="lineno"> 214</span>&#160;<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 name="l00215"></a><span class="lineno"> 215</span>&#160;<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 name="l00216"></a><span class="lineno"> 216</span>&#160;<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 name="l00217"></a><span class="lineno"> 217</span>&#160;<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 name="l00218"></a><span class="lineno"> 218</span>&#160;<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 name="l00219"></a><span class="lineno"> 219</span>&#160;<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 name="l00220"></a><span class="lineno"> 220</span>&#160;<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 name="l00221"></a><span class="lineno"> 221</span>&#160; </div>
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_GPIO0_CONFIG + RADIOLIB_SI443X_REG_GPIO1_CONFIG + RADIOLIB_SI443X_REG_GPIO2_CONFIG</span></div>
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>&#160;<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 name="l00224"></a><span class="lineno"> 224</span>&#160;<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 name="l00225"></a><span class="lineno"> 225</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_PULLUP_ON 0b00100000 </span><span class="comment">// 5 5 enabled</span></div>
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>&#160;<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 name="l00227"></a><span class="lineno"> 227</span>&#160;<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 name="l00228"></a><span class="lineno"> 228</span>&#160;<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 name="l00229"></a><span class="lineno"> 229</span>&#160;<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 name="l00230"></a><span class="lineno"> 230</span>&#160;<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 name="l00231"></a><span class="lineno"> 231</span>&#160;<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 name="l00232"></a><span class="lineno"> 232</span>&#160;<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 name="l00233"></a><span class="lineno"> 233</span>&#160;<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 name="l00234"></a><span class="lineno"> 234</span>&#160;<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 name="l00235"></a><span class="lineno"> 235</span>&#160;<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 name="l00236"></a><span class="lineno"> 236</span>&#160;<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 name="l00237"></a><span class="lineno"> 237</span>&#160;<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 name="l00238"></a><span class="lineno"> 238</span>&#160;<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 name="l00239"></a><span class="lineno"> 239</span>&#160;<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 name="l00240"></a><span class="lineno"> 240</span>&#160;<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 name="l00241"></a><span class="lineno"> 241</span>&#160;<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 name="l00242"></a><span class="lineno"> 242</span>&#160;<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 name="l00243"></a><span class="lineno"> 243</span>&#160;<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 name="l00244"></a><span class="lineno"> 244</span>&#160;<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 name="l00245"></a><span class="lineno"> 245</span>&#160;<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 name="l00246"></a><span class="lineno"> 246</span>&#160;<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 name="l00247"></a><span class="lineno"> 247</span>&#160;<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 name="l00248"></a><span class="lineno"> 248</span>&#160;<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 name="l00249"></a><span class="lineno"> 249</span>&#160;<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 name="l00250"></a><span class="lineno"> 250</span>&#160;<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 name="l00251"></a><span class="lineno"> 251</span>&#160;<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 name="l00252"></a><span class="lineno"> 252</span>&#160;<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 name="l00253"></a><span class="lineno"> 253</span>&#160;<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 name="l00254"></a><span class="lineno"> 254</span>&#160;<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 name="l00255"></a><span class="lineno"> 255</span>&#160;<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 name="l00256"></a><span class="lineno"> 256</span>&#160;<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 name="l00257"></a><span class="lineno"> 257</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_VDD 0b00011101 </span><span class="comment">// 4 0 VDD</span></div>
<div class="line"><a name="l00258"></a><span class="lineno"> 258</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_GPIOX_GND 0b00011110 </span><span class="comment">// 4 0 GND</span></div>
<div class="line"><a name="l00259"></a><span class="lineno"> 259</span>&#160; </div>
<div class="line"><a name="l00260"></a><span class="lineno"> 260</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_IO_PORT_CONFIG</span></div>
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>&#160;<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 name="l00262"></a><span class="lineno"> 262</span>&#160;<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 name="l00263"></a><span class="lineno"> 263</span>&#160;<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 name="l00264"></a><span class="lineno"> 264</span>&#160;<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 name="l00265"></a><span class="lineno"> 265</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_IRQ_BY_SDO_ON 0b00001000 </span><span class="comment">// 3 3 enabled</span></div>
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>&#160;<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 name="l00267"></a><span class="lineno"> 267</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_GPIO1_DIGITAL_STATE_MASK 0b00000010 </span><span class="comment">// 1 1 GPIO1</span></div>
<div class="line"><a name="l00268"></a><span class="lineno"> 268</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_GPIO0_DIGITAL_STATE_MASK 0b00000001 </span><span class="comment">// 0 0 GPIO0</span></div>
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span>&#160; </div>
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_ADC_CONFIG</span></div>
<div class="line"><a name="l00271"></a><span class="lineno"> 271</span>&#160;<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 name="l00272"></a><span class="lineno"> 272</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_ADC_RUNNING 0b00000000 </span><span class="comment">// 7 7 measurement in progress</span></div>
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_ADC_DONE 0b10000000 </span><span class="comment">// 7 7 done</span></div>
<div class="line"><a name="l00274"></a><span class="lineno"> 274</span>&#160;<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 name="l00275"></a><span class="lineno"> 275</span>&#160;<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 name="l00276"></a><span class="lineno"> 276</span>&#160;<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 name="l00277"></a><span class="lineno"> 277</span>&#160;<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 name="l00278"></a><span class="lineno"> 278</span>&#160;<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 name="l00279"></a><span class="lineno"> 279</span>&#160;<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 name="l00280"></a><span class="lineno"> 280</span>&#160;<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 name="l00281"></a><span class="lineno"> 281</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_ADC_SOURCE_GND 0b01110000 </span><span class="comment">// 6 4 GND</span></div>
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span>&#160;<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 name="l00283"></a><span class="lineno"> 283</span>&#160;<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 name="l00284"></a><span class="lineno"> 284</span>&#160;<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 name="l00285"></a><span class="lineno"> 285</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_ADC_GAIN 0b00000000 </span><span class="comment">// 1 0 ADC amplifier gain</span></div>
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>&#160; </div>
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_ADC_SENSOR_AMP_OFFSET</span></div>
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_ADC_OFFSET 0b00000000 </span><span class="comment">// 3 0 ADC offset</span></div>
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span>&#160; </div>
<div class="line"><a name="l00290"></a><span class="lineno"> 290</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_TEMP_SENSOR_CONTROL</span></div>
<div class="line"><a name="l00291"></a><span class="lineno"> 291</span>&#160;<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 name="l00292"></a><span class="lineno"> 292</span>&#160;<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 name="l00293"></a><span class="lineno"> 293</span>&#160;<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 name="l00294"></a><span class="lineno"> 294</span>&#160;<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 name="l00295"></a><span class="lineno"> 295</span>&#160;<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 name="l00296"></a><span class="lineno"> 296</span>&#160;<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 name="l00297"></a><span class="lineno"> 297</span>&#160;<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 name="l00298"></a><span class="lineno"> 298</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_TEMP_SENSOR_TRIM_ON 0b00010000 </span><span class="comment">// 4 4 enabled</span></div>
<div class="line"><a name="l00299"></a><span class="lineno"> 299</span>&#160;<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 name="l00300"></a><span class="lineno"> 300</span>&#160; </div>
<div class="line"><a name="l00301"></a><span class="lineno"> 301</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_WAKEUP_TIMER_PERIOD_1</span></div>
<div class="line"><a name="l00302"></a><span class="lineno"> 302</span>&#160;<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 name="l00303"></a><span class="lineno"> 303</span>&#160; </div>
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_WAKEUP_TIMER_PERIOD_2 + RADIOLIB_SI443X_REG_WAKEUP_TIMER_PERIOD_3</span></div>
<div class="line"><a name="l00305"></a><span class="lineno"> 305</span>&#160;<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 name="l00306"></a><span class="lineno"> 306</span>&#160;<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 name="l00307"></a><span class="lineno"> 307</span>&#160; </div>
<div class="line"><a name="l00308"></a><span class="lineno"> 308</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_LOW_DC_MODE_DURATION</span></div>
<div class="line"><a name="l00309"></a><span class="lineno"> 309</span>&#160;<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 name="l00310"></a><span class="lineno"> 310</span>&#160; </div>
<div class="line"><a name="l00311"></a><span class="lineno"> 311</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_LOW_BATT_DET_THRESHOLD</span></div>
<div class="line"><a name="l00312"></a><span class="lineno"> 312</span>&#160;<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 name="l00313"></a><span class="lineno"> 313</span>&#160; </div>
<div class="line"><a name="l00314"></a><span class="lineno"> 314</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_IF_FILTER_BANDWIDTH</span></div>
<div class="line"><a name="l00315"></a><span class="lineno"> 315</span>&#160;<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 name="l00316"></a><span class="lineno"> 316</span>&#160;<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 name="l00317"></a><span class="lineno"> 317</span>&#160;<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 name="l00318"></a><span class="lineno"> 318</span>&#160;<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 name="l00319"></a><span class="lineno"> 319</span>&#160; </div>
<div class="line"><a name="l00320"></a><span class="lineno"> 320</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_AFC_LOOP_GEARSHIFT_OVERRIDE</span></div>
<div class="line"><a name="l00321"></a><span class="lineno"> 321</span>&#160;<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 name="l00322"></a><span class="lineno"> 322</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_AFC_WIDEBAND_ON 0b10000000 </span><span class="comment">// 7 7 enabled</span></div>
<div class="line"><a name="l00323"></a><span class="lineno"> 323</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_AFC_OFF 0b00000000 </span><span class="comment">// 6 6 AFC: disabled</span></div>
<div class="line"><a name="l00324"></a><span class="lineno"> 324</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_AFC_ON 0b01000000 </span><span class="comment">// 6 6 enabled (default)</span></div>
<div class="line"><a name="l00325"></a><span class="lineno"> 325</span>&#160;<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 name="l00326"></a><span class="lineno"> 326</span>&#160;<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 name="l00327"></a><span class="lineno"> 327</span>&#160;<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 name="l00328"></a><span class="lineno"> 328</span>&#160;<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 name="l00329"></a><span class="lineno"> 329</span>&#160;<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 name="l00330"></a><span class="lineno"> 330</span>&#160;<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 name="l00331"></a><span class="lineno"> 331</span>&#160;<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 name="l00332"></a><span class="lineno"> 332</span>&#160; </div>
<div class="line"><a name="l00333"></a><span class="lineno"> 333</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_AFC_TIMING_CONTROL</span></div>
<div class="line"><a name="l00334"></a><span class="lineno"> 334</span>&#160;<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 name="l00335"></a><span class="lineno"> 335</span>&#160;<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 name="l00336"></a><span class="lineno"> 336</span>&#160;<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 name="l00337"></a><span class="lineno"> 337</span>&#160; </div>
<div class="line"><a name="l00338"></a><span class="lineno"> 338</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_CLOCK_REC_GEARSHIFT_OVERRIDE</span></div>
<div class="line"><a name="l00339"></a><span class="lineno"> 339</span>&#160;<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 name="l00340"></a><span class="lineno"> 340</span>&#160;<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 name="l00341"></a><span class="lineno"> 341</span>&#160; </div>
<div class="line"><a name="l00342"></a><span class="lineno"> 342</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_CLOCK_REC_OVERSAMP_RATIO</span></div>
<div class="line"><a name="l00343"></a><span class="lineno"> 343</span>&#160;<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 name="l00344"></a><span class="lineno"> 344</span>&#160; </div>
<div class="line"><a name="l00345"></a><span class="lineno"> 345</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_CLOCK_REC_OFFSET_2</span></div>
<div class="line"><a name="l00346"></a><span class="lineno"> 346</span>&#160;<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 name="l00347"></a><span class="lineno"> 347</span>&#160;<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 name="l00348"></a><span class="lineno"> 348</span>&#160;<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 name="l00349"></a><span class="lineno"> 349</span>&#160; </div>
<div class="line"><a name="l00350"></a><span class="lineno"> 350</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_CLOCK_REC_OFFSET_1</span></div>
<div class="line"><a name="l00351"></a><span class="lineno"> 351</span>&#160;<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 name="l00352"></a><span class="lineno"> 352</span>&#160; </div>
<div class="line"><a name="l00353"></a><span class="lineno"> 353</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_CLOCK_REC_OFFSET_0</span></div>
<div class="line"><a name="l00354"></a><span class="lineno"> 354</span>&#160;<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 name="l00355"></a><span class="lineno"> 355</span>&#160; </div>
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_CLOCK_REC_TIMING_LOOP_GAIN_1</span></div>
<div class="line"><a name="l00357"></a><span class="lineno"> 357</span>&#160;<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 name="l00358"></a><span class="lineno"> 358</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_RX_COMPENSATION_ON 0b00010000 </span><span class="comment">// 4 4 enabled</span></div>
<div class="line"><a name="l00359"></a><span class="lineno"> 359</span>&#160;<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 name="l00360"></a><span class="lineno"> 360</span>&#160;<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 name="l00361"></a><span class="lineno"> 361</span>&#160;<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 name="l00362"></a><span class="lineno"> 362</span>&#160; </div>
<div class="line"><a name="l00363"></a><span class="lineno"> 363</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_CLOCK_REC_TIMING_LOOP_GAIN_0</span></div>
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span>&#160;<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 name="l00365"></a><span class="lineno"> 365</span>&#160; </div>
<div class="line"><a name="l00366"></a><span class="lineno"> 366</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_RSSI_CLEAR_CHANNEL_THRESHOLD</span></div>
<div class="line"><a name="l00367"></a><span class="lineno"> 367</span>&#160;<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 name="l00368"></a><span class="lineno"> 368</span>&#160; </div>
<div class="line"><a name="l00369"></a><span class="lineno"> 369</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_AFC_LIMITER</span></div>
<div class="line"><a name="l00370"></a><span class="lineno"> 370</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_AFC_LIMITER 0x00 </span><span class="comment">// 7 0 AFC limiter value</span></div>
<div class="line"><a name="l00371"></a><span class="lineno"> 371</span>&#160; </div>
<div class="line"><a name="l00372"></a><span class="lineno"> 372</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_OOK_COUNTER_1</span></div>
<div class="line"><a name="l00373"></a><span class="lineno"> 373</span>&#160;<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 name="l00374"></a><span class="lineno"> 374</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_OOK_FREEZE_ON 0b00100000 </span><span class="comment">// 5 5 enabled</span></div>
<div class="line"><a name="l00375"></a><span class="lineno"> 375</span>&#160;<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 name="l00376"></a><span class="lineno"> 376</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_PEAK_DETECTOR_ON 0b00010000 </span><span class="comment">// 4 4 enabled (default)</span></div>
<div class="line"><a name="l00377"></a><span class="lineno"> 377</span>&#160;<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 name="l00378"></a><span class="lineno"> 378</span>&#160;<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 name="l00379"></a><span class="lineno"> 379</span>&#160;<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 name="l00380"></a><span class="lineno"> 380</span>&#160; </div>
<div class="line"><a name="l00381"></a><span class="lineno"> 381</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_OOK_COUNTER_2</span></div>
<div class="line"><a name="l00382"></a><span class="lineno"> 382</span>&#160;<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 name="l00383"></a><span class="lineno"> 383</span>&#160; </div>
<div class="line"><a name="l00384"></a><span class="lineno"> 384</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_SLICER_PEAK_HOLD</span></div>
<div class="line"><a name="l00385"></a><span class="lineno"> 385</span>&#160;<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 name="l00386"></a><span class="lineno"> 386</span>&#160;<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 name="l00387"></a><span class="lineno"> 387</span>&#160; </div>
<div class="line"><a name="l00388"></a><span class="lineno"> 388</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_DATA_ACCESS_CONTROL</span></div>
<div class="line"><a name="l00389"></a><span class="lineno"> 389</span>&#160;<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 name="l00390"></a><span class="lineno"> 390</span>&#160;<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 name="l00391"></a><span class="lineno"> 391</span>&#160;<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 name="l00392"></a><span class="lineno"> 392</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_LSB_FIRST_ON 0b01000000 </span><span class="comment">// 6 6 enabled</span></div>
<div class="line"><a name="l00393"></a><span class="lineno"> 393</span>&#160;<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 name="l00394"></a><span class="lineno"> 394</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_CRC_DATA_ONLY_ON 0b00100000 </span><span class="comment">// 5 5 enabled</span></div>
<div class="line"><a name="l00395"></a><span class="lineno"> 395</span>&#160;<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 name="l00396"></a><span class="lineno"> 396</span>&#160;<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 name="l00397"></a><span class="lineno"> 397</span>&#160;<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 name="l00398"></a><span class="lineno"> 398</span>&#160;<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 name="l00399"></a><span class="lineno"> 399</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_CRC_OFF 0b00000000 </span><span class="comment">// 2 2 CRC: disabled</span></div>
<div class="line"><a name="l00400"></a><span class="lineno"> 400</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_CRC_ON 0b00000100 </span><span class="comment">// 2 2 enabled (default)</span></div>
<div class="line"><a name="l00401"></a><span class="lineno"> 401</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_CRC_CCITT 0b00000000 </span><span class="comment">// 1 0 CRC type: CCITT</span></div>
<div class="line"><a name="l00402"></a><span class="lineno"> 402</span>&#160;<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 name="l00403"></a><span class="lineno"> 403</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_CRC_IEC16 0b00000010 </span><span class="comment">// 1 0 IEC-16</span></div>
<div class="line"><a name="l00404"></a><span class="lineno"> 404</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_CRC_BIACHEVA 0b00000011 </span><span class="comment">// 1 0 Biacheva</span></div>
<div class="line"><a name="l00405"></a><span class="lineno"> 405</span>&#160; </div>
<div class="line"><a name="l00406"></a><span class="lineno"> 406</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_EZMAC_STATUS</span></div>
<div class="line"><a name="l00407"></a><span class="lineno"> 407</span>&#160;<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 name="l00408"></a><span class="lineno"> 408</span>&#160;<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 name="l00409"></a><span class="lineno"> 409</span>&#160;<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 name="l00410"></a><span class="lineno"> 410</span>&#160;<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 name="l00411"></a><span class="lineno"> 411</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_CRC_ERROR 0b00000100 </span><span class="comment">// 2 2 CRC check failed</span></div>
<div class="line"><a name="l00412"></a><span class="lineno"> 412</span>&#160;<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 name="l00413"></a><span class="lineno"> 413</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_PACKET_SENT 0b00000001 </span><span class="comment">// 0 0 packet sent</span></div>
<div class="line"><a name="l00414"></a><span class="lineno"> 414</span>&#160; </div>
<div class="line"><a name="l00415"></a><span class="lineno"> 415</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_HEADER_CONTROL_1</span></div>
<div class="line"><a name="l00416"></a><span class="lineno"> 416</span>&#160;<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 name="l00417"></a><span class="lineno"> 417</span>&#160;<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 name="l00418"></a><span class="lineno"> 418</span>&#160;<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 name="l00419"></a><span class="lineno"> 419</span>&#160;<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 name="l00420"></a><span class="lineno"> 420</span>&#160;<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 name="l00421"></a><span class="lineno"> 421</span>&#160;<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 name="l00422"></a><span class="lineno"> 422</span>&#160;<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 name="l00423"></a><span class="lineno"> 423</span>&#160;<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 name="l00424"></a><span class="lineno"> 424</span>&#160;<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 name="l00425"></a><span class="lineno"> 425</span>&#160;<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 name="l00426"></a><span class="lineno"> 426</span>&#160; </div>
<div class="line"><a name="l00427"></a><span class="lineno"> 427</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_HEADER_CONTROL_2</span></div>
<div class="line"><a name="l00428"></a><span class="lineno"> 428</span>&#160;<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 name="l00429"></a><span class="lineno"> 429</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_SYNC_WORD_TIMEOUT_ON 0b10000000 </span><span class="comment">// 7 7 enabled</span></div>
<div class="line"><a name="l00430"></a><span class="lineno"> 430</span>&#160;<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 name="l00431"></a><span class="lineno"> 431</span>&#160;<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 name="l00432"></a><span class="lineno"> 432</span>&#160;<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 name="l00433"></a><span class="lineno"> 433</span>&#160;<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 name="l00434"></a><span class="lineno"> 434</span>&#160;<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 name="l00435"></a><span class="lineno"> 435</span>&#160;<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 name="l00436"></a><span class="lineno"> 436</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_FIXED_PACKET_LENGTH_ON 0b00001000 </span><span class="comment">// 3 3 enabled</span></div>
<div class="line"><a name="l00437"></a><span class="lineno"> 437</span>&#160;<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 name="l00438"></a><span class="lineno"> 438</span>&#160;<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 name="l00439"></a><span class="lineno"> 439</span>&#160;<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 name="l00440"></a><span class="lineno"> 440</span>&#160;<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 name="l00441"></a><span class="lineno"> 441</span>&#160;<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 name="l00442"></a><span class="lineno"> 442</span>&#160; </div>
<div class="line"><a name="l00443"></a><span class="lineno"> 443</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_PREAMBLE_LENGTH</span></div>
<div class="line"><a name="l00444"></a><span class="lineno"> 444</span>&#160;<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 name="l00445"></a><span class="lineno"> 445</span>&#160; </div>
<div class="line"><a name="l00446"></a><span class="lineno"> 446</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_PREAMBLE_DET_CONTROL</span></div>
<div class="line"><a name="l00447"></a><span class="lineno"> 447</span>&#160;<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 name="l00448"></a><span class="lineno"> 448</span>&#160;<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 name="l00449"></a><span class="lineno"> 449</span>&#160; </div>
<div class="line"><a name="l00450"></a><span class="lineno"> 450</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_SYNC_WORD_3 - RADIOLIB_SI443X_REG_SYNC_WORD_0</span></div>
<div class="line"><a name="l00451"></a><span class="lineno"> 451</span>&#160;<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 name="l00452"></a><span class="lineno"> 452</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_SYNC_WORD_2 0xD4 </span><span class="comment">// 7 0 3rd byte</span></div>
<div class="line"><a name="l00453"></a><span class="lineno"> 453</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_SYNC_WORD_1 0x00 </span><span class="comment">// 7 0 2nd byte</span></div>
<div class="line"><a name="l00454"></a><span class="lineno"> 454</span>&#160;<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 name="l00455"></a><span class="lineno"> 455</span>&#160; </div>
<div class="line"><a name="l00456"></a><span class="lineno"> 456</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_CHANNEL_FILTER_COEFF</span></div>
<div class="line"><a name="l00457"></a><span class="lineno"> 457</span>&#160;<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 name="l00458"></a><span class="lineno"> 458</span>&#160; </div>
<div class="line"><a name="l00459"></a><span class="lineno"> 459</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_XOSC_CONTROL_TEST</span></div>
<div class="line"><a name="l00460"></a><span class="lineno"> 460</span>&#160;<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 name="l00461"></a><span class="lineno"> 461</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_STATE_READY 0b00100000 </span><span class="comment">// 7 5 ready</span></div>
<div class="line"><a name="l00462"></a><span class="lineno"> 462</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_STATE_TUNE 0b01100000 </span><span class="comment">// 7 5 tune</span></div>
<div class="line"><a name="l00463"></a><span class="lineno"> 463</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_STATE_TX 0b01000000 </span><span class="comment">// 7 5 Tx</span></div>
<div class="line"><a name="l00464"></a><span class="lineno"> 464</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_STATE_RX 0b11100000 </span><span class="comment">// 7 5 Rx</span></div>
<div class="line"><a name="l00465"></a><span class="lineno"> 465</span>&#160; </div>
<div class="line"><a name="l00466"></a><span class="lineno"> 466</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_AGC_OVERRIDE_1</span></div>
<div class="line"><a name="l00467"></a><span class="lineno"> 467</span>&#160;<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 name="l00468"></a><span class="lineno"> 468</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_AGC_GAIN_INCREASE_ON 0b01000000 </span><span class="comment">// 6 6 enabled</span></div>
<div class="line"><a name="l00469"></a><span class="lineno"> 469</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_AGC_OFF 0b00000000 </span><span class="comment">// 5 5 AGC loop: disabled</span></div>
<div class="line"><a name="l00470"></a><span class="lineno"> 470</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_AGC_ON 0b00100000 </span><span class="comment">// 5 5 enabled (default)</span></div>
<div class="line"><a name="l00471"></a><span class="lineno"> 471</span>&#160;<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 name="l00472"></a><span class="lineno"> 472</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_LNA_GAIN_MAX 0b00010000 </span><span class="comment">// 4 4 25 dB</span></div>
<div class="line"><a name="l00473"></a><span class="lineno"> 473</span>&#160;<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 name="l00474"></a><span class="lineno"> 474</span>&#160; </div>
<div class="line"><a name="l00475"></a><span class="lineno"> 475</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_TX_POWER</span></div>
<div class="line"><a name="l00476"></a><span class="lineno"> 476</span>&#160;<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 name="l00477"></a><span class="lineno"> 477</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_LNA_SWITCH_ON 0b00001000 </span><span class="comment">// 3 3 enabled (default)</span></div>
<div class="line"><a name="l00478"></a><span class="lineno"> 478</span>&#160;<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 name="l00479"></a><span class="lineno"> 479</span>&#160; </div>
<div class="line"><a name="l00480"></a><span class="lineno"> 480</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_TX_DATA_RATE_1 + RADIOLIB_SI443X_REG_TX_DATA_RATE_0</span></div>
<div class="line"><a name="l00481"></a><span class="lineno"> 481</span>&#160;<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 name="l00482"></a><span class="lineno"> 482</span>&#160;<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 name="l00483"></a><span class="lineno"> 483</span>&#160; </div>
<div class="line"><a name="l00484"></a><span class="lineno"> 484</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_MODULATION_MODE_CONTROL_1</span></div>
<div class="line"><a name="l00485"></a><span class="lineno"> 485</span>&#160;<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 name="l00486"></a><span class="lineno"> 486</span>&#160;<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 name="l00487"></a><span class="lineno"> 487</span>&#160;<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 name="l00488"></a><span class="lineno"> 488</span>&#160;<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 name="l00489"></a><span class="lineno"> 489</span>&#160;<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 name="l00490"></a><span class="lineno"> 490</span>&#160;<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 name="l00491"></a><span class="lineno"> 491</span>&#160;<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 name="l00492"></a><span class="lineno"> 492</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_MANCHESTER_INVERTED_ON 0b00000100 </span><span class="comment">// 2 2 enabled (default)</span></div>
<div class="line"><a name="l00493"></a><span class="lineno"> 493</span>&#160;<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 name="l00494"></a><span class="lineno"> 494</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_MANCHESTER_ON 0b00000010 </span><span class="comment">// 1 1 enabled</span></div>
<div class="line"><a name="l00495"></a><span class="lineno"> 495</span>&#160;<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 name="l00496"></a><span class="lineno"> 496</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_WHITENING_ON 0b00000001 </span><span class="comment">// 0 0 enabled</span></div>
<div class="line"><a name="l00497"></a><span class="lineno"> 497</span>&#160; </div>
<div class="line"><a name="l00498"></a><span class="lineno"> 498</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_MODULATION_MODE_CONTROL_2</span></div>
<div class="line"><a name="l00499"></a><span class="lineno"> 499</span>&#160;<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 name="l00500"></a><span class="lineno"> 500</span>&#160;<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 name="l00501"></a><span class="lineno"> 501</span>&#160;<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 name="l00502"></a><span class="lineno"> 502</span>&#160;<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 name="l00503"></a><span class="lineno"> 503</span>&#160;<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 name="l00504"></a><span class="lineno"> 504</span>&#160;<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 name="l00505"></a><span class="lineno"> 505</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_TX_DATA_SOURCE_FIFO 0b00100000 </span><span class="comment">// 5 4 FIFO</span></div>
<div class="line"><a name="l00506"></a><span class="lineno"> 506</span>&#160;<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 name="l00507"></a><span class="lineno"> 507</span>&#160;<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 name="l00508"></a><span class="lineno"> 508</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_TX_RX_INVERTED_ON 0b00001000 </span><span class="comment">// 3 3 enabled</span></div>
<div class="line"><a name="l00509"></a><span class="lineno"> 509</span>&#160;<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 name="l00510"></a><span class="lineno"> 510</span>&#160;<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 name="l00511"></a><span class="lineno"> 511</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_MODULATION_OOK 0b00000001 </span><span class="comment">// 1 0 OOK</span></div>
<div class="line"><a name="l00512"></a><span class="lineno"> 512</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_MODULATION_FSK 0b00000010 </span><span class="comment">// 1 0 FSK</span></div>
<div class="line"><a name="l00513"></a><span class="lineno"> 513</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_MODULATION_GFSK 0b00000011 </span><span class="comment">// 1 0 GFSK</span></div>
<div class="line"><a name="l00514"></a><span class="lineno"> 514</span>&#160; </div>
<div class="line"><a name="l00515"></a><span class="lineno"> 515</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_FREQUENCY_DEVIATION</span></div>
<div class="line"><a name="l00516"></a><span class="lineno"> 516</span>&#160;<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 name="l00517"></a><span class="lineno"> 517</span>&#160; </div>
<div class="line"><a name="l00518"></a><span class="lineno"> 518</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_FREQUENCY_OFFSET_1 + RADIOLIB_SI443X_REG_FREQUENCY_OFFSET_2</span></div>
<div class="line"><a name="l00519"></a><span class="lineno"> 519</span>&#160;<span class="preprocessor">#define RADIOLIB_SI443X_FREQUENCY_OFFSET_MSB 0x00 </span><span class="comment">// 7 0 frequency offset:</span></div>
<div class="line"><a name="l00520"></a><span class="lineno"> 520</span>&#160;<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 name="l00521"></a><span class="lineno"> 521</span>&#160; </div>
<div class="line"><a name="l00522"></a><span class="lineno"> 522</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_FREQUENCY_BAND_SELECT</span></div>
<div class="line"><a name="l00523"></a><span class="lineno"> 523</span>&#160;<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 name="l00524"></a><span class="lineno"> 524</span>&#160;<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 name="l00525"></a><span class="lineno"> 525</span>&#160;<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 name="l00526"></a><span class="lineno"> 526</span>&#160;<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 name="l00527"></a><span class="lineno"> 527</span>&#160;<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 name="l00528"></a><span class="lineno"> 528</span>&#160; </div>
<div class="line"><a name="l00529"></a><span class="lineno"> 529</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_NOM_CARRIER_FREQUENCY_1 + RADIOLIB_SI443X_REG_NOM_CARRIER_FREQUENCY_0</span></div>
<div class="line"><a name="l00530"></a><span class="lineno"> 530</span>&#160;<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 name="l00531"></a><span class="lineno"> 531</span>&#160;<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 name="l00532"></a><span class="lineno"> 532</span>&#160; </div>
<div class="line"><a name="l00533"></a><span class="lineno"> 533</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_FREQUENCY_HOPPING_CHANNEL_SEL</span></div>
<div class="line"><a name="l00534"></a><span class="lineno"> 534</span>&#160;<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 name="l00535"></a><span class="lineno"> 535</span>&#160; </div>
<div class="line"><a name="l00536"></a><span class="lineno"> 536</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_FREQUENCY_HOPPING_STEP_SIZE</span></div>
<div class="line"><a name="l00537"></a><span class="lineno"> 537</span>&#160;<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 name="l00538"></a><span class="lineno"> 538</span>&#160; </div>
<div class="line"><a name="l00539"></a><span class="lineno"> 539</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_TX_FIFO_CONTROL_1</span></div>
<div class="line"><a name="l00540"></a><span class="lineno"> 540</span>&#160;<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 name="l00541"></a><span class="lineno"> 541</span>&#160; </div>
<div class="line"><a name="l00542"></a><span class="lineno"> 542</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_TX_FIFO_CONTROL_2</span></div>
<div class="line"><a name="l00543"></a><span class="lineno"> 543</span>&#160;<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 name="l00544"></a><span class="lineno"> 544</span>&#160; </div>
<div class="line"><a name="l00545"></a><span class="lineno"> 545</span>&#160;<span class="comment">// RADIOLIB_SI443X_REG_RX_FIFO_CONTROL</span></div>
<div class="line"><a name="l00546"></a><span class="lineno"> 546</span>&#160;<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 name="l00547"></a><span class="lineno"> 547</span>&#160; </div>
<div class="line"><a name="l00553"></a><span class="lineno"><a class="line" href="class_si443x.html"> 553</a></span>&#160;<span class="keyword">class </span><a class="code" href="class_si443x.html">Si443x</a>: <span class="keyword">public</span> <a class="code" href="class_physical_layer.html">PhysicalLayer</a> {</div>
<div class="line"><a name="l00554"></a><span class="lineno"> 554</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00555"></a><span class="lineno"> 555</span>&#160; <span class="comment">// introduce PhysicalLayer overloads</span></div>
<div class="line"><a name="l00556"></a><span class="lineno"> 556</span>&#160; <span class="keyword">using</span> <a class="code" href="class_physical_layer.html#a492b2d057dd803c3884fa1adc8e22534">PhysicalLayer::transmit</a>;</div>
<div class="line"><a name="l00557"></a><span class="lineno"> 557</span>&#160; <span class="keyword">using</span> <a class="code" href="class_physical_layer.html#ab82617fa3fa9f21d4cd427314ecc4af8">PhysicalLayer::receive</a>;</div>
<div class="line"><a name="l00558"></a><span class="lineno"> 558</span>&#160; <span class="keyword">using</span> <a class="code" href="class_physical_layer.html#a923654706eff5118ef6e84214e837f27">PhysicalLayer::startTransmit</a>;</div>
<div class="line"><a name="l00559"></a><span class="lineno"> 559</span>&#160; <span class="keyword">using</span> <a class="code" href="class_physical_layer.html#a3563453988a83d22dd07d4691543a300">PhysicalLayer::readData</a>;</div>
<div class="line"><a name="l00560"></a><span class="lineno"> 560</span>&#160; </div>
<div class="line"><a name="l00561"></a><span class="lineno"> 561</span>&#160; <span class="comment">// constructor</span></div>
<div class="line"><a name="l00562"></a><span class="lineno"> 562</span>&#160; </div>
<div class="line"><a name="l00567"></a><span class="lineno"> 567</span>&#160; <a class="code" href="class_si443x.html#ae7cfff2efebfa01c8a50a5cbbe8775b9">Si443x</a>(<a class="code" href="class_module.html">Module</a>* mod);</div>
<div class="line"><a name="l00568"></a><span class="lineno"> 568</span>&#160; </div>
<div class="line"><a name="l00569"></a><span class="lineno"> 569</span>&#160; <span class="comment">// basic methods</span></div>
<div class="line"><a name="l00570"></a><span class="lineno"> 570</span>&#160; </div>
<div class="line"><a name="l00579"></a><span class="lineno"> 579</span>&#160; int16_t <a class="code" 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 name="l00580"></a><span class="lineno"> 580</span>&#160; </div>
<div class="line"><a name="l00584"></a><span class="lineno"> 584</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_si443x.html#ae782ee06e2c463c24f22f5d4c3dd8d97">reset</a>();</div>
<div class="line"><a name="l00585"></a><span class="lineno"> 585</span>&#160; </div>
<div class="line"><a name="l00594"></a><span class="lineno"> 594</span>&#160; int16_t <a class="code" href="class_si443x.html#a492b2d057dd803c3884fa1adc8e22534">transmit</a>(uint8_t* data, <span class="keywordtype">size_t</span> len, uint8_t addr = 0) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00595"></a><span class="lineno"> 595</span>&#160; </div>
<div class="line"><a name="l00603"></a><span class="lineno"> 603</span>&#160; int16_t <a class="code" href="class_si443x.html#ab82617fa3fa9f21d4cd427314ecc4af8">receive</a>(uint8_t* data, <span class="keywordtype">size_t</span> len) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00604"></a><span class="lineno"> 604</span>&#160; </div>
<div class="line"><a name="l00610"></a><span class="lineno"> 610</span>&#160; int16_t <a class="code" href="class_si443x.html#ada90718aeb67d7f0e9899da534de9695">sleep</a>();</div>
<div class="line"><a name="l00611"></a><span class="lineno"> 611</span>&#160; </div>
<div class="line"><a name="l00616"></a><span class="lineno"> 616</span>&#160; int16_t <a class="code" href="class_si443x.html#ac45d2776df3ff338db154ead143fb7b8">standby</a>() <span class="keyword">override</span>;</div>
<div class="line"><a name="l00617"></a><span class="lineno"> 617</span>&#160; </div>
<div class="line"><a name="l00623"></a><span class="lineno"> 623</span>&#160; int16_t <a class="code" href="class_si443x.html#ac45d2776df3ff338db154ead143fb7b8">standby</a>(uint8_t mode) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00624"></a><span class="lineno"> 624</span>&#160; </div>
<div class="line"><a name="l00630"></a><span class="lineno"> 630</span>&#160; int16_t <a class="code" href="class_si443x.html#a5a86a2032c4b876c1c8e4a7cf4730c99">transmitDirect</a>(uint32_t frf = 0) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00631"></a><span class="lineno"> 631</span>&#160; </div>
<div class="line"><a name="l00636"></a><span class="lineno"> 636</span>&#160; int16_t <a class="code" href="class_si443x.html#a178b471527813a608c04db7d3c9648d6">receiveDirect</a>() <span class="keyword">override</span>;</div>
<div class="line"><a name="l00637"></a><span class="lineno"> 637</span>&#160; </div>
<div class="line"><a name="l00642"></a><span class="lineno"> 642</span>&#160; int16_t <a class="code" href="class_si443x.html#a616eb24c4b11c5d39caaade160be8092">packetMode</a>();</div>
<div class="line"><a name="l00643"></a><span class="lineno"> 643</span>&#160; </div>
<div class="line"><a name="l00644"></a><span class="lineno"> 644</span>&#160; <span class="comment">// interrupt methods</span></div>
<div class="line"><a name="l00645"></a><span class="lineno"> 645</span>&#160; </div>
<div class="line"><a name="l00650"></a><span class="lineno"> 650</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_si443x.html#a801b51059e61f93d4e01ae6ba8eb0726">setIrqAction</a>(<span class="keywordtype">void</span> (*func)(<span class="keywordtype">void</span>));</div>
<div class="line"><a name="l00651"></a><span class="lineno"> 651</span>&#160; </div>
<div class="line"><a name="l00655"></a><span class="lineno"> 655</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_si443x.html#a8d019f58551346c3f3bd8b72d2486109">clearIrqAction</a>();</div>
<div class="line"><a name="l00656"></a><span class="lineno"> 656</span>&#160; </div>
<div class="line"><a name="l00661"></a><span class="lineno"> 661</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_si443x.html#a2badfa5db1ae5b9ec26ad7a8b3cab167">setPacketReceivedAction</a>(<span class="keywordtype">void</span> (*func)(<span class="keywordtype">void</span>));</div>
<div class="line"><a name="l00662"></a><span class="lineno"> 662</span>&#160; </div>
<div class="line"><a name="l00666"></a><span class="lineno"> 666</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_si443x.html#a63a8bb675e7a0b54c493caa30adeb37e">clearPacketReceivedAction</a>();</div>
<div class="line"><a name="l00667"></a><span class="lineno"> 667</span>&#160; </div>
<div class="line"><a name="l00672"></a><span class="lineno"> 672</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_si443x.html#aa55274bb345f178328ea2a674621fc84">setPacketSentAction</a>(<span class="keywordtype">void</span> (*func)(<span class="keywordtype">void</span>));</div>
<div class="line"><a name="l00673"></a><span class="lineno"> 673</span>&#160; </div>
<div class="line"><a name="l00677"></a><span class="lineno"> 677</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_si443x.html#a1835741ed147e575f9c03cf14c3b765e">clearPacketSentAction</a>();</div>
<div class="line"><a name="l00678"></a><span class="lineno"> 678</span>&#160; </div>
<div class="line"><a name="l00686"></a><span class="lineno"> 686</span>&#160; int16_t <a class="code" href="class_si443x.html#a923654706eff5118ef6e84214e837f27">startTransmit</a>(uint8_t* data, <span class="keywordtype">size_t</span> len, uint8_t addr = 0) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00687"></a><span class="lineno"> 687</span>&#160; </div>
<div class="line"><a name="l00692"></a><span class="lineno"> 692</span>&#160; int16_t <a class="code" href="class_si443x.html#a6792f13441a1bbb3340d2ba3d9abbec3">finishTransmit</a>() <span class="keyword">override</span>;</div>
<div class="line"><a name="l00693"></a><span class="lineno"> 693</span>&#160; </div>
<div class="line"><a name="l00698"></a><span class="lineno"> 698</span>&#160; int16_t <a class="code" href="class_si443x.html#a10f886fc534a85bbf8c1aeb9b5ffe4f2">startReceive</a>();</div>
<div class="line"><a name="l00699"></a><span class="lineno"> 699</span>&#160; </div>
<div class="line"><a name="l00708"></a><span class="lineno"> 708</span>&#160; int16_t <a class="code" href="class_si443x.html#a10f886fc534a85bbf8c1aeb9b5ffe4f2">startReceive</a>(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, <span class="keywordtype">size_t</span> len);</div>
<div class="line"><a name="l00709"></a><span class="lineno"> 709</span>&#160; </div>
<div class="line"><a name="l00718"></a><span class="lineno"> 718</span>&#160; int16_t <a class="code" href="class_si443x.html#a3563453988a83d22dd07d4691543a300">readData</a>(uint8_t* data, <span class="keywordtype">size_t</span> len) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00719"></a><span class="lineno"> 719</span>&#160; </div>
<div class="line"><a name="l00720"></a><span class="lineno"> 720</span>&#160; <span class="comment">// configuration methods</span></div>
<div class="line"><a name="l00721"></a><span class="lineno"> 721</span>&#160; </div>
<div class="line"><a name="l00727"></a><span class="lineno"> 727</span>&#160; int16_t <a class="code" href="class_si443x.html#ad43575e731dd7e66d5ad9e6dccd27170">setBitRate</a>(<span class="keywordtype">float</span> br);</div>
<div class="line"><a name="l00728"></a><span class="lineno"> 728</span>&#160; </div>
<div class="line"><a name="l00734"></a><span class="lineno"> 734</span>&#160; int16_t <a class="code" href="class_si443x.html#a7c4e6caa95e5622f6f515ba0339a1c66">setFrequencyDeviation</a>(<span class="keywordtype">float</span> freqDev) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00735"></a><span class="lineno"> 735</span>&#160; </div>
<div class="line"><a name="l00741"></a><span class="lineno"> 741</span>&#160; int16_t <a class="code" href="class_si443x.html#a51e6b7c677e82042224798114f311175">setRxBandwidth</a>(<span class="keywordtype">float</span> rxBw);</div>
<div class="line"><a name="l00742"></a><span class="lineno"> 742</span>&#160; </div>
<div class="line"><a name="l00748"></a><span class="lineno"> 748</span>&#160; int16_t <a class="code" href="class_si443x.html#a4ed0da298c2418db4a88a19ef8938e0a">setSyncWord</a>(uint8_t* syncWord, <span class="keywordtype">size_t</span> len);</div>
<div class="line"><a name="l00749"></a><span class="lineno"> 749</span>&#160; </div>
<div class="line"><a name="l00755"></a><span class="lineno"> 755</span>&#160; int16_t <a class="code" href="class_si443x.html#a4821a6141caf16141074615c976ecd91">setPreambleLength</a>(uint8_t preambleLen);</div>
<div class="line"><a name="l00756"></a><span class="lineno"> 756</span>&#160; </div>
<div class="line"><a name="l00762"></a><span class="lineno"> 762</span>&#160; <span class="keywordtype">size_t</span> <a class="code" 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 name="l00763"></a><span class="lineno"> 763</span>&#160; </div>
<div class="line"><a name="l00770"></a><span class="lineno"> 770</span>&#160; int16_t <a class="code" href="class_si443x.html#a1382fc3b68f447e381613e6670747128">setEncoding</a>(uint8_t encoding) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00771"></a><span class="lineno"> 771</span>&#160; </div>
<div class="line"><a name="l00778"></a><span class="lineno"> 778</span>&#160; int16_t <a class="code" href="class_si443x.html#ade08c79074c7e4414d34eefa25cee168">setDataShaping</a>(uint8_t sh) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00779"></a><span class="lineno"> 779</span>&#160; </div>
<div class="line"><a name="l00781"></a><span class="lineno"> 781</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_si443x.html#a43e7ceeff9114b35ab89f1d69916b375">setRfSwitchPins</a>(uint32_t rxEn, uint32_t txEn);</div>
<div class="line"><a name="l00782"></a><span class="lineno"> 782</span>&#160; </div>
<div class="line"><a name="l00784"></a><span class="lineno"> 784</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_si443x.html#a8898f11cf9dabd9a5ad717376fdbffa6">setRfSwitchTable</a>(<span class="keyword">const</span> uint32_t (&amp;pins)[<a class="code" href="class_module.html#a0c11551e12579bbabf57b19e12555b3c">Module::RFSWITCH_MAX_PINS</a>], <span class="keyword">const</span> <a class="code" href="struct_module_1_1_rf_switch_mode__t.html">Module::RfSwitchMode_t</a> table[]);</div>
<div class="line"><a name="l00785"></a><span class="lineno"> 785</span>&#160; </div>
<div class="line"><a name="l00790"></a><span class="lineno"> 790</span>&#160; uint8_t <a class="code" href="class_si443x.html#a74848176d435227e601c86ff37b0edbe">randomByte</a>();</div>
<div class="line"><a name="l00791"></a><span class="lineno"> 791</span>&#160; </div>
<div class="line"><a name="l00796"></a><span class="lineno"> 796</span>&#160; int16_t <a class="code" href="class_si443x.html#a55252bda74e8c67636a8c1fa0e9f58d3">getChipVersion</a>();</div>
<div class="line"><a name="l00797"></a><span class="lineno"> 797</span>&#160; </div>
<div class="line"><a name="l00798"></a><span class="lineno"> 798</span>&#160;<span class="preprocessor"> #if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE</span></div>
<div class="line"><a name="l00803"></a><span class="lineno"> 803</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_si443x.html#a55fae20e81755c8b014d080741d61913">setDirectAction</a>(<span class="keywordtype">void</span> (*func)(<span class="keywordtype">void</span>));</div>
<div class="line"><a name="l00804"></a><span class="lineno"> 804</span>&#160; </div>
<div class="line"><a name="l00809"></a><span class="lineno"> 809</span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_si443x.html#af23d8eb0f1c436e6cc60361df13c08f7">readBit</a>(uint32_t pin);</div>
<div class="line"><a name="l00810"></a><span class="lineno"> 810</span>&#160;<span class="preprocessor"> #endif</span></div>
<div class="line"><a name="l00811"></a><span class="lineno"> 811</span>&#160; </div>
<div class="line"><a name="l00817"></a><span class="lineno"> 817</span>&#160; int16_t <a class="code" href="class_si443x.html#ad2b3a961a99d9e8f3a7ead6e8b69e858">fixedPacketLengthMode</a>(uint8_t len = RADIOLIB_SI443X_MAX_PACKET_LENGTH);</div>
<div class="line"><a name="l00818"></a><span class="lineno"> 818</span>&#160; </div>
<div class="line"><a name="l00824"></a><span class="lineno"> 824</span>&#160; int16_t <a class="code" href="class_si443x.html#abcca8ab4a1229efb5e7c6b09e564a48a">variablePacketLengthMode</a>(uint8_t maxLen = RADIOLIB_SI443X_MAX_PACKET_LENGTH);</div>
<div class="line"><a name="l00825"></a><span class="lineno"> 825</span>&#160; </div>
<div class="line"><a name="l00826"></a><span class="lineno"> 826</span>&#160;<span class="preprocessor">#if !RADIOLIB_GODMODE &amp;&amp; !RADIOLIB_LOW_LEVEL</span></div>
<div class="line"><a name="l00827"></a><span class="lineno"> 827</span>&#160; <span class="keyword">protected</span>:</div>
<div class="line"><a name="l00828"></a><span class="lineno"> 828</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00829"></a><span class="lineno"> 829</span>&#160; <a class="code" href="class_module.html">Module</a>* getMod();</div>
<div class="line"><a name="l00830"></a><span class="lineno"> 830</span>&#160; </div>
<div class="line"><a name="l00831"></a><span class="lineno"> 831</span>&#160;<span class="preprocessor">#if !RADIOLIB_GODMODE</span></div>
<div class="line"><a name="l00832"></a><span class="lineno"> 832</span>&#160; <span class="keyword">protected</span>:</div>
<div class="line"><a name="l00833"></a><span class="lineno"> 833</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00834"></a><span class="lineno"> 834</span>&#160; int16_t setFrequencyRaw(<span class="keywordtype">float</span> newFreq);</div>
<div class="line"><a name="l00835"></a><span class="lineno"> 835</span>&#160; </div>
<div class="line"><a name="l00836"></a><span class="lineno"> 836</span>&#160;<span class="preprocessor">#if !RADIOLIB_GODMODE</span></div>
<div class="line"><a name="l00837"></a><span class="lineno"> 837</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00838"></a><span class="lineno"> 838</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00839"></a><span class="lineno"> 839</span>&#160; <a class="code" href="class_module.html">Module</a>* mod;</div>
<div class="line"><a name="l00840"></a><span class="lineno"> 840</span>&#160; </div>
<div class="line"><a name="l00841"></a><span class="lineno"> 841</span>&#160; <span class="keywordtype">float</span> bitRate = 0;</div>
<div class="line"><a name="l00842"></a><span class="lineno"> 842</span>&#160; <span class="keywordtype">float</span> frequencyDev = 0;</div>
<div class="line"><a name="l00843"></a><span class="lineno"> 843</span>&#160; <span class="keywordtype">float</span> frequency = 0;</div>
<div class="line"><a name="l00844"></a><span class="lineno"> 844</span>&#160; </div>
<div class="line"><a name="l00845"></a><span class="lineno"> 845</span>&#160; <span class="keywordtype">size_t</span> packetLength = 0;</div>
<div class="line"><a name="l00846"></a><span class="lineno"> 846</span>&#160; <span class="keywordtype">bool</span> packetLengthQueried = <span class="keyword">false</span>;</div>
<div class="line"><a name="l00847"></a><span class="lineno"> 847</span>&#160; uint8_t packetLengthConfig = RADIOLIB_SI443X_FIXED_PACKET_LENGTH_ON;</div>
<div class="line"><a name="l00848"></a><span class="lineno"> 848</span>&#160; </div>
<div class="line"><a name="l00849"></a><span class="lineno"> 849</span>&#160; <span class="keywordtype">bool</span> findChip();</div>
<div class="line"><a name="l00850"></a><span class="lineno"> 850</span>&#160; <span class="keywordtype">void</span> clearIRQFlags();</div>
<div class="line"><a name="l00851"></a><span class="lineno"> 851</span>&#160; <span class="keywordtype">void</span> clearFIFO(<span class="keywordtype">size_t</span> count);</div>
<div class="line"><a name="l00852"></a><span class="lineno"> 852</span>&#160; int16_t config();</div>
<div class="line"><a name="l00853"></a><span class="lineno"> 853</span>&#160; int16_t updateClockRecovery();</div>
<div class="line"><a name="l00854"></a><span class="lineno"> 854</span>&#160; int16_t directMode();</div>
<div class="line"><a name="l00855"></a><span class="lineno"> 855</span>&#160; int16_t setPacketMode(uint8_t mode, uint8_t len);</div>
<div class="line"><a name="l00856"></a><span class="lineno"> 856</span>&#160;};</div>
<div class="line"><a name="l00857"></a><span class="lineno"> 857</span>&#160; </div>
<div class="line"><a name="l00858"></a><span class="lineno"> 858</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00859"></a><span class="lineno"> 859</span>&#160; </div>
<div class="line"><a name="l00860"></a><span class="lineno"> 860</span>&#160;<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:68</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:77</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:54</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:209</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:52</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:149</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:112</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_a10f886fc534a85bbf8c1aeb9b5ffe4f2"><div class="ttname"><a href="class_si443x.html#a10f886fc534a85bbf8c1aeb9b5ffe4f2">Si443x::startReceive</a></div><div class="ttdeci">int16_t startReceive()</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:278</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:552</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:185</div></div>
<div class="ttc" id="aclass_si443x_html_a1835741ed147e575f9c03cf14c3b765e"><div class="ttname"><a href="class_si443x.html#a1835741ed147e575f9c03cf14c3b765e">Si443x::clearPacketSentAction</a></div><div class="ttdeci">void clearPacketSentAction()</div><div class="ttdoc">Clears interrupt service routine to call when a packet is sent.</div><div class="ttdef"><b>Definition:</b> Si443x.cpp:225</div></div>
<div class="ttc" id="aclass_si443x_html_a2badfa5db1ae5b9ec26ad7a8b3cab167"><div class="ttname"><a href="class_si443x.html#a2badfa5db1ae5b9ec26ad7a8b3cab167">Si443x::setPacketReceivedAction</a></div><div class="ttdeci">void setPacketReceivedAction(void(*func)(void))</div><div class="ttdoc">Sets interrupt service routine to call when a packet is received.</div><div class="ttdef"><b>Definition:</b> Si443x.cpp:213</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:539</div></div>
<div class="ttc" id="aclass_si443x_html_a3563453988a83d22dd07d4691543a300"><div class="ttname"><a href="class_si443x.html#a3563453988a83d22dd07d4691543a300">Si443x::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:209</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:591</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:9</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:523</div></div>
<div class="ttc" id="aclass_si443x_html_a492b2d057dd803c3884fa1adc8e22534"><div class="ttname"><a href="class_si443x.html#a492b2d057dd803c3884fa1adc8e22534">Si443x::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:52</div></div>
<div class="ttc" id="aclass_si443x_html_a4ed0da298c2418db4a88a19ef8938e0a"><div class="ttname"><a href="class_si443x.html#a4ed0da298c2418db4a88a19ef8938e0a">Si443x::setSyncWord</a></div><div class="ttdeci">int16_t setSyncWord(uint8_t *syncWord, size_t len)</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:506</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:399</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:618</div></div>
<div class="ttc" id="aclass_si443x_html_a55fae20e81755c8b014d080741d61913"><div class="ttname"><a href="class_si443x.html#a55fae20e81755c8b014d080741d61913">Si443x::setDirectAction</a></div><div class="ttdeci">void setDirectAction(void(*func)(void))</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:623</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:143</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:198</div></div>
<div class="ttc" id="aclass_si443x_html_a63a8bb675e7a0b54c493caa30adeb37e"><div class="ttname"><a href="class_si443x.html#a63a8bb675e7a0b54c493caa30adeb37e">Si443x::clearPacketReceivedAction</a></div><div class="ttdeci">void clearPacketReceivedAction()</div><div class="ttdoc">Clears interrupt service routine to call when a packet is received.</div><div class="ttdef"><b>Definition:</b> Si443x.cpp:217</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:270</div></div>
<div class="ttc" id="aclass_si443x_html_a74848176d435227e601c86ff37b0edbe"><div class="ttname"><a href="class_si443x.html#a74848176d435227e601c86ff37b0edbe">Si443x::randomByte</a></div><div class="ttdeci">uint8_t randomByte()</div><div class="ttdoc">Get one truly random byte from RSSI noise.</div><div class="ttdef"><b>Definition:</b> Si443x.cpp:599</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:376</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:205</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:595</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:209</div></div>
<div class="ttc" id="aclass_si443x_html_a923654706eff5118ef6e84214e837f27"><div class="ttname"><a href="class_si443x.html#a923654706eff5118ef6e84214e837f27">Si443x::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:149</div></div>
<div class="ttc" id="aclass_si443x_html_aa55274bb345f178328ea2a674621fc84"><div class="ttname"><a href="class_si443x.html#aa55274bb345f178328ea2a674621fc84">Si443x::setPacketSentAction</a></div><div class="ttdeci">void setPacketSentAction(void(*func)(void))</div><div class="ttdoc">Sets interrupt service routine to call when a packet is sent.</div><div class="ttdef"><b>Definition:</b> Si443x.cpp:221</div></div>
<div class="ttc" id="aclass_si443x_html_ab82617fa3fa9f21d4cd427314ecc4af8"><div class="ttname"><a href="class_si443x.html#ab82617fa3fa9f21d4cd427314ecc4af8">Si443x::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:112</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:636</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:133</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:632</div></div>
<div class="ttc" id="aclass_si443x_html_ad43575e731dd7e66d5ad9e6dccd27170"><div class="ttname"><a href="class_si443x.html#ad43575e731dd7e66d5ad9e6dccd27170">Si443x::setBitRate</a></div><div class="ttdeci">int16_t setBitRate(float br)</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:345</div></div>
<div class="ttc" id="aclass_si443x_html_ada90718aeb67d7f0e9899da534de9695"><div class="ttname"><a href="class_si443x.html#ada90718aeb67d7f0e9899da534de9695">Si443x::sleep</a></div><div class="ttdeci">int16_t sleep()</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:117</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:571</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:66</div></div>
<div class="ttc" id="aclass_si443x_html_ae7cfff2efebfa01c8a50a5cbbe8775b9"><div class="ttname"><a href="class_si443x.html#ae7cfff2efebfa01c8a50a5cbbe8775b9">Si443x::Si443x</a></div><div class="ttdeci">Si443x(Module *mod)</div><div class="ttdoc">Default constructor.</div><div class="ttdef"><b>Definition:</b> Si443x.cpp:5</div></div>
<div class="ttc" id="aclass_si443x_html_af23d8eb0f1c436e6cc60361df13c08f7"><div class="ttname"><a href="class_si443x.html#af23d8eb0f1c436e6cc60361df13c08f7">Si443x::readBit</a></div><div class="ttdeci">void readBit(uint32_t pin)</div><div class="ttdoc">Function to read and process data bit in direct reception mode.</div><div class="ttdef"><b>Definition:</b> Si443x.cpp:627</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:84</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.1 </li>
</ul>
</div>
</body>
</html>