RadioLibSmol/_l_r11x0_8h_source.html
2025-02-15 13:58:17 +00:00

1518 lines
325 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>RadioLib: src/modules/LR11x0/LR11x0.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">RadioLib
</div>
<div id="projectbrief">Universal wireless communication library for Arduino</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('_l_r11x0_8h_source.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="header">
<div class="headertitle"><div class="title">LR11x0.h</div></div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#if !defined(_RADIOLIB_LR11X0_H)</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define _RADIOLIB_LR11X0_H</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include &quot;../../TypeDef.h&quot;</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span> </div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="preprocessor">#if !RADIOLIB_EXCLUDE_LR11X0</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="preprocessor">#include &quot;../../Module.h&quot;</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span> </div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="preprocessor">#include &quot;../../protocols/PhysicalLayer/PhysicalLayer.h&quot;</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span> </div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment">// LR11X0 physical layer properties</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="preprocessor">#define RADIOLIB_LR11X0_FREQUENCY_STEP_SIZE 1.0</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="preprocessor">#define RADIOLIB_LR11X0_MAX_PACKET_LENGTH 255</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="preprocessor">#define RADIOLIB_LR11X0_CRYSTAL_FREQ 32.0</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="preprocessor">#define RADIOLIB_LR11X0_DIV_EXPONENT 25</span></div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> </div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment">// LR11X0 SPI commands</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_NOP (0x0000)</span></div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_WRITE_REG_MEM (0x0105)</span></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_READ_REG_MEM (0x0106)</span></div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_WRITE_BUFFER (0x0109)</span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_READ_BUFFER (0x010A)</span></div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_CLEAR_RX_BUFFER (0x010B)</span></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_WRITE_REG_MEM_MASK (0x010C)</span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GET_STATUS (0x0100)</span></div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GET_VERSION (0x0101)</span></div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GET_ERRORS (0x010D)</span></div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_CLEAR_ERRORS (0x010E)</span></div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_CALIBRATE (0x010F)</span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_REG_MODE (0x0110)</span></div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_CALIB_IMAGE (0x0111)</span></div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_DIO_AS_RF_SWITCH (0x0112)</span></div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_DIO_IRQ_PARAMS (0x0113)</span></div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_CLEAR_IRQ (0x0114)</span></div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_CONFIG_LF_CLOCK (0x0116)</span></div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_TCXO_MODE (0x0117)</span></div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_REBOOT (0x0118)</span></div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GET_VBAT (0x0119)</span></div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GET_TEMP (0x011A)</span></div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_SLEEP (0x011B)</span></div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_STANDBY (0x011C)</span></div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_FS (0x011D)</span></div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GET_RANDOM_NUMBER (0x0120)</span></div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_ERASE_INFO_PAGE (0x0121)</span></div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_WRITE_INFO_PAGE (0x0122)</span></div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_READ_INFO_PAGE (0x0123)</span></div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GET_CHIP_EUI (0x0125)</span></div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GET_SEMTECH_JOIN_EUI (0x0126)</span></div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_DERIVE_ROOT_KEYS_AND_GET_PIN (0x0127)</span></div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_ENABLE_SPI_CRC (0x0128)</span></div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_DRIVE_DIOS_IN_SLEEP_MODE (0x012A)</span></div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_RESET_STATS (0x0200)</span></div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GET_STATS (0x0201)</span></div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GET_PACKET_TYPE (0x0202)</span></div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GET_RX_BUFFER_STATUS (0x0203)</span></div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GET_PACKET_STATUS (0x0204)</span></div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GET_RSSI_INST (0x0205)</span></div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_GFSK_SYNC_WORD (0x0206)</span></div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_LORA_PUBLIC_NETWORK (0x0208)</span></div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_RX (0x0209)</span></div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_TX (0x020A)</span></div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_RF_FREQUENCY (0x020B)</span></div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_AUTO_TX_RX (0x020C)</span></div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_CAD_PARAMS (0x020D)</span></div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_PACKET_TYPE (0x020E)</span></div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_MODULATION_PARAMS (0x020F)</span></div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_PACKET_PARAMS (0x0210)</span></div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_TX_PARAMS (0x0211)</span></div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_PACKET_ADRS (0x0212)</span></div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_RX_TX_FALLBACK_MODE (0x0213)</span></div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_RX_DUTY_CYCLE (0x0214)</span></div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_PA_CONFIG (0x0215)</span></div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_STOP_TIMEOUT_ON_PREAMBLE (0x0217)</span></div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_CAD (0x0218)</span></div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_TX_CW (0x0219)</span></div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_TX_INFINITE_PREAMBLE (0x021A)</span></div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_LORA_SYNCH_TIMEOUT (0x021B)</span></div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_RANGING_ADDR (0x021C)</span></div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_RANGING_REQ_ADDR (0x021D)</span></div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GET_RANGING_RESULT (0x021E)</span></div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_RANGING_TX_RX_DELAY (0x021F)</span></div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_GFSK_CRC_PARAMS (0x0224)</span></div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_GFSK_WHIT_PARAMS (0x0225)</span></div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_RX_BOOSTED (0x0227)</span></div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_RANGING_PARAMETER (0x0228)</span></div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_RSSI_CALIBRATION (0x0229)</span></div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_SET_LORA_SYNC_WORD (0x022B)</span></div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_LR_FHSS_BUILD_FRAME (0x022C)</span></div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_LR_FHSS_SET_SYNC_WORD (0x022D)</span></div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_CONFIG_BLE_BEACON (0x022E)</span></div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GET_LORA_RX_HEADER_INFOS (0x0230)</span></div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_BLE_BEACON_SEND (0x0231)</span></div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_WIFI_SCAN (0x0300)</span></div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_WIFI_SCAN_TIME_LIMIT (0x0301)</span></div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_WIFI_COUNTRY_CODE (0x0302)</span></div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_WIFI_COUNTRY_CODE_TIME_LIMIT (0x0303)</span></div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_WIFI_GET_NB_RESULTS (0x0305)</span></div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_WIFI_READ_RESULTS (0x0306)</span></div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_WIFI_RESET_CUMUL_TIMINGS (0x0307)</span></div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_WIFI_READ_CUMUL_TIMINGS (0x0308)</span></div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_WIFI_GET_NB_COUNTRY_CODE_RESULTS (0x0309)</span></div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_WIFI_READ_COUNTRY_CODE_RESULTS (0x030A)</span></div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_WIFI_CFG_TIMESTAMP_AP_PHONE (0x030B)</span></div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_WIFI_READ_VERSION (0x0320)</span></div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_READ_RSSI (0x0222)</span></div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_SET_CONSTELLATION_TO_USE (0x0400)</span></div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_READ_CONSTELLATION_TO_USE (0x0401)</span></div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_SET_ALMANAC_UPDATE (0x0402)</span></div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_READ_ALMANAC_UPDATE (0x0403)</span></div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_SET_FREQ_SEARCH_SPACE (0x0404)</span></div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_READ_FREQ_SEARCH_SPACE (0x0405)</span></div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_READ_VERSION (0x0406)</span></div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_READ_SUPPORTED_CONSTELLATIONS (0x0407)</span></div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_SET_MODE (0x0408)</span></div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_AUTONOMOUS (0x0409)</span></div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_ASSISTED (0x040A)</span></div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_SCAN (0x040B)</span></div>
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_GET_RESULT_SIZE (0x040C)</span></div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_READ_RESULTS (0x040D)</span></div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_ALMANAC_FULL_UPDATE (0x040E)</span></div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_ALMANAC_READ_ADDR_SIZE (0x040F)</span></div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_SET_ASSISTANCE_POSITION (0x0410)</span></div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_READ_ASSISTANCE_POSITION (0x0411)</span></div>
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_PUSH_SOLVER_MSG (0x0414)</span></div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_PUSH_DM_MSG (0x0415)</span></div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_GET_CONTEXT_STATUS (0x0416)</span></div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_GET_NB_SV_DETECTED (0x0417)</span></div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_GET_SV_DETECTED (0x0418)</span></div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_GET_CONSUMPTION (0x0419)</span></div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_READ_ALMANAC_PER_SATELLITE (0x041A)</span></div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_GET_SV_VISIBLE (0x041F)</span></div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_GET_SV_VISIBLE_DOPPLER (0x0420)</span></div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_READ_LAST_SCAN_MODE_LAUNCHED (0x0426)</span></div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_FETCH_TIME (0x0432)</span></div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_READ_TIME (0x0434)</span></div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_RESET_TIME (0x0435)</span></div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_RESET_POSITION (0x0437)</span></div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_READ_WEEK_NUMBER_ROLLOWER (0x0438)</span></div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_READ_DEMOD_STATUS (0x0439)</span></div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_READ_CUMUL_TIMING (0x044A)</span></div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_SET_TIME (0x044B)</span></div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_CONFIG_DELAY_RESET_AP (0x044D)</span></div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_READ_DOPPLER_SOLVER_RES (0x044F)</span></div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_READ_DELAY_RESET_AP (0x0453)</span></div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_ALMANAC_UPDATE_FROM_SAT (0x0454)</span></div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_READ_KEEP_SYNC_STATUS (0x0456)</span></div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_READ_ALMANAC_STATUS (0x0457)</span></div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_CONFIG_ALMANAC_UPDATE_PERIOD (0x0463)</span></div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_READ_ALMANAC_UPDATE_PERIOD (0x0464)</span></div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_GET_SV_WARM_START (0x0466)</span></div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_GET_SV_SYNC (0x0466)</span></div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_READ_WARM_START_STATUS (0x0469)</span></div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_GNSS_WRITE_BIT_MASK_SAT_ACTIVATED (0x0472)</span></div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_CRYPTO_SET_KEY (0x0502)</span></div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_CRYPTO_DERIVE_KEY (0x0503)</span></div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_CRYPTO_PROCESS_JOIN_ACCEPT (0x0504)</span></div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_CRYPTO_COMPUTE_AES_CMAC (0x0505)</span></div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_CRYPTO_VERIFY_AES_CMAC (0x0506)</span></div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_CRYPTO_AES_ENCRYPT_01 (0x0507)</span></div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_CRYPTO_AES_ENCRYPT (0x0508)</span></div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_CRYPTO_AES_DECRYPT (0x0509)</span></div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_CRYPTO_STORE_TO_FLASH (0x050A)</span></div>
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_CRYPTO_RESTORE_FROM_FLASH (0x050B)</span></div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_CRYPTO_SET_PARAM (0x050D)</span></div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_CRYPTO_GET_PARAM (0x050E)</span></div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_CRYPTO_CHECK_ENCRYPTED_FIRMWARE_IMAGE (0x050F)</span></div>
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_CRYPTO_CHECK_ENCRYPTED_FIRMWARE_IMAGE_RESULT (0x0510)</span></div>
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_BOOT_ERASE_FLASH (0x8000)</span></div>
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_BOOT_WRITE_FLASH_ENCRYPTED (0x8003)</span></div>
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_BOOT_REBOOT (0x8005)</span></div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_BOOT_GET_PIN (0x800B)</span></div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_BOOT_GET_CHIP_EUI (0x800C)</span></div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span><span class="preprocessor">#define RADIOLIB_LR11X0_CMD_BOOT_GET_JOIN_EUI (0x800D)</span></div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> </div>
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span><span class="comment">// LR11X0 register map</span></div>
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span><span class="preprocessor">#define RADIOLIB_LR11X0_REG_SF6_SX127X_COMPAT (0x00F20414)</span></div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span><span class="preprocessor">#define RADIOLIB_LR11X0_REG_LORA_HIGH_POWER_FIX (0x00F30054)</span></div>
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span><span class="preprocessor">#define RADIOLIB_LR11X0_REG_LNA_MODE (0x00F3008C)</span></div>
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span><span class="comment">// TODO add fix for br 600/1200 bps</span></div>
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> </div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span><span class="comment">// LR11X0 SPI command variables</span></div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> </div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span><span class="comment">// RADIOLIB_LR11X0_CMD_GET_STATUS MSB LSB DESCRIPTION</span></div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_1_CMD_FAIL (0x00UL &lt;&lt; 1) </span><span class="comment">// 3 1 command status: last command could not be executed</span></div>
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_1_CMD_PERR (0x01UL &lt;&lt; 1) </span><span class="comment">// 3 1 processing error</span></div>
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_1_CMD_OK (0x02UL &lt;&lt; 1) </span><span class="comment">// 3 1 successfully processed</span></div>
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_1_CMD_DAT (0x03UL &lt;&lt; 1) </span><span class="comment">// 3 1 successfully processed, data is being transmitted</span></div>
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_1_IRQ_INACTIVE (0x00UL &lt;&lt; 0) </span><span class="comment">// 0 0 interrupt status: inactive</span></div>
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_1_IRQ_ACTIVE (0x01UL &lt;&lt; 0) </span><span class="comment">// 0 0 at least 1 interrupt active</span></div>
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_2_CMD_RST_CLEARED (0x00UL &lt;&lt; 4) </span><span class="comment">// 7 4 reset status: cleared</span></div>
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_2_CMD_RST_ANALOG (0x01UL &lt;&lt; 4) </span><span class="comment">// 7 4 analog (power on, brown-out)</span></div>
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"> 193</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_2_CMD_RST_EXTERNAL (0x02UL &lt;&lt; 4) </span><span class="comment">// 7 4 NRESET pin</span></div>
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_2_CMD_RST_SYSTEM (0x03UL &lt;&lt; 4) </span><span class="comment">// 7 4 system</span></div>
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_2_CMD_RST_WATCHDOG (0x04UL &lt;&lt; 4) </span><span class="comment">// 7 4 watchdog</span></div>
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_2_CMD_RST_WAKEUP (0x05UL &lt;&lt; 4) </span><span class="comment">// 7 4 NSS toggling wake-up</span></div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_2_CMD_RST_RTC (0x06UL &lt;&lt; 4) </span><span class="comment">// 7 4 realtime clock</span></div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_2_MODE_SLEEP (0x00UL &lt;&lt; 1) </span><span class="comment">// 3 1 chip mode: sleep</span></div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_2_MODE_STBY_RC (0x01UL &lt;&lt; 1) </span><span class="comment">// 3 1 standby with RC oscillator</span></div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_2_MODE_STBY_OSC (0x02UL &lt;&lt; 1) </span><span class="comment">// 3 1 standby with external oscillator</span></div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_2_MODE_FS (0x03UL &lt;&lt; 1) </span><span class="comment">// 3 1 frequency synthesis</span></div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_2_MODE_RX (0x04UL &lt;&lt; 1) </span><span class="comment">// 3 1 receive</span></div>
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_2_MODE_TX (0x05UL &lt;&lt; 1) </span><span class="comment">// 3 1 transmit</span></div>
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_2_MODE_WIFI_GNSS (0x06UL &lt;&lt; 1) </span><span class="comment">// 3 1 WiFi or GNSS geolocation</span></div>
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_2_BOOT (0x00UL &lt;&lt; 0) </span><span class="comment">// 0 0 code executed from: bootloader</span></div>
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span><span class="preprocessor">#define RADIOLIB_LR11X0_STAT_2_FLASH (0x01UL &lt;&lt; 0) </span><span class="comment">// 0 0 flash</span></div>
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> </div>
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span><span class="comment">// RADIOLIB_LR11X0_CMD_WRITE_REG_MEM</span></div>
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span><span class="preprocessor">#define RADIOLIB_LR11X0_SPI_MAX_READ_WRITE_LEN (256) </span><span class="comment">// 7 0 maximum length of read/write SPI payload in bytes</span></div>
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> </div>
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span><span class="comment">// RADIOLIB_LR11X0_CMD_GET_VERSION</span></div>
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span><span class="preprocessor">#define RADIOLIB_LR11X0_DEVICE_LR1110 (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 HW device: LR1110</span></div>
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span><span class="preprocessor">#define RADIOLIB_LR11X0_DEVICE_LR1120 (0x02UL &lt;&lt; 0) </span><span class="comment">// 7 0 LR1120</span></div>
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span><span class="preprocessor">#define RADIOLIB_LR11X0_DEVICE_LR1121 (0x03UL &lt;&lt; 0) </span><span class="comment">// 7 0 LR1121</span></div>
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span><span class="preprocessor">#define RADIOLIB_LR11X0_DEVICE_BOOT (0xDFUL &lt;&lt; 0) </span><span class="comment">// 7 0 bootloader mode</span></div>
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> </div>
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span><span class="comment">// RADIOLIB_LR11X0_CMD_GET_ERRORS</span></div>
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span><span class="preprocessor">#define RADIOLIB_LR11X0_ERROR_STAT_LF_RC_CALIB_ERR (0x01UL &lt;&lt; 0) </span><span class="comment">// 15 0 error: low frequency RC not calibrated</span></div>
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span><span class="preprocessor">#define RADIOLIB_LR11X0_ERROR_STAT_HF_RC_CALIB_ERR (0x01UL &lt;&lt; 1) </span><span class="comment">// 15 0 high frequency RC not calibrated</span></div>
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span><span class="preprocessor">#define RADIOLIB_LR11X0_ERROR_STAT_ADC_CALIB_ERR (0x01UL &lt;&lt; 2) </span><span class="comment">// 15 0 ADC not calibrated</span></div>
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span><span class="preprocessor">#define RADIOLIB_LR11X0_ERROR_STAT_PLL_CALIB_ERR (0x01UL &lt;&lt; 3) </span><span class="comment">// 15 0 PLL not calibrated</span></div>
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span><span class="preprocessor">#define RADIOLIB_LR11X0_ERROR_STAT_IMG_CALIB_ERR (0x01UL &lt;&lt; 4) </span><span class="comment">// 15 0 image rejection not calibrated</span></div>
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span><span class="preprocessor">#define RADIOLIB_LR11X0_ERROR_STAT_HF_XOSC_START_ERR (0x01UL &lt;&lt; 5) </span><span class="comment">// 15 0 high frequency oscillator failed to start</span></div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span><span class="preprocessor">#define RADIOLIB_LR11X0_ERROR_STAT_LF_XOSC_START_ERR (0x01UL &lt;&lt; 6) </span><span class="comment">// 15 0 low frequency oscillator failed to start</span></div>
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span><span class="preprocessor">#define RADIOLIB_LR11X0_ERROR_STAT_PLL_LOCK_ERR (0x01UL &lt;&lt; 7) </span><span class="comment">// 15 0 PLL failed to lock</span></div>
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span><span class="preprocessor">#define RADIOLIB_LR11X0_ERROR_STAT_RX_ADC_OFFSET_ERR (0x01UL &lt;&lt; 8) </span><span class="comment">// 15 0 ADC offset not calibrated</span></div>
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> </div>
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span><span class="comment">// RADIOLIB_LR11X0_CMD_CALIBRATE</span></div>
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span><span class="preprocessor">#define RADIOLIB_LR11X0_CALIBRATE_PLL_TX (0x01UL &lt;&lt; 5) </span><span class="comment">// 5 5 calibrate: Tx PLL</span></div>
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span><span class="preprocessor">#define RADIOLIB_LR11X0_CALIBRATE_IMG (0x01UL &lt;&lt; 4) </span><span class="comment">// 4 4 image rejection</span></div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span><span class="preprocessor">#define RADIOLIB_LR11X0_CALIBRATE_ADC (0x01UL &lt;&lt; 3) </span><span class="comment">// 3 3 A/D converter</span></div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span><span class="preprocessor">#define RADIOLIB_LR11X0_CALIBRATE_PLL (0x01UL &lt;&lt; 2) </span><span class="comment">// 2 2 PLL</span></div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span><span class="preprocessor">#define RADIOLIB_LR11X0_CALIBRATE_HF_RC (0x01UL &lt;&lt; 1) </span><span class="comment">// 1 1 high frequency RC</span></div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span><span class="preprocessor">#define RADIOLIB_LR11X0_CALIBRATE_LF_RC (0x01UL &lt;&lt; 0) </span><span class="comment">// 0 0 low frequency RC</span></div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span><span class="preprocessor">#define RADIOLIB_LR11X0_CALIBRATE_ALL (0x3FUL &lt;&lt; 0) </span><span class="comment">// 5 0 everything</span></div>
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span><span class="preprocessor">#define RADIOLIB_LR11X0_CAL_IMG_FREQ_TRIG_MHZ (20.0f)</span></div>
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> </div>
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span><span class="comment">// RADIOLIB_LR11X0_CMD_SET_REG_MODE</span></div>
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span><span class="preprocessor">#define RADIOLIB_LR11X0_REG_MODE_LDO (0x00UL &lt;&lt; 0) </span><span class="comment">// 0 0 regulator mode: LDO in all modes</span></div>
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span><span class="preprocessor">#define RADIOLIB_LR11X0_REG_MODE_DC_DC (0x01UL &lt;&lt; 0) </span><span class="comment">// 0 0 DC-DC and LDO</span></div>
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> </div>
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span><span class="comment">// RADIOLIB_LR11X0_CMD_SET_DIO_AS_RF_SWITCH</span></div>
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span><span class="preprocessor">#define RADIOLIB_LR11X0_RFSW_DIO5_ENABLED (0x01UL &lt;&lt; 0) </span><span class="comment">// 4 0 RF switch: DIO5 enabled</span></div>
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span><span class="preprocessor">#define RADIOLIB_LR11X0_RFSW_DIO5_DISABLED (0x00UL &lt;&lt; 0) </span><span class="comment">// 4 0 DIO5 disabled (default)</span></div>
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span><span class="preprocessor">#define RADIOLIB_LR11X0_RFSW_DIO6_ENABLED (0x01UL &lt;&lt; 1) </span><span class="comment">// 4 0 RF switch: DIO6 enabled</span></div>
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span><span class="preprocessor">#define RADIOLIB_LR11X0_RFSW_DIO6_DISABLED (0x00UL &lt;&lt; 1) </span><span class="comment">// 4 0 DIO6 disabled (default)</span></div>
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span><span class="preprocessor">#define RADIOLIB_LR11X0_RFSW_DIO7_ENABLED (0x01UL &lt;&lt; 2) </span><span class="comment">// 4 0 RF switch: DIO7 enabled</span></div>
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span><span class="preprocessor">#define RADIOLIB_LR11X0_RFSW_DIO7_DISABLED (0x00UL &lt;&lt; 2) </span><span class="comment">// 4 0 DIO7 disabled (default)</span></div>
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span><span class="preprocessor">#define RADIOLIB_LR11X0_RFSW_DIO8_ENABLED (0x01UL &lt;&lt; 3) </span><span class="comment">// 4 0 RF switch: DIO8 enabled</span></div>
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span><span class="preprocessor">#define RADIOLIB_LR11X0_RFSW_DIO8_DISABLED (0x00UL &lt;&lt; 3) </span><span class="comment">// 4 0 DIO8 disabled (default)</span></div>
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span><span class="preprocessor">#define RADIOLIB_LR11X0_RFSW_DIO10_ENABLED (0x01UL &lt;&lt; 4) </span><span class="comment">// 4 0 RF switch: DIO10 enabled</span></div>
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span><span class="preprocessor">#define RADIOLIB_LR11X0_RFSW_DIO10_DISABLED (0x00UL &lt;&lt; 4) </span><span class="comment">// 4 0 DIO10 disabled (default)</span></div>
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span><span class="preprocessor">#define RADIOLIB_LR11X0_DIOx(X) ((X) | RFSWITCH_PIN_FLAG)</span></div>
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span><span class="preprocessor">#define RADIOLIB_LR11X0_DIOx_VAL(X) ((X) &amp; ~RFSWITCH_PIN_FLAG)</span></div>
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span><span class="preprocessor">#define RADIOLIB_LR11X0_DIO5 (RADIOLIB_LR11X0_DIOx(0))</span></div>
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span><span class="preprocessor">#define RADIOLIB_LR11X0_DIO6 (RADIOLIB_LR11X0_DIOx(1))</span></div>
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span><span class="preprocessor">#define RADIOLIB_LR11X0_DIO7 (RADIOLIB_LR11X0_DIOx(2))</span></div>
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span><span class="preprocessor">#define RADIOLIB_LR11X0_DIO8 (RADIOLIB_LR11X0_DIOx(3))</span></div>
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span><span class="preprocessor">#define RADIOLIB_LR11X0_DIO10 (RADIOLIB_LR11X0_DIOx(4))</span></div>
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span> </div>
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"> 261</span><span class="comment">// RADIOLIB_LR11X0_CMD_SET_DIO_IRQ_PARAMS</span></div>
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span><span class="preprocessor">#define RADIOLIB_LR11X0_IRQ_TX_DONE (0x01UL &lt;&lt; 2) </span><span class="comment">// 31 0 interrupt: packet transmitted</span></div>
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span><span class="preprocessor">#define RADIOLIB_LR11X0_IRQ_RX_DONE (0x01UL &lt;&lt; 3) </span><span class="comment">// 31 0 packet received</span></div>
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span><span class="preprocessor">#define RADIOLIB_LR11X0_IRQ_PREAMBLE_DETECTED (0x01UL &lt;&lt; 4) </span><span class="comment">// 31 0 preamble detected</span></div>
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"> 265</span><span class="preprocessor">#define RADIOLIB_LR11X0_IRQ_SYNC_WORD_HEADER_VALID (0x01UL &lt;&lt; 5) </span><span class="comment">// 31 0 sync word or LoRa header valid</span></div>
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span><span class="preprocessor">#define RADIOLIB_LR11X0_IRQ_HEADER_ERR (0x01UL &lt;&lt; 6) </span><span class="comment">// 31 0 LoRa header CRC error</span></div>
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span><span class="preprocessor">#define RADIOLIB_LR11X0_IRQ_CRC_ERR (0x01UL &lt;&lt; 7) </span><span class="comment">// 31 0 packet CRC error </span></div>
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span><span class="preprocessor">#define RADIOLIB_LR11X0_IRQ_CAD_DONE (0x01UL &lt;&lt; 8) </span><span class="comment">// 31 0 CAD completed</span></div>
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span><span class="preprocessor">#define RADIOLIB_LR11X0_IRQ_CAD_DETECTED (0x01UL &lt;&lt; 9) </span><span class="comment">// 31 0 CAD detected</span></div>
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span><span class="preprocessor">#define RADIOLIB_LR11X0_IRQ_TIMEOUT (0x01UL &lt;&lt; 10) </span><span class="comment">// 31 0 Rx or Tx timeout</span></div>
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span><span class="preprocessor">#define RADIOLIB_LR11X0_IRQ_LR_FHSS_HOP (0x01UL &lt;&lt; 11) </span><span class="comment">// 31 0 FHSS hop</span></div>
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span><span class="preprocessor">#define RADIOLIB_LR11X0_IRQ_GNSS_DONE (0x01UL &lt;&lt; 19) </span><span class="comment">// 31 0 GNSS scan finished</span></div>
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span><span class="preprocessor">#define RADIOLIB_LR11X0_IRQ_WIFI_DONE (0x01UL &lt;&lt; 20) </span><span class="comment">// 31 0 WiFi scan finished</span></div>
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span><span class="preprocessor">#define RADIOLIB_LR11X0_IRQ_LBD (0x01UL &lt;&lt; 21) </span><span class="comment">// 31 0 low battery detected</span></div>
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"> 275</span><span class="preprocessor">#define RADIOLIB_LR11X0_IRQ_CMD_ERROR (0x01UL &lt;&lt; 22) </span><span class="comment">// 31 0 command error</span></div>
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span><span class="preprocessor">#define RADIOLIB_LR11X0_IRQ_ERROR (0x01UL &lt;&lt; 23) </span><span class="comment">// 31 0 some other error than CMD_ERR</span></div>
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span><span class="preprocessor">#define RADIOLIB_LR11X0_IRQ_FSK_LEN_ERROR (0x01UL &lt;&lt; 24) </span><span class="comment">// 31 0 FSK packet received with length error</span></div>
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span><span class="preprocessor">#define RADIOLIB_LR11X0_IRQ_FSK_ADDR_ERROR (0x01UL &lt;&lt; 25) </span><span class="comment">// 31 0 FSK packet received with address error</span></div>
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span><span class="preprocessor">#define RADIOLIB_LR11X0_IRQ_LORA_RX_TIMESTAMP (0x01UL &lt;&lt; 27) </span><span class="comment">// 31 0 last LoRa symbol was received (timestamp source)</span></div>
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span><span class="preprocessor">#define RADIOLIB_LR11X0_IRQ_GNSS_ABORT (0x01UL &lt;&lt; 28) </span><span class="comment">// 31 0 GNSS scan aborted</span></div>
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span><span class="preprocessor">#define RADIOLIB_LR11X0_IRQ_ALL (0x1BF80FFCUL) </span><span class="comment">// 31 0 all interrupts</span></div>
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span><span class="preprocessor">#define RADIOLIB_LR11X0_IRQ_NONE (0x00UL &lt;&lt; 0) </span><span class="comment">// 31 0 no interrupts</span></div>
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"> 283</span> </div>
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"> 284</span><span class="comment">// RADIOLIB_LR11X0_CMD_CONFIG_LF_CLOCK</span></div>
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"> 285</span><span class="preprocessor">#define RADIOLIB_LR11X0_LF_CLK_RC (0x00UL &lt;&lt; 0) </span><span class="comment">// 1 0 32.768 kHz source: RC oscillator</span></div>
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span><span class="preprocessor">#define RADIOLIB_LR11X0_LF_CLK_XOSC (0x01UL &lt;&lt; 0) </span><span class="comment">// 1 0 crystal oscillator</span></div>
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"> 287</span><span class="preprocessor">#define RADIOLIB_LR11X0_LF_CLK_EXT (0x02UL &lt;&lt; 0) </span><span class="comment">// 1 0 external signal on DIO11</span></div>
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"> 288</span><span class="preprocessor">#define RADIOLIB_LR11X0_LF_BUSY_RELEASE_DISABLED (0x00UL &lt;&lt; 2) </span><span class="comment">// 2 2</span></div>
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span><span class="preprocessor">#define RADIOLIB_LR11X0_LF_BUSY_RELEASE_ENABLED (0x01UL &lt;&lt; 2) </span><span class="comment">// 2 2</span></div>
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"> 290</span> </div>
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span><span class="comment">// RADIOLIB_LR11X0_CMD_SET_TCXO_MODE</span></div>
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span><span class="preprocessor">#define RADIOLIB_LR11X0_TCXO_VOLTAGE_1_6 (0x00UL &lt;&lt; 0) </span><span class="comment">// 2 0 TCXO supply voltage: 1.6V</span></div>
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span><span class="preprocessor">#define RADIOLIB_LR11X0_TCXO_VOLTAGE_1_7 (0x01UL &lt;&lt; 0) </span><span class="comment">// 2 0 1.7V</span></div>
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"> 294</span><span class="preprocessor">#define RADIOLIB_LR11X0_TCXO_VOLTAGE_1_8 (0x02UL &lt;&lt; 0) </span><span class="comment">// 2 0 1.8V</span></div>
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span><span class="preprocessor">#define RADIOLIB_LR11X0_TCXO_VOLTAGE_2_2 (0x03UL &lt;&lt; 0) </span><span class="comment">// 2 0 2.2V</span></div>
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"> 296</span><span class="preprocessor">#define RADIOLIB_LR11X0_TCXO_VOLTAGE_2_4 (0x04UL &lt;&lt; 0) </span><span class="comment">// 2 0 2.4V</span></div>
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"> 297</span><span class="preprocessor">#define RADIOLIB_LR11X0_TCXO_VOLTAGE_2_7 (0x05UL &lt;&lt; 0) </span><span class="comment">// 2 0 2.7V</span></div>
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"> 298</span><span class="preprocessor">#define RADIOLIB_LR11X0_TCXO_VOLTAGE_3_0 (0x06UL &lt;&lt; 0) </span><span class="comment">// 2 0 3.0V</span></div>
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"> 299</span><span class="preprocessor">#define RADIOLIB_LR11X0_TCXO_VOLTAGE_3_3 (0x07UL &lt;&lt; 0) </span><span class="comment">// 2 0 3.3V</span></div>
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span> </div>
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span><span class="comment">// RADIOLIB_LR11X0_CMD_SET_SLEEP</span></div>
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span><span class="preprocessor">#define RADIOLIB_LR11X0_SLEEP_RETENTION_DISABLED (0x00UL &lt;&lt; 0) </span><span class="comment">// 0 0 configuration retention in sleep mode: disabled</span></div>
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"> 303</span><span class="preprocessor">#define RADIOLIB_LR11X0_SLEEP_RETENTION_ENABLED (0x01UL &lt;&lt; 0) </span><span class="comment">// 0 0 enabled</span></div>
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span><span class="preprocessor">#define RADIOLIB_LR11X0_SLEEP_WAKEUP_DISABLED (0x00UL &lt;&lt; 0) </span><span class="comment">// 1 1 automated wakeup: disabled</span></div>
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"> 305</span><span class="preprocessor">#define RADIOLIB_LR11X0_SLEEP_WAKEUP_ENABLED (0x01UL &lt;&lt; 0) </span><span class="comment">// 1 1 enabled</span></div>
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span> </div>
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"> 307</span><span class="comment">// RADIOLIB_LR11X0_CMD_SET_STANDBY</span></div>
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span><span class="preprocessor">#define RADIOLIB_LR11X0_STANDBY_RC (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 standby mode: RC oscillator</span></div>
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"> 309</span><span class="preprocessor">#define RADIOLIB_LR11X0_STANDBY_XOSC (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 XTAL/TCXO oscillator</span></div>
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"> 310</span> </div>
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"> 311</span><span class="comment">// RADIOLIB_LR11X0_CMD_ERASE_INFO_PAGE</span></div>
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"> 312</span><span class="preprocessor">#define RADIOLIB_LR11X0_INFO_PAGE (1)</span></div>
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"> 313</span> </div>
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"> 314</span><span class="comment">// RADIOLIB_LR11X0_CMD_GET_CHIP_EUI</span></div>
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"> 315</span><span class="preprocessor">#define RADIOLIB_LR11X0_EUI_LEN (8)</span></div>
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span> </div>
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span><span class="comment">// RADIOLIB_LR11X0_CMD_DERIVE_ROOT_KEYS_AND_GET_PIN</span></div>
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span><span class="preprocessor">#define RADIOLIB_LR11X0_PIN_LEN (4)</span></div>
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span> </div>
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"> 320</span><span class="comment">// RADIOLIB_LR11X0_CMD_GET_PACKET_STATUS</span></div>
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"> 321</span><span class="preprocessor">#define RADIOLIB_LR11X0_RX_STATUS_ADDR_ERR (0x01UL &lt;&lt; 5) </span><span class="comment">// 7 0 Rx status: address filtering error</span></div>
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span><span class="preprocessor">#define RADIOLIB_LR11X0_RX_STATUS_CRC_ERR (0x01UL &lt;&lt; 4) </span><span class="comment">// 7 0 CRC error</span></div>
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"> 323</span><span class="preprocessor">#define RADIOLIB_LR11X0_RX_STATUS_LEN_ERR (0x01UL &lt;&lt; 3) </span><span class="comment">// 7 0 length filtering error</span></div>
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span><span class="preprocessor">#define RADIOLIB_LR11X0_RX_STATUS_ABORTED (0x01UL &lt;&lt; 2) </span><span class="comment">// 7 0 packet reception aborted</span></div>
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"> 325</span><span class="preprocessor">#define RADIOLIB_LR11X0_RX_STATUS_PACKET_RECEIVED (0x01UL &lt;&lt; 1) </span><span class="comment">// 7 0 packet received</span></div>
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"> 326</span><span class="preprocessor">#define RADIOLIB_LR11X0_RX_STATUS_PACKET_SENT (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 packet sent</span></div>
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"> 327</span> </div>
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span><span class="comment">// RADIOLIB_LR11X0_CMD_SET_GFSK_SYNC_WORD</span></div>
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"> 329</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_SYNC_WORD_LEN (8)</span></div>
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"> 330</span> </div>
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span><span class="comment">// RADIOLIB_LR11X0_CMD_SET_LORA_PUBLIC_NETWORK</span></div>
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"> 332</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_PRIVATE_NETWORK (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 LoRa sync word: private network</span></div>
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"> 333</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_PUBLIC_NETWORK (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 public network</span></div>
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"> 334</span> </div>
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span><span class="comment">// RADIOLIB_LR11X0_CMD_SET_RX</span></div>
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span><span class="preprocessor">#define RADIOLIB_LR11X0_RX_TIMEOUT_NONE (0x000000UL) </span><span class="comment">// 23 0 Rx timeout duration: no timeout (Rx single mode)</span></div>
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"> 337</span><span class="preprocessor">#define RADIOLIB_LR11X0_RX_TIMEOUT_INF (0xFFFFFFUL) </span><span class="comment">// 23 0 infinite (Rx continuous mode)</span></div>
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"> 338</span> </div>
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span><span class="comment">// RADIOLIB_LR11X0_CMD_SET_TX</span></div>
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"> 340</span><span class="preprocessor">#define RADIOLIB_LR11X0_TX_TIMEOUT_NONE (0x000000UL) </span><span class="comment">// 23 0 disable Tx timeout</span></div>
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"> 341</span> </div>
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span><span class="comment">// RADIOLIB_LR11X0_CMD_AUTO_TX_RX</span></div>
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span><span class="preprocessor">#define RADIOLIB_LR11X0_AUTO_TX_RX_DISABLED (0xFFFFFFUL) </span><span class="comment">// 23 0 disable auto Tx/Rx mode</span></div>
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"> 344</span><span class="preprocessor">#define RADIOLIB_LR11X0_AUTO_TX_RX_SKIP_INT (0x000000UL) </span><span class="comment">// 23 0 skip intermediary mode</span></div>
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"> 345</span><span class="preprocessor">#define RADIOLIB_LR11X0_AUTO_INTERMEDIARY_MODE_SLEEP (0x00UL &lt;&lt; 0) </span><span class="comment">// 1 0 intermediary mode: sleep</span></div>
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"> 346</span><span class="preprocessor">#define RADIOLIB_LR11X0_AUTO_INTERMEDIARY_MODE_STBY_RC (0x01UL &lt;&lt; 0) </span><span class="comment">// 1 0 standby with RC</span></div>
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span><span class="preprocessor">#define RADIOLIB_LR11X0_AUTO_INTERMEDIARY_MODE_STBY_XOSC (0x02UL &lt;&lt; 0) </span><span class="comment">// 1 0 standby with XOSC</span></div>
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"> 348</span><span class="preprocessor">#define RADIOLIB_LR11X0_AUTO_INTERMEDIARY_MODE_FS (0x03UL &lt;&lt; 0) </span><span class="comment">// 1 0 frequency synthesis</span></div>
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"> 349</span><span class="preprocessor">#define RADIOLIB_LR11X0_AUTO_TX_RX_TIMEOUT_DISABLED (0x000000UL) </span><span class="comment">// 23 0 disable timeout of the second mode</span></div>
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span> </div>
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"> 351</span><span class="comment">// RADIOLIB_LR11X0_CMD_SET_CAD_PARAMS</span></div>
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"> 352</span><span class="preprocessor">#define RADIOLIB_LR11X0_CAD_EXIT_MODE_STBY_RC (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 mode to set after CAD: standby with RC</span></div>
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</span><span class="preprocessor">#define RADIOLIB_LR11X0_CAD_EXIT_MODE_RX (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 receive if activity detected</span></div>
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span><span class="preprocessor">#define RADIOLIB_LR11X0_CAD_EXIT_MODE_LBT (0x10UL &lt;&lt; 0) </span><span class="comment">// 7 0 transmit if no activity detected</span></div>
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"> 355</span><span class="preprocessor">#define RADIOLIB_LR11X0_CAD_PARAM_DEFAULT (0xFFUL &lt;&lt; 0) </span><span class="comment">// 7 0 used by the CAD methods to specify default parameter value</span></div>
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"> 356</span> </div>
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span><span class="comment">// RADIOLIB_LR11X0_CMD_SET_PACKET_TYPE</span></div>
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span><span class="preprocessor">#define RADIOLIB_LR11X0_PACKET_TYPE_NONE (0x00UL &lt;&lt; 0) </span><span class="comment">// 2 0 packet type: none</span></div>
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span><span class="preprocessor">#define RADIOLIB_LR11X0_PACKET_TYPE_GFSK (0x01UL &lt;&lt; 0) </span><span class="comment">// 2 0 (G)FSK</span></div>
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span><span class="preprocessor">#define RADIOLIB_LR11X0_PACKET_TYPE_LORA (0x02UL &lt;&lt; 0) </span><span class="comment">// 2 0 LoRa</span></div>
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"> 361</span><span class="preprocessor">#define RADIOLIB_LR11X0_PACKET_TYPE_SIGFOX (0x03UL &lt;&lt; 0) </span><span class="comment">// 2 0 Sigfox</span></div>
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span><span class="preprocessor">#define RADIOLIB_LR11X0_PACKET_TYPE_LR_FHSS (0x04UL &lt;&lt; 0) </span><span class="comment">// 2 0 GMSK/LR-FHSS</span></div>
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span><span class="preprocessor">#define RADIOLIB_LR11X0_PACKET_TYPE_RANGING (0x05UL &lt;&lt; 0) </span><span class="comment">// 2 0 ranging</span></div>
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span><span class="preprocessor">#define RADIOLIB_LR11X0_PACKET_TYPE_BLE (0x06UL &lt;&lt; 0) </span><span class="comment">// 2 0 BLE beacon</span></div>
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span> </div>
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span><span class="comment">// RADIOLIB_LR11X0_CMD_SET_MODULATION_PARAMS</span></div>
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"> 367</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_BW_62_5 (0x03UL &lt;&lt; 0) </span><span class="comment">// 7 0 LoRa bandwidth: 62.5 kHz</span></div>
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"> 368</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_BW_125_0 (0x04UL &lt;&lt; 0) </span><span class="comment">// 7 0 125.0 kHz</span></div>
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"> 369</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_BW_250_0 (0x05UL &lt;&lt; 0) </span><span class="comment">// 7 0 250.0 kHz</span></div>
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"> 370</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_BW_500_0 (0x06UL &lt;&lt; 0) </span><span class="comment">// 7 0 500.0 kHz</span></div>
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"> 371</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_BW_203_125 (0x0DUL &lt;&lt; 0) </span><span class="comment">// 7 0 203.0 kHz (2.4GHz only)</span></div>
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_BW_406_25 (0x0EUL &lt;&lt; 0) </span><span class="comment">// 7 0 406.0 kHz (2.4GHz only)</span></div>
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_BW_812_50 (0x0FUL &lt;&lt; 0) </span><span class="comment">// 7 0 812.0 kHz (2.4GHz only)</span></div>
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"> 374</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_CR_4_5_SHORT (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 coding rate: 4/5 with short interleaver</span></div>
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"> 375</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_CR_4_6_SHORT (0x02UL &lt;&lt; 0) </span><span class="comment">// 7 0 4/6 with short interleaver</span></div>
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_CR_4_7_SHORT (0x03UL &lt;&lt; 0) </span><span class="comment">// 7 0 4/7 with short interleaver</span></div>
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_CR_4_8_SHORT (0x04UL &lt;&lt; 0) </span><span class="comment">// 7 0 4/8 with short interleaver</span></div>
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_CR_4_5_LONG (0x05UL &lt;&lt; 0) </span><span class="comment">// 7 0 4/5 with long interleaver</span></div>
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_CR_4_6_LONG (0x06UL &lt;&lt; 0) </span><span class="comment">// 7 0 4/6 with long interleaver</span></div>
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_CR_4_8_LONG (0x07UL &lt;&lt; 0) </span><span class="comment">// 7 0 4/8 with long interleaver</span></div>
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_LDRO_DISABLED (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 low data rate optimize: disabled</span></div>
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_LDRO_ENABLED (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 enabled</span></div>
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_BIT_RATE_DIV_DISABLED (0x00UL &lt;&lt; 31) </span><span class="comment">// 31 0 divide bit rate value by 256: disabled</span></div>
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_BIT_RATE_DIV_ENABLED (0x01UL &lt;&lt; 31) </span><span class="comment">// 31 0 enabled</span></div>
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"> 385</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_SHAPING_NONE (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 shaping filter: none</span></div>
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"> 386</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_SHAPING_GAUSSIAN_BT_0_3 (0x08UL &lt;&lt; 0) </span><span class="comment">// 7 0 Gaussian, BT = 0.3</span></div>
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"> 387</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_SHAPING_GAUSSIAN_BT_0_5 (0x09UL &lt;&lt; 0) </span><span class="comment">// 7 0 Gaussian, BT = 0.5</span></div>
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"> 388</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_SHAPING_GAUSSIAN_BT_0_7 (0x0AUL &lt;&lt; 0) </span><span class="comment">// 7 0 Gaussian, BT = 0.7</span></div>
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"> 389</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_SHAPING_GAUSSIAN_BT_1_0 (0x0BUL &lt;&lt; 0) </span><span class="comment">// 7 0 Gaussian, BT = 1.0</span></div>
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"> 390</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_SHAPING_RAISED_COSINE_BT_0_7 (0x16UL &lt;&lt; 0) </span><span class="comment">// 7 0 raised cosine, BT = 0.7</span></div>
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"> 391</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_4_8 (0x1FUL &lt;&lt; 0) </span><span class="comment">// 7 0 GFSK Rx bandwidth: 4.8 kHz</span></div>
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"> 392</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_5_8 (0x17UL &lt;&lt; 0) </span><span class="comment">// 7 0 5.8 kHz</span></div>
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"> 393</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_7_3 (0x0FUL &lt;&lt; 0) </span><span class="comment">// 7 0 7.3 kHz</span></div>
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"> 394</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_9_7 (0x1EUL &lt;&lt; 0) </span><span class="comment">// 7 0 9.7 kHz</span></div>
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"> 395</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_11_7 (0x16UL &lt;&lt; 0) </span><span class="comment">// 7 0 11.7 kHz</span></div>
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"> 396</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_14_6 (0x0EUL &lt;&lt; 0) </span><span class="comment">// 7 0 14.6 kHz</span></div>
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"> 397</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_19_5 (0x1DUL &lt;&lt; 0) </span><span class="comment">// 7 0 19.5 kHz</span></div>
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"> 398</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_23_4 (0x15UL &lt;&lt; 0) </span><span class="comment">// 7 0 23.4 kHz</span></div>
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"> 399</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_29_3 (0x0DUL &lt;&lt; 0) </span><span class="comment">// 7 0 29.3 kHz</span></div>
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"> 400</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_39_0 (0x1CUL &lt;&lt; 0) </span><span class="comment">// 7 0 39.0 kHz</span></div>
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"> 401</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_46_9 (0x14UL &lt;&lt; 0) </span><span class="comment">// 7 0 46.9 kHz</span></div>
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno"> 402</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_58_6 (0x0CUL &lt;&lt; 0) </span><span class="comment">// 7 0 58.6 kHz</span></div>
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"> 403</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_78_2 (0x1BUL &lt;&lt; 0) </span><span class="comment">// 7 0 78.2 kHz</span></div>
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno"> 404</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_93_8 (0x13UL &lt;&lt; 0) </span><span class="comment">// 7 0 93.8 kHz</span></div>
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"> 405</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_117_3 (0x0BUL &lt;&lt; 0) </span><span class="comment">// 7 0 117.3 kHz</span></div>
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_156_2 (0x1AUL &lt;&lt; 0) </span><span class="comment">// 7 0 156.2 kHz</span></div>
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"> 407</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_187_2 (0x12UL &lt;&lt; 0) </span><span class="comment">// 7 0 187.2 kHz</span></div>
<div class="line"><a id="l00408" name="l00408"></a><span class="lineno"> 408</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_234_3 (0x0AUL &lt;&lt; 0) </span><span class="comment">// 7 0 234.3 kHz</span></div>
<div class="line"><a id="l00409" name="l00409"></a><span class="lineno"> 409</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_312_0 (0x19UL &lt;&lt; 0) </span><span class="comment">// 7 0 312.0 kHz</span></div>
<div class="line"><a id="l00410" name="l00410"></a><span class="lineno"> 410</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_373_6 (0x11UL &lt;&lt; 0) </span><span class="comment">// 7 0 373.6 kHz</span></div>
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"> 411</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_RX_BW_467_0 (0x09UL &lt;&lt; 0) </span><span class="comment">// 7 0 467.0 kHz</span></div>
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"> 412</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_BIT_RATE (488.28215f) </span><span class="comment">// 31 0 LR FHSS bit rate: 488.28215 bps</span></div>
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"> 413</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_BIT_RATE_RAW (0x8001E848UL) </span><span class="comment">// 31 0 488.28215 bps in raw</span></div>
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_SHAPING_GAUSSIAN_BT_1_0 (0x0BUL &lt;&lt; 0) </span><span class="comment">// 7 0 shaping filter: Gaussian, BT = 1.0</span></div>
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"> 415</span><span class="preprocessor">#define RADIOLIB_LR11X0_SIGFOX_SHAPING_GAUSSIAN_BT_0_7 (0x16UL &lt;&lt; 0) </span><span class="comment">// 7 0 shaping filter: Gaussian, BT = 0.7</span></div>
<div class="line"><a id="l00416" name="l00416"></a><span class="lineno"> 416</span> </div>
<div class="line"><a id="l00417" name="l00417"></a><span class="lineno"> 417</span><span class="comment">// RADIOLIB_LR11X0_CMD_SET_PACKET_PARAMS</span></div>
<div class="line"><a id="l00418" name="l00418"></a><span class="lineno"> 418</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_HEADER_EXPLICIT (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 LoRa header mode: explicit</span></div>
<div class="line"><a id="l00419" name="l00419"></a><span class="lineno"> 419</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_HEADER_IMPLICIT (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 implicit</span></div>
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"> 420</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_PAYLOAD_LEN_ANY (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 accept any payload length</span></div>
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno"> 421</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_CRC_ENABLED (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 CRC: enabled</span></div>
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"> 422</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_CRC_DISABLED (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 disabled</span></div>
<div class="line"><a id="l00423" name="l00423"></a><span class="lineno"> 423</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_IQ_STANDARD (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 IQ setup: standard</span></div>
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"> 424</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_IQ_INVERTED (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 inverted</span></div>
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno"> 425</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_PREAMBLE_DETECT_DISABLED (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 preamble detector: disabled</span></div>
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno"> 426</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_PREAMBLE_DETECT_8_BITS (0x04UL &lt;&lt; 0) </span><span class="comment">// 7 0 8 bits</span></div>
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno"> 427</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_PREAMBLE_DETECT_16_BITS (0x05UL &lt;&lt; 0) </span><span class="comment">// 7 0 16 bits</span></div>
<div class="line"><a id="l00428" name="l00428"></a><span class="lineno"> 428</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_PREAMBLE_DETECT_24_BITS (0x06UL &lt;&lt; 0) </span><span class="comment">// 7 0 24 bits</span></div>
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"> 429</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_PREAMBLE_DETECT_32_BITS (0x07UL &lt;&lt; 0) </span><span class="comment">// 7 0 32 bits</span></div>
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_ADDR_FILTER_DISABLED (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 address filtering: disabled</span></div>
<div class="line"><a id="l00431" name="l00431"></a><span class="lineno"> 431</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_ADDR_FILTER_NODE (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 node address</span></div>
<div class="line"><a id="l00432" name="l00432"></a><span class="lineno"> 432</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_ADDR_FILTER_NODE_BROADCAST (0x02UL &lt;&lt; 0) </span><span class="comment">// 7 0 node and broadcast address</span></div>
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno"> 433</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_PACKET_LENGTH_FIXED (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 packet length: fixed</span></div>
<div class="line"><a id="l00434" name="l00434"></a><span class="lineno"> 434</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_PACKET_LENGTH_VARIABLE (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 variable</span></div>
<div class="line"><a id="l00435" name="l00435"></a><span class="lineno"> 435</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_PACKET_LENGTH_VARIABLE_SX128X (0x02UL &lt;&lt; 0) </span><span class="comment">// 7 0 variable, SX128x 9-bit length encoding</span></div>
<div class="line"><a id="l00436" name="l00436"></a><span class="lineno"> 436</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_PAYLOAD_LEN_ANY (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 accept any payload length</span></div>
<div class="line"><a id="l00437" name="l00437"></a><span class="lineno"> 437</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_CRC_DISABLED (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 CRC: disabled</span></div>
<div class="line"><a id="l00438" name="l00438"></a><span class="lineno"> 438</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_CRC_1_BYTE (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 1-byte</span></div>
<div class="line"><a id="l00439" name="l00439"></a><span class="lineno"> 439</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_CRC_2_BYTE (0x02UL &lt;&lt; 0) </span><span class="comment">// 7 0 2-byte</span></div>
<div class="line"><a id="l00440" name="l00440"></a><span class="lineno"> 440</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_CRC_1_BYTE_INV (0x04UL &lt;&lt; 0) </span><span class="comment">// 7 0 1-byte, inverted</span></div>
<div class="line"><a id="l00441" name="l00441"></a><span class="lineno"> 441</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_CRC_2_BYTE_INV (0x06UL &lt;&lt; 0) </span><span class="comment">// 7 0 2-byte, inverted</span></div>
<div class="line"><a id="l00442" name="l00442"></a><span class="lineno"> 442</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_WHITENING_DISABLED (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 whitening: disabled</span></div>
<div class="line"><a id="l00443" name="l00443"></a><span class="lineno"> 443</span><span class="preprocessor">#define RADIOLIB_LR11X0_GFSK_WHITENING_ENABLED (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 enabled</span></div>
<div class="line"><a id="l00444" name="l00444"></a><span class="lineno"> 444</span> </div>
<div class="line"><a id="l00445" name="l00445"></a><span class="lineno"> 445</span><span class="comment">// RADIOLIB_LR11X0_CMD_SET_TX_PARAMS</span></div>
<div class="line"><a id="l00446" name="l00446"></a><span class="lineno"> 446</span><span class="preprocessor">#define RADIOLIB_LR11X0_PA_RAMP_48U (0x02UL &lt;&lt; 0) </span><span class="comment">// 7 0 PA ramp time: 48 us</span></div>
<div class="line"><a id="l00447" name="l00447"></a><span class="lineno"> 447</span> </div>
<div class="line"><a id="l00448" name="l00448"></a><span class="lineno"> 448</span><span class="comment">// RADIOLIB_LR11X0_CMD_SET_RX_TX_FALLBACK_MODE</span></div>
<div class="line"><a id="l00449" name="l00449"></a><span class="lineno"> 449</span><span class="preprocessor">#define RADIOLIB_LR11X0_FALLBACK_MODE_STBY_RC (0x01UL &lt;&lt; 0) </span><span class="comment">// 1 0 fallback mode after Rx/Tx: standby with RC</span></div>
<div class="line"><a id="l00450" name="l00450"></a><span class="lineno"> 450</span><span class="preprocessor">#define RADIOLIB_LR11X0_FALLBACK_MODE_STBY_XOSC (0x02UL &lt;&lt; 0) </span><span class="comment">// 1 0 standby with XOSC</span></div>
<div class="line"><a id="l00451" name="l00451"></a><span class="lineno"> 451</span><span class="preprocessor">#define RADIOLIB_LR11X0_FALLBACK_MODE_FS (0x03UL &lt;&lt; 0) </span><span class="comment">// 1 0 frequency synthesis</span></div>
<div class="line"><a id="l00452" name="l00452"></a><span class="lineno"> 452</span> </div>
<div class="line"><a id="l00453" name="l00453"></a><span class="lineno"> 453</span><span class="comment">// RADIOLIB_LR11X0_CMD_SET_RX_DUTY_CYCLE</span></div>
<div class="line"><a id="l00454" name="l00454"></a><span class="lineno"> 454</span><span class="preprocessor">#define RADIOLIB_LR11X0_RX_DUTY_CYCLE_MODE_RX (0x00UL &lt;&lt; 0) </span><span class="comment">// 0 0 mode in Rx windows: Rx (default)</span></div>
<div class="line"><a id="l00455" name="l00455"></a><span class="lineno"> 455</span><span class="preprocessor">#define RADIOLIB_LR11X0_RX_DUTY_CYCLE_MODE_CAD (0x01UL &lt;&lt; 0) </span><span class="comment">// 0 0 CAD</span></div>
<div class="line"><a id="l00456" name="l00456"></a><span class="lineno"> 456</span><span class="preprocessor">#define RADIOLIB_LR11X0_TIMING_STEP (1.0f/32768.0f) </span><span class="comment">// 23 0 timing step fo delays</span></div>
<div class="line"><a id="l00457" name="l00457"></a><span class="lineno"> 457</span> </div>
<div class="line"><a id="l00458" name="l00458"></a><span class="lineno"> 458</span><span class="comment">// RADIOLIB_LR11X0_CMD_SET_PA_CONFIG</span></div>
<div class="line"><a id="l00459" name="l00459"></a><span class="lineno"> 459</span><span class="preprocessor">#define RADIOLIB_LR11X0_PA_SEL_LP (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 PA select: low power PA</span></div>
<div class="line"><a id="l00460" name="l00460"></a><span class="lineno"> 460</span><span class="preprocessor">#define RADIOLIB_LR11X0_PA_SEL_HP (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 high power PA</span></div>
<div class="line"><a id="l00461" name="l00461"></a><span class="lineno"> 461</span><span class="preprocessor">#define RADIOLIB_LR11X0_PA_SEL_HF (0x02UL &lt;&lt; 0) </span><span class="comment">// 7 0 high frequency PA</span></div>
<div class="line"><a id="l00462" name="l00462"></a><span class="lineno"> 462</span><span class="preprocessor">#define RADIOLIB_LR11X0_PA_SUPPLY_INTERNAL (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 PA power source: internal</span></div>
<div class="line"><a id="l00463" name="l00463"></a><span class="lineno"> 463</span><span class="preprocessor">#define RADIOLIB_LR11X0_PA_SUPPLY_VBAT (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 VBAT (required for &gt;= 14 dBm)</span></div>
<div class="line"><a id="l00464" name="l00464"></a><span class="lineno"> 464</span> </div>
<div class="line"><a id="l00465" name="l00465"></a><span class="lineno"> 465</span><span class="comment">// RADIOLIB_LR11X0_CMD_STOP_TIMEOUT_ON_PREAMBLE</span></div>
<div class="line"><a id="l00466" name="l00466"></a><span class="lineno"> 466</span><span class="preprocessor">#define RADIOLIB_LR11X0_STOP_ON_SYNC_HEADER (0x00UL &lt;&lt; 0) </span><span class="comment">// 0 0 stop timeout on: sync word or header (default)</span></div>
<div class="line"><a id="l00467" name="l00467"></a><span class="lineno"> 467</span><span class="preprocessor">#define RADIOLIB_LR11X0_STOP_ON_PREAMBLE (0x01UL &lt;&lt; 0) </span><span class="comment">// 0 0 preamble</span></div>
<div class="line"><a id="l00468" name="l00468"></a><span class="lineno"> 468</span> </div>
<div class="line"><a id="l00469" name="l00469"></a><span class="lineno"> 469</span><span class="comment">// RADIOLIB_LR11X0_CMD_GET_RANGING_RESULT</span></div>
<div class="line"><a id="l00470" name="l00470"></a><span class="lineno"> 470</span><span class="preprocessor">#define RADIOLIB_LR11X0_RANGING_RESULT_DISTANCE (0) </span><span class="comment">// 7 0 ranging result type: distance</span></div>
<div class="line"><a id="l00471" name="l00471"></a><span class="lineno"> 471</span><span class="preprocessor">#define RADIOLIB_LR11X0_RANGING_RESULT_RSSI (1) </span><span class="comment">// 7 0 RSSI</span></div>
<div class="line"><a id="l00472" name="l00472"></a><span class="lineno"> 472</span> </div>
<div class="line"><a id="l00473" name="l00473"></a><span class="lineno"> 473</span><span class="comment">// RADIOLIB_LR11X0_CMD_SET_RX_BOOSTED</span></div>
<div class="line"><a id="l00474" name="l00474"></a><span class="lineno"> 474</span><span class="preprocessor">#define RADIOLIB_LR11X0_RX_BOOSTED_ENABLED (0x01UL &lt;&lt; 0) </span><span class="comment">// 0 0 Rx boosted mode: enabled</span></div>
<div class="line"><a id="l00475" name="l00475"></a><span class="lineno"> 475</span><span class="preprocessor">#define RADIOLIB_LR11X0_RX_BOOSTED_DISABLED (0x00UL &lt;&lt; 0) </span><span class="comment">// 0 0 disabled</span></div>
<div class="line"><a id="l00476" name="l00476"></a><span class="lineno"> 476</span> </div>
<div class="line"><a id="l00477" name="l00477"></a><span class="lineno"> 477</span><span class="comment">// RADIOLIB_LR11X0_CMD_SET_LORA_SYNC_WORD</span></div>
<div class="line"><a id="l00478" name="l00478"></a><span class="lineno"> 478</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_SYNC_WORD_PRIVATE (0x12)</span></div>
<div class="line"><a id="l00479" name="l00479"></a><span class="lineno"> 479</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_SYNC_WORD_PUBLIC (0x34)</span></div>
<div class="line"><a id="l00480" name="l00480"></a><span class="lineno"> 480</span> </div>
<div class="line"><a id="l00481" name="l00481"></a><span class="lineno"> 481</span><span class="comment">// RADIOLIB_LR11X0_CMD_LR_FHSS_BUILD_FRAME</span></div>
<div class="line"><a id="l00482" name="l00482"></a><span class="lineno"> 482</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_CR_5_6 (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 LR FHSS coding rate: 5/6</span></div>
<div class="line"><a id="l00483" name="l00483"></a><span class="lineno"> 483</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_CR_2_3 (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 2/3</span></div>
<div class="line"><a id="l00484" name="l00484"></a><span class="lineno"> 484</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_CR_1_2 (0x02UL &lt;&lt; 0) </span><span class="comment">// 7 0 1/2</span></div>
<div class="line"><a id="l00485" name="l00485"></a><span class="lineno"> 485</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_CR_1_3 (0x03UL &lt;&lt; 0) </span><span class="comment">// 7 0 1/3</span></div>
<div class="line"><a id="l00486" name="l00486"></a><span class="lineno"> 486</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_MOD_TYPE_GMSK (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 LR FHSS modulation: GMSK</span></div>
<div class="line"><a id="l00487" name="l00487"></a><span class="lineno"> 487</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_GRID_STEP_FCC (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 LR FHSS step size: 25.390625 kHz (FCC)</span></div>
<div class="line"><a id="l00488" name="l00488"></a><span class="lineno"> 488</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_GRID_STEP_NON_FCC (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 3.90625 kHz (non-FCC)</span></div>
<div class="line"><a id="l00489" name="l00489"></a><span class="lineno"> 489</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_HOPPING_DISABLED (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 LR FHSS hopping: disabled</span></div>
<div class="line"><a id="l00490" name="l00490"></a><span class="lineno"> 490</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_HOPPING_ENABLED (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 enabled</span></div>
<div class="line"><a id="l00491" name="l00491"></a><span class="lineno"> 491</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_BW_39_06 (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 LR FHSS bandwidth: 39.06 kHz</span></div>
<div class="line"><a id="l00492" name="l00492"></a><span class="lineno"> 492</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_BW_85_94 (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 85.94 kHz</span></div>
<div class="line"><a id="l00493" name="l00493"></a><span class="lineno"> 493</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_BW_136_72 (0x02UL &lt;&lt; 0) </span><span class="comment">// 7 0 136.72 kHz</span></div>
<div class="line"><a id="l00494" name="l00494"></a><span class="lineno"> 494</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_BW_183_59 (0x03UL &lt;&lt; 0) </span><span class="comment">// 7 0 183.59 kHz</span></div>
<div class="line"><a id="l00495" name="l00495"></a><span class="lineno"> 495</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_BW_335_94 (0x04UL &lt;&lt; 0) </span><span class="comment">// 7 0 335.94 kHz</span></div>
<div class="line"><a id="l00496" name="l00496"></a><span class="lineno"> 496</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_BW_386_72 (0x05UL &lt;&lt; 0) </span><span class="comment">// 7 0 386.72 kHz</span></div>
<div class="line"><a id="l00497" name="l00497"></a><span class="lineno"> 497</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_BW_722_66 (0x06UL &lt;&lt; 0) </span><span class="comment">// 7 0 722.66 kHz</span></div>
<div class="line"><a id="l00498" name="l00498"></a><span class="lineno"> 498</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_BW_773_44 (0x07UL &lt;&lt; 0) </span><span class="comment">// 7 0 773.44 kHz</span></div>
<div class="line"><a id="l00499" name="l00499"></a><span class="lineno"> 499</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_BW_1523_4 (0x08UL &lt;&lt; 0) </span><span class="comment">// 7 0 1523.4 kHz</span></div>
<div class="line"><a id="l00500" name="l00500"></a><span class="lineno"> 500</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_BW_1574_2 (0x09UL &lt;&lt; 0) </span><span class="comment">// 7 0 1574.2 kHz</span></div>
<div class="line"><a id="l00501" name="l00501"></a><span class="lineno"> 501</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_HEADER_BITS (114) </span><span class="comment">// 7 0 LR FHSS packet bit widths: header</span></div>
<div class="line"><a id="l00502" name="l00502"></a><span class="lineno"> 502</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_FRAG_BITS (48) </span><span class="comment">// 7 0 payload fragment</span></div>
<div class="line"><a id="l00503" name="l00503"></a><span class="lineno"> 503</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_BLOCK_PREAMBLE_BITS (2) </span><span class="comment">// 7 0 block preamble</span></div>
<div class="line"><a id="l00504" name="l00504"></a><span class="lineno"> 504</span><span class="preprocessor">#define RADIOLIB_LR11X0_LR_FHSS_BLOCK_BITS (RADIOLIB_LR11X0_LR_FHSS_FRAG_BITS + RADIOLIB_LR11X0_LR_FHSS_BLOCK_PREAMBLE_BITS)</span></div>
<div class="line"><a id="l00505" name="l00505"></a><span class="lineno"> 505</span> </div>
<div class="line"><a id="l00506" name="l00506"></a><span class="lineno"> 506</span><span class="comment">// RADIOLIB_LR11X0_CMD_GET_LORA_RX_HEADER_INFOS</span></div>
<div class="line"><a id="l00507" name="l00507"></a><span class="lineno"> 507</span><span class="preprocessor">#define RADIOLIB_LR11X0_LAST_HEADER_CRC_ENABLED (0x01UL &lt;&lt; 4) </span><span class="comment">// 4 4 last header CRC: enabled</span></div>
<div class="line"><a id="l00508" name="l00508"></a><span class="lineno"> 508</span><span class="preprocessor">#define RADIOLIB_LR11X0_LAST_HEADER_CRC_DISABLED (0x00UL &lt;&lt; 4) </span><span class="comment">// 4 4 disabled</span></div>
<div class="line"><a id="l00509" name="l00509"></a><span class="lineno"> 509</span> </div>
<div class="line"><a id="l00510" name="l00510"></a><span class="lineno"> 510</span><span class="comment">// RADIOLIB_LR11X0_CMD_WIFI_SCAN</span></div>
<div class="line"><a id="l00511" name="l00511"></a><span class="lineno"> 511</span><span class="preprocessor">#define RADIOLIB_LR11X0_WIFI_SCAN_802_11_B (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 Wi-Fi type to scan: 802.11b</span></div>
<div class="line"><a id="l00512" name="l00512"></a><span class="lineno"> 512</span><span class="preprocessor">#define RADIOLIB_LR11X0_WIFI_SCAN_802_11_G (0x02UL &lt;&lt; 0) </span><span class="comment">// 7 0 802.11g</span></div>
<div class="line"><a id="l00513" name="l00513"></a><span class="lineno"> 513</span><span class="preprocessor">#define RADIOLIB_LR11X0_WIFI_SCAN_802_11_N (0x03UL &lt;&lt; 0) </span><span class="comment">// 7 0 802.11n</span></div>
<div class="line"><a id="l00514" name="l00514"></a><span class="lineno"> 514</span><span class="preprocessor">#define RADIOLIB_LR11X0_WIFI_SCAN_ALL (0x04UL &lt;&lt; 0) </span><span class="comment">// 7 0 all (802.11b first)</span></div>
<div class="line"><a id="l00515" name="l00515"></a><span class="lineno"> 515</span><span class="preprocessor">#define RADIOLIB_LR11X0_WIFI_ACQ_MODE_BEACON_ONLY (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 Wi-Fi acquisition mode: beacon only</span></div>
<div class="line"><a id="l00516" name="l00516"></a><span class="lineno"> 516</span><span class="preprocessor">#define RADIOLIB_LR11X0_WIFI_ACQ_MODE_BEACON_PACKET (0x02UL &lt;&lt; 0) </span><span class="comment">// 7 0 beacon and packet</span></div>
<div class="line"><a id="l00517" name="l00517"></a><span class="lineno"> 517</span><span class="preprocessor">#define RADIOLIB_LR11X0_WIFI_ACQ_MODE_FULL_TRAFFIC (0x03UL &lt;&lt; 0) </span><span class="comment">// 7 0 full traffic</span></div>
<div class="line"><a id="l00518" name="l00518"></a><span class="lineno"> 518</span><span class="preprocessor">#define RADIOLIB_LR11X0_WIFI_ACQ_MODE_FULL_BEACON (0x04UL &lt;&lt; 0) </span><span class="comment">// 7 0 full beacon</span></div>
<div class="line"><a id="l00519" name="l00519"></a><span class="lineno"> 519</span><span class="preprocessor">#define RADIOLIB_LR11X0_WIFI_ACQ_MODE_SSID_BEACON (0x05UL &lt;&lt; 0) </span><span class="comment">// 7 0 SSID beacon</span></div>
<div class="line"><a id="l00520" name="l00520"></a><span class="lineno"> 520</span><span class="preprocessor">#define RADIOLIB_LR11X0_WIFI_ABORT_ON_TIMEOUT_ENABLED (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 abort scanning on preamble timeout: enabled</span></div>
<div class="line"><a id="l00521" name="l00521"></a><span class="lineno"> 521</span><span class="preprocessor">#define RADIOLIB_LR11X0_WIFI_ABORT_ON_TIMEOUT_DISABLED (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 disabled</span></div>
<div class="line"><a id="l00522" name="l00522"></a><span class="lineno"> 522</span><span class="preprocessor">#define RADIOLIB_LR11X0_WIFI_MAX_NUM_RESULTS (32) </span><span class="comment">// 7 0 maximum possible number of Wi-Fi scan results</span></div>
<div class="line"><a id="l00523" name="l00523"></a><span class="lineno"> 523</span><span class="preprocessor">#define RADIOLIB_LR11X0_WIFI_ALL_CHANNELS (0x3FFFUL) </span><span class="comment">// 16 0 scan all channels</span></div>
<div class="line"><a id="l00524" name="l00524"></a><span class="lineno"> 524</span> </div>
<div class="line"><a id="l00525" name="l00525"></a><span class="lineno"> 525</span><span class="comment">// RADIOLIB_LR11X0_CMD_WIFI_READ_RESULTS</span></div>
<div class="line"><a id="l00526" name="l00526"></a><span class="lineno"> 526</span><span class="preprocessor">#define RADIOLIB_LR11X0_WIFI_RESULT_TYPE_COMPLETE (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 Wi-Fi scan result type: complete</span></div>
<div class="line"><a id="l00527" name="l00527"></a><span class="lineno"> 527</span><span class="preprocessor">#define RADIOLIB_LR11X0_WIFI_RESULT_TYPE_BASIC (0x04UL &lt;&lt; 0) </span><span class="comment">// 7 0 basic</span></div>
<div class="line"><a id="l00528" name="l00528"></a><span class="lineno"> 528</span><span class="preprocessor">#define RADIOLIB_LR11X0_WIFI_RESULT_MAX_LEN (79) </span><span class="comment">// 7 0 maximum possible Wi-Fi scan size</span></div>
<div class="line"><a id="l00529" name="l00529"></a><span class="lineno"> 529</span><span class="preprocessor">#define RADIOLIB_LR11X0_WIFI_RESULT_MAC_LEN (6) </span><span class="comment">// 7 0 MAC address length in bytes</span></div>
<div class="line"><a id="l00530" name="l00530"></a><span class="lineno"> 530</span><span class="preprocessor">#define RADIOLIB_LR11X0_WIFI_RESULT_SSID_LEN (32) </span><span class="comment">// 7 0 SSID length in bytes</span></div>
<div class="line"><a id="l00531" name="l00531"></a><span class="lineno"> 531</span> </div>
<div class="line"><a id="l00532" name="l00532"></a><span class="lineno"> 532</span><span class="comment">// RADIOLIB_LR11X0_CMD_GNSS_SET_CONSTELLATION_TO_USE</span></div>
<div class="line"><a id="l00533" name="l00533"></a><span class="lineno"> 533</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_CONSTELLATION_GPS (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 GNSS constellation to use: GPS</span></div>
<div class="line"><a id="l00534" name="l00534"></a><span class="lineno"> 534</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_CONSTELLATION_BEIDOU (0x01UL &lt;&lt; 1) </span><span class="comment">// 7 0 BeiDou</span></div>
<div class="line"><a id="l00535" name="l00535"></a><span class="lineno"> 535</span> </div>
<div class="line"><a id="l00536" name="l00536"></a><span class="lineno"> 536</span><span class="comment">// RADIOLIB_LR11X0_CMD_GNSS_SET_MODE</span></div>
<div class="line"><a id="l00537" name="l00537"></a><span class="lineno"> 537</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_MODE_SINGLE_SCAN (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 GNSS scanning mode: single/legacy</span></div>
<div class="line"><a id="l00538" name="l00538"></a><span class="lineno"> 538</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_MODE_SINGLE_MULTIPLE (0x03UL &lt;&lt; 1) </span><span class="comment">// 7 0 multiple/advanced</span></div>
<div class="line"><a id="l00539" name="l00539"></a><span class="lineno"> 539</span> </div>
<div class="line"><a id="l00540" name="l00540"></a><span class="lineno"> 540</span><span class="comment">// RADIOLIB_LR11X0_CMD_GNSS_AUTONOMOUS</span></div>
<div class="line"><a id="l00541" name="l00541"></a><span class="lineno"> 541</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_RES_PSEUDO_DOPPLER_ENABLED (0x01UL &lt;&lt; 0) </span><span class="comment">// 0 0 GNSS results in NAV message: pseudo-range (in single scan mode) or Doppler information (in multiple scan mode)</span></div>
<div class="line"><a id="l00542" name="l00542"></a><span class="lineno"> 542</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_RES_PSEUDO_DOPPLER_DISABLED (0x00UL &lt;&lt; 0) </span><span class="comment">// 0 0 not included</span></div>
<div class="line"><a id="l00543" name="l00543"></a><span class="lineno"> 543</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_RES_DOPPLER_ENABLED (0x01UL &lt;&lt; 1) </span><span class="comment">// 1 1 Doppler information</span></div>
<div class="line"><a id="l00544" name="l00544"></a><span class="lineno"> 544</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_RES_DOPPLER_DISABLED (0x00UL &lt;&lt; 1) </span><span class="comment">// 1 1 not included</span></div>
<div class="line"><a id="l00545" name="l00545"></a><span class="lineno"> 545</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_NB_SV_ALL (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 include all detected satellites</span></div>
<div class="line"><a id="l00546" name="l00546"></a><span class="lineno"> 546</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_AUTO_EFFORT_MODE (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 reserved, always 0</span></div>
<div class="line"><a id="l00547" name="l00547"></a><span class="lineno"> 547</span> </div>
<div class="line"><a id="l00548" name="l00548"></a><span class="lineno"> 548</span><span class="comment">// RADIOLIB_LR11X0_CMD_GNSS_ASSISTED</span></div>
<div class="line"><a id="l00549" name="l00549"></a><span class="lineno"> 549</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_ASSIST_LOW_POWER (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 effort mode: low power</span></div>
<div class="line"><a id="l00550" name="l00550"></a><span class="lineno"> 550</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_ASSIST_BEST_EFFORT (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 best effort</span></div>
<div class="line"><a id="l00551" name="l00551"></a><span class="lineno"> 551</span> </div>
<div class="line"><a id="l00552" name="l00552"></a><span class="lineno"> 552</span><span class="comment">// RADIOLIB_LR11X0_CMD_GNSS_GET_CONTEXT_STATUS</span></div>
<div class="line"><a id="l00553" name="l00553"></a><span class="lineno"> 553</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_CONTEXT_ERR_NONE (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 4 error code: none</span></div>
<div class="line"><a id="l00554" name="l00554"></a><span class="lineno"> 554</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_CONTEXT_ERR_ALMANAC_OLD (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 4 almanac too old</span></div>
<div class="line"><a id="l00555" name="l00555"></a><span class="lineno"> 555</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_CONTEXT_ERR_ALMANAC_CRC (0x02UL &lt;&lt; 0) </span><span class="comment">// 7 4 almanac CRC mismatch</span></div>
<div class="line"><a id="l00556" name="l00556"></a><span class="lineno"> 556</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_CONTEXT_ERR_FLASH (0x03UL &lt;&lt; 0) </span><span class="comment">// 7 4 flash integrity error</span></div>
<div class="line"><a id="l00557" name="l00557"></a><span class="lineno"> 557</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_CONTEXT_ERR_ALMANAC_UPD (0x04UL &lt;&lt; 0) </span><span class="comment">// 7 4 almanac update not allowed</span></div>
<div class="line"><a id="l00558" name="l00558"></a><span class="lineno"> 558</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_CONTEXT_FREQ_SPACE_250_HZ (0x00UL &lt;&lt; 0) </span><span class="comment">// 8 7 frequency search space: 250 Hz</span></div>
<div class="line"><a id="l00559" name="l00559"></a><span class="lineno"> 559</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_CONTEXT_FREQ_SPACE_500_HZ (0x01UL &lt;&lt; 0) </span><span class="comment">// 8 7 500 Hz</span></div>
<div class="line"><a id="l00560" name="l00560"></a><span class="lineno"> 560</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_CONTEXT_FREQ_SPACE_1000_HZ (0x02UL &lt;&lt; 0) </span><span class="comment">// 8 7 1000 Hz</span></div>
<div class="line"><a id="l00561" name="l00561"></a><span class="lineno"> 561</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_CONTEXT_FREQ_SPACE_2000_HZ (0x03UL &lt;&lt; 0) </span><span class="comment">// 8 7 2000 Hz</span></div>
<div class="line"><a id="l00562" name="l00562"></a><span class="lineno"> 562</span> </div>
<div class="line"><a id="l00563" name="l00563"></a><span class="lineno"> 563</span><span class="comment">// RADIOLIB_LR11X0_CMD_GNSS_GET_SV_VISIBLE</span></div>
<div class="line"><a id="l00564" name="l00564"></a><span class="lineno"> 564</span><span class="preprocessor">#define RADIOLIB_LR11X0_SV_CONSTELLATION_GPS (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 GNSS constellation: GPS</span></div>
<div class="line"><a id="l00565" name="l00565"></a><span class="lineno"> 565</span><span class="preprocessor">#define RADIOLIB_LR11X0_SV_CONSTELLATION_BEIDOU (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 BeiDou</span></div>
<div class="line"><a id="l00566" name="l00566"></a><span class="lineno"> 566</span> </div>
<div class="line"><a id="l00567" name="l00567"></a><span class="lineno"> 567</span><span class="comment">// RADIOLIB_LR11X0_CMD_GNSS_ALMANAC_FULL_UPDATE</span></div>
<div class="line"><a id="l00568" name="l00568"></a><span class="lineno"> 568</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_ALMANAC_HEADER_ID (0x80UL &lt;&lt; 0) </span><span class="comment">// 7 0 starting byte of GNSS almanac header</span></div>
<div class="line"><a id="l00569" name="l00569"></a><span class="lineno"> 569</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_ALMANAC_BLOCK_SIZE (20)</span></div>
<div class="line"><a id="l00570" name="l00570"></a><span class="lineno"> 570</span> </div>
<div class="line"><a id="l00571" name="l00571"></a><span class="lineno"> 571</span><span class="comment">// RADIOLIB_LR11X0_CMD_GNSS_FETCH_TIME</span></div>
<div class="line"><a id="l00572" name="l00572"></a><span class="lineno"> 572</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_EFFORT_LOW (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 GNSS effort mode: low sensitivity</span></div>
<div class="line"><a id="l00573" name="l00573"></a><span class="lineno"> 573</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_EFFORT_MID (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 medium sensitivity</span></div>
<div class="line"><a id="l00574" name="l00574"></a><span class="lineno"> 574</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_FETCH_TIME_OPT_TOW (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 time fetch options: ToW only, requires WN to demodulated beforehand</span></div>
<div class="line"><a id="l00575" name="l00575"></a><span class="lineno"> 575</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_FETCH_TIME_OPT_TOW_WN (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 ToW and WN</span></div>
<div class="line"><a id="l00576" name="l00576"></a><span class="lineno"> 576</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_FETCH_TIME_OPT_TOW_WN_ROLL (0x02UL &lt;&lt; 0) </span><span class="comment">// 7 0 ToW, WN and rollover</span></div>
<div class="line"><a id="l00577" name="l00577"></a><span class="lineno"> 577</span> </div>
<div class="line"><a id="l00578" name="l00578"></a><span class="lineno"> 578</span><span class="comment">// RADIOLIB_LR11X0_CMD_GNSS_READ_DEMOD_STATUS</span></div>
<div class="line"><a id="l00579" name="l00579"></a><span class="lineno"> 579</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_NOT_POSSIBLE (-21) </span><span class="comment">// 7 0 GNSS demodulation status: not possible to demodulate</span></div>
<div class="line"><a id="l00580" name="l00580"></a><span class="lineno"> 580</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_SAT_LOST (-20) </span><span class="comment">// 7 0 satellite lost</span></div>
<div class="line"><a id="l00581" name="l00581"></a><span class="lineno"> 581</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_ALMANAC_DEMOD_ERROR (-19) </span><span class="comment">// 7 0 almanac demodulation error</span></div>
<div class="line"><a id="l00582" name="l00582"></a><span class="lineno"> 582</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_TOO_LATE (-18) </span><span class="comment">// 7 0 woke up after preamble (demodulation started too late)</span></div>
<div class="line"><a id="l00583" name="l00583"></a><span class="lineno"> 583</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_20_MS_FAIL (-17) </span><span class="comment">// 7 0 20ms real-time clock failed</span></div>
<div class="line"><a id="l00584" name="l00584"></a><span class="lineno"> 584</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_WAKE_UP_FAIL (-16) </span><span class="comment">// 7 0 wake up sync failed</span></div>
<div class="line"><a id="l00585" name="l00585"></a><span class="lineno"> 585</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_WN_INVALID (-15) </span><span class="comment">// 7 0 week number not validated</span></div>
<div class="line"><a id="l00586" name="l00586"></a><span class="lineno"> 586</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_NO_ACTIVE_SAT (-14) </span><span class="comment">// 7 0 no active satellite selected in satellite list</span></div>
<div class="line"><a id="l00587" name="l00587"></a><span class="lineno"> 587</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_SLEEP_TOO_LONG (-13) </span><span class="comment">// 7 0 sleep time too long</span></div>
<div class="line"><a id="l00588" name="l00588"></a><span class="lineno"> 588</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_TOW_INVALID (-12) </span><span class="comment">// 7 0 wrong time-of-week demodulated</span></div>
<div class="line"><a id="l00589" name="l00589"></a><span class="lineno"> 589</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_PREAMBLE_INVALID (-11) </span><span class="comment">// 7 0 preamble not validated</span></div>
<div class="line"><a id="l00590" name="l00590"></a><span class="lineno"> 590</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_DISABLED (-10) </span><span class="comment">// 7 0 demodulator disabled</span></div>
<div class="line"><a id="l00591" name="l00591"></a><span class="lineno"> 591</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_EXTR_FAILED (-9) </span><span class="comment">// 7 0 demodulator extraction failed</span></div>
<div class="line"><a id="l00592" name="l00592"></a><span class="lineno"> 592</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_NO_BIT_CHANGE (-8) </span><span class="comment">// 7 0 no bit change found during demodulation start</span></div>
<div class="line"><a id="l00593" name="l00593"></a><span class="lineno"> 593</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_NO_BIT_CHANGE_ADV (-7) </span><span class="comment">// 7 0 no bit change found during advanced scan</span></div>
<div class="line"><a id="l00594" name="l00594"></a><span class="lineno"> 594</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_NO_SAT_FOUND (-6) </span><span class="comment">// 7 0 no satellites found</span></div>
<div class="line"><a id="l00595" name="l00595"></a><span class="lineno"> 595</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_SYNC_LOST (-5) </span><span class="comment">// 7 0 word sync lost</span></div>
<div class="line"><a id="l00596" name="l00596"></a><span class="lineno"> 596</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_PARITY_NOT_ENOUGH (-3) </span><span class="comment">// 7 0 parity check fail (not enough)</span></div>
<div class="line"><a id="l00597" name="l00597"></a><span class="lineno"> 597</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_PARITY_TOO_MANY (-2) </span><span class="comment">// 7 0 parity check fail (too many)</span></div>
<div class="line"><a id="l00598" name="l00598"></a><span class="lineno"> 598</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_NO_PARITY (-1) </span><span class="comment">// 7 0 parity check fail (no parity found)</span></div>
<div class="line"><a id="l00599" name="l00599"></a><span class="lineno"> 599</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_WORD_SYNC_NONE (0) </span><span class="comment">// 7 0 word sync search not started</span></div>
<div class="line"><a id="l00600" name="l00600"></a><span class="lineno"> 600</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_WORD_SYNC_POT (1) </span><span class="comment">// 7 0 potential word sync found</span></div>
<div class="line"><a id="l00601" name="l00601"></a><span class="lineno"> 601</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_WORD_SYNC_OK (2) </span><span class="comment">// 7 0 word sync found</span></div>
<div class="line"><a id="l00602" name="l00602"></a><span class="lineno"> 602</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_TOW_FOUND (3) </span><span class="comment">// 7 0 time-of-week found</span></div>
<div class="line"><a id="l00603" name="l00603"></a><span class="lineno"> 603</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_WN_FOUND (4) </span><span class="comment">// 7 0 week number and time-of-week found</span></div>
<div class="line"><a id="l00604" name="l00604"></a><span class="lineno"> 604</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_ALM_FOUND_UNSAVED (5) </span><span class="comment">// 7 0 almanac found but not saved</span></div>
<div class="line"><a id="l00605" name="l00605"></a><span class="lineno"> 605</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_HALF_ALM_SAVED (6) </span><span class="comment">// 7 0 half of almanac found and saved</span></div>
<div class="line"><a id="l00606" name="l00606"></a><span class="lineno"> 606</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_FULL_ALM_SAVED (7) </span><span class="comment">// 7 0 full almanac found and saved</span></div>
<div class="line"><a id="l00607" name="l00607"></a><span class="lineno"> 607</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_INFO_WORD_SYNC_FOUND (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 GNSS demodulation info: word synchronization found</span></div>
<div class="line"><a id="l00608" name="l00608"></a><span class="lineno"> 608</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_INFO_TOW_FOUND (0x01UL &lt;&lt; 1) </span><span class="comment">// 7 0 time-of-week found</span></div>
<div class="line"><a id="l00609" name="l00609"></a><span class="lineno"> 609</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_INFO_WN_DEMODED (0x01UL &lt;&lt; 2) </span><span class="comment">// 7 0 week number demodulated</span></div>
<div class="line"><a id="l00610" name="l00610"></a><span class="lineno"> 610</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_INFO_WN_FOUND (0x01UL &lt;&lt; 3) </span><span class="comment">// 7 0 week number found</span></div>
<div class="line"><a id="l00611" name="l00611"></a><span class="lineno"> 611</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_INFO_SUBFRAME_1_FOUND (0x01UL &lt;&lt; 4) </span><span class="comment">// 7 0 subframe 1 found</span></div>
<div class="line"><a id="l00612" name="l00612"></a><span class="lineno"> 612</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_INFO_SUBFRAME_4_FOUND (0x01UL &lt;&lt; 5) </span><span class="comment">// 7 0 subframe 4 found</span></div>
<div class="line"><a id="l00613" name="l00613"></a><span class="lineno"> 613</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_DEMOD_INFO_SUBFRAME_5_FOUND (0x01UL &lt;&lt; 6) </span><span class="comment">// 7 0 subframe 5 found</span></div>
<div class="line"><a id="l00614" name="l00614"></a><span class="lineno"> 614</span> </div>
<div class="line"><a id="l00615" name="l00615"></a><span class="lineno"> 615</span><span class="comment">// RADIOLIB_LR11X0_CMD_GNSS_READ_ALMANAC_STATUS</span></div>
<div class="line"><a id="l00616" name="l00616"></a><span class="lineno"> 616</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_ALMANAC_STATUS_UP_TO_DATE (0) </span><span class="comment">// 7 0 GPS/BeiDou almanac status: all satellites up-to-date</span></div>
<div class="line"><a id="l00617" name="l00617"></a><span class="lineno"> 617</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_ALMANAC_STATUS_OUTDATED (1) </span><span class="comment">// 7 0 at least one satellite needs update</span></div>
<div class="line"><a id="l00618" name="l00618"></a><span class="lineno"> 618</span> </div>
<div class="line"><a id="l00619" name="l00619"></a><span class="lineno"> 619</span><span class="comment">// RADIOLIB_LR11X0_CMD_GNSS_READ_DOPPLER_SOLVER_RES</span></div>
<div class="line"><a id="l00620" name="l00620"></a><span class="lineno"> 620</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_SOLVER_ERR_NONE (0) </span><span class="comment">// 7 0 internal 2D solver error: no error</span></div>
<div class="line"><a id="l00621" name="l00621"></a><span class="lineno"> 621</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_SOLVER_ERR_RES_HIGH (1) </span><span class="comment">// 7 0 residue too high</span></div>
<div class="line"><a id="l00622" name="l00622"></a><span class="lineno"> 622</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_SOLVER_ERR_NOT_CONVERGED (2) </span><span class="comment">// 7 0 not converged on solution</span></div>
<div class="line"><a id="l00623" name="l00623"></a><span class="lineno"> 623</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_SOLVER_ERR_NOT_ENOUGH_SV (3) </span><span class="comment">// 7 0 not enough satellites</span></div>
<div class="line"><a id="l00624" name="l00624"></a><span class="lineno"> 624</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_SOLVER_ERR_ILL_MATRIX (4) </span><span class="comment">// 7 0 matrix error (?)</span></div>
<div class="line"><a id="l00625" name="l00625"></a><span class="lineno"> 625</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_SOLVER_ERR_TIME (5) </span><span class="comment">// 7 0 time error</span></div>
<div class="line"><a id="l00626" name="l00626"></a><span class="lineno"> 626</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_SOLVER_ERR_ALM_PART_OLD (6) </span><span class="comment">// 7 0 part of almanac too old or not available</span></div>
<div class="line"><a id="l00627" name="l00627"></a><span class="lineno"> 627</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_SOLVER_ERR_INCONSISTENT (7) </span><span class="comment">// 7 0 not consistent with history (?)</span></div>
<div class="line"><a id="l00628" name="l00628"></a><span class="lineno"> 628</span><span class="preprocessor">#define RADIOLIB_LR11X0_GNSS_SOLVER_ERR_ALM_OLD (8) </span><span class="comment">// 7 0 all of almanac too old</span></div>
<div class="line"><a id="l00629" name="l00629"></a><span class="lineno"> 629</span> </div>
<div class="line"><a id="l00630" name="l00630"></a><span class="lineno"> 630</span><span class="comment">// RADIOLIB_LR11X0_CMD_CRYPTO_SET_KEY</span></div>
<div class="line"><a id="l00631" name="l00631"></a><span class="lineno"> 631</span><span class="preprocessor">#define RADIOLIB_LR11X0_CRYPTO_STATUS_SUCCESS (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 crypto engine status: success</span></div>
<div class="line"><a id="l00632" name="l00632"></a><span class="lineno"> 632</span><span class="preprocessor">#define RADIOLIB_LR11X0_CRYPTO_STATUS_FAIL_CMAC (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 MIC check failed</span></div>
<div class="line"><a id="l00633" name="l00633"></a><span class="lineno"> 633</span><span class="preprocessor">#define RADIOLIB_LR11X0_CRYPTO_STATUS_INV_KEY_ID (0x03UL &lt;&lt; 0) </span><span class="comment">// 7 0 key/parameter source or destination ID error</span></div>
<div class="line"><a id="l00634" name="l00634"></a><span class="lineno"> 634</span><span class="preprocessor">#define RADIOLIB_LR11X0_CRYPTO_STATUS_BUF_SIZE (0x05UL &lt;&lt; 0) </span><span class="comment">// 7 0 data buffer size invalid</span></div>
<div class="line"><a id="l00635" name="l00635"></a><span class="lineno"> 635</span><span class="preprocessor">#define RADIOLIB_LR11X0_CRYPTO_STATUS_ERROR (0x06UL &lt;&lt; 0) </span><span class="comment">// 7 0 generic error</span></div>
<div class="line"><a id="l00636" name="l00636"></a><span class="lineno"> 636</span> </div>
<div class="line"><a id="l00637" name="l00637"></a><span class="lineno"> 637</span><span class="comment">// RADIOLIB_LR11X0_CMD_CRYPTO_PROCESS_JOIN_ACCEPT</span></div>
<div class="line"><a id="l00638" name="l00638"></a><span class="lineno"> 638</span><span class="preprocessor">#define RADIOLIB_LR11X0_CRYPTO_LORAWAN_VERSION_1_0 (0x00UL &lt;&lt; 0) </span><span class="comment">// 7 0 LoRaWAN version: 1.0.x</span></div>
<div class="line"><a id="l00639" name="l00639"></a><span class="lineno"> 639</span><span class="preprocessor">#define RADIOLIB_LR11X0_CRYPTO_LORAWAN_VERSION_1_1 (0x01UL &lt;&lt; 0) </span><span class="comment">// 7 0 1.1</span></div>
<div class="line"><a id="l00640" name="l00640"></a><span class="lineno"> 640</span> </div>
<div class="line"><a id="l00641" name="l00641"></a><span class="lineno"> 641</span><span class="comment">// LR11X0 SPI register variables</span></div>
<div class="line"><a id="l00642" name="l00642"></a><span class="lineno"> 642</span> </div>
<div class="line"><a id="l00643" name="l00643"></a><span class="lineno"> 643</span><span class="comment">// RADIOLIB_LR11X0_REG_SF6_SX127X_COMPAT</span></div>
<div class="line"><a id="l00644" name="l00644"></a><span class="lineno"> 644</span><span class="preprocessor">#define RADIOLIB_LR11X0_SF6_SX126X (0x00UL &lt;&lt; 18) </span><span class="comment">// 18 18 SF6 mode: SX126x series</span></div>
<div class="line"><a id="l00645" name="l00645"></a><span class="lineno"> 645</span><span class="preprocessor">#define RADIOLIB_LR11X0_SF6_SX127X (0x01UL &lt;&lt; 18) </span><span class="comment">// 18 18 SX127x series</span></div>
<div class="line"><a id="l00646" name="l00646"></a><span class="lineno"> 646</span> </div>
<div class="line"><a id="l00647" name="l00647"></a><span class="lineno"> 647</span><span class="comment">// RADIOLIB_LR11X0_REG_LORA_HIGH_POWER_FIX</span></div>
<div class="line"><a id="l00648" name="l00648"></a><span class="lineno"> 648</span><span class="preprocessor">#define RADIOLIB_LR11X0_LORA_HIGH_POWER_FIX (0x00UL &lt;&lt; 30) </span><span class="comment">// 30 30 fix for errata</span></div>
<div class="line"><a id="l00649" name="l00649"></a><span class="lineno"> 649</span> </div>
<div class="line"><a id="l00650" name="l00650"></a><span class="lineno"> 650</span><span class="comment">// RADIOLIB_LR11X0_REG_LNA_MODE</span></div>
<div class="line"><a id="l00651" name="l00651"></a><span class="lineno"> 651</span><span class="preprocessor">#define RADIOLIB_LR11X0_LNA_MODE_SINGLE_RFI_N (0x01UL &lt;&lt; 4) </span><span class="comment">// 7 4 LNA mode: single-ended RFI_N</span></div>
<div class="line"><a id="l00652" name="l00652"></a><span class="lineno"> 652</span><span class="preprocessor">#define RADIOLIB_LR11X0_LNA_MODE_SINGLE_RFI_P (0x02UL &lt;&lt; 4) </span><span class="comment">// 7 4 single-ended RFI_P</span></div>
<div class="line"><a id="l00653" name="l00653"></a><span class="lineno"> 653</span><span class="preprocessor">#define RADIOLIB_LR11X0_LNA_MODE_DIFFERENTIAL (0x03UL &lt;&lt; 4) </span><span class="comment">// 7 4 differential (default)</span></div>
<div class="line"><a id="l00654" name="l00654"></a><span class="lineno"> 654</span> </div>
<div class="foldopen" id="foldopen00660" data-start="{" data-end="};">
<div class="line"><a id="l00660" name="l00660"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result__t.html"> 660</a></span><span class="keyword">struct </span><a class="code hl_struct" href="struct_l_r11x0_wifi_result__t.html">LR11x0WifiResult_t</a> {</div>
<div class="line"><a id="l00662" name="l00662"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result__t.html#a7750bb14648b6ee4e96b73cd76a1ca2a"> 662</a></span> <span class="keywordtype">char</span> <a class="code hl_variable" href="struct_l_r11x0_wifi_result__t.html#a7750bb14648b6ee4e96b73cd76a1ca2a">type</a>;</div>
<div class="line"><a id="l00663" name="l00663"></a><span class="lineno"> 663</span> </div>
<div class="line"><a id="l00665" name="l00665"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result__t.html#ac1768e3f878366d2187ffe6d4bc196bd"> 665</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_wifi_result__t.html#ac1768e3f878366d2187ffe6d4bc196bd">dataRateId</a>;</div>
<div class="line"><a id="l00666" name="l00666"></a><span class="lineno"> 666</span> </div>
<div class="line"><a id="l00668" name="l00668"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result__t.html#a520382420ad088ac1ace3754192cbfeb"> 668</a></span> uint16_t <a class="code hl_variable" href="struct_l_r11x0_wifi_result__t.html#a520382420ad088ac1ace3754192cbfeb">channelFreq</a>;</div>
<div class="line"><a id="l00669" name="l00669"></a><span class="lineno"> 669</span> </div>
<div class="line"><a id="l00671" name="l00671"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result__t.html#aedbfd390bee0e0995321e0a5caedac53"> 671</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_wifi_result__t.html#aedbfd390bee0e0995321e0a5caedac53">origin</a>;</div>
<div class="line"><a id="l00672" name="l00672"></a><span class="lineno"> 672</span> </div>
<div class="line"><a id="l00674" name="l00674"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result__t.html#a18a5615328bfc7b549a7ef1a5514c087"> 674</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="struct_l_r11x0_wifi_result__t.html#a18a5615328bfc7b549a7ef1a5514c087">ap</a>;</div>
<div class="line"><a id="l00675" name="l00675"></a><span class="lineno"> 675</span> </div>
<div class="line"><a id="l00677" name="l00677"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result__t.html#acac3f837ac4fa56e5fda3221f89f3d9f"> 677</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="struct_l_r11x0_wifi_result__t.html#acac3f837ac4fa56e5fda3221f89f3d9f">rssi</a>;</div>
<div class="line"><a id="l00678" name="l00678"></a><span class="lineno"> 678</span> </div>
<div class="line"><a id="l00680" name="l00680"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result__t.html#a9fb28ba0ff8e6625322b081a4bda5628"> 680</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_wifi_result__t.html#a9fb28ba0ff8e6625322b081a4bda5628">mac</a>[RADIOLIB_LR11X0_WIFI_RESULT_MAC_LEN];</div>
<div class="line"><a id="l00681" name="l00681"></a><span class="lineno"> 681</span>};</div>
</div>
<div class="line"><a id="l00682" name="l00682"></a><span class="lineno"> 682</span> </div>
<div class="foldopen" id="foldopen00688" data-start="{" data-end="};">
<div class="line"><a id="l00688" name="l00688"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result_full__t.html"> 688</a></span><span class="keyword">struct </span><a class="code hl_struct" href="struct_l_r11x0_wifi_result_full__t.html">LR11x0WifiResultFull_t</a>: <span class="keyword">public</span> <a class="code hl_struct" href="struct_l_r11x0_wifi_result__t.html">LR11x0WifiResult_t</a> {</div>
<div class="line"><a id="l00690" name="l00690"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result_full__t.html#aac254fd90872d9e3457a0c44409ff9fb"> 690</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_wifi_result_full__t.html#aac254fd90872d9e3457a0c44409ff9fb">frameType</a>;</div>
<div class="line"><a id="l00691" name="l00691"></a><span class="lineno"> 691</span> </div>
<div class="line"><a id="l00693" name="l00693"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result_full__t.html#ab4f5ee1a99afca09242ae31ae8bc75c2"> 693</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_wifi_result_full__t.html#ab4f5ee1a99afca09242ae31ae8bc75c2">frameSubType</a>;</div>
<div class="line"><a id="l00694" name="l00694"></a><span class="lineno"> 694</span> </div>
<div class="line"><a id="l00696" name="l00696"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result_full__t.html#abe8e8b5e22a75ac988de6f98afa5fd61"> 696</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="struct_l_r11x0_wifi_result_full__t.html#abe8e8b5e22a75ac988de6f98afa5fd61">toDistributionSystem</a>;</div>
<div class="line"><a id="l00697" name="l00697"></a><span class="lineno"> 697</span> </div>
<div class="line"><a id="l00699" name="l00699"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result_full__t.html#a47cb77c1ccf8da32d3a4102518c0d72c"> 699</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="struct_l_r11x0_wifi_result_full__t.html#a47cb77c1ccf8da32d3a4102518c0d72c">fromDistributionSystem</a>;</div>
<div class="line"><a id="l00700" name="l00700"></a><span class="lineno"> 700</span> </div>
<div class="line"><a id="l00702" name="l00702"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result_full__t.html#a37d3203c39ca6d6f0ab42662a09bab13"> 702</a></span> uint16_t <a class="code hl_variable" href="struct_l_r11x0_wifi_result_full__t.html#a37d3203c39ca6d6f0ab42662a09bab13">phiOffset</a>;</div>
<div class="line"><a id="l00703" name="l00703"></a><span class="lineno"> 703</span> </div>
<div class="line"><a id="l00705" name="l00705"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result_full__t.html#a4fbd2bfd834c890da47ab94c6f688738"> 705</a></span> uint64_t <a class="code hl_variable" href="struct_l_r11x0_wifi_result_full__t.html#a4fbd2bfd834c890da47ab94c6f688738">timestamp</a>;</div>
<div class="line"><a id="l00706" name="l00706"></a><span class="lineno"> 706</span> </div>
<div class="line"><a id="l00708" name="l00708"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result_full__t.html#a0e2539bf62ddd7fb7a9671f4e8c58bf8"> 708</a></span> uint32_t <a class="code hl_variable" href="struct_l_r11x0_wifi_result_full__t.html#a0e2539bf62ddd7fb7a9671f4e8c58bf8">periodBeacon</a>;</div>
<div class="line"><a id="l00709" name="l00709"></a><span class="lineno"> 709</span>};</div>
</div>
<div class="line"><a id="l00710" name="l00710"></a><span class="lineno"> 710</span> </div>
<div class="foldopen" id="foldopen00718" data-start="{" data-end="};">
<div class="line"><a id="l00718" name="l00718"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result_extended__t.html"> 718</a></span><span class="keyword">struct </span><a class="code hl_struct" href="struct_l_r11x0_wifi_result_extended__t.html">LR11x0WifiResultExtended_t</a>: <span class="keyword">public</span> <a class="code hl_struct" href="struct_l_r11x0_wifi_result_full__t.html">LR11x0WifiResultFull_t</a> {</div>
<div class="line"><a id="l00720" name="l00720"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result_extended__t.html#a16a6732a8af0332f64c0f6bcc0d5257f"> 720</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_wifi_result_extended__t.html#a16a6732a8af0332f64c0f6bcc0d5257f">rate</a>;</div>
<div class="line"><a id="l00721" name="l00721"></a><span class="lineno"> 721</span> </div>
<div class="line"><a id="l00723" name="l00723"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result_extended__t.html#a4ffbb47fb23051dfeb2fe7ae52ae6dea"> 723</a></span> uint16_t <a class="code hl_variable" href="struct_l_r11x0_wifi_result_extended__t.html#a4ffbb47fb23051dfeb2fe7ae52ae6dea">service</a>;</div>
<div class="line"><a id="l00724" name="l00724"></a><span class="lineno"> 724</span> </div>
<div class="line"><a id="l00726" name="l00726"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result_extended__t.html#a403e9bde552ca9b07cdf49a2d295c563"> 726</a></span> uint16_t <a class="code hl_variable" href="struct_l_r11x0_wifi_result_extended__t.html#a403e9bde552ca9b07cdf49a2d295c563">length</a>;</div>
<div class="line"><a id="l00727" name="l00727"></a><span class="lineno"> 727</span> </div>
<div class="line"><a id="l00729" name="l00729"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result_extended__t.html#ae689651117f96ba356caea064cdeb191"> 729</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_wifi_result_extended__t.html#ae689651117f96ba356caea064cdeb191">mac0</a>[RADIOLIB_LR11X0_WIFI_RESULT_MAC_LEN];</div>
<div class="line"><a id="l00730" name="l00730"></a><span class="lineno"> 730</span> </div>
<div class="line"><a id="l00732" name="l00732"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result_extended__t.html#a530ba85cf4b0b41e519b2d89e37b2497"> 732</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_wifi_result_extended__t.html#a530ba85cf4b0b41e519b2d89e37b2497">mac2</a>[RADIOLIB_LR11X0_WIFI_RESULT_MAC_LEN];</div>
<div class="line"><a id="l00733" name="l00733"></a><span class="lineno"> 733</span> </div>
<div class="line"><a id="l00735" name="l00735"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result_extended__t.html#ad86cb8ec2fca8dc1858a4fe6b0e1e9cf"> 735</a></span> uint16_t <a class="code hl_variable" href="struct_l_r11x0_wifi_result_extended__t.html#ad86cb8ec2fca8dc1858a4fe6b0e1e9cf">seqCtrl</a>;</div>
<div class="line"><a id="l00736" name="l00736"></a><span class="lineno"> 736</span> </div>
<div class="line"><a id="l00738" name="l00738"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result_extended__t.html#a640fdd5b33e6ab2f6867cd63da567147"> 738</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_wifi_result_extended__t.html#a640fdd5b33e6ab2f6867cd63da567147">ssid</a>[RADIOLIB_LR11X0_WIFI_RESULT_SSID_LEN];</div>
<div class="line"><a id="l00739" name="l00739"></a><span class="lineno"> 739</span> </div>
<div class="line"><a id="l00741" name="l00741"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result_extended__t.html#a7314104129f9ceb6d91c85578d85d252"> 741</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_wifi_result_extended__t.html#a7314104129f9ceb6d91c85578d85d252">currentChannel</a>;</div>
<div class="line"><a id="l00742" name="l00742"></a><span class="lineno"> 742</span> </div>
<div class="line"><a id="l00744" name="l00744"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result_extended__t.html#ae9bf4bc28c72985edc131ad1b69cb06a"> 744</a></span> <span class="keywordtype">char</span> <a class="code hl_variable" href="struct_l_r11x0_wifi_result_extended__t.html#ae9bf4bc28c72985edc131ad1b69cb06a">countryCode</a>[3];</div>
<div class="line"><a id="l00745" name="l00745"></a><span class="lineno"> 745</span> </div>
<div class="line"><a id="l00747" name="l00747"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result_extended__t.html#af9391a0e26fc6ef4cc1a5f5c61689409"> 747</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_wifi_result_extended__t.html#af9391a0e26fc6ef4cc1a5f5c61689409">ioReg</a>;</div>
<div class="line"><a id="l00748" name="l00748"></a><span class="lineno"> 748</span> </div>
<div class="line"><a id="l00750" name="l00750"></a><span class="lineno"><a class="line" href="struct_l_r11x0_wifi_result_extended__t.html#a45bbafdcc16a5ae8ee52d0ea40b40326"> 750</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="struct_l_r11x0_wifi_result_extended__t.html#a45bbafdcc16a5ae8ee52d0ea40b40326">fcsCheckOk</a>;</div>
<div class="line"><a id="l00751" name="l00751"></a><span class="lineno"> 751</span>};</div>
</div>
<div class="line"><a id="l00752" name="l00752"></a><span class="lineno"> 752</span> </div>
<div class="foldopen" id="foldopen00757" data-start="{" data-end="};">
<div class="line"><a id="l00757" name="l00757"></a><span class="lineno"><a class="line" href="struct_l_r11x0_version_info__t.html"> 757</a></span><span class="keyword">struct </span><a class="code hl_struct" href="struct_l_r11x0_version_info__t.html">LR11x0VersionInfo_t</a> {</div>
<div class="line"><a id="l00759" name="l00759"></a><span class="lineno"><a class="line" href="struct_l_r11x0_version_info__t.html#a8c572580b8dba18d46ae50b4a4dd5a8d"> 759</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_version_info__t.html#a8c572580b8dba18d46ae50b4a4dd5a8d">hardware</a>;</div>
<div class="line"><a id="l00760" name="l00760"></a><span class="lineno"> 760</span> </div>
<div class="line"><a id="l00762" name="l00762"></a><span class="lineno"><a class="line" href="struct_l_r11x0_version_info__t.html#a6686a59a55b567b11b325b7087d682b2"> 762</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_version_info__t.html#a6686a59a55b567b11b325b7087d682b2">device</a>;</div>
<div class="line"><a id="l00763" name="l00763"></a><span class="lineno"> 763</span> </div>
<div class="line"><a id="l00765" name="l00765"></a><span class="lineno"><a class="line" href="struct_l_r11x0_version_info__t.html#a50d3cf257fb187c00a6290c8c7d95edc"> 765</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_version_info__t.html#a50d3cf257fb187c00a6290c8c7d95edc">fwMajor</a>;</div>
<div class="line"><a id="l00766" name="l00766"></a><span class="lineno"> 766</span> </div>
<div class="line"><a id="l00768" name="l00768"></a><span class="lineno"><a class="line" href="struct_l_r11x0_version_info__t.html#a93ffc624cb2545411a409e7879a6d597"> 768</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_version_info__t.html#a93ffc624cb2545411a409e7879a6d597">fwMinor</a>;</div>
<div class="line"><a id="l00769" name="l00769"></a><span class="lineno"> 769</span> </div>
<div class="line"><a id="l00771" name="l00771"></a><span class="lineno"><a class="line" href="struct_l_r11x0_version_info__t.html#add0c362641afcfff4a2ef3563e5f1c36"> 771</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_version_info__t.html#add0c362641afcfff4a2ef3563e5f1c36">fwMajorWiFi</a>;</div>
<div class="line"><a id="l00772" name="l00772"></a><span class="lineno"> 772</span> </div>
<div class="line"><a id="l00774" name="l00774"></a><span class="lineno"><a class="line" href="struct_l_r11x0_version_info__t.html#a5505724d8dd4b361a30cc4afd7fba19f"> 774</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_version_info__t.html#a5505724d8dd4b361a30cc4afd7fba19f">fwMinorWiFi</a>;</div>
<div class="line"><a id="l00775" name="l00775"></a><span class="lineno"> 775</span> </div>
<div class="line"><a id="l00777" name="l00777"></a><span class="lineno"><a class="line" href="struct_l_r11x0_version_info__t.html#aba5ac25e1acff5678991483d3a56084a"> 777</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_version_info__t.html#aba5ac25e1acff5678991483d3a56084a">fwGNSS</a>;</div>
<div class="line"><a id="l00778" name="l00778"></a><span class="lineno"> 778</span> </div>
<div class="line"><a id="l00780" name="l00780"></a><span class="lineno"><a class="line" href="struct_l_r11x0_version_info__t.html#ad1839f1cb6a067cc21651d95908cff67"> 780</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_version_info__t.html#ad1839f1cb6a067cc21651d95908cff67">almanacGNSS</a>;</div>
<div class="line"><a id="l00781" name="l00781"></a><span class="lineno"> 781</span>};</div>
</div>
<div class="line"><a id="l00782" name="l00782"></a><span class="lineno"> 782</span> </div>
<div class="foldopen" id="foldopen00787" data-start="{" data-end="};">
<div class="line"><a id="l00787" name="l00787"></a><span class="lineno"><a class="line" href="struct_l_r11x0_gnss_result__t.html"> 787</a></span><span class="keyword">struct </span><a class="code hl_struct" href="struct_l_r11x0_gnss_result__t.html">LR11x0GnssResult_t</a> {</div>
<div class="line"><a id="l00789" name="l00789"></a><span class="lineno"><a class="line" href="struct_l_r11x0_gnss_result__t.html#a6142622b9fb790108546b4d09b063b6c"> 789</a></span> int8_t <a class="code hl_variable" href="struct_l_r11x0_gnss_result__t.html#a6142622b9fb790108546b4d09b063b6c">demodStat</a>;</div>
<div class="line"><a id="l00790" name="l00790"></a><span class="lineno"> 790</span> </div>
<div class="line"><a id="l00792" name="l00792"></a><span class="lineno"><a class="line" href="struct_l_r11x0_gnss_result__t.html#a9e3cdbdf86357bfd0226926d7c5d97e3"> 792</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_gnss_result__t.html#a9e3cdbdf86357bfd0226926d7c5d97e3">numSatsDet</a>;</div>
<div class="line"><a id="l00793" name="l00793"></a><span class="lineno"> 793</span> </div>
<div class="line"><a id="l00795" name="l00795"></a><span class="lineno"><a class="line" href="struct_l_r11x0_gnss_result__t.html#a2fcd901f5815f3e4760f61d2bc7a7a9b"> 795</a></span> uint16_t <a class="code hl_variable" href="struct_l_r11x0_gnss_result__t.html#a2fcd901f5815f3e4760f61d2bc7a7a9b">resSize</a>;</div>
<div class="line"><a id="l00796" name="l00796"></a><span class="lineno"> 796</span>};</div>
</div>
<div class="line"><a id="l00797" name="l00797"></a><span class="lineno"> 797</span> </div>
<div class="foldopen" id="foldopen00802" data-start="{" data-end="};">
<div class="line"><a id="l00802" name="l00802"></a><span class="lineno"><a class="line" href="struct_l_r11x0_gnss_position__t.html"> 802</a></span><span class="keyword">struct </span><a class="code hl_struct" href="struct_l_r11x0_gnss_position__t.html">LR11x0GnssPosition_t</a> {</div>
<div class="line"><a id="l00804" name="l00804"></a><span class="lineno"><a class="line" href="struct_l_r11x0_gnss_position__t.html#a1dc2c58c51b870cccf6542005f8afdc8"> 804</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="struct_l_r11x0_gnss_position__t.html#a1dc2c58c51b870cccf6542005f8afdc8">latitude</a>;</div>
<div class="line"><a id="l00805" name="l00805"></a><span class="lineno"> 805</span> </div>
<div class="line"><a id="l00807" name="l00807"></a><span class="lineno"><a class="line" href="struct_l_r11x0_gnss_position__t.html#aa43d5bcce01522eb518cd8db0f73a057"> 807</a></span> <span class="keywordtype">float</span> <a class="code hl_variable" href="struct_l_r11x0_gnss_position__t.html#aa43d5bcce01522eb518cd8db0f73a057">longitude</a>;</div>
<div class="line"><a id="l00808" name="l00808"></a><span class="lineno"> 808</span> </div>
<div class="line"><a id="l00810" name="l00810"></a><span class="lineno"><a class="line" href="struct_l_r11x0_gnss_position__t.html#a3fd469e32f9df19574cab167e32124e5"> 810</a></span> uint16_t <a class="code hl_variable" href="struct_l_r11x0_gnss_position__t.html#a3fd469e32f9df19574cab167e32124e5">accuracy</a>;</div>
<div class="line"><a id="l00811" name="l00811"></a><span class="lineno"> 811</span> </div>
<div class="line"><a id="l00813" name="l00813"></a><span class="lineno"><a class="line" href="struct_l_r11x0_gnss_position__t.html#afd8b7a02f519af12ddb7d0dba5288b3f"> 813</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_gnss_position__t.html#afd8b7a02f519af12ddb7d0dba5288b3f">numSatsUsed</a>;</div>
<div class="line"><a id="l00814" name="l00814"></a><span class="lineno"> 814</span>};</div>
</div>
<div class="line"><a id="l00815" name="l00815"></a><span class="lineno"> 815</span> </div>
<div class="foldopen" id="foldopen00820" data-start="{" data-end="};">
<div class="line"><a id="l00820" name="l00820"></a><span class="lineno"><a class="line" href="struct_l_r11x0_gnss_satellite__t.html"> 820</a></span><span class="keyword">struct </span><a class="code hl_struct" href="struct_l_r11x0_gnss_satellite__t.html">LR11x0GnssSatellite_t</a> {</div>
<div class="line"><a id="l00822" name="l00822"></a><span class="lineno"><a class="line" href="struct_l_r11x0_gnss_satellite__t.html#a0513395fd04c052b862c443dfbe75e84"> 822</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_gnss_satellite__t.html#a0513395fd04c052b862c443dfbe75e84">svId</a>;</div>
<div class="line"><a id="l00823" name="l00823"></a><span class="lineno"> 823</span> </div>
<div class="line"><a id="l00825" name="l00825"></a><span class="lineno"><a class="line" href="struct_l_r11x0_gnss_satellite__t.html#a1ca3d11db7b677955b7f1f3c4f85157f"> 825</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_gnss_satellite__t.html#a1ca3d11db7b677955b7f1f3c4f85157f">c_n0</a>;</div>
<div class="line"><a id="l00826" name="l00826"></a><span class="lineno"> 826</span> </div>
<div class="line"><a id="l00828" name="l00828"></a><span class="lineno"><a class="line" href="struct_l_r11x0_gnss_satellite__t.html#a670c9e916637b5fede43c5fbb26cbfd8"> 828</a></span> int16_t <a class="code hl_variable" href="struct_l_r11x0_gnss_satellite__t.html#a670c9e916637b5fede43c5fbb26cbfd8">doppler</a>;</div>
<div class="line"><a id="l00829" name="l00829"></a><span class="lineno"> 829</span>};</div>
</div>
<div class="line"><a id="l00830" name="l00830"></a><span class="lineno"> 830</span> </div>
<div class="foldopen" id="foldopen00835" data-start="{" data-end="};">
<div class="line"><a id="l00835" name="l00835"></a><span class="lineno"><a class="line" href="struct_l_r11x0_gnss_almanac_status_part__t.html"> 835</a></span><span class="keyword">struct </span><a class="code hl_struct" href="struct_l_r11x0_gnss_almanac_status_part__t.html">LR11x0GnssAlmanacStatusPart_t</a> {</div>
<div class="line"><a id="l00836" name="l00836"></a><span class="lineno"> 836</span> int8_t status;</div>
<div class="line"><a id="l00837" name="l00837"></a><span class="lineno"> 837</span> uint32_t timeUntilSubframe;</div>
<div class="line"><a id="l00838" name="l00838"></a><span class="lineno"> 838</span> uint8_t numSubframes;</div>
<div class="line"><a id="l00839" name="l00839"></a><span class="lineno"> 839</span> uint8_t nextSubframe4SvId;</div>
<div class="line"><a id="l00840" name="l00840"></a><span class="lineno"> 840</span> uint8_t nextSubframe5SvId;</div>
<div class="line"><a id="l00841" name="l00841"></a><span class="lineno"> 841</span> uint8_t nextSubframeStart;</div>
<div class="line"><a id="l00842" name="l00842"></a><span class="lineno"> 842</span> uint8_t numUpdateNeeded;</div>
<div class="line"><a id="l00843" name="l00843"></a><span class="lineno"> 843</span> uint32_t flagsUpdateNeeded[2];</div>
<div class="line"><a id="l00844" name="l00844"></a><span class="lineno"> 844</span> uint32_t flagsActive[2];</div>
<div class="line"><a id="l00845" name="l00845"></a><span class="lineno"> 845</span>};</div>
</div>
<div class="line"><a id="l00846" name="l00846"></a><span class="lineno"> 846</span> </div>
<div class="foldopen" id="foldopen00852" data-start="{" data-end="};">
<div class="line"><a id="l00852" name="l00852"></a><span class="lineno"><a class="line" href="struct_l_r11x0_gnss_almanac_status__t.html"> 852</a></span><span class="keyword">struct </span><a class="code hl_struct" href="struct_l_r11x0_gnss_almanac_status__t.html">LR11x0GnssAlmanacStatus_t</a> {</div>
<div class="line"><a id="l00854" name="l00854"></a><span class="lineno"><a class="line" href="struct_l_r11x0_gnss_almanac_status__t.html#acec44165b211b49be3ca624ae03bc7cc"> 854</a></span> <a class="code hl_struct" href="struct_l_r11x0_gnss_almanac_status_part__t.html">LR11x0GnssAlmanacStatusPart_t</a> <a class="code hl_variable" href="struct_l_r11x0_gnss_almanac_status__t.html#acec44165b211b49be3ca624ae03bc7cc">gps</a>;</div>
<div class="line"><a id="l00855" name="l00855"></a><span class="lineno"> 855</span> </div>
<div class="line"><a id="l00857" name="l00857"></a><span class="lineno"><a class="line" href="struct_l_r11x0_gnss_almanac_status__t.html#a6ecc7d7bbc090f380ca6d2d8774f7ca0"> 857</a></span> <a class="code hl_struct" href="struct_l_r11x0_gnss_almanac_status_part__t.html">LR11x0GnssAlmanacStatusPart_t</a> <a class="code hl_variable" href="struct_l_r11x0_gnss_almanac_status__t.html#a6ecc7d7bbc090f380ca6d2d8774f7ca0">beidou</a>;</div>
<div class="line"><a id="l00858" name="l00858"></a><span class="lineno"> 858</span> </div>
<div class="line"><a id="l00860" name="l00860"></a><span class="lineno"><a class="line" href="struct_l_r11x0_gnss_almanac_status__t.html#ab040b1d9ccf9c6497b008d11a93ebfdf"> 860</a></span> uint32_t <a class="code hl_variable" href="struct_l_r11x0_gnss_almanac_status__t.html#ab040b1d9ccf9c6497b008d11a93ebfdf">beidouSvNoAlmanacFlags</a>[2];</div>
<div class="line"><a id="l00861" name="l00861"></a><span class="lineno"> 861</span> </div>
<div class="line"><a id="l00863" name="l00863"></a><span class="lineno"><a class="line" href="struct_l_r11x0_gnss_almanac_status__t.html#aace4c0ad339bda11ee3c9c409f6492fb"> 863</a></span> uint8_t <a class="code hl_variable" href="struct_l_r11x0_gnss_almanac_status__t.html#aace4c0ad339bda11ee3c9c409f6492fb">nextAlmanacId</a>;</div>
<div class="line"><a id="l00864" name="l00864"></a><span class="lineno"> 864</span> </div>
<div class="line"><a id="l00866" name="l00866"></a><span class="lineno"><a class="line" href="struct_l_r11x0_gnss_almanac_status__t.html#a2228a69fda1002c027b7b487aa579afb"> 866</a></span> <a class="code hl_typedef" href="group__typedefs.html#ga210f31dd2bff7fb80563275648a5bbbd">RadioLibTime_t</a> <a class="code hl_variable" href="struct_l_r11x0_gnss_almanac_status__t.html#a2228a69fda1002c027b7b487aa579afb">start</a>;</div>
<div class="line"><a id="l00867" name="l00867"></a><span class="lineno"> 867</span>};</div>
</div>
<div class="line"><a id="l00868" name="l00868"></a><span class="lineno"> 868</span> </div>
<div class="foldopen" id="foldopen00874" data-start="{" data-end="};">
<div class="line"><a id="l00874" name="l00874"></a><span class="lineno"><a class="line" href="class_l_r11x0.html"> 874</a></span><span class="keyword">class </span><a class="code hl_class" href="class_l_r11x0.html">LR11x0</a>: <span class="keyword">public</span> <a class="code hl_class" href="class_physical_layer.html">PhysicalLayer</a> {</div>
<div class="line"><a id="l00875" name="l00875"></a><span class="lineno"> 875</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00876" name="l00876"></a><span class="lineno"> 876</span> <span class="comment">// introduce PhysicalLayer overloads</span></div>
<div class="line"><a id="l00877" name="l00877"></a><span class="lineno"> 877</span> <span class="keyword">using </span><a class="code hl_function" href="class_physical_layer.html#a492b2d057dd803c3884fa1adc8e22534">PhysicalLayer::transmit</a>;</div>
<div class="line"><a id="l00878" name="l00878"></a><span class="lineno"> 878</span> <span class="keyword">using </span><a class="code hl_function" href="class_physical_layer.html#ab82617fa3fa9f21d4cd427314ecc4af8">PhysicalLayer::receive</a>;</div>
<div class="line"><a id="l00879" name="l00879"></a><span class="lineno"> 879</span> <span class="keyword">using </span><a class="code hl_function" href="class_physical_layer.html#a923654706eff5118ef6e84214e837f27">PhysicalLayer::startTransmit</a>;</div>
<div class="line"><a id="l00880" name="l00880"></a><span class="lineno"> 880</span> <span class="keyword">using </span><a class="code hl_function" href="class_physical_layer.html#a18664ad615c5507ff1690baaca90b094">PhysicalLayer::startReceive</a>;</div>
<div class="line"><a id="l00881" name="l00881"></a><span class="lineno"> 881</span> <span class="keyword">using </span><a class="code hl_function" href="class_physical_layer.html#a3563453988a83d22dd07d4691543a300">PhysicalLayer::readData</a>;</div>
<div class="line"><a id="l00882" name="l00882"></a><span class="lineno"> 882</span> </div>
<div class="line"><a id="l00887" name="l00887"></a><span class="lineno"> 887</span> <span class="keyword">explicit</span> <a class="code hl_class" href="class_l_r11x0.html">LR11x0</a>(<a class="code hl_class" href="class_module.html">Module</a>* mod);</div>
<div class="line"><a id="l00888" name="l00888"></a><span class="lineno"> 888</span> </div>
<div class="foldopen" id="foldopen00893" data-start="{" data-end="};">
<div class="line"><a id="l00893" name="l00893"></a><span class="lineno"><a class="line" href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7"> 893</a></span> <span class="keyword">enum</span> <a class="code hl_enumeration" href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7">OpMode_t</a> {</div>
<div class="line"><a id="l00895" name="l00895"></a><span class="lineno"><a class="line" href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7a2398f9003962c8dc6d199e69ba850917"> 895</a></span> <a class="code hl_enumvalue" href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7a2398f9003962c8dc6d199e69ba850917">MODE_END_OF_TABLE</a> = <a class="code hl_enumvalue" href="class_module.html#a5a67b3a63420d762ecba9448671c99bfa81cdd8986054c2ae5657eb5dfd536770">Module::MODE_END_OF_TABLE</a>,</div>
<div class="line"><a id="l00897" name="l00897"></a><span class="lineno"><a class="line" href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7ab223e6d6104d722d61e1d2aa22231012"> 897</a></span> <a class="code hl_enumvalue" href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7ab223e6d6104d722d61e1d2aa22231012">MODE_STBY</a> = <a class="code hl_enumvalue" href="class_module.html#a5a67b3a63420d762ecba9448671c99bfa505acc66c5e0faa83d2216aca5f3e671">Module::MODE_IDLE</a>,</div>
<div class="line"><a id="l00899" name="l00899"></a><span class="lineno"><a class="line" href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7a98f8232e13745eec261cd755c457c034"> 899</a></span> <a class="code hl_enumvalue" href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7a98f8232e13745eec261cd755c457c034">MODE_RX</a> = <a class="code hl_enumvalue" href="class_module.html#a5a67b3a63420d762ecba9448671c99bfa7664838bb0818663f55b3354fec8a18f">Module::MODE_RX</a>,</div>
<div class="line"><a id="l00901" name="l00901"></a><span class="lineno"><a class="line" href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7a71c6230a03a213d3e19185691c6db551"> 901</a></span> <a class="code hl_enumvalue" href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7a71c6230a03a213d3e19185691c6db551">MODE_TX</a> = <a class="code hl_enumvalue" href="class_module.html#a5a67b3a63420d762ecba9448671c99bfa269f4bc8ba3eb3d8568feb7b2decf571">Module::MODE_TX</a>,</div>
<div class="line"><a id="l00903" name="l00903"></a><span class="lineno"><a class="line" href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7a005b9c110df839cd001f82f4660762fd"> 903</a></span> <a class="code hl_enumvalue" href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7a005b9c110df839cd001f82f4660762fd">MODE_TX_HP</a>,</div>
<div class="line"><a id="l00905" name="l00905"></a><span class="lineno"><a class="line" href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7acbbc5768e10e22bfdf776faffbfced46"> 905</a></span> <a class="code hl_enumvalue" href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7acbbc5768e10e22bfdf776faffbfced46">MODE_TX_HF</a>,</div>
<div class="line"><a id="l00907" name="l00907"></a><span class="lineno"><a class="line" href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7a5f126b8030f06bb14b1659ccce645bad"> 907</a></span> <a class="code hl_enumvalue" href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7a5f126b8030f06bb14b1659ccce645bad">MODE_GNSS</a>,</div>
<div class="line"><a id="l00909" name="l00909"></a><span class="lineno"><a class="line" href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7a3bee9db01eab3ac70ff178c95fe8f8ab"> 909</a></span> <a class="code hl_enumvalue" href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7a3bee9db01eab3ac70ff178c95fe8f8ab">MODE_WIFI</a>,</div>
<div class="line"><a id="l00910" name="l00910"></a><span class="lineno"> 910</span> };</div>
</div>
<div class="line"><a id="l00911" name="l00911"></a><span class="lineno"> 911</span> </div>
<div class="line"><a id="l00915" name="l00915"></a><span class="lineno"><a class="line" href="class_l_r11x0.html#a3ccfd35d26960457214d2a0192d6b312"> 915</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="class_l_r11x0.html#a3ccfd35d26960457214d2a0192d6b312">XTAL</a>;</div>
<div class="line"><a id="l00916" name="l00916"></a><span class="lineno"> 916</span> </div>
<div class="line"><a id="l00928" name="l00928"></a><span class="lineno"> 928</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#aa2b69f68ff6171b11a1141c8615240fd">begin</a>(<span class="keywordtype">float</span> bw, uint8_t sf, uint8_t cr, uint8_t syncWord, uint16_t preambleLength, <span class="keywordtype">float</span> tcxoVoltage, <span class="keywordtype">bool</span> high = <span class="keyword">false</span>);</div>
<div class="line"><a id="l00929" name="l00929"></a><span class="lineno"> 929</span> </div>
<div class="line"><a id="l00939" name="l00939"></a><span class="lineno"> 939</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#abcc4c776d1a09bb002226ac95574766d">beginGFSK</a>(<span class="keywordtype">float</span> br, <span class="keywordtype">float</span> freqDev, <span class="keywordtype">float</span> rxBw, uint16_t preambleLength, <span class="keywordtype">float</span> tcxoVoltage);</div>
<div class="line"><a id="l00940" name="l00940"></a><span class="lineno"> 940</span> </div>
<div class="line"><a id="l00949" name="l00949"></a><span class="lineno"> 949</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a244ee48075d44c7064b454eb9c4afdb8">beginLRFHSS</a>(uint8_t bw, uint8_t cr, <span class="keywordtype">bool</span> narrowGrid, <span class="keywordtype">float</span> tcxoVoltage);</div>
<div class="line"><a id="l00950" name="l00950"></a><span class="lineno"> 950</span> </div>
<div class="line"><a id="l00957" name="l00957"></a><span class="lineno"> 957</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#ad7f31060cbab41ad53ee6fa7126cd17b">beginGNSS</a>(uint8_t constellations = RADIOLIB_LR11X0_GNSS_CONSTELLATION_GPS | RADIOLIB_LR11X0_GNSS_CONSTELLATION_BEIDOU, <span class="keywordtype">float</span> tcxoVoltage = 1.6);</div>
<div class="line"><a id="l00958" name="l00958"></a><span class="lineno"> 958</span> </div>
<div class="line"><a id="l00963" name="l00963"></a><span class="lineno"> 963</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a288bcc309d3676bc0bbe620b7d89d994">reset</a>();</div>
<div class="line"><a id="l00964" name="l00964"></a><span class="lineno"> 964</span> </div>
<div class="line"><a id="l00973" name="l00973"></a><span class="lineno"> 973</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a21e865665318dece7d95336a275dd973">transmit</a>(<span class="keyword">const</span> uint8_t* data, <span class="keywordtype">size_t</span> len, uint8_t addr = 0) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00974" name="l00974"></a><span class="lineno"> 974</span> </div>
<div class="line"><a id="l00982" name="l00982"></a><span class="lineno"> 982</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a377c287f18c939c2b4da3241d8329e58">receive</a>(uint8_t* data, <span class="keywordtype">size_t</span> len) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00983" name="l00983"></a><span class="lineno"> 983</span> </div>
<div class="line"><a id="l00989" name="l00989"></a><span class="lineno"> 989</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#ae077957969f6274a53f63b314b6f1359">transmitDirect</a>(uint32_t frf = 0) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00990" name="l00990"></a><span class="lineno"> 990</span> </div>
<div class="line"><a id="l00996" name="l00996"></a><span class="lineno"> 996</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#ae1a8e8eda78113c47f1a865e63051bb5">receiveDirect</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l00997" name="l00997"></a><span class="lineno"> 997</span> </div>
<div class="line"><a id="l01002" name="l01002"></a><span class="lineno"> 1002</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a6a3034c91f5bce70c853ab1620725b3c">scanChannel</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l01003" name="l01003"></a><span class="lineno"> 1003</span> </div>
<div class="line"><a id="l01009" name="l01009"></a><span class="lineno"> 1009</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a6a3034c91f5bce70c853ab1620725b3c">scanChannel</a>(<span class="keyword">const</span> <a class="code hl_union" href="union_channel_scan_config__t.html">ChannelScanConfig_t</a> &amp;config) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01010" name="l01010"></a><span class="lineno"> 1010</span> </div>
<div class="line"><a id="l01015" name="l01015"></a><span class="lineno"> 1015</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a74c3f3f8409f1fd0f41347b7d3c7dc24">standby</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l01016" name="l01016"></a><span class="lineno"> 1016</span> </div>
<div class="line"><a id="l01024" name="l01024"></a><span class="lineno"> 1024</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a74c3f3f8409f1fd0f41347b7d3c7dc24">standby</a>(uint8_t mode, <span class="keywordtype">bool</span> wakeup = <span class="keyword">true</span>);</div>
<div class="line"><a id="l01025" name="l01025"></a><span class="lineno"> 1025</span> </div>
<div class="line"><a id="l01031" name="l01031"></a><span class="lineno"> 1031</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#ad5dde79f751bbd7ea277872e237f2a69">sleep</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l01032" name="l01032"></a><span class="lineno"> 1032</span> </div>
<div class="line"><a id="l01040" name="l01040"></a><span class="lineno"> 1040</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#ad5dde79f751bbd7ea277872e237f2a69">sleep</a>(<span class="keywordtype">bool</span> retainConfig, uint32_t sleepTime);</div>
<div class="line"><a id="l01041" name="l01041"></a><span class="lineno"> 1041</span> </div>
<div class="line"><a id="l01042" name="l01042"></a><span class="lineno"> 1042</span> <span class="comment">// interrupt methods</span></div>
<div class="line"><a id="l01043" name="l01043"></a><span class="lineno"> 1043</span> </div>
<div class="line"><a id="l01048" name="l01048"></a><span class="lineno"> 1048</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_l_r11x0.html#a49116d006b60128fe6f73a6a868a6d18">setIrqAction</a>(<span class="keywordtype">void</span> (*func)(<span class="keywordtype">void</span>));</div>
<div class="line"><a id="l01049" name="l01049"></a><span class="lineno"> 1049</span> </div>
<div class="line"><a id="l01053" name="l01053"></a><span class="lineno"> 1053</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_l_r11x0.html#ab167c4dc14e80d19f8b33d68c3f90d98">clearIrqAction</a>();</div>
<div class="line"><a id="l01054" name="l01054"></a><span class="lineno"> 1054</span> </div>
<div class="line"><a id="l01059" name="l01059"></a><span class="lineno"> 1059</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_l_r11x0.html#ac2a8ece736198c966e3870dac09f4e87">setPacketReceivedAction</a>(<span class="keywordtype">void</span> (*func)(<span class="keywordtype">void</span>)) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01060" name="l01060"></a><span class="lineno"> 1060</span> </div>
<div class="line"><a id="l01064" name="l01064"></a><span class="lineno"> 1064</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_l_r11x0.html#a96e4a220bbd3487423acfd217b479fe3">clearPacketReceivedAction</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l01065" name="l01065"></a><span class="lineno"> 1065</span> </div>
<div class="line"><a id="l01070" name="l01070"></a><span class="lineno"> 1070</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_l_r11x0.html#a92299e41f839590008b4e344776838a1">setPacketSentAction</a>(<span class="keywordtype">void</span> (*func)(<span class="keywordtype">void</span>)) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01071" name="l01071"></a><span class="lineno"> 1071</span> </div>
<div class="line"><a id="l01075" name="l01075"></a><span class="lineno"> 1075</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_l_r11x0.html#a95ddec84ae2fb19989c333d42d4dc5fa">clearPacketSentAction</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l01076" name="l01076"></a><span class="lineno"> 1076</span> </div>
<div class="line"><a id="l01081" name="l01081"></a><span class="lineno"> 1081</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#aaff9a5b9b7636693c98bd1c93a5863e5">finishTransmit</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l01082" name="l01082"></a><span class="lineno"> 1082</span> </div>
<div class="line"><a id="l01089" name="l01089"></a><span class="lineno"> 1089</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#aa6ce285cc1b76ce028db6442a421ed8d">startReceive</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l01090" name="l01090"></a><span class="lineno"> 1090</span> </div>
<div class="line"><a id="l01095" name="l01095"></a><span class="lineno"> 1095</span> uint32_t <a class="code hl_function" href="class_l_r11x0.html#a0309154558a0d88e2e8957e4dbf6a2f8">getIrqStatus</a>();</div>
<div class="line"><a id="l01096" name="l01096"></a><span class="lineno"> 1096</span> </div>
<div class="line"><a id="l01105" name="l01105"></a><span class="lineno"> 1105</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a20279f1b267e936991f47fd703924833">readData</a>(uint8_t* data, <span class="keywordtype">size_t</span> len) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01106" name="l01106"></a><span class="lineno"> 1106</span> </div>
<div class="line"><a id="l01112" name="l01112"></a><span class="lineno"> 1112</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a4f3bc362530b85dd643669705f03998d">startChannelScan</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l01113" name="l01113"></a><span class="lineno"> 1113</span> </div>
<div class="line"><a id="l01120" name="l01120"></a><span class="lineno"> 1120</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a4f3bc362530b85dd643669705f03998d">startChannelScan</a>(<span class="keyword">const</span> <a class="code hl_union" href="union_channel_scan_config__t.html">ChannelScanConfig_t</a> &amp;config) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01121" name="l01121"></a><span class="lineno"> 1121</span> </div>
<div class="line"><a id="l01126" name="l01126"></a><span class="lineno"> 1126</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a1ae2cddeb7671d9b71e9c83bf020820f">getChannelScanResult</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l01127" name="l01127"></a><span class="lineno"> 1127</span> </div>
<div class="line"><a id="l01128" name="l01128"></a><span class="lineno"> 1128</span> <span class="comment">// configuration methods</span></div>
<div class="line"><a id="l01129" name="l01129"></a><span class="lineno"> 1129</span> </div>
<div class="line"><a id="l01136" name="l01136"></a><span class="lineno"> 1136</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a70d9849eb8e5ce2090e4e332252753d7">setBandwidth</a>(<span class="keywordtype">float</span> bw, <span class="keywordtype">bool</span> high = <span class="keyword">false</span>);</div>
<div class="line"><a id="l01137" name="l01137"></a><span class="lineno"> 1137</span> </div>
<div class="line"><a id="l01144" name="l01144"></a><span class="lineno"> 1144</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#adf6895cbf7af7e00ea06c5b2b5040cb4">setSpreadingFactor</a>(uint8_t sf, <span class="keywordtype">bool</span> legacy = <span class="keyword">false</span>);</div>
<div class="line"><a id="l01145" name="l01145"></a><span class="lineno"> 1145</span> </div>
<div class="line"><a id="l01153" name="l01153"></a><span class="lineno"> 1153</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a583f2d5ed601a98c609dbf0d57f2f541">setCodingRate</a>(uint8_t cr, <span class="keywordtype">bool</span> longInterleave = <span class="keyword">false</span>);</div>
<div class="line"><a id="l01154" name="l01154"></a><span class="lineno"> 1154</span> </div>
<div class="line"><a id="l01160" name="l01160"></a><span class="lineno"> 1160</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#aee7dbdbd76f4639395af4a0db17025a7">setSyncWord</a>(uint8_t syncWord);</div>
<div class="line"><a id="l01161" name="l01161"></a><span class="lineno"> 1161</span> </div>
<div class="line"><a id="l01167" name="l01167"></a><span class="lineno"> 1167</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#ab1954e4733a7fbea4129d9a2de2285d9">setBitRate</a>(<span class="keywordtype">float</span> br) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01168" name="l01168"></a><span class="lineno"> 1168</span> </div>
<div class="line"><a id="l01174" name="l01174"></a><span class="lineno"> 1174</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#ac003cfe3a4dbd9bad1f01fd0147031d1">setFrequencyDeviation</a>(<span class="keywordtype">float</span> freqDev) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01175" name="l01175"></a><span class="lineno"> 1175</span> </div>
<div class="line"><a id="l01182" name="l01182"></a><span class="lineno"> 1182</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a25f5ee68b3c2638ae613c87ed1c3fc64">setRxBandwidth</a>(<span class="keywordtype">float</span> rxBw);</div>
<div class="line"><a id="l01183" name="l01183"></a><span class="lineno"> 1183</span> </div>
<div class="line"><a id="l01190" name="l01190"></a><span class="lineno"> 1190</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#aee7dbdbd76f4639395af4a0db17025a7">setSyncWord</a>(uint8_t* syncWord, <span class="keywordtype">size_t</span> len) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01191" name="l01191"></a><span class="lineno"> 1191</span> </div>
<div class="line"><a id="l01199" name="l01199"></a><span class="lineno"> 1199</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a6501ef362df1a5b71927cfe4e43c202d">setSyncBits</a>(uint8_t *syncWord, uint8_t bitsLen);</div>
<div class="line"><a id="l01200" name="l01200"></a><span class="lineno"> 1200</span> </div>
<div class="line"><a id="l01206" name="l01206"></a><span class="lineno"> 1206</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a605f5c74ce523abad256866abe133d2e">setNodeAddress</a>(uint8_t nodeAddr);</div>
<div class="line"><a id="l01207" name="l01207"></a><span class="lineno"> 1207</span> </div>
<div class="line"><a id="l01214" name="l01214"></a><span class="lineno"> 1214</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#af24ba794f71c4e37cd13d2f4dbec5bf7">setBroadcastAddress</a>(uint8_t broadAddr);</div>
<div class="line"><a id="l01215" name="l01215"></a><span class="lineno"> 1215</span> </div>
<div class="line"><a id="l01220" name="l01220"></a><span class="lineno"> 1220</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#ae565dc2423ca7df13bf7ae48cce9ac8b">disableAddressFiltering</a>();</div>
<div class="line"><a id="l01221" name="l01221"></a><span class="lineno"> 1221</span> </div>
<div class="line"><a id="l01229" name="l01229"></a><span class="lineno"> 1229</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a5a33df702da3f5b010e07d5e6fac7aa6">setDataShaping</a>(uint8_t sh) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01230" name="l01230"></a><span class="lineno"> 1230</span> </div>
<div class="line"><a id="l01236" name="l01236"></a><span class="lineno"> 1236</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a8ae178a17f6e41b545b79cfffd3e2864">setEncoding</a>(uint8_t encoding) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01237" name="l01237"></a><span class="lineno"> 1237</span> </div>
<div class="line"><a id="l01243" name="l01243"></a><span class="lineno"> 1243</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a5df4c1ed45bf59aa25bc400bcb5dc1ba">fixedPacketLengthMode</a>(uint8_t len = RADIOLIB_LR11X0_MAX_PACKET_LENGTH);</div>
<div class="line"><a id="l01244" name="l01244"></a><span class="lineno"> 1244</span> </div>
<div class="line"><a id="l01250" name="l01250"></a><span class="lineno"> 1250</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#adcd56cf63e91449b6cd03782a69c3451">variablePacketLengthMode</a>(uint8_t maxLen = RADIOLIB_LR11X0_MAX_PACKET_LENGTH);</div>
<div class="line"><a id="l01251" name="l01251"></a><span class="lineno"> 1251</span> </div>
<div class="line"><a id="l01259" name="l01259"></a><span class="lineno"> 1259</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#adcde55b8660c24cf5783942a4132786d">setWhitening</a>(<span class="keywordtype">bool</span> enabled, uint16_t initial = 0x01FF);</div>
<div class="line"><a id="l01260" name="l01260"></a><span class="lineno"> 1260</span> </div>
<div class="line"><a id="l01266" name="l01266"></a><span class="lineno"> 1266</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a056e65c58ff8fb18bd84917512790ee6">setDataRate</a>(<a class="code hl_union" href="union_data_rate__t.html">DataRate_t</a> dr) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01267" name="l01267"></a><span class="lineno"> 1267</span> </div>
<div class="line"><a id="l01273" name="l01273"></a><span class="lineno"> 1273</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a4d18ad719be79c083f2b0ce77bbaa448">checkDataRate</a>(<a class="code hl_union" href="union_data_rate__t.html">DataRate_t</a> dr) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01274" name="l01274"></a><span class="lineno"> 1274</span> </div>
<div class="line"><a id="l01280" name="l01280"></a><span class="lineno"> 1280</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#aa5d7ae65666f8f9abcb7e9b169884a4a">setPreambleLength</a>(<span class="keywordtype">size_t</span> preambleLength) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01281" name="l01281"></a><span class="lineno"> 1281</span> </div>
<div class="line"><a id="l01290" name="l01290"></a><span class="lineno"> 1290</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a971b4ccd1d5479e9d72aa9649e8fef55">setTCXO</a>(<span class="keywordtype">float</span> voltage, uint32_t delay = 5000);</div>
<div class="line"><a id="l01291" name="l01291"></a><span class="lineno"> 1291</span> </div>
<div class="line"><a id="l01300" name="l01300"></a><span class="lineno"> 1300</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a551b82787288b0b14e4d3124e6744dc3">setCRC</a>(uint8_t len, uint32_t initial = 0x00001D0FUL, uint32_t polynomial = 0x00001021UL, <span class="keywordtype">bool</span> inverted = <span class="keyword">true</span>);</div>
<div class="line"><a id="l01301" name="l01301"></a><span class="lineno"> 1301</span> </div>
<div class="line"><a id="l01307" name="l01307"></a><span class="lineno"> 1307</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#af85c16956c2250dbf338a298c074d28c">invertIQ</a>(<span class="keywordtype">bool</span> enable) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01308" name="l01308"></a><span class="lineno"> 1308</span> </div>
<div class="line"><a id="l01313" name="l01313"></a><span class="lineno"> 1313</span> <span class="keywordtype">float</span> <a class="code hl_function" href="class_l_r11x0.html#a6cd2b2363501b2de064c9d1f32fabaa3">getRSSI</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l01314" name="l01314"></a><span class="lineno"> 1314</span> </div>
<div class="line"><a id="l01319" name="l01319"></a><span class="lineno"> 1319</span> <span class="keywordtype">float</span> <a class="code hl_function" href="class_l_r11x0.html#a004782e6e5c6ad213c3b0c677bb8642d">getSNR</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l01320" name="l01320"></a><span class="lineno"> 1320</span> </div>
<div class="line"><a id="l01325" name="l01325"></a><span class="lineno"> 1325</span> <span class="keywordtype">float</span> <a class="code hl_function" href="class_l_r11x0.html#ad9046bccdb4ef60718e2e8ed2bd7f036">getFrequencyError</a>();</div>
<div class="line"><a id="l01326" name="l01326"></a><span class="lineno"> 1326</span> </div>
<div class="line"><a id="l01332" name="l01332"></a><span class="lineno"> 1332</span> <span class="keywordtype">size_t</span> <a class="code hl_function" href="class_l_r11x0.html#ac1f541bdee1d983126ceae47940b8f9d">getPacketLength</a>(<span class="keywordtype">bool</span> update = <span class="keyword">true</span>) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01333" name="l01333"></a><span class="lineno"> 1333</span> </div>
<div class="line"><a id="l01339" name="l01339"></a><span class="lineno"> 1339</span> <span class="keywordtype">size_t</span> <a class="code hl_function" href="class_l_r11x0.html#ac1f541bdee1d983126ceae47940b8f9d">getPacketLength</a>(<span class="keywordtype">bool</span> update, uint8_t* offset);</div>
<div class="line"><a id="l01340" name="l01340"></a><span class="lineno"> 1340</span> </div>
<div class="line"><a id="l01346" name="l01346"></a><span class="lineno"> 1346</span> <a class="code hl_typedef" href="group__typedefs.html#ga210f31dd2bff7fb80563275648a5bbbd">RadioLibTime_t</a> <a class="code hl_function" href="class_l_r11x0.html#abccf5dc80aab71090a5f19bfffa0201d">getTimeOnAir</a>(<span class="keywordtype">size_t</span> len) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01347" name="l01347"></a><span class="lineno"> 1347</span> </div>
<div class="line"><a id="l01353" name="l01353"></a><span class="lineno"> 1353</span> <a class="code hl_typedef" href="group__typedefs.html#ga210f31dd2bff7fb80563275648a5bbbd">RadioLibTime_t</a> <a class="code hl_function" href="class_l_r11x0.html#a260c7f4ee4739e532ddb465a276205d3">calculateRxTimeout</a>(<a class="code hl_typedef" href="group__typedefs.html#ga210f31dd2bff7fb80563275648a5bbbd">RadioLibTime_t</a> timeoutUs) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01354" name="l01354"></a><span class="lineno"> 1354</span> </div>
<div class="line"><a id="l01359" name="l01359"></a><span class="lineno"> 1359</span> uint32_t <a class="code hl_function" href="class_l_r11x0.html#a205364e65d54f3f87b9b8f5972cdcb99">getIrqFlags</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l01360" name="l01360"></a><span class="lineno"> 1360</span> </div>
<div class="line"><a id="l01366" name="l01366"></a><span class="lineno"> 1366</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a62c715ab18ea8a2e08a2791d3e764ee9">setIrqFlags</a>(uint32_t irq) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01367" name="l01367"></a><span class="lineno"> 1367</span> </div>
<div class="line"><a id="l01373" name="l01373"></a><span class="lineno"> 1373</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#aa524b0be7b8d125c24319072d6178e74">clearIrqFlags</a>(uint32_t irq) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01374" name="l01374"></a><span class="lineno"> 1374</span> </div>
<div class="line"><a id="l01379" name="l01379"></a><span class="lineno"> 1379</span> uint8_t <a class="code hl_function" href="class_l_r11x0.html#a89b16d2231f588b67dc3aab0c0a467f4">randomByte</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l01380" name="l01380"></a><span class="lineno"> 1380</span> </div>
<div class="line"><a id="l01386" name="l01386"></a><span class="lineno"> 1386</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#aba13921d2cf29cc1bc8a648e1f330aa9">implicitHeader</a>(<span class="keywordtype">size_t</span> len);</div>
<div class="line"><a id="l01387" name="l01387"></a><span class="lineno"> 1387</span> </div>
<div class="line"><a id="l01392" name="l01392"></a><span class="lineno"> 1392</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a3693359e5d106d6f57c23247c528cdd5">explicitHeader</a>();</div>
<div class="line"><a id="l01393" name="l01393"></a><span class="lineno"> 1393</span> </div>
<div class="line"><a id="l01398" name="l01398"></a><span class="lineno"> 1398</span> <span class="keywordtype">float</span> <a class="code hl_function" href="class_l_r11x0.html#a1ec81f3625fdc8a3ef6c54a3804c3aa9">getDataRate</a>() <span class="keyword">const</span>;</div>
<div class="line"><a id="l01399" name="l01399"></a><span class="lineno"> 1399</span> </div>
<div class="line"><a id="l01404" name="l01404"></a><span class="lineno"> 1404</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a92ae10630cc327f441809ac1406737fd">setRegulatorLDO</a>();</div>
<div class="line"><a id="l01405" name="l01405"></a><span class="lineno"> 1405</span> </div>
<div class="line"><a id="l01410" name="l01410"></a><span class="lineno"> 1410</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a1ad485f14a333f06b642f2d60aacf76c">setRegulatorDCDC</a>();</div>
<div class="line"><a id="l01411" name="l01411"></a><span class="lineno"> 1411</span> </div>
<div class="line"><a id="l01417" name="l01417"></a><span class="lineno"> 1417</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#ab0cf34cc0b67484fbf0f258bff7e9a9a">setRxBoostedGainMode</a>(<span class="keywordtype">bool</span> en);</div>
<div class="line"><a id="l01418" name="l01418"></a><span class="lineno"> 1418</span> </div>
<div class="line"><a id="l01420" name="l01420"></a><span class="lineno"> 1420</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_l_r11x0.html#a1981f0dfceca2b6175a69530ea13d643">setRfSwitchTable</a>(<span class="keyword">const</span> uint32_t (&amp;pins)[<a class="code hl_variable" href="class_module.html#a0c11551e12579bbabf57b19e12555b3c">Module::RFSWITCH_MAX_PINS</a>], <span class="keyword">const</span> <a class="code hl_struct" href="struct_module_1_1_rf_switch_mode__t.html">Module::RfSwitchMode_t</a> table[]);</div>
<div class="line"><a id="l01421" name="l01421"></a><span class="lineno"> 1421</span> </div>
<div class="line"><a id="l01428" name="l01428"></a><span class="lineno"> 1428</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#ae0a47e772fe24c7b3f3d3288c4cd0941">forceLDRO</a>(<span class="keywordtype">bool</span> enable);</div>
<div class="line"><a id="l01429" name="l01429"></a><span class="lineno"> 1429</span> </div>
<div class="line"><a id="l01435" name="l01435"></a><span class="lineno"> 1435</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#aa9a8db401189ba0ce5117512b5db6a58">autoLDRO</a>();</div>
<div class="line"><a id="l01436" name="l01436"></a><span class="lineno"> 1436</span> </div>
<div class="line"><a id="l01445" name="l01445"></a><span class="lineno"> 1445</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a8c1def9a01021a52f5bb82c119a9ad35">setLrFhssConfig</a>(uint8_t bw, uint8_t cr, uint8_t hdrCount = 3, uint16_t hopSeed = 0x13A);</div>
<div class="line"><a id="l01446" name="l01446"></a><span class="lineno"> 1446</span> </div>
<div class="line"><a id="l01461" name="l01461"></a><span class="lineno"> 1461</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a3498e0e621f341e415145879989e0948">startWifiScan</a>(<span class="keywordtype">char</span> wifiType, uint8_t mode = RADIOLIB_LR11X0_WIFI_ACQ_MODE_FULL_BEACON, uint16_t chanMask = RADIOLIB_LR11X0_WIFI_ALL_CHANNELS, uint8_t numScans = 16, uint16_t timeout = 100);</div>
<div class="line"><a id="l01462" name="l01462"></a><span class="lineno"> 1462</span> </div>
<div class="line"><a id="l01467" name="l01467"></a><span class="lineno"> 1467</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_l_r11x0.html#aff6060e116701c60e078d3d930723b4b">setWiFiScanAction</a>(<span class="keywordtype">void</span> (*func)(<span class="keywordtype">void</span>));</div>
<div class="line"><a id="l01468" name="l01468"></a><span class="lineno"> 1468</span> </div>
<div class="line"><a id="l01472" name="l01472"></a><span class="lineno"> 1472</span> <span class="keywordtype">void</span> <a class="code hl_function" href="class_l_r11x0.html#ad5876b44020a0bd59f73186a912dbb60">clearWiFiScanAction</a>();</div>
<div class="line"><a id="l01473" name="l01473"></a><span class="lineno"> 1473</span> </div>
<div class="line"><a id="l01479" name="l01479"></a><span class="lineno"> 1479</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a5ef83caa291e2d310d260a8ea140bc8e">getWifiScanResultsCount</a>(uint8_t* count);</div>
<div class="line"><a id="l01480" name="l01480"></a><span class="lineno"> 1480</span> </div>
<div class="line"><a id="l01490" name="l01490"></a><span class="lineno"> 1490</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a457f5dfe25385a329127f07abc4631a6">getWifiScanResult</a>(<a class="code hl_struct" href="struct_l_r11x0_wifi_result__t.html">LR11x0WifiResult_t</a>* result, uint8_t index, <span class="keywordtype">bool</span> brief = <span class="keyword">false</span>);</div>
<div class="line"><a id="l01491" name="l01491"></a><span class="lineno"> 1491</span> </div>
<div class="line"><a id="l01508" name="l01508"></a><span class="lineno"> 1508</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#ade5478296ebc7e02281c95609d5d75ab">wifiScan</a>(uint8_t wifiType, uint8_t* count, uint8_t mode = RADIOLIB_LR11X0_WIFI_ACQ_MODE_FULL_BEACON, uint16_t chanMask = RADIOLIB_LR11X0_WIFI_ALL_CHANNELS, uint8_t numScans = 16, uint16_t timeout = 100);</div>
<div class="line"><a id="l01509" name="l01509"></a><span class="lineno"> 1509</span> </div>
<div class="line"><a id="l01515" name="l01515"></a><span class="lineno"> 1515</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#ac6b6b460ba12cd92a08df16e1fe33779">getVersionInfo</a>(<a class="code hl_struct" href="struct_l_r11x0_version_info__t.html">LR11x0VersionInfo_t</a>* info);</div>
<div class="line"><a id="l01516" name="l01516"></a><span class="lineno"> 1516</span> </div>
<div class="line"><a id="l01527" name="l01527"></a><span class="lineno"> 1527</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#ab2820cc2b740d6d42a079bbd8bd45b85">updateFirmware</a>(<span class="keyword">const</span> uint32_t* image, <span class="keywordtype">size_t</span> size, <span class="keywordtype">bool</span> nonvolatile = <span class="keyword">true</span>);</div>
<div class="line"><a id="l01528" name="l01528"></a><span class="lineno"> 1528</span> </div>
<div class="line"><a id="l01533" name="l01533"></a><span class="lineno"> 1533</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a79818dae19d69d33a5a1facbb91c3774">isGnssScanCapable</a>();</div>
<div class="line"><a id="l01534" name="l01534"></a><span class="lineno"> 1534</span> </div>
<div class="line"><a id="l01541" name="l01541"></a><span class="lineno"> 1541</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#ad9bfaf0bdd7045f5d41f18f3f953c294">gnssScan</a>(<a class="code hl_struct" href="struct_l_r11x0_gnss_result__t.html">LR11x0GnssResult_t</a>* res = NULL);</div>
<div class="line"><a id="l01542" name="l01542"></a><span class="lineno"> 1542</span> </div>
<div class="line"><a id="l01549" name="l01549"></a><span class="lineno"> 1549</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a748d30cb7a0b419066f6361a966b306f">getGnssAlmanacStatus</a>(<a class="code hl_struct" href="struct_l_r11x0_gnss_almanac_status__t.html">LR11x0GnssAlmanacStatus_t</a> *stat);</div>
<div class="line"><a id="l01550" name="l01550"></a><span class="lineno"> 1550</span> </div>
<div class="line"><a id="l01560" name="l01560"></a><span class="lineno"> 1560</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#ab2dbab0fe3433e914c19a8d03fe32358">gnssDelayUntilSubframe</a>(<a class="code hl_struct" href="struct_l_r11x0_gnss_almanac_status__t.html">LR11x0GnssAlmanacStatus_t</a> *stat, uint8_t constellation);</div>
<div class="line"><a id="l01561" name="l01561"></a><span class="lineno"> 1561</span> </div>
<div class="line"><a id="l01568" name="l01568"></a><span class="lineno"> 1568</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a96aa9566399e46fc03f2b73b44058e3f">updateGnssAlmanac</a>(uint8_t constellation);</div>
<div class="line"><a id="l01569" name="l01569"></a><span class="lineno"> 1569</span> </div>
<div class="line"><a id="l01576" name="l01576"></a><span class="lineno"> 1576</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a19a4b4a138dbd0e5c8f980de0f6419e4">getGnssPosition</a>(<a class="code hl_struct" href="struct_l_r11x0_gnss_position__t.html">LR11x0GnssPosition_t</a>* pos, <span class="keywordtype">bool</span> filtered = <span class="keyword">true</span>);</div>
<div class="line"><a id="l01577" name="l01577"></a><span class="lineno"> 1577</span> </div>
<div class="line"><a id="l01584" name="l01584"></a><span class="lineno"> 1584</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a97a3f23b796257135a9afd33c28e8ed5">getGnssSatellites</a>(<a class="code hl_struct" href="struct_l_r11x0_gnss_satellite__t.html">LR11x0GnssSatellite_t</a>* sats, uint8_t numSats);</div>
<div class="line"><a id="l01585" name="l01585"></a><span class="lineno"> 1585</span> </div>
<div class="line"><a id="l01591" name="l01591"></a><span class="lineno"> 1591</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#afe8684b336a8137cde591283297a869c">getModem</a>(ModemType_t* modem) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01592" name="l01592"></a><span class="lineno"> 1592</span> </div>
<div class="line"><a id="l01600" name="l01600"></a><span class="lineno"> 1600</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#adc8fbcfff7cd3b801dcee22e87bc2598">calibrateImageRejection</a>(<span class="keywordtype">float</span> freqMin, <span class="keywordtype">float</span> freqMax);</div>
<div class="line"><a id="l01601" name="l01601"></a><span class="lineno"> 1601</span> </div>
<div class="line"><a id="l01603" name="l01603"></a><span class="lineno"> 1603</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#a66af76a767045af7ef248868ab6a6c28">stageMode</a>(RadioModeType_t mode, <a class="code hl_union" href="union_radio_mode_config__t.html">RadioModeConfig_t</a>* cfg) <span class="keyword">override</span>;</div>
<div class="line"><a id="l01604" name="l01604"></a><span class="lineno"> 1604</span> </div>
<div class="line"><a id="l01606" name="l01606"></a><span class="lineno"> 1606</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#aaeae4664f6b20a8a88f625b71245480d">launchMode</a>() <span class="keyword">override</span>;</div>
<div class="line"><a id="l01607" name="l01607"></a><span class="lineno"> 1607</span> </div>
<div class="line"><a id="l01608" name="l01608"></a><span class="lineno"> 1608</span><span class="preprocessor">#if !RADIOLIB_GODMODE &amp;&amp; !RADIOLIB_LOW_LEVEL</span></div>
<div class="line"><a id="l01609" name="l01609"></a><span class="lineno"> 1609</span> <span class="keyword">protected</span>:</div>
<div class="line"><a id="l01610" name="l01610"></a><span class="lineno"> 1610</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l01611" name="l01611"></a><span class="lineno"> 1611</span> <a class="code hl_class" href="class_module.html">Module</a>* getMod() <span class="keyword">override</span>;</div>
<div class="line"><a id="l01612" name="l01612"></a><span class="lineno"> 1612</span> </div>
<div class="line"><a id="l01613" name="l01613"></a><span class="lineno"> 1613</span> <span class="comment">// LR11x0 SPI command implementations</span></div>
<div class="line"><a id="l01614" name="l01614"></a><span class="lineno"> 1614</span> int16_t writeRegMem32(uint32_t addr, <span class="keyword">const</span> uint32_t* data, <span class="keywordtype">size_t</span> len);</div>
<div class="line"><a id="l01615" name="l01615"></a><span class="lineno"> 1615</span> int16_t readRegMem32(uint32_t addr, uint32_t* data, <span class="keywordtype">size_t</span> len);</div>
<div class="line"><a id="l01616" name="l01616"></a><span class="lineno"> 1616</span> int16_t writeBuffer8(<span class="keyword">const</span> uint8_t* data, <span class="keywordtype">size_t</span> len);</div>
<div class="line"><a id="l01617" name="l01617"></a><span class="lineno"> 1617</span> int16_t readBuffer8(uint8_t* data, <span class="keywordtype">size_t</span> len, <span class="keywordtype">size_t</span> offset);</div>
<div class="line"><a id="l01618" name="l01618"></a><span class="lineno"> 1618</span> int16_t clearRxBuffer(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l01619" name="l01619"></a><span class="lineno"> 1619</span> int16_t writeRegMemMask32(uint32_t addr, uint32_t mask, uint32_t data);</div>
<div class="line"><a id="l01620" name="l01620"></a><span class="lineno"> 1620</span> </div>
<div class="line"><a id="l01621" name="l01621"></a><span class="lineno"> 1621</span> int16_t getStatus(uint8_t* stat1, uint8_t* stat2, uint32_t* irq);</div>
<div class="line"><a id="l01622" name="l01622"></a><span class="lineno"> 1622</span> int16_t getVersion(uint8_t* hw, uint8_t* device, uint8_t* major, uint8_t* minor);</div>
<div class="line"><a id="l01623" name="l01623"></a><span class="lineno"> 1623</span> int16_t getErrors(uint16_t* err);</div>
<div class="line"><a id="l01624" name="l01624"></a><span class="lineno"> 1624</span> int16_t clearErrors(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l01625" name="l01625"></a><span class="lineno"> 1625</span> int16_t calibrate(uint8_t params);</div>
<div class="line"><a id="l01626" name="l01626"></a><span class="lineno"> 1626</span> int16_t setRegMode(uint8_t mode);</div>
<div class="line"><a id="l01627" name="l01627"></a><span class="lineno"> 1627</span> int16_t setDioAsRfSwitch(uint8_t en, uint8_t stbyCfg, uint8_t rxCfg, uint8_t txCfg, uint8_t txHpCfg, uint8_t txHfCfg, uint8_t gnssCfg, uint8_t wifiCfg);</div>
<div class="line"><a id="l01628" name="l01628"></a><span class="lineno"> 1628</span> int16_t setDioIrqParams(uint32_t irq1, uint32_t irq2);</div>
<div class="line"><a id="l01629" name="l01629"></a><span class="lineno"> 1629</span> int16_t setDioIrqParams(uint32_t irq);</div>
<div class="line"><a id="l01630" name="l01630"></a><span class="lineno"> 1630</span> int16_t clearIrqState(uint32_t irq);</div>
<div class="line"><a id="l01631" name="l01631"></a><span class="lineno"> 1631</span> int16_t configLfClock(uint8_t setup);</div>
<div class="line"><a id="l01632" name="l01632"></a><span class="lineno"> 1632</span> int16_t setTcxoMode(uint8_t tune, uint32_t delay);</div>
<div class="line"><a id="l01633" name="l01633"></a><span class="lineno"> 1633</span> int16_t reboot(<span class="keywordtype">bool</span> stay);</div>
<div class="line"><a id="l01634" name="l01634"></a><span class="lineno"> 1634</span> int16_t getVbat(<span class="keywordtype">float</span>* vbat);</div>
<div class="line"><a id="l01635" name="l01635"></a><span class="lineno"> 1635</span> int16_t getTemp(<span class="keywordtype">float</span>* temp);</div>
<div class="line"><a id="l01636" name="l01636"></a><span class="lineno"> 1636</span> int16_t setFs(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l01637" name="l01637"></a><span class="lineno"> 1637</span> int16_t getRandomNumber(uint32_t* rnd);</div>
<div class="line"><a id="l01638" name="l01638"></a><span class="lineno"> 1638</span> int16_t eraseInfoPage(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l01639" name="l01639"></a><span class="lineno"> 1639</span> int16_t writeInfoPage(uint16_t addr, <span class="keyword">const</span> uint32_t* data, <span class="keywordtype">size_t</span> len);</div>
<div class="line"><a id="l01640" name="l01640"></a><span class="lineno"> 1640</span> int16_t readInfoPage(uint16_t addr, uint32_t* data, <span class="keywordtype">size_t</span> len);</div>
<div class="line"><a id="l01641" name="l01641"></a><span class="lineno"> 1641</span> int16_t getChipEui(uint8_t* eui);</div>
<div class="line"><a id="l01642" name="l01642"></a><span class="lineno"> 1642</span> int16_t getSemtechJoinEui(uint8_t* eui);</div>
<div class="line"><a id="l01643" name="l01643"></a><span class="lineno"> 1643</span> int16_t deriveRootKeysAndGetPin(uint8_t* pin);</div>
<div class="line"><a id="l01644" name="l01644"></a><span class="lineno"> 1644</span> int16_t enableSpiCrc(<span class="keywordtype">bool</span> en);</div>
<div class="line"><a id="l01645" name="l01645"></a><span class="lineno"> 1645</span> int16_t driveDiosInSleepMode(<span class="keywordtype">bool</span> en);</div>
<div class="line"><a id="l01646" name="l01646"></a><span class="lineno"> 1646</span> </div>
<div class="line"><a id="l01647" name="l01647"></a><span class="lineno"> 1647</span> int16_t resetStats(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l01648" name="l01648"></a><span class="lineno"> 1648</span> int16_t getStats(uint16_t* nbPktReceived, uint16_t* nbPktCrcError, uint16_t* data1, uint16_t* data2);</div>
<div class="line"><a id="l01649" name="l01649"></a><span class="lineno"> 1649</span> int16_t getPacketType(uint8_t* type);</div>
<div class="line"><a id="l01650" name="l01650"></a><span class="lineno"> 1650</span> int16_t getRxBufferStatus(uint8_t* len, uint8_t* startOffset);</div>
<div class="line"><a id="l01651" name="l01651"></a><span class="lineno"> 1651</span> int16_t getPacketStatusLoRa(<span class="keywordtype">float</span>* rssiPkt, <span class="keywordtype">float</span>* snrPkt, <span class="keywordtype">float</span>* signalRssiPkt);</div>
<div class="line"><a id="l01652" name="l01652"></a><span class="lineno"> 1652</span> int16_t getPacketStatusGFSK(<span class="keywordtype">float</span>* rssiSync, <span class="keywordtype">float</span>* rssiAvg, uint8_t* rxLen, uint8_t* stat);</div>
<div class="line"><a id="l01653" name="l01653"></a><span class="lineno"> 1653</span> int16_t getRssiInst(<span class="keywordtype">float</span>* rssi);</div>
<div class="line"><a id="l01654" name="l01654"></a><span class="lineno"> 1654</span> int16_t setGfskSyncWord(uint8_t* sync);</div>
<div class="line"><a id="l01655" name="l01655"></a><span class="lineno"> 1655</span> int16_t setLoRaPublicNetwork(<span class="keywordtype">bool</span> pub);</div>
<div class="line"><a id="l01656" name="l01656"></a><span class="lineno"> 1656</span> int16_t setRx(uint32_t timeout);</div>
<div class="line"><a id="l01657" name="l01657"></a><span class="lineno"> 1657</span> int16_t setTx(uint32_t timeout);</div>
<div class="line"><a id="l01658" name="l01658"></a><span class="lineno"> 1658</span> int16_t setRfFrequency(uint32_t rfFreq);</div>
<div class="line"><a id="l01659" name="l01659"></a><span class="lineno"> 1659</span> int16_t autoTxRx(uint32_t delay, uint8_t intMode, uint32_t timeout);</div>
<div class="line"><a id="l01660" name="l01660"></a><span class="lineno"> 1660</span> int16_t setCadParams(uint8_t symNum, uint8_t detPeak, uint8_t detMin, uint8_t cadExitMode, uint32_t timeout);</div>
<div class="line"><a id="l01661" name="l01661"></a><span class="lineno"> 1661</span> int16_t setPacketType(uint8_t type);</div>
<div class="line"><a id="l01662" name="l01662"></a><span class="lineno"> 1662</span> int16_t setModulationParamsLoRa(uint8_t sf, uint8_t bw, uint8_t cr, uint8_t ldro);</div>
<div class="line"><a id="l01663" name="l01663"></a><span class="lineno"> 1663</span> int16_t setModulationParamsGFSK(uint32_t br, uint8_t sh, uint8_t rxBw, uint32_t freqDev);</div>
<div class="line"><a id="l01664" name="l01664"></a><span class="lineno"> 1664</span> int16_t setModulationParamsLrFhss(uint32_t br, uint8_t sh);</div>
<div class="line"><a id="l01665" name="l01665"></a><span class="lineno"> 1665</span> int16_t setModulationParamsSigfox(uint32_t br, uint8_t sh);</div>
<div class="line"><a id="l01666" name="l01666"></a><span class="lineno"> 1666</span> int16_t setPacketParamsLoRa(uint16_t preambleLen, uint8_t hdrType, uint8_t payloadLen, uint8_t crcType, uint8_t <a class="code hl_function" href="class_l_r11x0.html#af85c16956c2250dbf338a298c074d28c">invertIQ</a>);</div>
<div class="line"><a id="l01667" name="l01667"></a><span class="lineno"> 1667</span> int16_t setPacketParamsGFSK(uint16_t preambleLen, uint8_t preambleDetectorLen, uint8_t syncWordLen, uint8_t addrCmp, uint8_t packType, uint8_t payloadLen, uint8_t crcType, uint8_t whiten);</div>
<div class="line"><a id="l01668" name="l01668"></a><span class="lineno"> 1668</span> int16_t setPacketParamsSigfox(uint8_t payloadLen, uint16_t rampUpDelay, uint16_t rampDownDelay, uint16_t bitNum);</div>
<div class="line"><a id="l01669" name="l01669"></a><span class="lineno"> 1669</span> int16_t setTxParams(int8_t pwr, uint8_t ramp);</div>
<div class="line"><a id="l01670" name="l01670"></a><span class="lineno"> 1670</span> int16_t setPacketAdrs(uint8_t node, uint8_t broadcast);</div>
<div class="line"><a id="l01671" name="l01671"></a><span class="lineno"> 1671</span> int16_t setRxTxFallbackMode(uint8_t mode);</div>
<div class="line"><a id="l01672" name="l01672"></a><span class="lineno"> 1672</span> int16_t setRxDutyCycle(uint32_t rxPeriod, uint32_t sleepPeriod, uint8_t mode);</div>
<div class="line"><a id="l01673" name="l01673"></a><span class="lineno"> 1673</span> int16_t setPaConfig(uint8_t paSel, uint8_t regPaSupply, uint8_t paDutyCycle, uint8_t paHpSel);</div>
<div class="line"><a id="l01674" name="l01674"></a><span class="lineno"> 1674</span> int16_t stopTimeoutOnPreamble(<span class="keywordtype">bool</span> stop);</div>
<div class="line"><a id="l01675" name="l01675"></a><span class="lineno"> 1675</span> int16_t setCad(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l01676" name="l01676"></a><span class="lineno"> 1676</span> int16_t setTxCw(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l01677" name="l01677"></a><span class="lineno"> 1677</span> int16_t setTxInfinitePreamble(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l01678" name="l01678"></a><span class="lineno"> 1678</span> int16_t setLoRaSynchTimeout(uint8_t symbolNum);</div>
<div class="line"><a id="l01679" name="l01679"></a><span class="lineno"> 1679</span> int16_t setRangingAddr(uint32_t addr, uint8_t checkLen);</div>
<div class="line"><a id="l01680" name="l01680"></a><span class="lineno"> 1680</span> int16_t setRangingReqAddr(uint32_t addr);</div>
<div class="line"><a id="l01681" name="l01681"></a><span class="lineno"> 1681</span> int16_t getRangingResult(uint8_t type, <span class="keywordtype">float</span>* res);</div>
<div class="line"><a id="l01682" name="l01682"></a><span class="lineno"> 1682</span> int16_t setRangingTxRxDelay(uint32_t delay);</div>
<div class="line"><a id="l01683" name="l01683"></a><span class="lineno"> 1683</span> int16_t setGfskCrcParams(uint32_t init, uint32_t poly);</div>
<div class="line"><a id="l01684" name="l01684"></a><span class="lineno"> 1684</span> int16_t setGfskWhitParams(uint16_t seed);</div>
<div class="line"><a id="l01685" name="l01685"></a><span class="lineno"> 1685</span> int16_t setRangingParameter(uint8_t symbolNum);</div>
<div class="line"><a id="l01686" name="l01686"></a><span class="lineno"> 1686</span> int16_t setRssiCalibration(<span class="keyword">const</span> int8_t* tune, int16_t gainOffset);</div>
<div class="line"><a id="l01687" name="l01687"></a><span class="lineno"> 1687</span> int16_t setLoRaSyncWord(uint8_t sync);</div>
<div class="line"><a id="l01688" name="l01688"></a><span class="lineno"> 1688</span> int16_t lrFhssBuildFrame(uint8_t hdrCount, uint8_t cr, uint8_t grid, <span class="keywordtype">bool</span> hop, uint8_t bw, uint16_t hopSeq, int8_t devOffset, <span class="keyword">const</span> uint8_t* payload, <span class="keywordtype">size_t</span> len);</div>
<div class="line"><a id="l01689" name="l01689"></a><span class="lineno"> 1689</span> int16_t lrFhssSetSyncWord(uint32_t sync);</div>
<div class="line"><a id="l01690" name="l01690"></a><span class="lineno"> 1690</span> int16_t configBleBeacon(uint8_t chan, <span class="keyword">const</span> uint8_t* payload, <span class="keywordtype">size_t</span> len);</div>
<div class="line"><a id="l01691" name="l01691"></a><span class="lineno"> 1691</span> int16_t getLoRaRxHeaderInfos(uint8_t* info);</div>
<div class="line"><a id="l01692" name="l01692"></a><span class="lineno"> 1692</span> int16_t bleBeaconSend(uint8_t chan, <span class="keyword">const</span> uint8_t* payload, <span class="keywordtype">size_t</span> len);</div>
<div class="line"><a id="l01693" name="l01693"></a><span class="lineno"> 1693</span> </div>
<div class="line"><a id="l01694" name="l01694"></a><span class="lineno"> 1694</span> int16_t <a class="code hl_function" href="class_l_r11x0.html#ade5478296ebc7e02281c95609d5d75ab">wifiScan</a>(uint8_t type, uint16_t mask, uint8_t acqMode, uint8_t nbMaxRes, uint8_t nbScanPerChan, uint16_t timeout, uint8_t abortOnTimeout);</div>
<div class="line"><a id="l01695" name="l01695"></a><span class="lineno"> 1695</span> int16_t wifiScanTimeLimit(uint8_t type, uint16_t mask, uint8_t acqMode, uint8_t nbMaxRes, uint16_t timePerChan, uint16_t timeout);</div>
<div class="line"><a id="l01696" name="l01696"></a><span class="lineno"> 1696</span> int16_t wifiCountryCode(uint16_t mask, uint8_t nbMaxRes, uint8_t nbScanPerChan, uint16_t timeout, uint8_t abortOnTimeout);</div>
<div class="line"><a id="l01697" name="l01697"></a><span class="lineno"> 1697</span> int16_t wifiCountryCodeTimeLimit(uint16_t mask, uint8_t nbMaxRes, uint16_t timePerChan, uint16_t timeout);</div>
<div class="line"><a id="l01698" name="l01698"></a><span class="lineno"> 1698</span> int16_t wifiGetNbResults(uint8_t* nbResults);</div>
<div class="line"><a id="l01699" name="l01699"></a><span class="lineno"> 1699</span> int16_t wifiReadResults(uint8_t index, uint8_t nbResults, uint8_t format, uint8_t* results);</div>
<div class="line"><a id="l01700" name="l01700"></a><span class="lineno"> 1700</span> int16_t wifiResetCumulTimings(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l01701" name="l01701"></a><span class="lineno"> 1701</span> int16_t wifiReadCumulTimings(uint32_t* detection, uint32_t* capture, uint32_t* demodulation);</div>
<div class="line"><a id="l01702" name="l01702"></a><span class="lineno"> 1702</span> int16_t wifiGetNbCountryCodeResults(uint8_t* nbResults);</div>
<div class="line"><a id="l01703" name="l01703"></a><span class="lineno"> 1703</span> int16_t wifiReadCountryCodeResults(uint8_t index, uint8_t nbResults, uint8_t* results);</div>
<div class="line"><a id="l01704" name="l01704"></a><span class="lineno"> 1704</span> int16_t wifiCfgTimestampAPphone(uint32_t timestamp);</div>
<div class="line"><a id="l01705" name="l01705"></a><span class="lineno"> 1705</span> int16_t wifiReadVersion(uint8_t* major, uint8_t* minor);</div>
<div class="line"><a id="l01706" name="l01706"></a><span class="lineno"> 1706</span> </div>
<div class="line"><a id="l01707" name="l01707"></a><span class="lineno"> 1707</span> int16_t gnssReadRssi(int8_t* rssi);</div>
<div class="line"><a id="l01708" name="l01708"></a><span class="lineno"> 1708</span> int16_t gnssSetConstellationToUse(uint8_t mask);</div>
<div class="line"><a id="l01709" name="l01709"></a><span class="lineno"> 1709</span> int16_t gnssReadConstellationToUse(uint8_t* mask);</div>
<div class="line"><a id="l01710" name="l01710"></a><span class="lineno"> 1710</span> int16_t gnssSetAlmanacUpdate(uint8_t mask);</div>
<div class="line"><a id="l01711" name="l01711"></a><span class="lineno"> 1711</span> int16_t gnssReadAlmanacUpdate(uint8_t* mask);</div>
<div class="line"><a id="l01712" name="l01712"></a><span class="lineno"> 1712</span> int16_t gnssSetFreqSearchSpace(uint8_t freq);</div>
<div class="line"><a id="l01713" name="l01713"></a><span class="lineno"> 1713</span> int16_t gnssReadFreqSearchSpace(uint8_t* freq);</div>
<div class="line"><a id="l01714" name="l01714"></a><span class="lineno"> 1714</span> int16_t gnssReadVersion(uint8_t* fw, uint8_t* almanac);</div>
<div class="line"><a id="l01715" name="l01715"></a><span class="lineno"> 1715</span> int16_t gnssReadSupportedConstellations(uint8_t* mask);</div>
<div class="line"><a id="l01716" name="l01716"></a><span class="lineno"> 1716</span> int16_t gnssSetMode(uint8_t mode);</div>
<div class="line"><a id="l01717" name="l01717"></a><span class="lineno"> 1717</span> int16_t gnssAutonomous(uint32_t gpsTime, uint8_t resMask, uint8_t nbSvMask);</div>
<div class="line"><a id="l01718" name="l01718"></a><span class="lineno"> 1718</span> int16_t gnssAssisted(uint32_t gpsTime, uint8_t effort, uint8_t resMask, uint8_t nbSvMask);</div>
<div class="line"><a id="l01719" name="l01719"></a><span class="lineno"> 1719</span> int16_t gnssSetAssistancePosition(<span class="keywordtype">float</span> lat, <span class="keywordtype">float</span> lon);</div>
<div class="line"><a id="l01720" name="l01720"></a><span class="lineno"> 1720</span> int16_t gnssReadAssistancePosition(<span class="keywordtype">float</span>* lat, <span class="keywordtype">float</span>* lon);</div>
<div class="line"><a id="l01721" name="l01721"></a><span class="lineno"> 1721</span> int16_t gnssPushSolverMsg(uint8_t* payload, <span class="keywordtype">size_t</span> len);</div>
<div class="line"><a id="l01722" name="l01722"></a><span class="lineno"> 1722</span> int16_t gnssPushDmMsg(uint8_t* payload, <span class="keywordtype">size_t</span> len);</div>
<div class="line"><a id="l01723" name="l01723"></a><span class="lineno"> 1723</span> int16_t gnssGetContextStatus(uint8_t* fwVersion, uint32_t* almanacCrc, uint8_t* errCode, uint8_t* almUpdMask, uint8_t* freqSpace);</div>
<div class="line"><a id="l01724" name="l01724"></a><span class="lineno"> 1724</span> int16_t gnssGetNbSvDetected(uint8_t* nbSv);</div>
<div class="line"><a id="l01725" name="l01725"></a><span class="lineno"> 1725</span> int16_t gnssGetSvDetected(uint8_t* svId, uint8_t* snr, int16_t* doppler, <span class="keywordtype">size_t</span> nbSv);</div>
<div class="line"><a id="l01726" name="l01726"></a><span class="lineno"> 1726</span> int16_t gnssGetConsumption(uint32_t* cpu, uint32_t* radio);</div>
<div class="line"><a id="l01727" name="l01727"></a><span class="lineno"> 1727</span> int16_t gnssGetResultSize(uint16_t* size);</div>
<div class="line"><a id="l01728" name="l01728"></a><span class="lineno"> 1728</span> int16_t gnssReadResults(uint8_t* result, uint16_t size);</div>
<div class="line"><a id="l01729" name="l01729"></a><span class="lineno"> 1729</span> int16_t gnssAlmanacFullUpdateHeader(uint16_t date, uint32_t globalCrc);</div>
<div class="line"><a id="l01730" name="l01730"></a><span class="lineno"> 1730</span> int16_t gnssAlmanacFullUpdateSV(uint8_t svn, <span class="keyword">const</span> uint8_t* svnAlmanac);</div>
<div class="line"><a id="l01731" name="l01731"></a><span class="lineno"> 1731</span> int16_t gnssAlmanacReadAddrSize(uint32_t* addr, uint16_t* size);</div>
<div class="line"><a id="l01732" name="l01732"></a><span class="lineno"> 1732</span> int16_t gnssAlmanacReadSV(uint8_t svId, uint8_t* almanac);</div>
<div class="line"><a id="l01733" name="l01733"></a><span class="lineno"> 1733</span> int16_t gnssGetNbSvVisible(uint32_t time, <span class="keywordtype">float</span> lat, <span class="keywordtype">float</span> lon, uint8_t constellation, uint8_t* nbSv);</div>
<div class="line"><a id="l01734" name="l01734"></a><span class="lineno"> 1734</span> int16_t gnssGetSvVisible(uint8_t nbSv, uint8_t** svId, int16_t** doppler, int16_t** dopplerErr);</div>
<div class="line"><a id="l01735" name="l01735"></a><span class="lineno"> 1735</span> int16_t gnssPerformScan(uint8_t effort, uint8_t resMask, uint8_t nbSvMax);</div>
<div class="line"><a id="l01736" name="l01736"></a><span class="lineno"> 1736</span> int16_t gnssReadLastScanModeLaunched(uint8_t* lastScanMode);</div>
<div class="line"><a id="l01737" name="l01737"></a><span class="lineno"> 1737</span> int16_t gnssFetchTime(uint8_t effort, uint8_t opt);</div>
<div class="line"><a id="l01738" name="l01738"></a><span class="lineno"> 1738</span> int16_t gnssReadTime(uint8_t* err, uint32_t* time, uint32_t* nbUs, uint32_t* timeAccuracy);</div>
<div class="line"><a id="l01739" name="l01739"></a><span class="lineno"> 1739</span> int16_t gnssResetTime(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l01740" name="l01740"></a><span class="lineno"> 1740</span> int16_t gnssResetPosition(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l01741" name="l01741"></a><span class="lineno"> 1741</span> int16_t gnssReadWeekNumberRollover(uint8_t* status, uint8_t* rollover);</div>
<div class="line"><a id="l01742" name="l01742"></a><span class="lineno"> 1742</span> int16_t gnssReadDemodStatus(int8_t* status, uint8_t* info);</div>
<div class="line"><a id="l01743" name="l01743"></a><span class="lineno"> 1743</span> int16_t gnssReadCumulTiming(uint32_t* timing, uint8_t* constDemod);</div>
<div class="line"><a id="l01744" name="l01744"></a><span class="lineno"> 1744</span> int16_t gnssSetTime(uint32_t time, uint16_t accuracy);</div>
<div class="line"><a id="l01745" name="l01745"></a><span class="lineno"> 1745</span> int16_t gnssReadDopplerSolverRes(uint8_t* error, uint8_t* nbSvUsed, <span class="keywordtype">float</span>* lat, <span class="keywordtype">float</span>* lon, uint16_t* accuracy, uint16_t* xtal, <span class="keywordtype">float</span>* latFilt, <span class="keywordtype">float</span>* lonFilt, uint16_t* accuracyFilt, uint16_t* xtalFilt);</div>
<div class="line"><a id="l01746" name="l01746"></a><span class="lineno"> 1746</span> int16_t gnssReadDelayResetAP(uint32_t* delay);</div>
<div class="line"><a id="l01747" name="l01747"></a><span class="lineno"> 1747</span> int16_t gnssAlmanacUpdateFromSat(uint8_t effort, uint8_t bitMask);</div>
<div class="line"><a id="l01748" name="l01748"></a><span class="lineno"> 1748</span> int16_t gnssReadAlmanacStatus(uint8_t* status);</div>
<div class="line"><a id="l01749" name="l01749"></a><span class="lineno"> 1749</span> int16_t gnssReadKeepSyncStatus(uint8_t mask, uint8_t* nbSvVisible, uint32_t* elapsed);</div>
<div class="line"><a id="l01750" name="l01750"></a><span class="lineno"> 1750</span> int16_t gnssConfigAlmanacUpdatePeriod(uint8_t bitMask, uint8_t svType, uint16_t period);</div>
<div class="line"><a id="l01751" name="l01751"></a><span class="lineno"> 1751</span> int16_t gnssReadAlmanacUpdatePeriod(uint8_t bitMask, uint8_t svType, uint16_t* period);</div>
<div class="line"><a id="l01752" name="l01752"></a><span class="lineno"> 1752</span> int16_t gnssConfigDelayResetAP(uint32_t delay);</div>
<div class="line"><a id="l01753" name="l01753"></a><span class="lineno"> 1753</span> int16_t gnssGetSvWarmStart(uint8_t bitMask, uint8_t* sv, uint8_t nbVisSat);</div>
<div class="line"><a id="l01754" name="l01754"></a><span class="lineno"> 1754</span> int16_t gnssReadWarmStartStatus(uint8_t bitMask, uint8_t* nbVisSat, uint32_t* timeElapsed);</div>
<div class="line"><a id="l01755" name="l01755"></a><span class="lineno"> 1755</span> int16_t gnssGetSvSync(uint8_t mask, uint8_t nbSv, uint8_t* syncList);</div>
<div class="line"><a id="l01756" name="l01756"></a><span class="lineno"> 1756</span> int16_t gnssWriteBitMaskSatActivated(uint8_t bitMask, uint32_t* bitMaskActivated0, uint32_t* bitMaskActivated1);</div>
<div class="line"><a id="l01757" name="l01757"></a><span class="lineno"> 1757</span> <span class="keywordtype">void</span> gnssAbort();</div>
<div class="line"><a id="l01758" name="l01758"></a><span class="lineno"> 1758</span> </div>
<div class="line"><a id="l01759" name="l01759"></a><span class="lineno"> 1759</span> int16_t cryptoSetKey(uint8_t keyId, <span class="keyword">const</span> uint8_t* key);</div>
<div class="line"><a id="l01760" name="l01760"></a><span class="lineno"> 1760</span> int16_t cryptoDeriveKey(uint8_t srcKeyId, uint8_t dstKeyId, <span class="keyword">const</span> uint8_t* key);</div>
<div class="line"><a id="l01761" name="l01761"></a><span class="lineno"> 1761</span> int16_t cryptoProcessJoinAccept(uint8_t decKeyId, uint8_t verKeyId, uint8_t lwVer, <span class="keyword">const</span> uint8_t* header, <span class="keyword">const</span> uint8_t* dataIn, <span class="keywordtype">size_t</span> len, uint8_t* dataOut);</div>
<div class="line"><a id="l01762" name="l01762"></a><span class="lineno"> 1762</span> int16_t cryptoComputeAesCmac(uint8_t keyId, <span class="keyword">const</span> uint8_t* data, <span class="keywordtype">size_t</span> len, uint32_t* mic);</div>
<div class="line"><a id="l01763" name="l01763"></a><span class="lineno"> 1763</span> int16_t cryptoVerifyAesCmac(uint8_t keyId, uint32_t micExp, <span class="keyword">const</span> uint8_t* data, <span class="keywordtype">size_t</span> len, <span class="keywordtype">bool</span>* result);</div>
<div class="line"><a id="l01764" name="l01764"></a><span class="lineno"> 1764</span> int16_t cryptoAesEncrypt01(uint8_t keyId, <span class="keyword">const</span> uint8_t* dataIn, <span class="keywordtype">size_t</span> len, uint8_t* dataOut);</div>
<div class="line"><a id="l01765" name="l01765"></a><span class="lineno"> 1765</span> int16_t cryptoAesEncrypt(uint8_t keyId, <span class="keyword">const</span> uint8_t* dataIn, <span class="keywordtype">size_t</span> len, uint8_t* dataOut);</div>
<div class="line"><a id="l01766" name="l01766"></a><span class="lineno"> 1766</span> int16_t cryptoAesDecrypt(uint8_t keyId, <span class="keyword">const</span> uint8_t* dataIn, <span class="keywordtype">size_t</span> len, uint8_t* dataOut);</div>
<div class="line"><a id="l01767" name="l01767"></a><span class="lineno"> 1767</span> int16_t cryptoStoreToFlash(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l01768" name="l01768"></a><span class="lineno"> 1768</span> int16_t cryptoRestoreFromFlash(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l01769" name="l01769"></a><span class="lineno"> 1769</span> int16_t cryptoSetParam(uint8_t <span class="keywordtype">id</span>, uint32_t value);</div>
<div class="line"><a id="l01770" name="l01770"></a><span class="lineno"> 1770</span> int16_t cryptoGetParam(uint8_t <span class="keywordtype">id</span>, uint32_t* value);</div>
<div class="line"><a id="l01771" name="l01771"></a><span class="lineno"> 1771</span> int16_t cryptoCheckEncryptedFirmwareImage(uint32_t offset, <span class="keyword">const</span> uint32_t* data, <span class="keywordtype">size_t</span> len, <span class="keywordtype">bool</span> nonvolatile);</div>
<div class="line"><a id="l01772" name="l01772"></a><span class="lineno"> 1772</span> int16_t cryptoCheckEncryptedFirmwareImageResult(<span class="keywordtype">bool</span>* result);</div>
<div class="line"><a id="l01773" name="l01773"></a><span class="lineno"> 1773</span> </div>
<div class="line"><a id="l01774" name="l01774"></a><span class="lineno"> 1774</span> int16_t bootEraseFlash(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l01775" name="l01775"></a><span class="lineno"> 1775</span> int16_t bootWriteFlashEncrypted(uint32_t offset, <span class="keyword">const</span> uint32_t* data, <span class="keywordtype">size_t</span> len, <span class="keywordtype">bool</span> nonvolatile);</div>
<div class="line"><a id="l01776" name="l01776"></a><span class="lineno"> 1776</span> int16_t bootReboot(<span class="keywordtype">bool</span> stay);</div>
<div class="line"><a id="l01777" name="l01777"></a><span class="lineno"> 1777</span> int16_t bootGetPin(uint8_t* pin);</div>
<div class="line"><a id="l01778" name="l01778"></a><span class="lineno"> 1778</span> int16_t bootGetChipEui(uint8_t* eui);</div>
<div class="line"><a id="l01779" name="l01779"></a><span class="lineno"> 1779</span> int16_t bootGetJoinEui(uint8_t* eui);</div>
<div class="line"><a id="l01780" name="l01780"></a><span class="lineno"> 1780</span> </div>
<div class="line"><a id="l01781" name="l01781"></a><span class="lineno"> 1781</span> int16_t SPIcommand(uint16_t cmd, <span class="keywordtype">bool</span> write, uint8_t* data, <span class="keywordtype">size_t</span> len, <span class="keyword">const</span> uint8_t* out = NULL, <span class="keywordtype">size_t</span> outLen = 0);</div>
<div class="line"><a id="l01782" name="l01782"></a><span class="lineno"> 1782</span> </div>
<div class="line"><a id="l01783" name="l01783"></a><span class="lineno"> 1783</span><span class="preprocessor">#if !RADIOLIB_GODMODE</span></div>
<div class="line"><a id="l01784" name="l01784"></a><span class="lineno"> 1784</span> <span class="keyword">protected</span>:</div>
<div class="line"><a id="l01785" name="l01785"></a><span class="lineno"> 1785</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l01786" name="l01786"></a><span class="lineno"> 1786</span> uint8_t chipType = 0;</div>
<div class="line"><a id="l01787" name="l01787"></a><span class="lineno"> 1787</span> <span class="keywordtype">float</span> freqMHz = 0;</div>
<div class="line"><a id="l01788" name="l01788"></a><span class="lineno"> 1788</span> </div>
<div class="line"><a id="l01789" name="l01789"></a><span class="lineno"> 1789</span><span class="preprocessor">#if !RADIOLIB_GODMODE</span></div>
<div class="line"><a id="l01790" name="l01790"></a><span class="lineno"> 1790</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l01791" name="l01791"></a><span class="lineno"> 1791</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l01792" name="l01792"></a><span class="lineno"> 1792</span> <a class="code hl_class" href="class_module.html">Module</a>* mod;</div>
<div class="line"><a id="l01793" name="l01793"></a><span class="lineno"> 1793</span> </div>
<div class="line"><a id="l01794" name="l01794"></a><span class="lineno"> 1794</span> <span class="comment">// cached LoRa parameters</span></div>
<div class="line"><a id="l01795" name="l01795"></a><span class="lineno"> 1795</span> uint8_t bandwidth = 0, spreadingFactor = 0, codingRate = 0, ldrOptimize = 0, crcTypeLoRa = 0, headerType = 0;</div>
<div class="line"><a id="l01796" name="l01796"></a><span class="lineno"> 1796</span> uint16_t preambleLengthLoRa = 0;</div>
<div class="line"><a id="l01797" name="l01797"></a><span class="lineno"> 1797</span> <span class="keywordtype">float</span> bandwidthKhz = 0;</div>
<div class="line"><a id="l01798" name="l01798"></a><span class="lineno"> 1798</span> <span class="keywordtype">bool</span> ldroAuto = <span class="keyword">true</span>;</div>
<div class="line"><a id="l01799" name="l01799"></a><span class="lineno"> 1799</span> <span class="keywordtype">size_t</span> implicitLen = 0;</div>
<div class="line"><a id="l01800" name="l01800"></a><span class="lineno"> 1800</span> <span class="keywordtype">bool</span> invertIQEnabled = <span class="keyword">false</span>;</div>
<div class="line"><a id="l01801" name="l01801"></a><span class="lineno"> 1801</span> </div>
<div class="line"><a id="l01802" name="l01802"></a><span class="lineno"> 1802</span> <span class="comment">// cached GFSK parameters</span></div>
<div class="line"><a id="l01803" name="l01803"></a><span class="lineno"> 1803</span> uint32_t bitRate = 0, frequencyDev = 0;</div>
<div class="line"><a id="l01804" name="l01804"></a><span class="lineno"> 1804</span> uint8_t preambleDetLength = 0, rxBandwidth = 0, pulseShape = 0, crcTypeGFSK = 0, syncWordLength = 0, addrComp = 0, whitening = 0, packetType = 0, node = 0;</div>
<div class="line"><a id="l01805" name="l01805"></a><span class="lineno"> 1805</span> uint16_t preambleLengthGFSK = 0;</div>
<div class="line"><a id="l01806" name="l01806"></a><span class="lineno"> 1806</span> </div>
<div class="line"><a id="l01807" name="l01807"></a><span class="lineno"> 1807</span> <span class="comment">// cached LR-FHSS parameters</span></div>
<div class="line"><a id="l01808" name="l01808"></a><span class="lineno"> 1808</span> uint8_t lrFhssCr = 0, lrFhssBw = 0, lrFhssHdrCount = 0, lrFhssGrid = 0;</div>
<div class="line"><a id="l01809" name="l01809"></a><span class="lineno"> 1809</span> uint16_t lrFhssHopSeq = 0;</div>
<div class="line"><a id="l01810" name="l01810"></a><span class="lineno"> 1810</span> </div>
<div class="line"><a id="l01811" name="l01811"></a><span class="lineno"> 1811</span> <span class="keywordtype">float</span> dataRateMeasured = 0;</div>
<div class="line"><a id="l01812" name="l01812"></a><span class="lineno"> 1812</span> </div>
<div class="line"><a id="l01813" name="l01813"></a><span class="lineno"> 1813</span> uint8_t wifiScanMode = 0;</div>
<div class="line"><a id="l01814" name="l01814"></a><span class="lineno"> 1814</span> <span class="keywordtype">bool</span> gnss = <span class="keyword">false</span>;</div>
<div class="line"><a id="l01815" name="l01815"></a><span class="lineno"> 1815</span> uint32_t rxTimeout = 0;</div>
<div class="line"><a id="l01816" name="l01816"></a><span class="lineno"> 1816</span> </div>
<div class="line"><a id="l01817" name="l01817"></a><span class="lineno"> 1817</span> int16_t modSetup(<span class="keywordtype">float</span> tcxoVoltage, uint8_t modem);</div>
<div class="line"><a id="l01818" name="l01818"></a><span class="lineno"> 1818</span> <span class="keyword">static</span> int16_t SPIparseStatus(uint8_t in);</div>
<div class="line"><a id="l01819" name="l01819"></a><span class="lineno"> 1819</span> <span class="keyword">static</span> int16_t SPIcheckStatus(<a class="code hl_class" href="class_module.html">Module</a>* mod);</div>
<div class="line"><a id="l01820" name="l01820"></a><span class="lineno"> 1820</span> <span class="keywordtype">bool</span> findChip(uint8_t ver);</div>
<div class="line"><a id="l01821" name="l01821"></a><span class="lineno"> 1821</span> int16_t config(uint8_t modem);</div>
<div class="line"><a id="l01822" name="l01822"></a><span class="lineno"> 1822</span> int16_t setPacketMode(uint8_t mode, uint8_t len);</div>
<div class="line"><a id="l01823" name="l01823"></a><span class="lineno"> 1823</span> int16_t startCad(uint8_t symbolNum, uint8_t detPeak, uint8_t detMin, uint8_t exitMode, <a class="code hl_typedef" href="group__typedefs.html#ga210f31dd2bff7fb80563275648a5bbbd">RadioLibTime_t</a> timeout);</div>
<div class="line"><a id="l01824" name="l01824"></a><span class="lineno"> 1824</span> int16_t setHeaderType(uint8_t hdrType, <span class="keywordtype">size_t</span> len = 0xFF);</div>
<div class="line"><a id="l01825" name="l01825"></a><span class="lineno"> 1825</span> </div>
<div class="line"><a id="l01826" name="l01826"></a><span class="lineno"> 1826</span> <span class="comment">// common methods to avoid some copy-paste</span></div>
<div class="line"><a id="l01827" name="l01827"></a><span class="lineno"> 1827</span> int16_t bleBeaconCommon(uint16_t cmd, uint8_t chan, <span class="keyword">const</span> uint8_t* payload, <span class="keywordtype">size_t</span> len);</div>
<div class="line"><a id="l01828" name="l01828"></a><span class="lineno"> 1828</span> int16_t writeCommon(uint16_t cmd, uint32_t addrOffset, <span class="keyword">const</span> uint32_t* data, <span class="keywordtype">size_t</span> len, <span class="keywordtype">bool</span> nonvolatile);</div>
<div class="line"><a id="l01829" name="l01829"></a><span class="lineno"> 1829</span> int16_t cryptoCommon(uint16_t cmd, uint8_t keyId, <span class="keyword">const</span> uint8_t* dataIn, <span class="keywordtype">size_t</span> len, uint8_t* dataOut);</div>
<div class="line"><a id="l01830" name="l01830"></a><span class="lineno"> 1830</span>};</div>
</div>
<div class="line"><a id="l01831" name="l01831"></a><span class="lineno"> 1831</span> </div>
<div class="line"><a id="l01832" name="l01832"></a><span class="lineno"> 1832</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l01833" name="l01833"></a><span class="lineno"> 1833</span> </div>
<div class="line"><a id="l01834" name="l01834"></a><span class="lineno"> 1834</span><span class="preprocessor">#endif</span></div>
<div class="ttc" id="aclass_l_r11x0_html"><div class="ttname"><a href="class_l_r11x0.html">LR11x0</a></div><div class="ttdoc">Base class for LR11x0 series. All derived classes for LR11x0 (e.g. LR1110 or LR1120) inherit from thi...</div><div class="ttdef"><b>Definition</b> LR11x0.h:874</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a004782e6e5c6ad213c3b0c677bb8642d"><div class="ttname"><a href="class_l_r11x0.html#a004782e6e5c6ad213c3b0c677bb8642d">LR11x0::getSNR</a></div><div class="ttdeci">float getSNR() override</div><div class="ttdoc">Gets SNR (Signal to Noise Ratio) of the last received packet. Only available for LoRa modem.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1167</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a0309154558a0d88e2e8957e4dbf6a2f8"><div class="ttname"><a href="class_l_r11x0.html#a0309154558a0d88e2e8957e4dbf6a2f8">LR11x0::getIrqStatus</a></div><div class="ttdeci">uint32_t getIrqStatus()</div><div class="ttdoc">Reads the current IRQ status.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:431</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a056e65c58ff8fb18bd84917512790ee6"><div class="ttname"><a href="class_l_r11x0.html#a056e65c58ff8fb18bd84917512790ee6">LR11x0::setDataRate</a></div><div class="ttdeci">int16_t setDataRate(DataRate_t dr) override</div><div class="ttdoc">Set data.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:956</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a1981f0dfceca2b6175a69530ea13d643"><div class="ttname"><a href="class_l_r11x0.html#a1981f0dfceca2b6175a69530ea13d643">LR11x0::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> LR11x0.cpp:1351</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a19a4b4a138dbd0e5c8f980de0f6419e4"><div class="ttname"><a href="class_l_r11x0.html#a19a4b4a138dbd0e5c8f980de0f6419e4">LR11x0::getGnssPosition</a></div><div class="ttdeci">int16_t getGnssPosition(LR11x0GnssPosition_t *pos, bool filtered=true)</div><div class="ttdoc">Get GNSS position. Called after gnssScan to retrieve the position calculated by the internal solver.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1888</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a1ad485f14a333f06b642f2d60aacf76c"><div class="ttname"><a href="class_l_r11x0.html#a1ad485f14a333f06b642f2d60aacf76c">LR11x0::setRegulatorDCDC</a></div><div class="ttdeci">int16_t setRegulatorDCDC()</div><div class="ttdoc">Set regulator mode to DC-DC.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1342</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a1ae2cddeb7671d9b71e9c83bf020820f"><div class="ttname"><a href="class_l_r11x0.html#a1ae2cddeb7671d9b71e9c83bf020820f">LR11x0::getChannelScanResult</a></div><div class="ttdeci">int16_t getChannelScanResult() override</div><div class="ttdoc">Read the channel scan result.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:531</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a1ec81f3625fdc8a3ef6c54a3804c3aa9"><div class="ttname"><a href="class_l_r11x0.html#a1ec81f3625fdc8a3ef6c54a3804c3aa9">LR11x0::getDataRate</a></div><div class="ttdeci">float getDataRate() const</div><div class="ttdoc">Gets effective data rate for the last transmitted packet. The value is calculated only for payload by...</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1334</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a20279f1b267e936991f47fd703924833"><div class="ttname"><a href="class_l_r11x0.html#a20279f1b267e936991f47fd703924833">LR11x0::readData</a></div><div class="ttdeci">int16_t readData(uint8_t *data, size_t len) override</div><div class="ttdoc">Reads data received after calling startReceive method. When the packet length is not known in advance...</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:441</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a205364e65d54f3f87b9b8f5972cdcb99"><div class="ttname"><a href="class_l_r11x0.html#a205364e65d54f3f87b9b8f5972cdcb99">LR11x0::getIrqFlags</a></div><div class="ttdeci">uint32_t getIrqFlags() override</div><div class="ttdoc">Read currently active IRQ flags.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1308</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a21e865665318dece7d95336a275dd973"><div class="ttname"><a href="class_l_r11x0.html#a21e865665318dece7d95336a275dd973">LR11x0::transmit</a></div><div class="ttdeci">int16_t transmit(const uint8_t *data, size_t len, uint8_t addr=0) override</div><div class="ttdoc">Blocking binary transmit method. Overloads for string-based transmissions are implemented in Physical...</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:179</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a244ee48075d44c7064b454eb9c4afdb8"><div class="ttname"><a href="class_l_r11x0.html#a244ee48075d44c7064b454eb9c4afdb8">LR11x0::beginLRFHSS</a></div><div class="ttdeci">int16_t beginLRFHSS(uint8_t bw, uint8_t cr, bool narrowGrid, float tcxoVoltage)</div><div class="ttdoc">Initialization method for LR-FHSS modem.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:103</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a25f5ee68b3c2638ae613c87ed1c3fc64"><div class="ttname"><a href="class_l_r11x0.html#a25f5ee68b3c2638ae613c87ed1c3fc64">LR11x0::setRxBandwidth</a></div><div class="ttdeci">int16_t setRxBandwidth(float rxBw)</div><div class="ttdoc">Sets GFSK receiver bandwidth. Allowed values are 4.8, 5.8, 7.3, 9.7, 11.7, 14.6, 19....</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:707</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a260c7f4ee4739e532ddb465a276205d3"><div class="ttname"><a href="class_l_r11x0.html#a260c7f4ee4739e532ddb465a276205d3">LR11x0::calculateRxTimeout</a></div><div class="ttdeci">RadioLibTime_t calculateRxTimeout(RadioLibTime_t timeoutUs) override</div><div class="ttdoc">Calculate the timeout value for this specific module / series (in number of symbols or units of time)</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1301</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a288bcc309d3676bc0bbe620b7d89d994"><div class="ttname"><a href="class_l_r11x0.html#a288bcc309d3676bc0bbe620b7d89d994">LR11x0::reset</a></div><div class="ttdeci">int16_t reset()</div><div class="ttdoc">Reset method. Will reset the chip to the default state using RST pin.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:156</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a2985d66f47882ab46291a4d89f686ca7"><div class="ttname"><a href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7">LR11x0::OpMode_t</a></div><div class="ttdeci">OpMode_t</div><div class="ttdoc">Custom operation modes for LR11x0. Needed because LR11x0 has several modems (sub-GHz,...</div><div class="ttdef"><b>Definition</b> LR11x0.h:893</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a2985d66f47882ab46291a4d89f686ca7a005b9c110df839cd001f82f4660762fd"><div class="ttname"><a href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7a005b9c110df839cd001f82f4660762fd">LR11x0::MODE_TX_HP</a></div><div class="ttdeci">@ MODE_TX_HP</div><div class="ttdef"><b>Definition</b> LR11x0.h:903</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a2985d66f47882ab46291a4d89f686ca7a2398f9003962c8dc6d199e69ba850917"><div class="ttname"><a href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7a2398f9003962c8dc6d199e69ba850917">LR11x0::MODE_END_OF_TABLE</a></div><div class="ttdeci">@ MODE_END_OF_TABLE</div><div class="ttdef"><b>Definition</b> LR11x0.h:895</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a2985d66f47882ab46291a4d89f686ca7a3bee9db01eab3ac70ff178c95fe8f8ab"><div class="ttname"><a href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7a3bee9db01eab3ac70ff178c95fe8f8ab">LR11x0::MODE_WIFI</a></div><div class="ttdeci">@ MODE_WIFI</div><div class="ttdef"><b>Definition</b> LR11x0.h:909</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a2985d66f47882ab46291a4d89f686ca7a5f126b8030f06bb14b1659ccce645bad"><div class="ttname"><a href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7a5f126b8030f06bb14b1659ccce645bad">LR11x0::MODE_GNSS</a></div><div class="ttdeci">@ MODE_GNSS</div><div class="ttdef"><b>Definition</b> LR11x0.h:907</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a2985d66f47882ab46291a4d89f686ca7a71c6230a03a213d3e19185691c6db551"><div class="ttname"><a href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7a71c6230a03a213d3e19185691c6db551">LR11x0::MODE_TX</a></div><div class="ttdeci">@ MODE_TX</div><div class="ttdef"><b>Definition</b> LR11x0.h:901</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a2985d66f47882ab46291a4d89f686ca7a98f8232e13745eec261cd755c457c034"><div class="ttname"><a href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7a98f8232e13745eec261cd755c457c034">LR11x0::MODE_RX</a></div><div class="ttdeci">@ MODE_RX</div><div class="ttdef"><b>Definition</b> LR11x0.h:899</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a2985d66f47882ab46291a4d89f686ca7ab223e6d6104d722d61e1d2aa22231012"><div class="ttname"><a href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7ab223e6d6104d722d61e1d2aa22231012">LR11x0::MODE_STBY</a></div><div class="ttdeci">@ MODE_STBY</div><div class="ttdef"><b>Definition</b> LR11x0.h:897</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a2985d66f47882ab46291a4d89f686ca7acbbc5768e10e22bfdf776faffbfced46"><div class="ttname"><a href="class_l_r11x0.html#a2985d66f47882ab46291a4d89f686ca7acbbc5768e10e22bfdf776faffbfced46">LR11x0::MODE_TX_HF</a></div><div class="ttdeci">@ MODE_TX_HF</div><div class="ttdef"><b>Definition</b> LR11x0.h:905</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a3498e0e621f341e415145879989e0948"><div class="ttname"><a href="class_l_r11x0.html#a3498e0e621f341e415145879989e0948">LR11x0::startWifiScan</a></div><div class="ttdeci">int16_t startWifiScan(char wifiType, uint8_t mode=RADIOLIB_LR11X0_WIFI_ACQ_MODE_FULL_BEACON, uint16_t chanMask=RADIOLIB_LR11X0_WIFI_ALL_CHANNELS, uint8_t numScans=16, uint16_t timeout=100)</div><div class="ttdoc">Start passive WiFi scan. BUSY pin will be de-activated when the scan is finished.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1440</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a3693359e5d106d6f57c23247c528cdd5"><div class="ttname"><a href="class_l_r11x0.html#a3693359e5d106d6f57c23247c528cdd5">LR11x0::explicitHeader</a></div><div class="ttdeci">int16_t explicitHeader()</div><div class="ttdoc">Set explicit header mode for future reception/transmission.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1330</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a377c287f18c939c2b4da3241d8329e58"><div class="ttname"><a href="class_l_r11x0.html#a377c287f18c939c2b4da3241d8329e58">LR11x0::receive</a></div><div class="ttdeci">int16_t receive(uint8_t *data, size_t len) override</div><div class="ttdoc">Blocking binary receive method. Overloads for string-based transmissions are implemented in PhysicalL...</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:229</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a3ccfd35d26960457214d2a0192d6b312"><div class="ttname"><a href="class_l_r11x0.html#a3ccfd35d26960457214d2a0192d6b312">LR11x0::XTAL</a></div><div class="ttdeci">bool XTAL</div><div class="ttdoc">Whether the module has an XTAL (true) or TCXO (false). Defaults to false.</div><div class="ttdef"><b>Definition</b> LR11x0.h:915</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a457f5dfe25385a329127f07abc4631a6"><div class="ttname"><a href="class_l_r11x0.html#a457f5dfe25385a329127f07abc4631a6">LR11x0::getWifiScanResult</a></div><div class="ttdeci">int16_t getWifiScanResult(LR11x0WifiResult_t *result, uint8_t index, bool brief=false)</div><div class="ttdoc">Retrieve passive WiFi scan result.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1504</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a49116d006b60128fe6f73a6a868a6d18"><div class="ttname"><a href="class_l_r11x0.html#a49116d006b60128fe6f73a6a868a6d18">LR11x0::setIrqAction</a></div><div class="ttdeci">void setIrqAction(void(*func)(void))</div><div class="ttdoc">Sets interrupt service routine to call when IRQ1 activates.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:395</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a4d18ad719be79c083f2b0ce77bbaa448"><div class="ttname"><a href="class_l_r11x0.html#a4d18ad719be79c083f2b0ce77bbaa448">LR11x0::checkDataRate</a></div><div class="ttdeci">int16_t checkDataRate(DataRate_t dr) override</div><div class="ttdoc">Check the data rate can be configured by this module.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:995</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a4f3bc362530b85dd643669705f03998d"><div class="ttname"><a href="class_l_r11x0.html#a4f3bc362530b85dd643669705f03998d">LR11x0::startChannelScan</a></div><div class="ttdeci">int16_t startChannelScan() override</div><div class="ttdoc">Interrupt-driven channel activity detection method. IRQ1 will be activated when LoRa preamble is dete...</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:486</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a551b82787288b0b14e4d3124e6744dc3"><div class="ttname"><a href="class_l_r11x0.html#a551b82787288b0b14e4d3124e6744dc3">LR11x0::setCRC</a></div><div class="ttdeci">int16_t setCRC(uint8_t len, uint32_t initial=0x00001D0FUL, uint32_t polynomial=0x00001021UL, bool inverted=true)</div><div class="ttdoc">Sets CRC configuration.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1093</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a583f2d5ed601a98c609dbf0d57f2f541"><div class="ttname"><a href="class_l_r11x0.html#a583f2d5ed601a98c609dbf0d57f2f541">LR11x0::setCodingRate</a></div><div class="ttdeci">int16_t setCodingRate(uint8_t cr, bool longInterleave=false)</div><div class="ttdoc">Sets LoRa coding rate denominator. Allowed values range from 5 to 8.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:625</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a5a33df702da3f5b010e07d5e6fac7aa6"><div class="ttname"><a href="class_l_r11x0.html#a5a33df702da3f5b010e07d5e6fac7aa6">LR11x0::setDataShaping</a></div><div class="ttdeci">int16_t setDataShaping(uint8_t sh) override</div><div class="ttdoc">Sets time-bandwidth product of Gaussian filter applied for shaping. Allowed values are RADIOLIB_SHAPI...</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:885</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a5df4c1ed45bf59aa25bc400bcb5dc1ba"><div class="ttname"><a href="class_l_r11x0.html#a5df4c1ed45bf59aa25bc400bcb5dc1ba">LR11x0::fixedPacketLengthMode</a></div><div class="ttdeci">int16_t fixedPacketLengthMode(uint8_t len=RADIOLIB_LR11X0_MAX_PACKET_LENGTH)</div><div class="ttdoc">Set modem in fixed packet length mode. Available in GFSK mode only.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:923</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a5ef83caa291e2d310d260a8ea140bc8e"><div class="ttname"><a href="class_l_r11x0.html#a5ef83caa291e2d310d260a8ea140bc8e">LR11x0::getWifiScanResultsCount</a></div><div class="ttdeci">int16_t getWifiScanResultsCount(uint8_t *count)</div><div class="ttdoc">Get number of WiFi scan results after the scan is finished.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1490</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a605f5c74ce523abad256866abe133d2e"><div class="ttname"><a href="class_l_r11x0.html#a605f5c74ce523abad256866abe133d2e">LR11x0::setNodeAddress</a></div><div class="ttdeci">int16_t setNodeAddress(uint8_t nodeAddr)</div><div class="ttdoc">Sets node address. Calling this method will also enable address filtering for node address only.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:834</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a62c715ab18ea8a2e08a2791d3e764ee9"><div class="ttname"><a href="class_l_r11x0.html#a62c715ab18ea8a2e08a2791d3e764ee9">LR11x0::setIrqFlags</a></div><div class="ttdeci">int16_t setIrqFlags(uint32_t irq) override</div><div class="ttdoc">Set interrupt on IRQ pin to be sent on a specific IRQ bit (e.g. RxTimeout, CadDone).</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1312</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a6501ef362df1a5b71927cfe4e43c202d"><div class="ttname"><a href="class_l_r11x0.html#a6501ef362df1a5b71927cfe4e43c202d">LR11x0::setSyncBits</a></div><div class="ttdeci">int16_t setSyncBits(uint8_t *syncWord, uint8_t bitsLen)</div><div class="ttdoc">Sets GFSK sync word in the form of array of up to 8 bytes.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:813</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a66af76a767045af7ef248868ab6a6c28"><div class="ttname"><a href="class_l_r11x0.html#a66af76a767045af7ef248868ab6a6c28">LR11x0::stageMode</a></div><div class="ttdeci">int16_t stageMode(RadioModeType_t mode, RadioModeConfig_t *cfg) override</div><div class="ttdoc">Stage mode of the radio to be launched later using launchMode.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1950</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a6a3034c91f5bce70c853ab1620725b3c"><div class="ttname"><a href="class_l_r11x0.html#a6a3034c91f5bce70c853ab1620725b3c">LR11x0::scanChannel</a></div><div class="ttdeci">int16_t scanChannel() override</div><div class="ttdoc">Performs scan for LoRa transmission in the current channel. Detects both preamble and payload.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:323</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a6cd2b2363501b2de064c9d1f32fabaa3"><div class="ttname"><a href="class_l_r11x0.html#a6cd2b2363501b2de064c9d1f32fabaa3">LR11x0::getRSSI</a></div><div class="ttdeci">float getRSSI() override</div><div class="ttdoc">Gets RSSI (Recorded Signal Strength Indicator) of the last received packet. Only available for LoRa o...</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1150</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a70d9849eb8e5ce2090e4e332252753d7"><div class="ttname"><a href="class_l_r11x0.html#a70d9849eb8e5ce2090e4e332252753d7">LR11x0::setBandwidth</a></div><div class="ttdeci">int16_t setBandwidth(float bw, bool high=false)</div><div class="ttdoc">Sets LoRa bandwidth. Allowed values are 62.5, 125.0, 250.0 and 500.0 kHz. (default,...</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:554</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a748d30cb7a0b419066f6361a966b306f"><div class="ttname"><a href="class_l_r11x0.html#a748d30cb7a0b419066f6361a966b306f">LR11x0::getGnssAlmanacStatus</a></div><div class="ttdeci">int16_t getGnssAlmanacStatus(LR11x0GnssAlmanacStatus_t *stat)</div><div class="ttdoc">Read information about the almanac.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1795</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a74c3f3f8409f1fd0f41347b7d3c7dc24"><div class="ttname"><a href="class_l_r11x0.html#a74c3f3f8409f1fd0f41347b7d3c7dc24">LR11x0::standby</a></div><div class="ttdeci">int16_t standby() override</div><div class="ttdoc">Sets the module to standby mode (overload for PhysicalLayer compatibility, uses 13 MHz RC oscillator)...</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:352</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a79818dae19d69d33a5a1facbb91c3774"><div class="ttname"><a href="class_l_r11x0.html#a79818dae19d69d33a5a1facbb91c3774">LR11x0::isGnssScanCapable</a></div><div class="ttdeci">int16_t isGnssScanCapable()</div><div class="ttdoc">Method to check whether the device is capable of performing a GNSS scan.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1681</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a89b16d2231f588b67dc3aab0c0a467f4"><div class="ttname"><a href="class_l_r11x0.html#a89b16d2231f588b67dc3aab0c0a467f4">LR11x0::randomByte</a></div><div class="ttdeci">uint8_t randomByte() override</div><div class="ttdoc">Get one truly random byte from RSSI noise.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1320</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a8ae178a17f6e41b545b79cfffd3e2864"><div class="ttname"><a href="class_l_r11x0.html#a8ae178a17f6e41b545b79cfffd3e2864">LR11x0::setEncoding</a></div><div class="ttdeci">int16_t setEncoding(uint8_t encoding) override</div><div class="ttdoc">Sets transmission encoding. Available in GFSK mode only. Serves only as alias for PhysicalLayer compa...</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:919</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a8c1def9a01021a52f5bb82c119a9ad35"><div class="ttname"><a href="class_l_r11x0.html#a8c1def9a01021a52f5bb82c119a9ad35">LR11x0::setLrFhssConfig</a></div><div class="ttdeci">int16_t setLrFhssConfig(uint8_t bw, uint8_t cr, uint8_t hdrCount=3, uint16_t hopSeed=0x13A)</div><div class="ttdoc">Sets LR-FHSS configuration.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1419</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a92299e41f839590008b4e344776838a1"><div class="ttname"><a href="class_l_r11x0.html#a92299e41f839590008b4e344776838a1">LR11x0::setPacketSentAction</a></div><div class="ttdeci">void setPacketSentAction(void(*func)(void)) override</div><div class="ttdoc">Sets interrupt service routine to call when a packet is sent.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:411</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a92ae10630cc327f441809ac1406737fd"><div class="ttname"><a href="class_l_r11x0.html#a92ae10630cc327f441809ac1406737fd">LR11x0::setRegulatorLDO</a></div><div class="ttdeci">int16_t setRegulatorLDO()</div><div class="ttdoc">Set regulator mode to LDO.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1338</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a95ddec84ae2fb19989c333d42d4dc5fa"><div class="ttname"><a href="class_l_r11x0.html#a95ddec84ae2fb19989c333d42d4dc5fa">LR11x0::clearPacketSentAction</a></div><div class="ttdeci">void clearPacketSentAction() override</div><div class="ttdoc">Clears interrupt service routine to call when a packet is sent.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:415</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a96aa9566399e46fc03f2b73b44058e3f"><div class="ttname"><a href="class_l_r11x0.html#a96aa9566399e46fc03f2b73b44058e3f">LR11x0::updateGnssAlmanac</a></div><div class="ttdeci">int16_t updateGnssAlmanac(uint8_t constellation)</div><div class="ttdoc">Perform almanac update. Must be called immediately after gnssDelayUntilSubframe.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1858</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a96e4a220bbd3487423acfd217b479fe3"><div class="ttname"><a href="class_l_r11x0.html#a96e4a220bbd3487423acfd217b479fe3">LR11x0::clearPacketReceivedAction</a></div><div class="ttdeci">void clearPacketReceivedAction() override</div><div class="ttdoc">Clears interrupt service routine to call when a packet is received.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:407</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a971b4ccd1d5479e9d72aa9649e8fef55"><div class="ttname"><a href="class_l_r11x0.html#a971b4ccd1d5479e9d72aa9649e8fef55">LR11x0::setTCXO</a></div><div class="ttdeci">int16_t setTCXO(float voltage, uint32_t delay=5000)</div><div class="ttdoc">Sets TCXO (Temperature Compensated Crystal Oscillator) configuration.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1038</div></div>
<div class="ttc" id="aclass_l_r11x0_html_a97a3f23b796257135a9afd33c28e8ed5"><div class="ttname"><a href="class_l_r11x0.html#a97a3f23b796257135a9afd33c28e8ed5">LR11x0::getGnssSatellites</a></div><div class="ttdeci">int16_t getGnssSatellites(LR11x0GnssSatellite_t *sats, uint8_t numSats)</div><div class="ttdoc">Get GNSS satellites found during the last scan.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1908</div></div>
<div class="ttc" id="aclass_l_r11x0_html_aa2b69f68ff6171b11a1141c8615240fd"><div class="ttname"><a href="class_l_r11x0.html#aa2b69f68ff6171b11a1141c8615240fd">LR11x0::begin</a></div><div class="ttdeci">int16_t begin(float bw, uint8_t sf, uint8_t cr, uint8_t syncWord, uint16_t preambleLength, float tcxoVoltage, bool high=false)</div><div class="ttdoc">Initialization method for LoRa modem.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:28</div></div>
<div class="ttc" id="aclass_l_r11x0_html_aa524b0be7b8d125c24319072d6178e74"><div class="ttname"><a href="class_l_r11x0.html#aa524b0be7b8d125c24319072d6178e74">LR11x0::clearIrqFlags</a></div><div class="ttdeci">int16_t clearIrqFlags(uint32_t irq) override</div><div class="ttdoc">Clear interrupt on a specific IRQ bit (e.g. RxTimeout, CadDone).</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1316</div></div>
<div class="ttc" id="aclass_l_r11x0_html_aa5d7ae65666f8f9abcb7e9b169884a4a"><div class="ttname"><a href="class_l_r11x0.html#aa5d7ae65666f8f9abcb7e9b169884a4a">LR11x0::setPreambleLength</a></div><div class="ttdeci">int16_t setPreambleLength(size_t preambleLength) override</div><div class="ttdoc">Sets preamble length for LoRa or GFSK modem. Allowed values range from 1 to 65535.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1017</div></div>
<div class="ttc" id="aclass_l_r11x0_html_aa6ce285cc1b76ce028db6442a421ed8d"><div class="ttname"><a href="class_l_r11x0.html#aa6ce285cc1b76ce028db6442a421ed8d">LR11x0::startReceive</a></div><div class="ttdeci">int16_t startReceive() override</div><div class="ttdoc">Interrupt-driven receive method with default parameters. Implemented for compatibility with PhysicalL...</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:427</div></div>
<div class="ttc" id="aclass_l_r11x0_html_aa9a8db401189ba0ce5117512b5db6a58"><div class="ttname"><a href="class_l_r11x0.html#aa9a8db401189ba0ce5117512b5db6a58">LR11x0::autoLDRO</a></div><div class="ttdeci">int16_t autoLDRO()</div><div class="ttdoc">Re-enables automatic LDRO configuration. Only available in LoRa mode. After calling this method,...</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1407</div></div>
<div class="ttc" id="aclass_l_r11x0_html_aaeae4664f6b20a8a88f625b71245480d"><div class="ttname"><a href="class_l_r11x0.html#aaeae4664f6b20a8a88f625b71245480d">LR11x0::launchMode</a></div><div class="ttdeci">int16_t launchMode() override</div><div class="ttdoc">Launch previously staged mode.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:2041</div></div>
<div class="ttc" id="aclass_l_r11x0_html_aaff9a5b9b7636693c98bd1c93a5863e5"><div class="ttname"><a href="class_l_r11x0.html#aaff9a5b9b7636693c98bd1c93a5863e5">LR11x0::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> LR11x0.cpp:419</div></div>
<div class="ttc" id="aclass_l_r11x0_html_ab0cf34cc0b67484fbf0f258bff7e9a9a"><div class="ttname"><a href="class_l_r11x0.html#ab0cf34cc0b67484fbf0f258bff7e9a9a">LR11x0::setRxBoostedGainMode</a></div><div class="ttdeci">int16_t setRxBoostedGainMode(bool en)</div><div class="ttdoc">Enables or disables Rx Boosted Gain mode (additional Rx gain for increased power consumption).</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1346</div></div>
<div class="ttc" id="aclass_l_r11x0_html_ab167c4dc14e80d19f8b33d68c3f90d98"><div class="ttname"><a href="class_l_r11x0.html#ab167c4dc14e80d19f8b33d68c3f90d98">LR11x0::clearIrqAction</a></div><div class="ttdeci">void clearIrqAction()</div><div class="ttdoc">Clears interrupt service routine to call when IRQ1 activates.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:399</div></div>
<div class="ttc" id="aclass_l_r11x0_html_ab1954e4733a7fbea4129d9a2de2285d9"><div class="ttname"><a href="class_l_r11x0.html#ab1954e4733a7fbea4129d9a2de2285d9">LR11x0::setBitRate</a></div><div class="ttdeci">int16_t setBitRate(float br) override</div><div class="ttdoc">Sets GFSK bit rate. Allowed values range from 0.6 to 300.0 kbps.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:670</div></div>
<div class="ttc" id="aclass_l_r11x0_html_ab2820cc2b740d6d42a079bbd8bd45b85"><div class="ttname"><a href="class_l_r11x0.html#ab2820cc2b740d6d42a079bbd8bd45b85">LR11x0::updateFirmware</a></div><div class="ttdeci">int16_t updateFirmware(const uint32_t *image, size_t size, bool nonvolatile=true)</div><div class="ttdoc">Method to upload new firmware image to the device. The device will be automatically erased,...</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1623</div></div>
<div class="ttc" id="aclass_l_r11x0_html_ab2dbab0fe3433e914c19a8d03fe32358"><div class="ttname"><a href="class_l_r11x0.html#ab2dbab0fe3433e914c19a8d03fe32358">LR11x0::gnssDelayUntilSubframe</a></div><div class="ttdeci">int16_t gnssDelayUntilSubframe(LR11x0GnssAlmanacStatus_t *stat, uint8_t constellation)</div><div class="ttdoc">Blocking wait until the next subframe with almanac data is available. Used to control timing during a...</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1834</div></div>
<div class="ttc" id="aclass_l_r11x0_html_aba13921d2cf29cc1bc8a648e1f330aa9"><div class="ttname"><a href="class_l_r11x0.html#aba13921d2cf29cc1bc8a648e1f330aa9">LR11x0::implicitHeader</a></div><div class="ttdeci">int16_t implicitHeader(size_t len)</div><div class="ttdoc">Set implicit header mode for future reception/transmission.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1326</div></div>
<div class="ttc" id="aclass_l_r11x0_html_abcc4c776d1a09bb002226ac95574766d"><div class="ttname"><a href="class_l_r11x0.html#abcc4c776d1a09bb002226ac95574766d">LR11x0::beginGFSK</a></div><div class="ttdeci">int16_t beginGFSK(float br, float freqDev, float rxBw, uint16_t preambleLength, float tcxoVoltage)</div><div class="ttdoc">Initialization method for FSK modem.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:62</div></div>
<div class="ttc" id="aclass_l_r11x0_html_abccf5dc80aab71090a5f19bfffa0201d"><div class="ttname"><a href="class_l_r11x0.html#abccf5dc80aab71090a5f19bfffa0201d">LR11x0::getTimeOnAir</a></div><div class="ttdeci">RadioLibTime_t getTimeOnAir(size_t len) override</div><div class="ttdoc">Get expected time-on-air for a given size of payload.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1204</div></div>
<div class="ttc" id="aclass_l_r11x0_html_ac003cfe3a4dbd9bad1f01fd0147031d1"><div class="ttname"><a href="class_l_r11x0.html#ac003cfe3a4dbd9bad1f01fd0147031d1">LR11x0::setFrequencyDeviation</a></div><div class="ttdeci">int16_t setFrequencyDeviation(float freqDev) override</div><div class="ttdoc">Sets GFSK frequency deviation. Allowed values range from 0.0 to 200.0 kHz.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:687</div></div>
<div class="ttc" id="aclass_l_r11x0_html_ac1f541bdee1d983126ceae47940b8f9d"><div class="ttname"><a href="class_l_r11x0.html#ac1f541bdee1d983126ceae47940b8f9d">LR11x0::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> LR11x0.cpp:1185</div></div>
<div class="ttc" id="aclass_l_r11x0_html_ac2a8ece736198c966e3870dac09f4e87"><div class="ttname"><a href="class_l_r11x0.html#ac2a8ece736198c966e3870dac09f4e87">LR11x0::setPacketReceivedAction</a></div><div class="ttdeci">void setPacketReceivedAction(void(*func)(void)) override</div><div class="ttdoc">Sets interrupt service routine to call when a packet is received.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:403</div></div>
<div class="ttc" id="aclass_l_r11x0_html_ac6b6b460ba12cd92a08df16e1fe33779"><div class="ttname"><a href="class_l_r11x0.html#ac6b6b460ba12cd92a08df16e1fe33779">LR11x0::getVersionInfo</a></div><div class="ttdeci">int16_t getVersionInfo(LR11x0VersionInfo_t *info)</div><div class="ttdoc">Retrieve LR11x0 hardware, device and firmware version information.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1603</div></div>
<div class="ttc" id="aclass_l_r11x0_html_ad5876b44020a0bd59f73186a912dbb60"><div class="ttname"><a href="class_l_r11x0.html#ad5876b44020a0bd59f73186a912dbb60">LR11x0::clearWiFiScanAction</a></div><div class="ttdeci">void clearWiFiScanAction()</div><div class="ttdoc">Clears interrupt service routine to call when a WiFi scan is completed.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1486</div></div>
<div class="ttc" id="aclass_l_r11x0_html_ad5dde79f751bbd7ea277872e237f2a69"><div class="ttname"><a href="class_l_r11x0.html#ad5dde79f751bbd7ea277872e237f2a69">LR11x0::sleep</a></div><div class="ttdeci">int16_t sleep() override</div><div class="ttdoc">Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enable...</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:370</div></div>
<div class="ttc" id="aclass_l_r11x0_html_ad7f31060cbab41ad53ee6fa7126cd17b"><div class="ttname"><a href="class_l_r11x0.html#ad7f31060cbab41ad53ee6fa7126cd17b">LR11x0::beginGNSS</a></div><div class="ttdeci">int16_t beginGNSS(uint8_t constellations=RADIOLIB_LR11X0_GNSS_CONSTELLATION_GPS|RADIOLIB_LR11X0_GNSS_CONSTELLATION_BEIDOU, float tcxoVoltage=1.6)</div><div class="ttdoc">Initialization method for GNSS scanning.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:126</div></div>
<div class="ttc" id="aclass_l_r11x0_html_ad9046bccdb4ef60718e2e8ed2bd7f036"><div class="ttname"><a href="class_l_r11x0.html#ad9046bccdb4ef60718e2e8ed2bd7f036">LR11x0::getFrequencyError</a></div><div class="ttdeci">float getFrequencyError()</div><div class="ttdoc">Gets frequency error of the latest received packet.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1180</div></div>
<div class="ttc" id="aclass_l_r11x0_html_ad9bfaf0bdd7045f5d41f18f3f953c294"><div class="ttname"><a href="class_l_r11x0.html#ad9bfaf0bdd7045f5d41f18f3f953c294">LR11x0::gnssScan</a></div><div class="ttdeci">int16_t gnssScan(LR11x0GnssResult_t *res=NULL)</div><div class="ttdoc">Performs GNSS scan.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1727</div></div>
<div class="ttc" id="aclass_l_r11x0_html_adc8fbcfff7cd3b801dcee22e87bc2598"><div class="ttname"><a href="class_l_r11x0.html#adc8fbcfff7cd3b801dcee22e87bc2598">LR11x0::calibrateImageRejection</a></div><div class="ttdeci">int16_t calibrateImageRejection(float freqMin, float freqMax)</div><div class="ttdoc">Perform image rejection calibration for the specified frequency band. WARNING: Use at your own risk!...</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:2448</div></div>
<div class="ttc" id="aclass_l_r11x0_html_adcd56cf63e91449b6cd03782a69c3451"><div class="ttname"><a href="class_l_r11x0.html#adcd56cf63e91449b6cd03782a69c3451">LR11x0::variablePacketLengthMode</a></div><div class="ttdeci">int16_t variablePacketLengthMode(uint8_t maxLen=RADIOLIB_LR11X0_MAX_PACKET_LENGTH)</div><div class="ttdoc">Set modem in variable packet length mode. Available in GFSK mode only.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:927</div></div>
<div class="ttc" id="aclass_l_r11x0_html_adcde55b8660c24cf5783942a4132786d"><div class="ttname"><a href="class_l_r11x0.html#adcde55b8660c24cf5783942a4132786d">LR11x0::setWhitening</a></div><div class="ttdeci">int16_t setWhitening(bool enabled, uint16_t initial=0x01FF)</div><div class="ttdoc">Sets GFSK whitening parameters.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:931</div></div>
<div class="ttc" id="aclass_l_r11x0_html_ade5478296ebc7e02281c95609d5d75ab"><div class="ttname"><a href="class_l_r11x0.html#ade5478296ebc7e02281c95609d5d75ab">LR11x0::wifiScan</a></div><div class="ttdeci">int16_t wifiScan(uint8_t wifiType, uint8_t *count, uint8_t mode=RADIOLIB_LR11X0_WIFI_ACQ_MODE_FULL_BEACON, uint16_t chanMask=RADIOLIB_LR11X0_WIFI_ALL_CHANNELS, uint8_t numScans=16, uint16_t timeout=100)</div><div class="ttdoc">Blocking WiFi scan method. Performs a full passive WiFi scan. This method may block for several secon...</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1578</div></div>
<div class="ttc" id="aclass_l_r11x0_html_adf6895cbf7af7e00ea06c5b2b5040cb4"><div class="ttname"><a href="class_l_r11x0.html#adf6895cbf7af7e00ea06c5b2b5040cb4">LR11x0::setSpreadingFactor</a></div><div class="ttdeci">int16_t setSpreadingFactor(uint8_t sf, bool legacy=false)</div><div class="ttdoc">Sets LoRa spreading factor. Allowed values range from 5 to 12.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:604</div></div>
<div class="ttc" id="aclass_l_r11x0_html_ae077957969f6274a53f63b314b6f1359"><div class="ttname"><a href="class_l_r11x0.html#ae077957969f6274a53f63b314b6f1359">LR11x0::transmitDirect</a></div><div class="ttdeci">int16_t transmitDirect(uint32_t frf=0) override</div><div class="ttdoc">Starts direct mode transmission.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:300</div></div>
<div class="ttc" id="aclass_l_r11x0_html_ae0a47e772fe24c7b3f3d3288c4cd0941"><div class="ttname"><a href="class_l_r11x0.html#ae0a47e772fe24c7b3f3d3288c4cd0941">LR11x0::forceLDRO</a></div><div class="ttdeci">int16_t forceLDRO(bool enable)</div><div class="ttdoc">Forces LoRa low data rate optimization. Only available in LoRa mode. After calling this method,...</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1392</div></div>
<div class="ttc" id="aclass_l_r11x0_html_ae1a8e8eda78113c47f1a865e63051bb5"><div class="ttname"><a href="class_l_r11x0.html#ae1a8e8eda78113c47f1a865e63051bb5">LR11x0::receiveDirect</a></div><div class="ttdeci">int16_t receiveDirect() override</div><div class="ttdoc">Starts direct mode reception. Only implemented for PhysicalLayer compatibility, as SX126x series does...</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:315</div></div>
<div class="ttc" id="aclass_l_r11x0_html_ae565dc2423ca7df13bf7ae48cce9ac8b"><div class="ttname"><a href="class_l_r11x0.html#ae565dc2423ca7df13bf7ae48cce9ac8b">LR11x0::disableAddressFiltering</a></div><div class="ttdeci">int16_t disableAddressFiltering()</div><div class="ttdoc">Disables address filtering. Calling this method will also erase previously set addresses.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:871</div></div>
<div class="ttc" id="aclass_l_r11x0_html_aee7dbdbd76f4639395af4a0db17025a7"><div class="ttname"><a href="class_l_r11x0.html#aee7dbdbd76f4639395af4a0db17025a7">LR11x0::setSyncWord</a></div><div class="ttdeci">int16_t setSyncWord(uint8_t syncWord)</div><div class="ttdoc">Sets LoRa sync word.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:658</div></div>
<div class="ttc" id="aclass_l_r11x0_html_af24ba794f71c4e37cd13d2f4dbec5bf7"><div class="ttname"><a href="class_l_r11x0.html#af24ba794f71c4e37cd13d2f4dbec5bf7">LR11x0::setBroadcastAddress</a></div><div class="ttdeci">int16_t setBroadcastAddress(uint8_t broadAddr)</div><div class="ttdoc">Sets broadcast address. Calling this method will also enable address filtering for node and broadcast...</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:853</div></div>
<div class="ttc" id="aclass_l_r11x0_html_af85c16956c2250dbf338a298c074d28c"><div class="ttname"><a href="class_l_r11x0.html#af85c16956c2250dbf338a298c074d28c">LR11x0::invertIQ</a></div><div class="ttdeci">int16_t invertIQ(bool enable) override</div><div class="ttdoc">Enable/disable inversion of the I and Q signals.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1137</div></div>
<div class="ttc" id="aclass_l_r11x0_html_afe8684b336a8137cde591283297a869c"><div class="ttname"><a href="class_l_r11x0.html#afe8684b336a8137cde591283297a869c">LR11x0::getModem</a></div><div class="ttdeci">int16_t getModem(ModemType_t *modem) override</div><div class="ttdoc">Get modem currently in use by the radio.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1928</div></div>
<div class="ttc" id="aclass_l_r11x0_html_aff6060e116701c60e078d3d930723b4b"><div class="ttname"><a href="class_l_r11x0.html#aff6060e116701c60e078d3d930723b4b">LR11x0::setWiFiScanAction</a></div><div class="ttdeci">void setWiFiScanAction(void(*func)(void))</div><div class="ttdoc">Sets interrupt service routine to call when a WiFi scan is completed.</div><div class="ttdef"><b>Definition</b> LR11x0.cpp:1482</div></div>
<div class="ttc" id="aclass_module_html"><div class="ttname"><a href="class_module.html">Module</a></div><div class="ttdoc">Implements all common low-level methods to control the wireless module. Every module class contains o...</div><div class="ttdef"><b>Definition</b> Module.h:73</div></div>
<div class="ttc" id="aclass_module_html_a0c11551e12579bbabf57b19e12555b3c"><div class="ttname"><a href="class_module.html#a0c11551e12579bbabf57b19e12555b3c">Module::RFSWITCH_MAX_PINS</a></div><div class="ttdeci">static const size_t RFSWITCH_MAX_PINS</div><div class="ttdoc">The maximum number of pins supported by the RF switch code. Note: It is not recommended to use this c...</div><div class="ttdef"><b>Definition</b> Module.h:82</div></div>
<div class="ttc" id="aclass_module_html_a5a67b3a63420d762ecba9448671c99bfa269f4bc8ba3eb3d8568feb7b2decf571"><div class="ttname"><a href="class_module.html#a5a67b3a63420d762ecba9448671c99bfa269f4bc8ba3eb3d8568feb7b2decf571">Module::MODE_TX</a></div><div class="ttdeci">@ MODE_TX</div><div class="ttdoc">Transmission mode.</div><div class="ttdef"><b>Definition</b> Module.h:119</div></div>
<div class="ttc" id="aclass_module_html_a5a67b3a63420d762ecba9448671c99bfa505acc66c5e0faa83d2216aca5f3e671"><div class="ttname"><a href="class_module.html#a5a67b3a63420d762ecba9448671c99bfa505acc66c5e0faa83d2216aca5f3e671">Module::MODE_IDLE</a></div><div class="ttdeci">@ MODE_IDLE</div><div class="ttdoc">Idle mode.</div><div class="ttdef"><b>Definition</b> Module.h:113</div></div>
<div class="ttc" id="aclass_module_html_a5a67b3a63420d762ecba9448671c99bfa7664838bb0818663f55b3354fec8a18f"><div class="ttname"><a href="class_module.html#a5a67b3a63420d762ecba9448671c99bfa7664838bb0818663f55b3354fec8a18f">Module::MODE_RX</a></div><div class="ttdeci">@ MODE_RX</div><div class="ttdoc">Receive mode.</div><div class="ttdef"><b>Definition</b> Module.h:116</div></div>
<div class="ttc" id="aclass_module_html_a5a67b3a63420d762ecba9448671c99bfa81cdd8986054c2ae5657eb5dfd536770"><div class="ttname"><a href="class_module.html#a5a67b3a63420d762ecba9448671c99bfa81cdd8986054c2ae5657eb5dfd536770">Module::MODE_END_OF_TABLE</a></div><div class="ttdeci">@ MODE_END_OF_TABLE</div><div class="ttdoc">End of table marker, use END_OF_MODE_TABLE constant instead. Value is zero to ensure zero-initialized...</div><div class="ttdef"><b>Definition</b> Module.h:110</div></div>
<div class="ttc" id="aclass_physical_layer_html"><div class="ttname"><a href="class_physical_layer.html">PhysicalLayer</a></div><div class="ttdoc">Provides common interface for protocols that run on LoRa/FSK modules, such as RTTY or LoRaWAN....</div><div class="ttdef"><b>Definition</b> PhysicalLayer.h:216</div></div>
<div class="ttc" id="aclass_physical_layer_html_a18664ad615c5507ff1690baaca90b094"><div class="ttname"><a href="class_physical_layer.html#a18664ad615c5507ff1690baaca90b094">PhysicalLayer::startReceive</a></div><div class="ttdeci">virtual int16_t startReceive()</div><div class="ttdoc">Sets module to received mode using its default configuration.</div><div class="ttdef"><b>Definition</b> PhysicalLayer.cpp:130</div></div>
<div class="ttc" id="aclass_physical_layer_html_a3563453988a83d22dd07d4691543a300"><div class="ttname"><a href="class_physical_layer.html#a3563453988a83d22dd07d4691543a300">PhysicalLayer::readData</a></div><div class="ttdeci">virtual int16_t readData(uint8_t *data, size_t len)</div><div class="ttdoc">Reads data that was received after calling startReceive method.</div><div class="ttdef"><b>Definition</b> PhysicalLayer.cpp:220</div></div>
<div class="ttc" id="aclass_physical_layer_html_a492b2d057dd803c3884fa1adc8e22534"><div class="ttname"><a href="class_physical_layer.html#a492b2d057dd803c3884fa1adc8e22534">PhysicalLayer::transmit</a></div><div class="ttdeci">int16_t transmit(const char *str, uint8_t addr=0)</div><div class="ttdoc">C-string transmit method.</div><div class="ttdef"><b>Definition</b> PhysicalLayer.cpp:53</div></div>
<div class="ttc" id="aclass_physical_layer_html_a923654706eff5118ef6e84214e837f27"><div class="ttname"><a href="class_physical_layer.html#a923654706eff5118ef6e84214e837f27">PhysicalLayer::startTransmit</a></div><div class="ttdeci">int16_t startTransmit(const char *str, uint8_t addr=0)</div><div class="ttdoc">Interrupt-driven Arduino String transmit method. Unlike the standard transmit method,...</div><div class="ttdef"><b>Definition</b> PhysicalLayer.cpp:155</div></div>
<div class="ttc" id="aclass_physical_layer_html_ab82617fa3fa9f21d4cd427314ecc4af8"><div class="ttname"><a href="class_physical_layer.html#ab82617fa3fa9f21d4cd427314ecc4af8">PhysicalLayer::receive</a></div><div class="ttdeci">virtual int16_t receive(uint8_t *data, size_t len)</div><div class="ttdoc">Binary receive method. Must be implemented in module class.</div><div class="ttdef"><b>Definition</b> PhysicalLayer.cpp:111</div></div>
<div class="ttc" id="agroup__typedefs_html_ga210f31dd2bff7fb80563275648a5bbbd"><div class="ttname"><a href="group__typedefs.html#ga210f31dd2bff7fb80563275648a5bbbd">RadioLibTime_t</a></div><div class="ttdeci">unsigned long RadioLibTime_t</div><div class="ttdoc">Type used for durations in RadioLib.</div><div class="ttdef"><b>Definition</b> TypeDef.h:642</div></div>
<div class="ttc" id="astruct_l_r11x0_gnss_almanac_status__t_html"><div class="ttname"><a href="struct_l_r11x0_gnss_almanac_status__t.html">LR11x0GnssAlmanacStatus_t</a></div><div class="ttdoc">Structure to save information about the GNSS almanac. This is not the actual almanac,...</div><div class="ttdef"><b>Definition</b> LR11x0.h:852</div></div>
<div class="ttc" id="astruct_l_r11x0_gnss_almanac_status__t_html_a2228a69fda1002c027b7b487aa579afb"><div class="ttname"><a href="struct_l_r11x0_gnss_almanac_status__t.html#a2228a69fda1002c027b7b487aa579afb">LR11x0GnssAlmanacStatus_t::start</a></div><div class="ttdeci">RadioLibTime_t start</div><div class="ttdoc">Timestamp of when almanac status was retrieved - timeUntilSubframe is relative to this value.</div><div class="ttdef"><b>Definition</b> LR11x0.h:866</div></div>
<div class="ttc" id="astruct_l_r11x0_gnss_almanac_status__t_html_a6ecc7d7bbc090f380ca6d2d8774f7ca0"><div class="ttname"><a href="struct_l_r11x0_gnss_almanac_status__t.html#a6ecc7d7bbc090f380ca6d2d8774f7ca0">LR11x0GnssAlmanacStatus_t::beidou</a></div><div class="ttdeci">LR11x0GnssAlmanacStatusPart_t beidou</div><div class="ttdoc">BeiDou part of the almanac.</div><div class="ttdef"><b>Definition</b> LR11x0.h:857</div></div>
<div class="ttc" id="astruct_l_r11x0_gnss_almanac_status__t_html_aace4c0ad339bda11ee3c9c409f6492fb"><div class="ttname"><a href="struct_l_r11x0_gnss_almanac_status__t.html#aace4c0ad339bda11ee3c9c409f6492fb">LR11x0GnssAlmanacStatus_t::nextAlmanacId</a></div><div class="ttdeci">uint8_t nextAlmanacId</div><div class="ttdoc">Next almanac ID.</div><div class="ttdef"><b>Definition</b> LR11x0.h:863</div></div>
<div class="ttc" id="astruct_l_r11x0_gnss_almanac_status__t_html_ab040b1d9ccf9c6497b008d11a93ebfdf"><div class="ttname"><a href="struct_l_r11x0_gnss_almanac_status__t.html#ab040b1d9ccf9c6497b008d11a93ebfdf">LR11x0GnssAlmanacStatus_t::beidouSvNoAlmanacFlags</a></div><div class="ttdeci">uint32_t beidouSvNoAlmanacFlags[2]</div><div class="ttdoc">Extra flags present for BeiDou only.</div><div class="ttdef"><b>Definition</b> LR11x0.h:860</div></div>
<div class="ttc" id="astruct_l_r11x0_gnss_almanac_status__t_html_acec44165b211b49be3ca624ae03bc7cc"><div class="ttname"><a href="struct_l_r11x0_gnss_almanac_status__t.html#acec44165b211b49be3ca624ae03bc7cc">LR11x0GnssAlmanacStatus_t::gps</a></div><div class="ttdeci">LR11x0GnssAlmanacStatusPart_t gps</div><div class="ttdoc">GPS part of the almanac.</div><div class="ttdef"><b>Definition</b> LR11x0.h:854</div></div>
<div class="ttc" id="astruct_l_r11x0_gnss_almanac_status_part__t_html"><div class="ttname"><a href="struct_l_r11x0_gnss_almanac_status_part__t.html">LR11x0GnssAlmanacStatusPart_t</a></div><div class="ttdoc">Structure to save information about one constellation of the GNSS almanac.</div><div class="ttdef"><b>Definition</b> LR11x0.h:835</div></div>
<div class="ttc" id="astruct_l_r11x0_gnss_position__t_html"><div class="ttname"><a href="struct_l_r11x0_gnss_position__t.html">LR11x0GnssPosition_t</a></div><div class="ttdoc">Structure to report position from LR11x0 internal solver.</div><div class="ttdef"><b>Definition</b> LR11x0.h:802</div></div>
<div class="ttc" id="astruct_l_r11x0_gnss_position__t_html_a1dc2c58c51b870cccf6542005f8afdc8"><div class="ttname"><a href="struct_l_r11x0_gnss_position__t.html#a1dc2c58c51b870cccf6542005f8afdc8">LR11x0GnssPosition_t::latitude</a></div><div class="ttdeci">float latitude</div><div class="ttdoc">Latitude in degrees.</div><div class="ttdef"><b>Definition</b> LR11x0.h:804</div></div>
<div class="ttc" id="astruct_l_r11x0_gnss_position__t_html_a3fd469e32f9df19574cab167e32124e5"><div class="ttname"><a href="struct_l_r11x0_gnss_position__t.html#a3fd469e32f9df19574cab167e32124e5">LR11x0GnssPosition_t::accuracy</a></div><div class="ttdeci">uint16_t accuracy</div><div class="ttdoc">Accuracy of this result.</div><div class="ttdef"><b>Definition</b> LR11x0.h:810</div></div>
<div class="ttc" id="astruct_l_r11x0_gnss_position__t_html_aa43d5bcce01522eb518cd8db0f73a057"><div class="ttname"><a href="struct_l_r11x0_gnss_position__t.html#aa43d5bcce01522eb518cd8db0f73a057">LR11x0GnssPosition_t::longitude</a></div><div class="ttdeci">float longitude</div><div class="ttdoc">Longitude in degrees.</div><div class="ttdef"><b>Definition</b> LR11x0.h:807</div></div>
<div class="ttc" id="astruct_l_r11x0_gnss_position__t_html_afd8b7a02f519af12ddb7d0dba5288b3f"><div class="ttname"><a href="struct_l_r11x0_gnss_position__t.html#afd8b7a02f519af12ddb7d0dba5288b3f">LR11x0GnssPosition_t::numSatsUsed</a></div><div class="ttdeci">uint8_t numSatsUsed</div><div class="ttdoc">Number of satellites used to solve this position.</div><div class="ttdef"><b>Definition</b> LR11x0.h:813</div></div>
<div class="ttc" id="astruct_l_r11x0_gnss_result__t_html"><div class="ttname"><a href="struct_l_r11x0_gnss_result__t.html">LR11x0GnssResult_t</a></div><div class="ttdoc">Structure to report information results of a GNSS scan.</div><div class="ttdef"><b>Definition</b> LR11x0.h:787</div></div>
<div class="ttc" id="astruct_l_r11x0_gnss_result__t_html_a2fcd901f5815f3e4760f61d2bc7a7a9b"><div class="ttname"><a href="struct_l_r11x0_gnss_result__t.html#a2fcd901f5815f3e4760f61d2bc7a7a9b">LR11x0GnssResult_t::resSize</a></div><div class="ttdeci">uint16_t resSize</div><div class="ttdoc">Result size, used when passing data to LoRa cloud.</div><div class="ttdef"><b>Definition</b> LR11x0.h:795</div></div>
<div class="ttc" id="astruct_l_r11x0_gnss_result__t_html_a6142622b9fb790108546b4d09b063b6c"><div class="ttname"><a href="struct_l_r11x0_gnss_result__t.html#a6142622b9fb790108546b4d09b063b6c">LR11x0GnssResult_t::demodStat</a></div><div class="ttdeci">int8_t demodStat</div><div class="ttdoc">Demodulator status. One of RADIOLIB_LR11X0_GNSS_DEMOD_STATUS_*.</div><div class="ttdef"><b>Definition</b> LR11x0.h:789</div></div>
<div class="ttc" id="astruct_l_r11x0_gnss_result__t_html_a9e3cdbdf86357bfd0226926d7c5d97e3"><div class="ttname"><a href="struct_l_r11x0_gnss_result__t.html#a9e3cdbdf86357bfd0226926d7c5d97e3">LR11x0GnssResult_t::numSatsDet</a></div><div class="ttdeci">uint8_t numSatsDet</div><div class="ttdoc">Number of satellites detected during the scan.</div><div class="ttdef"><b>Definition</b> LR11x0.h:792</div></div>
<div class="ttc" id="astruct_l_r11x0_gnss_satellite__t_html"><div class="ttname"><a href="struct_l_r11x0_gnss_satellite__t.html">LR11x0GnssSatellite_t</a></div><div class="ttdoc">Structure to save information about a satellite found during GNSS scan.</div><div class="ttdef"><b>Definition</b> LR11x0.h:820</div></div>
<div class="ttc" id="astruct_l_r11x0_gnss_satellite__t_html_a0513395fd04c052b862c443dfbe75e84"><div class="ttname"><a href="struct_l_r11x0_gnss_satellite__t.html#a0513395fd04c052b862c443dfbe75e84">LR11x0GnssSatellite_t::svId</a></div><div class="ttdeci">uint8_t svId</div><div class="ttdoc">Satellite vehicle (SV) identifier.</div><div class="ttdef"><b>Definition</b> LR11x0.h:822</div></div>
<div class="ttc" id="astruct_l_r11x0_gnss_satellite__t_html_a1ca3d11db7b677955b7f1f3c4f85157f"><div class="ttname"><a href="struct_l_r11x0_gnss_satellite__t.html#a1ca3d11db7b677955b7f1f3c4f85157f">LR11x0GnssSatellite_t::c_n0</a></div><div class="ttdeci">uint8_t c_n0</div><div class="ttdoc">C/N0 in dB.</div><div class="ttdef"><b>Definition</b> LR11x0.h:825</div></div>
<div class="ttc" id="astruct_l_r11x0_gnss_satellite__t_html_a670c9e916637b5fede43c5fbb26cbfd8"><div class="ttname"><a href="struct_l_r11x0_gnss_satellite__t.html#a670c9e916637b5fede43c5fbb26cbfd8">LR11x0GnssSatellite_t::doppler</a></div><div class="ttdeci">int16_t doppler</div><div class="ttdoc">Doppler shift of the signal in Hz.</div><div class="ttdef"><b>Definition</b> LR11x0.h:828</div></div>
<div class="ttc" id="astruct_l_r11x0_version_info__t_html"><div class="ttname"><a href="struct_l_r11x0_version_info__t.html">LR11x0VersionInfo_t</a></div><div class="ttdoc">Structure to report information about versions of the LR11x0 hardware and firmware.</div><div class="ttdef"><b>Definition</b> LR11x0.h:757</div></div>
<div class="ttc" id="astruct_l_r11x0_version_info__t_html_a50d3cf257fb187c00a6290c8c7d95edc"><div class="ttname"><a href="struct_l_r11x0_version_info__t.html#a50d3cf257fb187c00a6290c8c7d95edc">LR11x0VersionInfo_t::fwMajor</a></div><div class="ttdeci">uint8_t fwMajor</div><div class="ttdoc">Major revision of the base firmware.</div><div class="ttdef"><b>Definition</b> LR11x0.h:765</div></div>
<div class="ttc" id="astruct_l_r11x0_version_info__t_html_a5505724d8dd4b361a30cc4afd7fba19f"><div class="ttname"><a href="struct_l_r11x0_version_info__t.html#a5505724d8dd4b361a30cc4afd7fba19f">LR11x0VersionInfo_t::fwMinorWiFi</a></div><div class="ttdeci">uint8_t fwMinorWiFi</div><div class="ttdoc">Minor revision of the WiFi firmware.</div><div class="ttdef"><b>Definition</b> LR11x0.h:774</div></div>
<div class="ttc" id="astruct_l_r11x0_version_info__t_html_a6686a59a55b567b11b325b7087d682b2"><div class="ttname"><a href="struct_l_r11x0_version_info__t.html#a6686a59a55b567b11b325b7087d682b2">LR11x0VersionInfo_t::device</a></div><div class="ttdeci">uint8_t device</div><div class="ttdoc">Which device this is - one of RADIOLIB_LR11X0_DEVICE_* macros.</div><div class="ttdef"><b>Definition</b> LR11x0.h:762</div></div>
<div class="ttc" id="astruct_l_r11x0_version_info__t_html_a8c572580b8dba18d46ae50b4a4dd5a8d"><div class="ttname"><a href="struct_l_r11x0_version_info__t.html#a8c572580b8dba18d46ae50b4a4dd5a8d">LR11x0VersionInfo_t::hardware</a></div><div class="ttdeci">uint8_t hardware</div><div class="ttdoc">Hardware revision.</div><div class="ttdef"><b>Definition</b> LR11x0.h:759</div></div>
<div class="ttc" id="astruct_l_r11x0_version_info__t_html_a93ffc624cb2545411a409e7879a6d597"><div class="ttname"><a href="struct_l_r11x0_version_info__t.html#a93ffc624cb2545411a409e7879a6d597">LR11x0VersionInfo_t::fwMinor</a></div><div class="ttdeci">uint8_t fwMinor</div><div class="ttdoc">Minor revision of the base firmware.</div><div class="ttdef"><b>Definition</b> LR11x0.h:768</div></div>
<div class="ttc" id="astruct_l_r11x0_version_info__t_html_aba5ac25e1acff5678991483d3a56084a"><div class="ttname"><a href="struct_l_r11x0_version_info__t.html#aba5ac25e1acff5678991483d3a56084a">LR11x0VersionInfo_t::fwGNSS</a></div><div class="ttdeci">uint8_t fwGNSS</div><div class="ttdoc">Revision of the GNSS firmware.</div><div class="ttdef"><b>Definition</b> LR11x0.h:777</div></div>
<div class="ttc" id="astruct_l_r11x0_version_info__t_html_ad1839f1cb6a067cc21651d95908cff67"><div class="ttname"><a href="struct_l_r11x0_version_info__t.html#ad1839f1cb6a067cc21651d95908cff67">LR11x0VersionInfo_t::almanacGNSS</a></div><div class="ttdeci">uint8_t almanacGNSS</div><div class="ttdoc">Almanac revision of the GNSS firmware.</div><div class="ttdef"><b>Definition</b> LR11x0.h:780</div></div>
<div class="ttc" id="astruct_l_r11x0_version_info__t_html_add0c362641afcfff4a2ef3563e5f1c36"><div class="ttname"><a href="struct_l_r11x0_version_info__t.html#add0c362641afcfff4a2ef3563e5f1c36">LR11x0VersionInfo_t::fwMajorWiFi</a></div><div class="ttdeci">uint8_t fwMajorWiFi</div><div class="ttdoc">Major revision of the WiFi firmware.</div><div class="ttdef"><b>Definition</b> LR11x0.h:771</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result__t_html"><div class="ttname"><a href="struct_l_r11x0_wifi_result__t.html">LR11x0WifiResult_t</a></div><div class="ttdoc">Structure to save result of passive WiFi scan. This result only saves the basic information.</div><div class="ttdef"><b>Definition</b> LR11x0.h:660</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result__t_html_a18a5615328bfc7b549a7ef1a5514c087"><div class="ttname"><a href="struct_l_r11x0_wifi_result__t.html#a18a5615328bfc7b549a7ef1a5514c087">LR11x0WifiResult_t::ap</a></div><div class="ttdeci">bool ap</div><div class="ttdoc">Whether this signal was sent by an access point (true) or end device (false)</div><div class="ttdef"><b>Definition</b> LR11x0.h:674</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result__t_html_a520382420ad088ac1ace3754192cbfeb"><div class="ttname"><a href="struct_l_r11x0_wifi_result__t.html#a520382420ad088ac1ace3754192cbfeb">LR11x0WifiResult_t::channelFreq</a></div><div class="ttdeci">uint16_t channelFreq</div><div class="ttdoc">Channel frequency in MHz.</div><div class="ttdef"><b>Definition</b> LR11x0.h:668</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result__t_html_a7750bb14648b6ee4e96b73cd76a1ca2a"><div class="ttname"><a href="struct_l_r11x0_wifi_result__t.html#a7750bb14648b6ee4e96b73cd76a1ca2a">LR11x0WifiResult_t::type</a></div><div class="ttdeci">char type</div><div class="ttdoc">WiFi (802.11) signal type, 'b', 'n' or 'g'.</div><div class="ttdef"><b>Definition</b> LR11x0.h:662</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result__t_html_a9fb28ba0ff8e6625322b081a4bda5628"><div class="ttname"><a href="struct_l_r11x0_wifi_result__t.html#a9fb28ba0ff8e6625322b081a4bda5628">LR11x0WifiResult_t::mac</a></div><div class="ttdeci">uint8_t mac[RADIOLIB_LR11X0_WIFI_RESULT_MAC_LEN]</div><div class="ttdoc">MAC address.</div><div class="ttdef"><b>Definition</b> LR11x0.h:680</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result__t_html_ac1768e3f878366d2187ffe6d4bc196bd"><div class="ttname"><a href="struct_l_r11x0_wifi_result__t.html#ac1768e3f878366d2187ffe6d4bc196bd">LR11x0WifiResult_t::dataRateId</a></div><div class="ttdeci">uint8_t dataRateId</div><div class="ttdoc">Data rate ID holding information about modulation and coding rate. See LR11x0 user manual for details...</div><div class="ttdef"><b>Definition</b> LR11x0.h:665</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result__t_html_acac3f837ac4fa56e5fda3221f89f3d9f"><div class="ttname"><a href="struct_l_r11x0_wifi_result__t.html#acac3f837ac4fa56e5fda3221f89f3d9f">LR11x0WifiResult_t::rssi</a></div><div class="ttdeci">float rssi</div><div class="ttdoc">RSSI in dBm.</div><div class="ttdef"><b>Definition</b> LR11x0.h:677</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result__t_html_aedbfd390bee0e0995321e0a5caedac53"><div class="ttname"><a href="struct_l_r11x0_wifi_result__t.html#aedbfd390bee0e0995321e0a5caedac53">LR11x0WifiResult_t::origin</a></div><div class="ttdeci">uint8_t origin</div><div class="ttdoc">MAC address origin: from gateway (1), phone (2) or undetermined (3)</div><div class="ttdef"><b>Definition</b> LR11x0.h:671</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result_extended__t_html"><div class="ttname"><a href="struct_l_r11x0_wifi_result_extended__t.html">LR11x0WifiResultExtended_t</a></div><div class="ttdoc">Structure to save result of passive WiFi scan. This result saves additional information alongside tha...</div><div class="ttdef"><b>Definition</b> LR11x0.h:718</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result_extended__t_html_a16a6732a8af0332f64c0f6bcc0d5257f"><div class="ttname"><a href="struct_l_r11x0_wifi_result_extended__t.html#a16a6732a8af0332f64c0f6bcc0d5257f">LR11x0WifiResultExtended_t::rate</a></div><div class="ttdeci">uint8_t rate</div><div class="ttdoc">Data rate. See LR11x0 user manual for details.</div><div class="ttdef"><b>Definition</b> LR11x0.h:720</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result_extended__t_html_a403e9bde552ca9b07cdf49a2d295c563"><div class="ttname"><a href="struct_l_r11x0_wifi_result_extended__t.html#a403e9bde552ca9b07cdf49a2d295c563">LR11x0WifiResultExtended_t::length</a></div><div class="ttdeci">uint16_t length</div><div class="ttdoc">Refer to IEEE Std 802.11, 2016, Part 11: Wireless LAN MAC and PHY Spec.</div><div class="ttdef"><b>Definition</b> LR11x0.h:726</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result_extended__t_html_a45bbafdcc16a5ae8ee52d0ea40b40326"><div class="ttname"><a href="struct_l_r11x0_wifi_result_extended__t.html#a45bbafdcc16a5ae8ee52d0ea40b40326">LR11x0WifiResultExtended_t::fcsCheckOk</a></div><div class="ttdeci">bool fcsCheckOk</div><div class="ttdoc">True if frame check sequences is valid, false otherwise.</div><div class="ttdef"><b>Definition</b> LR11x0.h:750</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result_extended__t_html_a4ffbb47fb23051dfeb2fe7ae52ae6dea"><div class="ttname"><a href="struct_l_r11x0_wifi_result_extended__t.html#a4ffbb47fb23051dfeb2fe7ae52ae6dea">LR11x0WifiResultExtended_t::service</a></div><div class="ttdeci">uint16_t service</div><div class="ttdoc">Refer to IEEE Std 802.11, 2016, Part 11: Wireless LAN MAC and PHY Spec.</div><div class="ttdef"><b>Definition</b> LR11x0.h:723</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result_extended__t_html_a530ba85cf4b0b41e519b2d89e37b2497"><div class="ttname"><a href="struct_l_r11x0_wifi_result_extended__t.html#a530ba85cf4b0b41e519b2d89e37b2497">LR11x0WifiResultExtended_t::mac2</a></div><div class="ttdeci">uint8_t mac2[RADIOLIB_LR11X0_WIFI_RESULT_MAC_LEN]</div><div class="ttdoc">MAC address 2.</div><div class="ttdef"><b>Definition</b> LR11x0.h:732</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result_extended__t_html_a640fdd5b33e6ab2f6867cd63da567147"><div class="ttname"><a href="struct_l_r11x0_wifi_result_extended__t.html#a640fdd5b33e6ab2f6867cd63da567147">LR11x0WifiResultExtended_t::ssid</a></div><div class="ttdeci">uint8_t ssid[RADIOLIB_LR11X0_WIFI_RESULT_SSID_LEN]</div><div class="ttdoc">SSID.</div><div class="ttdef"><b>Definition</b> LR11x0.h:738</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result_extended__t_html_a7314104129f9ceb6d91c85578d85d252"><div class="ttname"><a href="struct_l_r11x0_wifi_result_extended__t.html#a7314104129f9ceb6d91c85578d85d252">LR11x0WifiResultExtended_t::currentChannel</a></div><div class="ttdeci">uint8_t currentChannel</div><div class="ttdoc">WiFi channel number.</div><div class="ttdef"><b>Definition</b> LR11x0.h:741</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result_extended__t_html_ad86cb8ec2fca8dc1858a4fe6b0e1e9cf"><div class="ttname"><a href="struct_l_r11x0_wifi_result_extended__t.html#ad86cb8ec2fca8dc1858a4fe6b0e1e9cf">LR11x0WifiResultExtended_t::seqCtrl</a></div><div class="ttdeci">uint16_t seqCtrl</div><div class="ttdoc">Refer to IEEE Std 802.11, 2016, Part 11: Wireless LAN MAC and PHY Spec.</div><div class="ttdef"><b>Definition</b> LR11x0.h:735</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result_extended__t_html_ae689651117f96ba356caea064cdeb191"><div class="ttname"><a href="struct_l_r11x0_wifi_result_extended__t.html#ae689651117f96ba356caea064cdeb191">LR11x0WifiResultExtended_t::mac0</a></div><div class="ttdeci">uint8_t mac0[RADIOLIB_LR11X0_WIFI_RESULT_MAC_LEN]</div><div class="ttdoc">MAC address 0.</div><div class="ttdef"><b>Definition</b> LR11x0.h:729</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result_extended__t_html_ae9bf4bc28c72985edc131ad1b69cb06a"><div class="ttname"><a href="struct_l_r11x0_wifi_result_extended__t.html#ae9bf4bc28c72985edc131ad1b69cb06a">LR11x0WifiResultExtended_t::countryCode</a></div><div class="ttdeci">char countryCode[3]</div><div class="ttdoc">Two-letter country code (null-terminated string).</div><div class="ttdef"><b>Definition</b> LR11x0.h:744</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result_extended__t_html_af9391a0e26fc6ef4cc1a5f5c61689409"><div class="ttname"><a href="struct_l_r11x0_wifi_result_extended__t.html#af9391a0e26fc6ef4cc1a5f5c61689409">LR11x0WifiResultExtended_t::ioReg</a></div><div class="ttdeci">uint8_t ioReg</div><div class="ttdoc">Refer to IEEE Std 802.11, 2016, Part 11: Wireless LAN MAC and PHY Spec.</div><div class="ttdef"><b>Definition</b> LR11x0.h:747</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result_full__t_html"><div class="ttname"><a href="struct_l_r11x0_wifi_result_full__t.html">LR11x0WifiResultFull_t</a></div><div class="ttdoc">Structure to save result of passive WiFi scan. This result saves additional information alongside tha...</div><div class="ttdef"><b>Definition</b> LR11x0.h:688</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result_full__t_html_a0e2539bf62ddd7fb7a9671f4e8c58bf8"><div class="ttname"><a href="struct_l_r11x0_wifi_result_full__t.html#a0e2539bf62ddd7fb7a9671f4e8c58bf8">LR11x0WifiResultFull_t::periodBeacon</a></div><div class="ttdeci">uint32_t periodBeacon</div><div class="ttdoc">Beacon period in microseconds.</div><div class="ttdef"><b>Definition</b> LR11x0.h:708</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result_full__t_html_a37d3203c39ca6d6f0ab42662a09bab13"><div class="ttname"><a href="struct_l_r11x0_wifi_result_full__t.html#a37d3203c39ca6d6f0ab42662a09bab13">LR11x0WifiResultFull_t::phiOffset</a></div><div class="ttdeci">uint16_t phiOffset</div><div class="ttdoc">See LR11x0 user manual for details.</div><div class="ttdef"><b>Definition</b> LR11x0.h:702</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result_full__t_html_a47cb77c1ccf8da32d3a4102518c0d72c"><div class="ttname"><a href="struct_l_r11x0_wifi_result_full__t.html#a47cb77c1ccf8da32d3a4102518c0d72c">LR11x0WifiResultFull_t::fromDistributionSystem</a></div><div class="ttdeci">bool fromDistributionSystem</div><div class="ttdoc">Frame sent from distribution system to client station.</div><div class="ttdef"><b>Definition</b> LR11x0.h:699</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result_full__t_html_a4fbd2bfd834c890da47ab94c6f688738"><div class="ttname"><a href="struct_l_r11x0_wifi_result_full__t.html#a4fbd2bfd834c890da47ab94c6f688738">LR11x0WifiResultFull_t::timestamp</a></div><div class="ttdeci">uint64_t timestamp</div><div class="ttdoc">Number of microseconds the AP has been active.</div><div class="ttdef"><b>Definition</b> LR11x0.h:705</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result_full__t_html_aac254fd90872d9e3457a0c44409ff9fb"><div class="ttname"><a href="struct_l_r11x0_wifi_result_full__t.html#aac254fd90872d9e3457a0c44409ff9fb">LR11x0WifiResultFull_t::frameType</a></div><div class="ttdeci">uint8_t frameType</div><div class="ttdoc">Frame type. See LR11x0 user manual for details.</div><div class="ttdef"><b>Definition</b> LR11x0.h:690</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result_full__t_html_ab4f5ee1a99afca09242ae31ae8bc75c2"><div class="ttname"><a href="struct_l_r11x0_wifi_result_full__t.html#ab4f5ee1a99afca09242ae31ae8bc75c2">LR11x0WifiResultFull_t::frameSubType</a></div><div class="ttdeci">uint8_t frameSubType</div><div class="ttdoc">Frame sub type. See LR11x0 user manual for details.</div><div class="ttdef"><b>Definition</b> LR11x0.h:693</div></div>
<div class="ttc" id="astruct_l_r11x0_wifi_result_full__t_html_abe8e8b5e22a75ac988de6f98afa5fd61"><div class="ttname"><a href="struct_l_r11x0_wifi_result_full__t.html#abe8e8b5e22a75ac988de6f98afa5fd61">LR11x0WifiResultFull_t::toDistributionSystem</a></div><div class="ttdeci">bool toDistributionSystem</div><div class="ttdoc">Frame sent from client station to distribution system.</div><div class="ttdef"><b>Definition</b> LR11x0.h:696</div></div>
<div class="ttc" id="astruct_module_1_1_rf_switch_mode__t_html"><div class="ttname"><a href="struct_module_1_1_rf_switch_mode__t.html">Module::RfSwitchMode_t</a></div><div class="ttdoc">Description of RF switch pin states for a single mode. See setRfSwitchTable for details.</div><div class="ttdef"><b>Definition</b> Module.h:89</div></div>
<div class="ttc" id="aunion_channel_scan_config__t_html"><div class="ttname"><a href="union_channel_scan_config__t.html">ChannelScanConfig_t</a></div><div class="ttdoc">Common channel scan configuration structure.</div><div class="ttdef"><b>Definition</b> PhysicalLayer.h:125</div></div>
<div class="ttc" id="aunion_data_rate__t_html"><div class="ttname"><a href="union_data_rate__t.html">DataRate_t</a></div><div class="ttdoc">Common data rate structure.</div><div class="ttdef"><b>Definition</b> PhysicalLayer.h:74</div></div>
<div class="ttc" id="aunion_radio_mode_config__t_html"><div class="ttname"><a href="union_radio_mode_config__t.html">RadioModeConfig_t</a></div><div class="ttdef"><b>Definition</b> PhysicalLayer.h:168</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_0e83dcfc36797043b1d37394d4120df8.html">LR11x0</a></li><li class="navelem"><b>LR11x0.h</b></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
</html>