diff --git a/_l_l_c_c68_8h_source.html b/_l_l_c_c68_8h_source.html
index e9d8e6ba..9c5993f7 100644
--- a/_l_l_c_c68_8h_source.html
+++ b/_l_l_c_c68_8h_source.html
@@ -101,7 +101,7 @@ $(document).ready(function(){initNavTree('_l_l_c_c68_8h_source.html',''); initRe
-
+
41 int16_t
begin(
float freq = 434.0,
float bw = 125.0, uint8_t sf = 9, uint8_t cr = 7, uint8_t syncWord = RADIOLIB_SX126X_SYNC_WORD_PRIVATE, int8_t pwr = 10, uint16_t preambleLength = 8,
float tcxoVoltage = 0,
bool useRegulatorLDO =
false);
diff --git a/_s_t_m32_w_lx_8h_source.html b/_s_t_m32_w_lx_8h_source.html
index 569e8956..f69c6b6b 100644
--- a/_s_t_m32_w_lx_8h_source.html
+++ b/_s_t_m32_w_lx_8h_source.html
@@ -109,7 +109,7 @@ $(document).ready(function(){initNavTree('_s_t_m32_w_lx_8h_source.html',''); ini
-
+
@@ -136,17 +136,17 @@ $(document).ready(function(){initNavTree('_s_t_m32_w_lx_8h_source.html',''); ini
-
+
-
+
-
+
-
+
-
+
-
+
156 #if !RADIOLIB_GODMODE
@@ -167,26 +167,26 @@ $(document).ready(function(){initNavTree('_s_t_m32_w_lx_8h_source.html',''); ini
@ MODE_END_OF_TABLE
End of table marker, use END_OF_MODE_TABLE constant instead. Value is zero to ensure zero-initialized...
Definition: Module.h:105
Definition: STM32WLx_Module.h:26
Derived class for STM32WL modules.
Definition: STM32WLx.h:33
+void setChannelScanAction(void(*func)(void)) override
Sets interrupt service routine to call when a channel scan is finished.
Definition: STM32WLx.cpp:147
+void clearChannelScanAction() override
Clears interrupt service routine to call when a channel scan is finished.
Definition: STM32WLx.cpp:151
int16_t begin(float freq=434.0, float bw=125.0, uint8_t sf=9, uint8_t cr=7, uint8_t syncWord=RADIOLIB_SX126X_SYNC_WORD_PRIVATE, int8_t power=10, uint16_t preambleLength=8, float tcxoVoltage=1.6, bool useRegulatorLDO=false)
Initialization method for LoRa modem.
Definition: STM32WLx.cpp:13
-void clearDio1Action()
Clears interrupt service routine to call when DIO1/2/3 activates.
Definition: STM32WLx.cpp:126
-void setDio1Action(void(*func)(void))
Sets interrupt service routine to call when DIO1/2/3 activates.
Definition: STM32WLx.cpp:116
-void setPacketSentAction(void(*func)(void))
Sets interrupt service routine to call when a packet is sent.
Definition: STM32WLx.cpp:138
-void setPacketReceivedAction(void(*func)(void))
Sets interrupt service routine to call when a packet is received.
Definition: STM32WLx.cpp:130
-void clearChannelScanAction()
Clears interrupt service routine to call when a channel scan is finished.
Definition: STM32WLx.cpp:150
+void clearDio1Action()
Clears interrupt service routine to call when DIO1/2/3 activates.
Definition: STM32WLx.cpp:127
+void setDio1Action(void(*func)(void))
Sets interrupt service routine to call when DIO1/2/3 activates.
Definition: STM32WLx.cpp:117
+void setPacketSentAction(void(*func)(void)) override
Sets interrupt service routine to call when a packet is sent.
Definition: STM32WLx.cpp:139
virtual int16_t setOutputPower(int8_t power) override
Sets output power. Allowed values are in range from -17 to 22 dBm.
Definition: STM32WLx.cpp:41
-void clearPacketReceivedAction()
Clears interrupt service routine to call when a packet is received.
Definition: STM32WLx.cpp:134
+void clearPacketReceivedAction() override
Clears interrupt service routine to call when a packet is received.
Definition: STM32WLx.cpp:135
STM32WLx(STM32WLx_Module *mod)
Default constructor.
Definition: STM32WLx.cpp:11
+void clearPacketSentAction() override
Clears interrupt service routine to call when a packet is sent.
Definition: STM32WLx.cpp:143
OpMode_t
Custom operation modes for STMWLx.
Definition: STM32WLx.h:51
@ MODE_END_OF_TABLE
Definition: STM32WLx.h:53
@ MODE_TX_LP
Definition: STM32WLx.h:59
@ MODE_TX_HP
Definition: STM32WLx.h:61
@ MODE_RX
Definition: STM32WLx.h:57
@ MODE_IDLE
Definition: STM32WLx.h:55
-void setChannelScanAction(void(*func)(void))
Sets interrupt service routine to call when a channel scan is finished.
Definition: STM32WLx.cpp:146
-void clearPacketSentAction()
Clears interrupt service routine to call when a packet is sent.
Definition: STM32WLx.cpp:142
+void setPacketReceivedAction(void(*func)(void)) override
Sets interrupt service routine to call when a packet is received.
Definition: STM32WLx.cpp:131
int16_t beginFSK(float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false)
Initialization method for FSK modem.
Definition: STM32WLx.cpp:27
Derived class for SX1262 modules.
Definition: SX1262.h:22
-void setRfSwitchTable(const uint32_t(&pins)[Module::RFSWITCH_MAX_PINS], const Module::RfSwitchMode_t table[])
Some modules contain external RF switch controlled by pins. This function gives RadioLib control over...
Definition: SX126x.cpp:1494
+void setRfSwitchTable(const uint32_t(&pins)[Module::RFSWITCH_MAX_PINS], const Module::RfSwitchMode_t table[])
Some modules contain external RF switch controlled by pins. This function gives RadioLib control over...
Definition: SX126x.cpp:1495
diff --git a/_s_x1261_8h_source.html b/_s_x1261_8h_source.html
index 72560a27..df85a553 100644
--- a/_s_x1261_8h_source.html
+++ b/_s_x1261_8h_source.html
@@ -105,11 +105,11 @@ $(document).ready(function(){initNavTree('_s_x1261_8h_source.html',''); initResi
-
+
-
+
-
+
@@ -122,9 +122,9 @@ $(document).ready(function(){initNavTree('_s_x1261_8h_source.html',''); initResi
Implements all common low-level methods to control the wireless module. Every module class contains o...
Definition: Module.h:68
Derived class for SX1261 modules.
Definition: SX1261.h:22
+int16_t setOutputPower(int8_t power) override
Sets output power. Allowed values are in range from -17 to 14 dBm.
Definition: SX1261.cpp:8
SX1261(Module *mod)
Default constructor.
Definition: SX1261.cpp:4
-int16_t setOutputPower(int8_t power)
Sets output power. Allowed values are in range from -17 to 14 dBm.
Definition: SX1261.cpp:8
-int16_t checkOutputPower(int8_t power, int8_t *clipped)
Check if output power is configurable.
Definition: SX1261.cpp:30
+int16_t checkOutputPower(int8_t power, int8_t *clipped) override
Check if output power is configurable.
Definition: SX1261.cpp:30
Derived class for SX1262 modules.
Definition: SX1262.h:22
diff --git a/_s_x1262_8h_source.html b/_s_x1262_8h_source.html
index 265fdf64..70e39524 100644
--- a/_s_x1262_8h_source.html
+++ b/_s_x1262_8h_source.html
@@ -105,7 +105,7 @@ $(document).ready(function(){initNavTree('_s_x1262_8h_source.html',''); initResi
-
+
@@ -115,13 +115,13 @@ $(document).ready(function(){initNavTree('_s_x1262_8h_source.html',''); initResi
-
+
-
+
-
+
-
+
@@ -135,11 +135,11 @@ $(document).ready(function(){initNavTree('_s_x1262_8h_source.html',''); initResi
Implements all common low-level methods to control the wireless module. Every module class contains o...
Definition: Module.h:68
Derived class for SX1262 modules.
Definition: SX1262.h:22
SX1262(Module *mod)
Default constructor.
Definition: SX1262.cpp:4
+int16_t setFrequency(float freq) override
Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz.
Definition: SX1262.cpp:50
+int16_t checkOutputPower(int8_t power, int8_t *clipped) override
Check if output power is configurable.
Definition: SX1262.cpp:122
int16_t beginFSK(float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false)
Initialization method for FSK modem.
Definition: SX1262.cpp:32
int16_t begin(float freq=434.0, float bw=125.0, uint8_t sf=9, uint8_t cr=7, uint8_t syncWord=RADIOLIB_SX126X_SYNC_WORD_PRIVATE, int8_t power=10, uint16_t preambleLength=8, float tcxoVoltage=1.6, bool useRegulatorLDO=false)
Initialization method for LoRa modem.
Definition: SX1262.cpp:8
-virtual int16_t setOutputPower(int8_t power)
Sets output power. Allowed values are in range from -9 to 22 dBm. This method is virtual to allow ove...
Definition: SX1262.cpp:100
-int16_t setFrequency(float freq)
Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz.
Definition: SX1262.cpp:50
-int16_t checkOutputPower(int8_t power, int8_t *clipped)
Check if output power is configurable.
Definition: SX1262.cpp:122
+virtual int16_t setOutputPower(int8_t power) override
Sets output power. Allowed values are in range from -9 to 22 dBm. This method is virtual to allow ove...
Definition: SX1262.cpp:100
Base class for SX126x series. All derived classes for SX126x (e.g. SX1262 or SX1268) inherit from thi...
Definition: SX126x.h:443
diff --git a/_s_x1268_8h_source.html b/_s_x1268_8h_source.html
index c23b8985..d2bb42b8 100644
--- a/_s_x1268_8h_source.html
+++ b/_s_x1268_8h_source.html
@@ -104,7 +104,7 @@ $(document).ready(function(){initNavTree('_s_x1268_8h_source.html',''); initResi
-
+
@@ -114,13 +114,13 @@ $(document).ready(function(){initNavTree('_s_x1268_8h_source.html',''); initResi
-
+
-
+
-
+
-
+
@@ -133,11 +133,11 @@ $(document).ready(function(){initNavTree('_s_x1268_8h_source.html',''); initResi
Implements all common low-level methods to control the wireless module. Every module class contains o...
Definition: Module.h:68
Derived class for SX1268 modules.
Definition: SX1268.h:21
-int16_t setOutputPower(int8_t power)
Sets output power. Allowed values are in range from -9 to 22 dBm.
Definition: SX1268.cpp:95
-int16_t checkOutputPower(int8_t power, int8_t *clipped)
Check if output power is configurable.
Definition: SX1268.cpp:117
+int16_t setOutputPower(int8_t power) override
Sets output power. Allowed values are in range from -9 to 22 dBm.
Definition: SX1268.cpp:95
SX1268(Module *mod)
Default constructor.
Definition: SX1268.cpp:4
-int16_t setFrequency(float freq)
Sets carrier frequency. Allowed values are in range from 410.0 to 810.0 MHz.
Definition: SX1268.cpp:50
int16_t begin(float freq=434.0, float bw=125.0, uint8_t sf=9, uint8_t cr=7, uint8_t syncWord=RADIOLIB_SX126X_SYNC_WORD_PRIVATE, int8_t power=10, uint16_t preambleLength=8, float tcxoVoltage=1.6, bool useRegulatorLDO=false)
Initialization method for LoRa modem.
Definition: SX1268.cpp:8
+int16_t checkOutputPower(int8_t power, int8_t *clipped) override
Check if output power is configurable.
Definition: SX1268.cpp:117
+int16_t setFrequency(float freq) override
Sets carrier frequency. Allowed values are in range from 410.0 to 810.0 MHz.
Definition: SX1268.cpp:50
int16_t beginFSK(float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false)
Initialization method for FSK modem.
Definition: SX1268.cpp:32
Base class for SX126x series. All derived classes for SX126x (e.g. SX1262 or SX1268) inherit from thi...
Definition: SX126x.h:443
diff --git a/_s_x126x_8h_source.html b/_s_x126x_8h_source.html
index 5d41996b..385c8bce 100644
--- a/_s_x126x_8h_source.html
+++ b/_s_x126x_8h_source.html
@@ -531,7 +531,7 @@ $(document).ready(function(){initNavTree('_s_x126x_8h_source.html',''); initResi
-
+
@@ -569,25 +569,25 @@ $(document).ready(function(){initNavTree('_s_x126x_8h_source.html',''); initResi
-
+
-
+
-
+
-
+
-
+
-
+
626 int16_t
startTransmit(uint8_t* data,
size_t len, uint8_t addr = 0)
override;
-
+
- 657 int16_t
startReceive(uint32_t timeout, uint16_t irqFlags = RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask = RADIOLIB_SX126X_IRQ_RX_DONE,
size_t len = 0);
+ 657 int16_t
startReceive(uint32_t timeout, uint16_t irqFlags = RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask = RADIOLIB_SX126X_IRQ_RX_DONE,
size_t len = 0);
669 int16_t
startReceiveDutyCycle(uint32_t rxPeriod, uint32_t sleepPeriod, uint16_t irqFlags = RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask = RADIOLIB_SX126X_IRQ_RX_DONE);
@@ -621,7 +621,7 @@ $(document).ready(function(){initNavTree('_s_x126x_8h_source.html',''); initResi
-
+
@@ -655,7 +655,7 @@ $(document).ready(function(){initNavTree('_s_x126x_8h_source.html',''); initResi
917 float getRSSI(
bool packet =
true);
-
+
@@ -667,11 +667,11 @@ $(document).ready(function(){initNavTree('_s_x126x_8h_source.html',''); initResi
-
+
-
+
-
+
@@ -691,14 +691,14 @@ $(document).ready(function(){initNavTree('_s_x126x_8h_source.html',''); initResi
-
+
1050 int16_t
invertIQ(
bool enable)
override;
1052 #if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE
-
+
-
+ 1063 void readBit(uint32_t pin)
override;
1075 int16_t
uploadPatch(
const uint32_t* patch,
size_t len,
bool nonvolatile =
true);
@@ -720,7 +720,7 @@ $(document).ready(function(){initNavTree('_s_x126x_8h_source.html',''); initResi
1132 #if !RADIOLIB_GODMODE && !RADIOLIB_LOW_LEVEL
-
+ 1135 Module* getMod()
override;
@@ -751,7 +751,7 @@ $(document).ready(function(){initNavTree('_s_x126x_8h_source.html',''); initResi
1163 #if !RADIOLIB_GODMODE
- 1166 const char* chipType;
+ 1166 const char* chipType = NULL;
1167 uint8_t bandwidth = 0;
@@ -820,88 +820,88 @@ $(document).ready(function(){initNavTree('_s_x126x_8h_source.html',''); initResi
virtual int16_t receive(uint8_t *data, size_t len)
Binary receive method. Must be implemented in module class.
Definition: PhysicalLayer.cpp:112
virtual int16_t sleep()
Sets module to sleep.
Definition: PhysicalLayer.cpp:118
Base class for SX126x series. All derived classes for SX126x (e.g. SX1262 or SX1268) inherit from thi...
Definition: SX126x.h:443
-int16_t startChannelScan() override
Interrupt-driven channel activity detection method. DIO1 will be activated when LoRa preamble is dete...
Definition: SX126x.cpp:732
-void setPacketSentAction(void(*func)(void))
Sets interrupt service routine to call when a packet is sent.
Definition: SX126x.cpp:493
-float getFrequencyError()
Gets frequency error of the latest received packet. WARNING: This functionality is based on SX128x im...
Definition: SX126x.cpp:1362
-int16_t startReceiveDutyCycleAuto(uint16_t senderPreambleLength=0, uint16_t minSymbols=8, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE)
Calls startReceiveDutyCycle with rxPeriod and sleepPeriod set so the unit shouldn't miss any messages...
Definition: SX126x.cpp:624
-void setRfSwitchPins(uint32_t rxEn, uint32_t txEn)
Some modules contain external RF switch controlled by pins. This function gives RadioLib control over...
Definition: SX126x.cpp:1490
-void setDio1Action(void(*func)(void))
Sets interrupt service routine to call when DIO1 activates.
Definition: SX126x.cpp:477
-void clearPacketSentAction()
Clears interrupt service routine to call when a packet is sent.
Definition: SX126x.cpp:497
-int16_t setPaConfig(uint8_t paDutyCycle, uint8_t deviceSel, uint8_t hpMax=RADIOLIB_SX126X_PA_CONFIG_HP_MAX, uint8_t paLut=RADIOLIB_SX126X_PA_CONFIG_PA_LUT)
Set the PA configuration. Allows user to optimize PA for a specific output power and matching network...
Definition: SX126x.cpp:1797
-int16_t irqRxDoneRxTimeout(uint16_t &irqFlags, uint16_t &irqMask)
Create the flags that make up RxDone and RxTimeout used for receiving downlinks.
Definition: SX126x.cpp:1458
-int16_t startReceive()
Interrupt-driven receive method with default parameters. Implemented for compatibility with PhysicalL...
Definition: SX126x.cpp:579
-RadioLibTime_t getTimeOnAir(size_t len) override
Get expected time-on-air for a given size of payload.
Definition: SX126x.cpp:1416
-int16_t setDataShaping(uint8_t sh) override
Sets time-bandwidth product of Gaussian filter applied for shaping. Allowed values are RADIOLIB_SHAPI...
Definition: SX126x.cpp:1099
-void setChannelScanAction(void(*func)(void))
Sets interrupt service routine to call when a channel scan is finished.
Definition: SX126x.cpp:501
-int16_t setRegulatorLDO()
Set regulator mode to LDO.
Definition: SX126x.cpp:1478
-int16_t invertIQ(bool enable) override
Enable/disable inversion of the I and Q signals.
Definition: SX126x.cpp:1548
-int16_t uploadPatch(const uint32_t *patch, size_t len, bool nonvolatile=true)
Upload binary patch into the SX126x device RAM. Patch is needed to e.g., enable spectral scan and mus...
Definition: SX126x.cpp:1572
-int16_t setEncoding(uint8_t encoding) override
Sets transmission encoding. Available in FSK mode only. Serves only as alias for PhysicalLayer compat...
Definition: SX126x.cpp:1486
-void setRfSwitchTable(const uint32_t(&pins)[Module::RFSWITCH_MAX_PINS], const Module::RfSwitchMode_t table[])
Some modules contain external RF switch controlled by pins. This function gives RadioLib control over...
Definition: SX126x.cpp:1494
-int16_t beginFSK(float br, float freqDev, float rxBw, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false)
Initialization method for FSK modem.
Definition: SX126x.cpp:100
-int16_t setBandwidth(float bw)
Sets LoRa bandwidth. Allowed values are 7.8, 10.4, 15.6, 20.8, 31.25, 41.7, 62.5, 125....
Definition: SX126x.cpp:781
+int16_t startChannelScan() override
Interrupt-driven channel activity detection method. DIO1 will be activated when LoRa preamble is dete...
Definition: SX126x.cpp:733
+float getFrequencyError()
Gets frequency error of the latest received packet. WARNING: This functionality is based on SX128x im...
Definition: SX126x.cpp:1363
+int16_t startReceiveDutyCycleAuto(uint16_t senderPreambleLength=0, uint16_t minSymbols=8, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE)
Calls startReceiveDutyCycle with rxPeriod and sleepPeriod set so the unit shouldn't miss any messages...
Definition: SX126x.cpp:625
+void setRfSwitchPins(uint32_t rxEn, uint32_t txEn)
Some modules contain external RF switch controlled by pins. This function gives RadioLib control over...
Definition: SX126x.cpp:1491
+void setDio1Action(void(*func)(void))
Sets interrupt service routine to call when DIO1 activates.
Definition: SX126x.cpp:478
+int16_t setPaConfig(uint8_t paDutyCycle, uint8_t deviceSel, uint8_t hpMax=RADIOLIB_SX126X_PA_CONFIG_HP_MAX, uint8_t paLut=RADIOLIB_SX126X_PA_CONFIG_PA_LUT)
Set the PA configuration. Allows user to optimize PA for a specific output power and matching network...
Definition: SX126x.cpp:1798
+RadioLibTime_t getTimeOnAir(size_t len) override
Get expected time-on-air for a given size of payload.
Definition: SX126x.cpp:1417
+uint8_t randomByte() override
Get one truly random byte from RSSI noise.
Definition: SX126x.cpp:1520
+RadioLibTime_t calculateRxTimeout(RadioLibTime_t timeoutUs) override
Calculate the timeout value for this specific module / series (in number of symbols or units of time)
Definition: SX126x.cpp:1452
+int16_t setDataShaping(uint8_t sh) override
Sets time-bandwidth product of Gaussian filter applied for shaping. Allowed values are RADIOLIB_SHAPI...
Definition: SX126x.cpp:1100
+int16_t setRegulatorLDO()
Set regulator mode to LDO.
Definition: SX126x.cpp:1479
+int16_t invertIQ(bool enable) override
Enable/disable inversion of the I and Q signals.
Definition: SX126x.cpp:1549
+int16_t uploadPatch(const uint32_t *patch, size_t len, bool nonvolatile=true)
Upload binary patch into the SX126x device RAM. Patch is needed to e.g., enable spectral scan and mus...
Definition: SX126x.cpp:1573
+int16_t setEncoding(uint8_t encoding) override
Sets transmission encoding. Available in FSK mode only. Serves only as alias for PhysicalLayer compat...
Definition: SX126x.cpp:1487
+void setRfSwitchTable(const uint32_t(&pins)[Module::RFSWITCH_MAX_PINS], const Module::RfSwitchMode_t table[])
Some modules contain external RF switch controlled by pins. This function gives RadioLib control over...
Definition: SX126x.cpp:1495
+int16_t beginFSK(float br, float freqDev, float rxBw, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false)
Initialization method for FSK modem.
Definition: SX126x.cpp:101
+int16_t setBandwidth(float bw)
Sets LoRa bandwidth. Allowed values are 7.8, 10.4, 15.6, 20.8, 31.25, 41.7, 62.5, 125....
Definition: SX126x.cpp:782
+bool isRxTimeout() override
Check whether the IRQ bit for RxTimeout is set.
Definition: SX126x.cpp:1465
virtual int16_t readData(uint8_t *data, size_t len)
Reads data that was received after calling startReceive method.
Definition: PhysicalLayer.cpp:209
-int16_t explicitHeader()
Set explicit header mode for future reception/transmission.
Definition: SX126x.cpp:1474
-int16_t forceLDRO(bool enable)
Forces LoRa low data rate optimization. Only available in LoRa mode. After calling this method,...
Definition: SX126x.cpp:1498
+int16_t explicitHeader()
Set explicit header mode for future reception/transmission.
Definition: SX126x.cpp:1475
+void clearChannelScanAction() override
Clears interrupt service routine to call when a channel scan is finished.
Definition: SX126x.cpp:506
+int16_t forceLDRO(bool enable)
Forces LoRa low data rate optimization. Only available in LoRa mode. After calling this method,...
Definition: SX126x.cpp:1499
int16_t transmit(const char *str, uint8_t addr=0)
C-string transmit method.
Definition: PhysicalLayer.cpp:52
-bool isRxTimeout()
Check whether the IRQ bit for RxTimeout is set.
Definition: SX126x.cpp:1464
-int16_t setNodeAddress(uint8_t nodeAddr)
Sets node address. Calling this method will also enable address filtering for node address only.
Definition: SX126x.cpp:1187
-int16_t spectralScanGetStatus()
Read the status of spectral scan.
Definition: SX126x.cpp:1639
-int16_t setTCXO(float voltage, uint32_t delay=5000)
Sets TCXO (Temperature Compensated Crystal Oscillator) configuration.
Definition: SX126x.cpp:1659
-int16_t setRxBandwidth(float rxBw)
Sets FSK receiver bandwidth. Allowed values are 4.8, 5.8, 7.3, 9.7, 11.7, 14.6, 19....
Definition: SX126x.cpp:999
-int16_t setRegulatorDCDC()
Set regulator mode to DC-DC.
Definition: SX126x.cpp:1482
-int16_t startReceiveDutyCycle(uint32_t rxPeriod, uint32_t sleepPeriod, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE)
Interrupt-driven receive method where the device mostly sleeps and periodically wakes to listen....
Definition: SX126x.cpp:597
-void clearDio1Action()
Clears interrupt service routine to call when DIO1 activates.
Definition: SX126x.cpp:481
-int16_t checkDataRate(DataRate_t dr) override
Check the data rate can be configured by this module.
Definition: SX126x.cpp:978
-int16_t standby() override
Sets the module to standby mode (overload for PhysicalLayer compatibility, uses 13 MHz RC oscillator)...
Definition: SX126x.cpp:460
-int16_t setFrequencyDeviation(float freqDev) override
Sets FSK frequency deviation. Allowed values range from 0.0 to 200.0 kHz.
Definition: SX126x.cpp:904
-int16_t setBitRate(float br)
Sets FSK bit rate. Allowed values range from 0.6 to 300.0 kbps.
Definition: SX126x.cpp:928
-void clearChannelScanAction()
Clears interrupt service routine to call when a channel scan is finished.
Definition: SX126x.cpp:505
-uint8_t randomByte()
Get one truly random byte from RSSI noise.
Definition: SX126x.cpp:1519
-void spectralScanAbort()
Abort an ongoing spectral scan.
Definition: SX126x.cpp:1635
-int16_t receiveDirect() override
Starts direct mode reception. Only implemented for PhysicalLayer compatibility, as SX126x series does...
Definition: SX126x.cpp:352
-int16_t spectralScanStart(uint16_t numSamples, uint8_t window=RADIOLIB_SX126X_SPECTRAL_SCAN_WINDOW_DEFAULT, uint8_t interval=RADIOLIB_SX126X_SCAN_INTERVAL_8_20_US)
Start spectral scan. Requires binary path to be uploaded.
Definition: SX126x.cpp:1619
-void readBit(uint32_t pin)
Function to read and process data bit in direct reception mode.
Definition: SX126x.cpp:1567
-int16_t finishTransmit() override
Clean up after transmission is done.
Definition: SX126x.cpp:571
-int16_t setCurrentLimit(float currentLimit)
Sets current protection limit. Can be set in 2.5 mA steps.
Definition: SX126x.cpp:869
-int16_t setRxBoostedGainMode(bool rxbgm, bool persist=true)
Enables or disables Rx Boosted Gain mode as described in SX126x datasheet section 9....
Definition: SX126x.cpp:1062
-int16_t transmitDirect(uint32_t frf=0) override
Starts direct mode transmission.
Definition: SX126x.cpp:336
+void setDirectAction(void(*func)(void)) override
Set interrupt service routine function to call when data bit is received in direct mode.
Definition: SX126x.cpp:1564
+int16_t setNodeAddress(uint8_t nodeAddr)
Sets node address. Calling this method will also enable address filtering for node address only.
Definition: SX126x.cpp:1188
+int16_t spectralScanGetStatus()
Read the status of spectral scan.
Definition: SX126x.cpp:1640
+void clearPacketReceivedAction() override
Clears interrupt service routine to call when a packet is received.
Definition: SX126x.cpp:490
+int16_t setTCXO(float voltage, uint32_t delay=5000)
Sets TCXO (Temperature Compensated Crystal Oscillator) configuration.
Definition: SX126x.cpp:1660
+float getSNR() override
Gets SNR (Signal to Noise Ratio) of the last received packet. Only available for LoRa modem.
Definition: SX126x.cpp:1347
+int16_t setRxBandwidth(float rxBw)
Sets FSK receiver bandwidth. Allowed values are 4.8, 5.8, 7.3, 9.7, 11.7, 14.6, 19....
Definition: SX126x.cpp:1000
+int16_t setRegulatorDCDC()
Set regulator mode to DC-DC.
Definition: SX126x.cpp:1483
+int16_t startReceiveDutyCycle(uint32_t rxPeriod, uint32_t sleepPeriod, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE)
Interrupt-driven receive method where the device mostly sleeps and periodically wakes to listen....
Definition: SX126x.cpp:598
+int16_t startReceive() override
Interrupt-driven receive method with default parameters. Implemented for compatibility with PhysicalL...
Definition: SX126x.cpp:580
+void clearDio1Action()
Clears interrupt service routine to call when DIO1 activates.
Definition: SX126x.cpp:482
+int16_t checkDataRate(DataRate_t dr) override
Check the data rate can be configured by this module.
Definition: SX126x.cpp:979
+void setPacketReceivedAction(void(*func)(void)) override
Sets interrupt service routine to call when a packet is received.
Definition: SX126x.cpp:486
+int16_t standby() override
Sets the module to standby mode (overload for PhysicalLayer compatibility, uses 13 MHz RC oscillator)...
Definition: SX126x.cpp:461
+int16_t setFrequencyDeviation(float freqDev) override
Sets FSK frequency deviation. Allowed values range from 0.0 to 200.0 kHz.
Definition: SX126x.cpp:905
+void spectralScanAbort()
Abort an ongoing spectral scan.
Definition: SX126x.cpp:1636
+int16_t receiveDirect() override
Starts direct mode reception. Only implemented for PhysicalLayer compatibility, as SX126x series does...
Definition: SX126x.cpp:353
+int16_t spectralScanStart(uint16_t numSamples, uint8_t window=RADIOLIB_SX126X_SPECTRAL_SCAN_WINDOW_DEFAULT, uint8_t interval=RADIOLIB_SX126X_SCAN_INTERVAL_8_20_US)
Start spectral scan. Requires binary path to be uploaded.
Definition: SX126x.cpp:1620
+int16_t finishTransmit() override
Clean up after transmission is done.
Definition: SX126x.cpp:572
+int16_t setCurrentLimit(float currentLimit)
Sets current protection limit. Can be set in 2.5 mA steps.
Definition: SX126x.cpp:870
+int16_t setRxBoostedGainMode(bool rxbgm, bool persist=true)
Enables or disables Rx Boosted Gain mode as described in SX126x datasheet section 9....
Definition: SX126x.cpp:1063
+int16_t transmitDirect(uint32_t frf=0) override
Starts direct mode transmission.
Definition: SX126x.cpp:337
int16_t startTransmit(const char *str, uint8_t addr=0)
Interrupt-driven Arduino String transmit method. Unlike the standard transmit method,...
Definition: PhysicalLayer.cpp:149
-int16_t variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX126X_MAX_PACKET_LENGTH)
Set modem in variable packet length mode. Available in FSK mode only.
Definition: SX126x.cpp:1412
+int16_t variablePacketLengthMode(uint8_t maxLen=RADIOLIB_SX126X_MAX_PACKET_LENGTH)
Set modem in variable packet length mode. Available in FSK mode only.
Definition: SX126x.cpp:1413
int16_t begin(uint8_t cr, uint8_t syncWord, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false)
Initialization method for LoRa modem.
Definition: SX126x.cpp:12
-int16_t setCRC(uint8_t len, uint16_t initial=0x1D0F, uint16_t polynomial=0x1021, bool inverted=true)
Sets CRC configuration.
Definition: SX126x.cpp:1232
-uint16_t getIrqStatus()
Reads the current IRQ status.
Definition: SX126x.cpp:1834
-int16_t reset(bool verify=true)
Reset method. Will reset the chip to the default state using RST pin.
Definition: SX126x.cpp:197
-int16_t setSyncWord(uint8_t syncWord, uint8_t controlBits=0x44)
Sets LoRa sync word.
Definition: SX126x.cpp:858
-int16_t calibrateImageRejection(float freqMin, float freqMax)
Perform image rejection calibration for the specified frequency band. WARNING: Use at your own risk!...
Definition: SX126x.cpp:1850
-float getCurrentLimit()
Reads current protection limit.
Definition: SX126x.cpp:882
+int16_t setCRC(uint8_t len, uint16_t initial=0x1D0F, uint16_t polynomial=0x1021, bool inverted=true)
Sets CRC configuration.
Definition: SX126x.cpp:1233
+uint16_t getIrqStatus()
Reads the current IRQ status.
Definition: SX126x.cpp:1835
+int16_t reset(bool verify=true)
Reset method. Will reset the chip to the default state using RST pin.
Definition: SX126x.cpp:198
+int16_t setSyncWord(uint8_t syncWord, uint8_t controlBits=0x44)
Sets LoRa sync word.
Definition: SX126x.cpp:859
+int16_t calibrateImageRejection(float freqMin, float freqMax)
Perform image rejection calibration for the specified frequency band. WARNING: Use at your own risk!...
Definition: SX126x.cpp:1851
+float getCurrentLimit()
Reads current protection limit.
Definition: SX126x.cpp:883
+int16_t irqRxDoneRxTimeout(uint16_t &irqFlags, uint16_t &irqMask) override
Create the flags that make up RxDone and RxTimeout used for receiving downlinks.
Definition: SX126x.cpp:1459
SX126x(Module *mod)
Default constructor.
Definition: SX126x.cpp:6
virtual int16_t receive(uint8_t *data, size_t len)
Binary receive method. Must be implemented in module class.
Definition: PhysicalLayer.cpp:112
-int16_t autoLDRO()
Re-enables automatic LDRO configuration. Only available in LoRa mode. After calling this method,...
Definition: SX126x.cpp:1510
-RadioLibTime_t calculateRxTimeout(RadioLibTime_t timeoutUs)
Calculate the timeout value for this specific module / series (in number of symbols or units of time)
Definition: SX126x.cpp:1451
-void setDirectAction(void(*func)(void))
Set interrupt service routine function to call when data bit is received in direct mode.
Definition: SX126x.cpp:1563
-int16_t fixedPacketLengthMode(uint8_t len=RADIOLIB_SX126X_MAX_PACKET_LENGTH)
Set modem in fixed packet length mode. Available in FSK mode only.
Definition: SX126x.cpp:1408
-int16_t setBroadcastAddress(uint8_t broadAddr)
Sets broadcast address. Calling this method will also enable address filtering for node and broadcast...
Definition: SX126x.cpp:1204
-size_t getPacketLength(bool update=true) override
Query modem for the packet length of received payload.
Definition: SX126x.cpp:1395
-int16_t setSyncBits(uint8_t *syncWord, uint8_t bitsLen)
Sets FSK sync word in the form of array of up to 8 bytes.
Definition: SX126x.cpp:1160
-int16_t scanChannel() override
Performs scan for LoRa transmission in the current channel. Detects both preamble and payload.
Definition: SX126x.cpp:426
-float getDataRate() const
Gets effective data rate for the last transmitted packet. The value is calculated only for payload by...
Definition: SX126x.cpp:1328
-void clearPacketReceivedAction()
Clears interrupt service routine to call when a packet is received.
Definition: SX126x.cpp:489
-void setPacketReceivedAction(void(*func)(void))
Sets interrupt service routine to call when a packet is received.
Definition: SX126x.cpp:485
-int16_t setPreambleLength(size_t preambleLength) override
Sets preamble length for LoRa or FSK modem. Allowed values range from 1 to 65535.
Definition: SX126x.cpp:891
-int16_t setPaRampTime(uint8_t rampTime)
Set PA ramp-up time. Set to 200us by default.
Definition: SX126x.cpp:1856
+int16_t autoLDRO()
Re-enables automatic LDRO configuration. Only available in LoRa mode. After calling this method,...
Definition: SX126x.cpp:1511
+int16_t fixedPacketLengthMode(uint8_t len=RADIOLIB_SX126X_MAX_PACKET_LENGTH)
Set modem in fixed packet length mode. Available in FSK mode only.
Definition: SX126x.cpp:1409
+int16_t setBroadcastAddress(uint8_t broadAddr)
Sets broadcast address. Calling this method will also enable address filtering for node and broadcast...
Definition: SX126x.cpp:1205
+int16_t setBitRate(float br) override
Sets FSK bit rate. Allowed values range from 0.6 to 300.0 kbps.
Definition: SX126x.cpp:929
+size_t getPacketLength(bool update=true) override
Query modem for the packet length of received payload.
Definition: SX126x.cpp:1396
+int16_t setSyncBits(uint8_t *syncWord, uint8_t bitsLen)
Sets FSK sync word in the form of array of up to 8 bytes.
Definition: SX126x.cpp:1161
+void setPacketSentAction(void(*func)(void)) override
Sets interrupt service routine to call when a packet is sent.
Definition: SX126x.cpp:494
+void readBit(uint32_t pin) override
Function to read and process data bit in direct reception mode.
Definition: SX126x.cpp:1568
+int16_t scanChannel() override
Performs scan for LoRa transmission in the current channel. Detects both preamble and payload.
Definition: SX126x.cpp:427
+float getDataRate() const
Gets effective data rate for the last transmitted packet. The value is calculated only for payload by...
Definition: SX126x.cpp:1329
+int16_t setPreambleLength(size_t preambleLength) override
Sets preamble length for LoRa or FSK modem. Allowed values range from 1 to 65535.
Definition: SX126x.cpp:892
+int16_t setPaRampTime(uint8_t rampTime)
Set PA ramp-up time. Set to 200us by default.
Definition: SX126x.cpp:1857
bool XTAL
Whether the module has an XTAL (true) or TCXO (false). Defaults to false.
Definition: SX126x.h:460
-int16_t implicitHeader(size_t len)
Set implicit header mode for future reception/transmission.
Definition: SX126x.cpp:1470
-float getSNR()
Gets SNR (Signal to Noise Ratio) of the last received packet. Only available for LoRa modem.
Definition: SX126x.cpp:1346
-int16_t setDio2AsRfSwitch(bool enable=true)
Set DIO2 to function as RF switch (default in Semtech example designs).
Definition: SX126x.cpp:1712
-int16_t spectralScanGetResult(uint16_t *results)
Read the result of spectral scan.
Definition: SX126x.cpp:1647
-int16_t setWhitening(bool enabled, uint16_t initial=0x01FF)
Sets FSK whitening parameters.
Definition: SX126x.cpp:1291
-int16_t setSpreadingFactor(uint8_t sf)
Sets LoRa spreading factor. Allowed values range from 5 to 12.
Definition: SX126x.cpp:832
+int16_t implicitHeader(size_t len)
Set implicit header mode for future reception/transmission.
Definition: SX126x.cpp:1471
+int16_t setDio2AsRfSwitch(bool enable=true)
Set DIO2 to function as RF switch (default in Semtech example designs).
Definition: SX126x.cpp:1713
+int16_t spectralScanGetResult(uint16_t *results)
Read the result of spectral scan.
Definition: SX126x.cpp:1648
+int16_t setWhitening(bool enabled, uint16_t initial=0x01FF)
Sets FSK whitening parameters.
Definition: SX126x.cpp:1292
+int16_t setSpreadingFactor(uint8_t sf)
Sets LoRa spreading factor. Allowed values range from 5 to 12.
Definition: SX126x.cpp:833
bool standbyXOSC
Whether to use XOSC (true) or RC (false) oscillator in standby mode. Defaults to false.
Definition: SX126x.h:465
-int16_t setDataRate(DataRate_t dr) override
Set data.
Definition: SX126x.cpp:949
-int16_t disableAddressFiltering()
Disables address filtering. Calling this method will also erase previously set addresses.
Definition: SX126x.cpp:1221
-int16_t setCodingRate(uint8_t cr)
Sets LoRa coding rate denominator. Allowed values range from 5 to 8.
Definition: SX126x.cpp:845
-int16_t getChannelScanResult() override
Read the channel scan result.
Definition: SX126x.cpp:762
+void setChannelScanAction(void(*func)(void)) override
Sets interrupt service routine to call when a channel scan is finished.
Definition: SX126x.cpp:502
+int16_t setDataRate(DataRate_t dr) override
Set data.
Definition: SX126x.cpp:950
+void clearPacketSentAction() override
Clears interrupt service routine to call when a packet is sent.
Definition: SX126x.cpp:498
+int16_t disableAddressFiltering()
Disables address filtering. Calling this method will also erase previously set addresses.
Definition: SX126x.cpp:1222
+int16_t setCodingRate(uint8_t cr)
Sets LoRa coding rate denominator. Allowed values range from 5 to 8.
Definition: SX126x.cpp:846
+int16_t getChannelScanResult() override
Read the channel scan result.
Definition: SX126x.cpp:763
unsigned long RadioLibTime_t
Type used for durations in RadioLib.
Definition: TypeDef.h:586
Description of RF switch pin states for a single mode. See setRfSwitchTable for details.
Definition: Module.h:84
Common data rate structure.
Definition: PhysicalLayer.h:38
diff --git a/class_l_l_c_c68-members.html b/class_l_l_c_c68-members.html
index 42e62b96..f5dd1ecb 100644
--- a/class_l_l_c_c68-members.html
+++ b/class_l_l_c_c68-members.html
@@ -95,14 +95,14 @@ $(document).ready(function(){initNavTree('class_l_l_c_c68.html',''); initResizab
SX126x::begin(uint8_t cr, uint8_t syncWord, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
beginFSK(float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false) | SX1262 | |
SX126x::beginFSK(float br, float freqDev, float rxBw, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
- calculateRxTimeout(RadioLibTime_t timeoutUs) | SX126x | virtual |
+ calculateRxTimeout(RadioLibTime_t timeoutUs) override | SX126x | virtual |
calibrateImageRejection(float freqMin, float freqMax) | SX126x | |
checkDataRate(DataRate_t dr) override | LLCC68 | virtual |
- checkOutputPower(int8_t power, int8_t *clipped) | SX1262 | virtual |
- clearChannelScanAction() | SX126x | virtual |
+ checkOutputPower(int8_t power, int8_t *clipped) override | SX1262 | virtual |
+ clearChannelScanAction() override | SX126x | virtual |
clearDio1Action() | SX126x | |
- clearPacketReceivedAction() | SX126x | virtual |
- clearPacketSentAction() | SX126x | virtual |
+ clearPacketReceivedAction() override | SX126x | virtual |
+ clearPacketSentAction() override | SX126x | virtual |
disableAddressFiltering() | SX126x | |
dropSync() | PhysicalLayer | |
explicitHeader() | SX126x | |
@@ -118,19 +118,19 @@ $(document).ready(function(){initNavTree('class_l_l_c_c68.html',''); initResizab
getPacketLength(bool update=true) override | SX126x | virtual |
getRSSI(bool packet=true) | SX126x | |
PhysicalLayer::getRSSI() | PhysicalLayer | virtual |
- getSNR() | SX126x | virtual |
+ getSNR() override | SX126x | virtual |
getTimeOnAir(size_t len) override | SX126x | virtual |
implicitHeader(size_t len) | SX126x | |
invertIQ(bool enable) override | SX126x | virtual |
- irqRxDoneRxTimeout(uint16_t &irqFlags, uint16_t &irqMask) | SX126x | virtual |
- isRxTimeout() | SX126x | virtual |
+ irqRxDoneRxTimeout(uint16_t &irqFlags, uint16_t &irqMask) override | SX126x | virtual |
+ isRxTimeout() override | SX126x | virtual |
LLCC68(Module *mod) | LLCC68 | |
PhysicalLayer(float step, size_t maxLen) | PhysicalLayer | |
random(int32_t max) | PhysicalLayer | |
random(int32_t min, int32_t max) | PhysicalLayer | |
- randomByte() | SX126x | virtual |
+ randomByte() override | SX126x | virtual |
read(bool drop=true) | PhysicalLayer | |
- readBit(uint32_t pin) | SX126x | virtual |
+ readBit(uint32_t pin) override | SX126x | virtual |
readData(uint8_t *data, size_t len) override | SX126x | virtual |
readData(uint8_t *data, size_t len) | SX126x | |
receive(uint8_t *data, size_t len) override | SX126x | virtual |
@@ -140,9 +140,9 @@ $(document).ready(function(){initNavTree('class_l_l_c_c68.html',''); initResizab
scanChannel() override | SX126x | virtual |
scanChannel(uint8_t symbolNum, uint8_t detPeak, uint8_t detMin) | SX126x | |
setBandwidth(float bw) | LLCC68 | |
- setBitRate(float br) | SX126x | virtual |
+ setBitRate(float br) override | SX126x | virtual |
setBroadcastAddress(uint8_t broadAddr) | SX126x | |
- setChannelScanAction(void(*func)(void)) | SX126x | virtual |
+ setChannelScanAction(void(*func)(void)) override | SX126x | virtual |
setCodingRate(uint8_t cr) | SX126x | |
setCRC(uint8_t len, uint16_t initial=0x1D0F, uint16_t polynomial=0x1021, bool inverted=true) | SX126x | |
setCurrentLimit(float currentLimit) | SX126x | |
@@ -151,16 +151,16 @@ $(document).ready(function(){initNavTree('class_l_l_c_c68.html',''); initResizab
setDio1Action(void(*func)(void)) | SX126x | |
setDio2AsRfSwitch(bool enable=true) | SX126x | |
setDIOMapping(uint32_t pin, uint32_t value) | PhysicalLayer | virtual |
- setDirectAction(void(*func)(void)) | SX126x | virtual |
+ setDirectAction(void(*func)(void)) override | SX126x | virtual |
setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
setEncoding(uint8_t encoding) override | SX126x | virtual |
- setFrequency(float freq) | SX1262 | virtual |
+ setFrequency(float freq) override | SX1262 | virtual |
setFrequency(float freq, bool calibrate) | SX1262 | |
setFrequencyDeviation(float freqDev) override | SX126x | virtual |
setNodeAddress(uint8_t nodeAddr) | SX126x | |
- setOutputPower(int8_t power) | SX1262 | virtual |
- setPacketReceivedAction(void(*func)(void)) | SX126x | virtual |
- setPacketSentAction(void(*func)(void)) | SX126x | virtual |
+ setOutputPower(int8_t power) override | SX1262 | virtual |
+ setPacketReceivedAction(void(*func)(void)) override | SX126x | virtual |
+ setPacketSentAction(void(*func)(void)) override | SX126x | virtual |
setPaConfig(uint8_t paDutyCycle, uint8_t deviceSel, uint8_t hpMax=RADIOLIB_SX126X_PA_CONFIG_HP_MAX, uint8_t paLut=RADIOLIB_SX126X_PA_CONFIG_PA_LUT) | SX126x | |
setPaRampTime(uint8_t rampTime) | SX126x | |
setPreambleLength(size_t preambleLength) override | SX126x | virtual |
@@ -189,7 +189,7 @@ $(document).ready(function(){initNavTree('class_l_l_c_c68.html',''); initResizab
startChannelScan() override | SX126x | virtual |
startChannelScan(uint8_t symbolNum, uint8_t detPeak, uint8_t detMin) | SX126x | |
startDirect() | PhysicalLayer | |
- startReceive() | SX126x | virtual |
+ startReceive() override | SX126x | virtual |
startReceive(uint32_t timeout, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE, size_t len=0) | SX126x | virtual |
startReceiveDutyCycle(uint32_t rxPeriod, uint32_t sleepPeriod, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE) | SX126x | |
startReceiveDutyCycleAuto(uint16_t senderPreambleLength=0, uint16_t minSymbols=8, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE) | SX126x | |
diff --git a/class_l_l_c_c68.html b/class_l_l_c_c68.html
index e63fe41e..c66ac4c9 100644
--- a/class_l_l_c_c68.html
+++ b/class_l_l_c_c68.html
@@ -136,18 +136,18 @@ Public Member Functions
int16_t | beginFSK (float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false) |
| Initialization method for FSK modem. More...
|
|
-int16_t | setFrequency (float freq) |
- | Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
- |
+int16_t | setFrequency (float freq) override |
+ | Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
+ |
int16_t | setFrequency (float freq, bool calibrate) |
| Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
|
-virtual int16_t | setOutputPower (int8_t power) |
- | Sets output power. Allowed values are in range from -9 to 22 dBm. This method is virtual to allow override from the SX1261 class. More...
|
- |
-int16_t | checkOutputPower (int8_t power, int8_t *clipped) |
- | Check if output power is configurable. More...
|
- |
+virtual int16_t | setOutputPower (int8_t power) override |
+ | Sets output power. Allowed values are in range from -9 to 22 dBm. This method is virtual to allow override from the SX1261 class. More...
|
+ |
+int16_t | checkOutputPower (int8_t power, int8_t *clipped) override |
+ | Check if output power is configurable. More...
|
+ |
| SX126x (Module *mod) |
| Default constructor. More...
|
@@ -195,36 +195,36 @@ Public Member Functions
void clearDio1Action () |
| Clears interrupt service routine to call when DIO1 activates.
|
|
-void | setPacketReceivedAction (void(*func)(void)) |
- | Sets interrupt service routine to call when a packet is received. More...
|
- |
-
-void | clearPacketReceivedAction () |
- | Clears interrupt service routine to call when a packet is received.
|
- |
-void | setPacketSentAction (void(*func)(void)) |
- | Sets interrupt service routine to call when a packet is sent. More...
|
- |
-
-void | clearPacketSentAction () |
- | Clears interrupt service routine to call when a packet is sent.
|
- |
-void | setChannelScanAction (void(*func)(void)) |
- | Sets interrupt service routine to call when a channel scan is finished. More...
|
- |
-
-void | clearChannelScanAction () |
- | Clears interrupt service routine to call when a channel scan is finished.
|
- |
+void | setPacketReceivedAction (void(*func)(void)) override |
+ | Sets interrupt service routine to call when a packet is received. More...
|
+ |
+
+void | clearPacketReceivedAction () override |
+ | Clears interrupt service routine to call when a packet is received.
|
+ |
+void | setPacketSentAction (void(*func)(void)) override |
+ | Sets interrupt service routine to call when a packet is sent. More...
|
+ |
+
+void | clearPacketSentAction () override |
+ | Clears interrupt service routine to call when a packet is sent.
|
+ |
+void | setChannelScanAction (void(*func)(void)) override |
+ | Sets interrupt service routine to call when a channel scan is finished. More...
|
+ |
+
+void | clearChannelScanAction () override |
+ | Clears interrupt service routine to call when a channel scan is finished.
|
+ |
int16_t | startTransmit (uint8_t *data, size_t len, uint8_t addr=0) override |
| Interrupt-driven binary transmit method. Overloads for string-based transmissions are implemented in PhysicalLayer. More...
|
|
int16_t | finishTransmit () override |
| Clean up after transmission is done. More...
|
|
-int16_t | startReceive () |
- | Interrupt-driven receive method with default parameters. Implemented for compatibility with PhysicalLayer. More...
|
- |
+int16_t | startReceive () override |
+ | Interrupt-driven receive method with default parameters. Implemented for compatibility with PhysicalLayer. More...
|
+ |
int16_t | startReceive (uint32_t timeout, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE, size_t len=0) |
| Interrupt-driven receive method. DIO1 will be activated when full packet is received. More...
|
|
@@ -273,9 +273,9 @@ void | int16_t | setFrequencyDeviation (float freqDev) override |
| Sets FSK frequency deviation. Allowed values range from 0.0 to 200.0 kHz. More...
|
|
-int16_t | setBitRate (float br) |
- | Sets FSK bit rate. Allowed values range from 0.6 to 300.0 kbps. More...
|
- |
+int16_t | setBitRate (float br) override |
+ | Sets FSK bit rate. Allowed values range from 0.6 to 300.0 kbps. More...
|
+ |
int16_t | setDataRate (DataRate_t dr) override |
| Set data. More...
|
|
@@ -324,9 +324,9 @@ void | float | getRSSI (bool packet=true) |
| GetsRSSI (Recorded Signal Strength Indicator). More...
|
|
-float | getSNR () |
- | Gets SNR (Signal to Noise Ratio) of the last received packet. Only available for LoRa modem. More...
|
- |
+float | getSNR () override |
+ | Gets SNR (Signal to Noise Ratio) of the last received packet. Only available for LoRa modem. More...
|
+ |
float | getFrequencyError () |
| Gets frequency error of the latest received packet. WARNING: This functionality is based on SX128x implementation and not documented on SX126x. While it seems to be working, it should be used with caution! More...
|
|
@@ -342,15 +342,15 @@ void | RadioLibTime_t | getTimeOnAir (size_t len) override |
| Get expected time-on-air for a given size of payload. More...
|
|
-RadioLibTime_t | calculateRxTimeout (RadioLibTime_t timeoutUs) |
- | Calculate the timeout value for this specific module / series (in number of symbols or units of time) More...
|
- |
-int16_t | irqRxDoneRxTimeout (uint16_t &irqFlags, uint16_t &irqMask) |
- | Create the flags that make up RxDone and RxTimeout used for receiving downlinks. More...
|
- |
-bool | isRxTimeout () |
- | Check whether the IRQ bit for RxTimeout is set. More...
|
- |
+RadioLibTime_t | calculateRxTimeout (RadioLibTime_t timeoutUs) override |
+ | Calculate the timeout value for this specific module / series (in number of symbols or units of time) More...
|
+ |
+int16_t | irqRxDoneRxTimeout (uint16_t &irqFlags, uint16_t &irqMask) override |
+ | Create the flags that make up RxDone and RxTimeout used for receiving downlinks. More...
|
+ |
+bool | isRxTimeout () override |
+ | Check whether the IRQ bit for RxTimeout is set. More...
|
+ |
int16_t | implicitHeader (size_t len) |
| Set implicit header mode for future reception/transmission. More...
|
|
@@ -378,18 +378,18 @@ void | int16_t | autoLDRO () |
| Re-enables automatic LDRO configuration. Only available in LoRa mode. After calling this method, LDRO will be enabled automatically when symbol length exceeds 16 ms. More...
|
|
-uint8_t | randomByte () |
- | Get one truly random byte from RSSI noise. More...
|
- |
+uint8_t | randomByte () override |
+ | Get one truly random byte from RSSI noise. More...
|
+ |
int16_t | invertIQ (bool enable) override |
| Enable/disable inversion of the I and Q signals. More...
|
|
-void | setDirectAction (void(*func)(void)) |
- | Set interrupt service routine function to call when data bit is received in direct mode. More...
|
- |
-void | readBit (uint32_t pin) |
- | Function to read and process data bit in direct reception mode. More...
|
- |
+void | setDirectAction (void(*func)(void)) override |
+ | Set interrupt service routine function to call when data bit is received in direct mode. More...
|
+ |
+void | readBit (uint32_t pin) override |
+ | Function to read and process data bit in direct reception mode. More...
|
+ |
int16_t | uploadPatch (const uint32_t *patch, size_t len, bool nonvolatile=true) |
| Upload binary patch into the SX126x device RAM. Patch is needed to e.g., enable spectral scan and must be uploaded again on every power cycle. More...
|
|
diff --git a/class_physical_layer.html b/class_physical_layer.html
index 1a7988a9..737a6bb9 100644
--- a/class_physical_layer.html
+++ b/class_physical_layer.html
@@ -415,7 +415,7 @@ class LoRaWANNode |
- Returns
- Timeout value in a unit that is specific for the used module
-Reimplemented in SX127x, and SX126x.
+Reimplemented in SX126x, and SX127x.
@@ -500,7 +500,7 @@ class LoRaWANNode |
- Returns
- Status Codes
-Reimplemented in SX1278, SX1272, LR11x0, CC1101, SX128x, SX1268, SX1262, and SX1261.
+Reimplemented in SX1278, SX1272, SX1268, SX1262, SX1261, LR11x0, CC1101, and SX128x.
@@ -677,7 +677,7 @@ class LoRaWANNode |
Gets SNR (Signal to Noise Ratio) of the last received packet. Only available for LoRa modem.
- Returns
- SNR of the last received packet in dB.
-Reimplemented in SX128x, SX127x, SX126x, and LR11x0.
+Reimplemented in SX126x, SX128x, SX127x, and LR11x0.
@@ -799,7 +799,7 @@ class LoRaWANNode |
- Returns
- Status Codes
-Reimplemented in SX127x, and SX126x.
+Reimplemented in SX126x, and SX127x.
@@ -829,7 +829,7 @@ class LoRaWANNode |
Check whether the IRQ bit for RxTimeout is set.
- Returns
- Whether RxTimeout IRQ is set
-Reimplemented in SX127x, and SX126x.
+Reimplemented in SX126x, and SX127x.
@@ -924,7 +924,7 @@ class LoRaWANNode |
Get one truly random byte from RSSI noise. Must be implemented in module class.
- Returns
- TRNG byte.
-Reimplemented in CC1101, SX128x, SX127x, SX126x, Si443x, and RF69.
+Reimplemented in SX126x, CC1101, SX128x, SX127x, Si443x, and RF69.
@@ -987,7 +987,7 @@ class LoRaWANNode |
-Reimplemented in CC1101, SX128x, SX127x, SX126x, Si443x, and RF69.
+Reimplemented in SX126x, CC1101, SX128x, SX127x, Si443x, and RF69.
@@ -1180,7 +1180,7 @@ class LoRaWANNode |
- Returns
- Status Codes
-Reimplemented in SX1278, SX1272, CC1101, SX128x, SX126x, SX1233, Si443x, RF69, nRF24, and LR11x0.
+Reimplemented in SX1278, SX1272, SX126x, CC1101, SX128x, SX1233, Si443x, RF69, nRF24, and LR11x0.
@@ -1216,7 +1216,7 @@ class LoRaWANNode |
-Reimplemented in SX127x, SX126x, and STM32WLx.
+Reimplemented in SX126x, STM32WLx, and SX127x.
@@ -1374,7 +1374,7 @@ class LoRaWANNode |
-Reimplemented in CC1101, SX128x, SX127x, SX126x, Si443x, and RF69.
+Reimplemented in SX126x, CC1101, SX128x, SX127x, Si443x, and RF69.
@@ -1486,7 +1486,7 @@ class LoRaWANNode |
- Returns
- Status Codes
-Reimplemented in CC1101, SX128x, SX1279, SX1278, SX1277, SX1276, SX1272, SX1268, SX1262, Si4432, Si4430, RF69, nRF24, LR1120, and LR1110.
+Reimplemented in SX1268, SX1262, CC1101, SX128x, SX1279, SX1278, SX1277, SX1276, SX1272, Si4432, Si4430, RF69, nRF24, LR1120, and LR1110.
@@ -1560,7 +1560,7 @@ class LoRaWANNode |
- Returns
- Status Codes
-Reimplemented in CC1101, SX128x, nRF24, SX1278, SX1272, STM32WLx, SX1268, SX1262, SX1261, Si4432, Si4431, Si4430, and LR11x0.
+Reimplemented in CC1101, SX128x, nRF24, SX1278, SX1272, SX1268, SX1262, SX1261, STM32WLx, Si4432, Si4431, Si4430, and LR11x0.
@@ -1596,7 +1596,7 @@ class LoRaWANNode |
-Reimplemented in CC1101, SX128x, SX127x, SX126x, STM32WLx, Si443x, RF69, nRF24, and LR11x0.
+Reimplemented in SX126x, STM32WLx, CC1101, SX128x, SX127x, Si443x, RF69, nRF24, and LR11x0.
@@ -1632,7 +1632,7 @@ class LoRaWANNode |
-Reimplemented in CC1101, SX128x, SX127x, SX126x, STM32WLx, Si443x, RF69, nRF24, and LR11x0.
+Reimplemented in SX126x, STM32WLx, CC1101, SX128x, SX127x, Si443x, RF69, nRF24, and LR11x0.
@@ -1888,7 +1888,7 @@ class LoRaWANNode |
Sets module to received mode using its default configuration.
- Returns
- Status Codes
-Reimplemented in CC1101, SX128x, SX127x, SX126x, Si443x, RF69, nRF24, and LR11x0.
+Reimplemented in SX126x, CC1101, SX128x, SX127x, Si443x, RF69, nRF24, and LR11x0.
diff --git a/class_s_t_m32_w_lx-members.html b/class_s_t_m32_w_lx-members.html
index d6274fe8..3c981545 100644
--- a/class_s_t_m32_w_lx-members.html
+++ b/class_s_t_m32_w_lx-members.html
@@ -95,14 +95,14 @@ $(document).ready(function(){initNavTree('class_s_t_m32_w_lx.html',''); initResi
SX126x::begin(uint8_t cr, uint8_t syncWord, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
beginFSK(float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false) | STM32WLx | |
SX126x::beginFSK(float br, float freqDev, float rxBw, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
- calculateRxTimeout(RadioLibTime_t timeoutUs) | SX126x | virtual |
+ calculateRxTimeout(RadioLibTime_t timeoutUs) override | SX126x | virtual |
calibrateImageRejection(float freqMin, float freqMax) | SX126x | |
checkDataRate(DataRate_t dr) override | SX126x | virtual |
- checkOutputPower(int8_t power, int8_t *clipped) | SX1262 | virtual |
- clearChannelScanAction() | STM32WLx | virtual |
+ checkOutputPower(int8_t power, int8_t *clipped) override | SX1262 | virtual |
+ clearChannelScanAction() override | STM32WLx | virtual |
clearDio1Action() | STM32WLx | |
- clearPacketReceivedAction() | STM32WLx | virtual |
- clearPacketSentAction() | STM32WLx | virtual |
+ clearPacketReceivedAction() override | STM32WLx | virtual |
+ clearPacketSentAction() override | STM32WLx | virtual |
disableAddressFiltering() | SX126x | |
dropSync() | PhysicalLayer | |
explicitHeader() | SX126x | |
@@ -118,12 +118,12 @@ $(document).ready(function(){initNavTree('class_s_t_m32_w_lx.html',''); initResi
getPacketLength(bool update=true) override | SX126x | virtual |
getRSSI(bool packet=true) | SX126x | |
PhysicalLayer::getRSSI() | PhysicalLayer | virtual |
- getSNR() | SX126x | virtual |
+ getSNR() override | SX126x | virtual |
getTimeOnAir(size_t len) override | SX126x | virtual |
implicitHeader(size_t len) | SX126x | |
invertIQ(bool enable) override | SX126x | virtual |
- irqRxDoneRxTimeout(uint16_t &irqFlags, uint16_t &irqMask) | SX126x | virtual |
- isRxTimeout() | SX126x | virtual |
+ irqRxDoneRxTimeout(uint16_t &irqFlags, uint16_t &irqMask) override | SX126x | virtual |
+ isRxTimeout() override | SX126x | virtual |
MODE_END_OF_TABLE enum value | STM32WLx | |
MODE_IDLE enum value | STM32WLx | |
MODE_RX enum value | STM32WLx | |
@@ -133,9 +133,9 @@ $(document).ready(function(){initNavTree('class_s_t_m32_w_lx.html',''); initResi
PhysicalLayer(float step, size_t maxLen) | PhysicalLayer | |
random(int32_t max) | PhysicalLayer | |
random(int32_t min, int32_t max) | PhysicalLayer | |
- randomByte() | SX126x | virtual |
+ randomByte() override | SX126x | virtual |
read(bool drop=true) | PhysicalLayer | |
- readBit(uint32_t pin) | SX126x | virtual |
+ readBit(uint32_t pin) override | SX126x | virtual |
readData(uint8_t *data, size_t len) override | SX126x | virtual |
readData(uint8_t *data, size_t len) | SX126x | |
receive(uint8_t *data, size_t len) override | SX126x | virtual |
@@ -145,9 +145,9 @@ $(document).ready(function(){initNavTree('class_s_t_m32_w_lx.html',''); initResi
scanChannel() override | SX126x | virtual |
scanChannel(uint8_t symbolNum, uint8_t detPeak, uint8_t detMin) | SX126x | |
setBandwidth(float bw) | SX126x | |
- setBitRate(float br) | SX126x | virtual |
+ setBitRate(float br) override | SX126x | virtual |
setBroadcastAddress(uint8_t broadAddr) | SX126x | |
- setChannelScanAction(void(*func)(void)) | STM32WLx | virtual |
+ setChannelScanAction(void(*func)(void)) override | STM32WLx | virtual |
setCodingRate(uint8_t cr) | SX126x | |
setCRC(uint8_t len, uint16_t initial=0x1D0F, uint16_t polynomial=0x1021, bool inverted=true) | SX126x | |
setCurrentLimit(float currentLimit) | SX126x | |
@@ -156,16 +156,16 @@ $(document).ready(function(){initNavTree('class_s_t_m32_w_lx.html',''); initResi
setDio1Action(void(*func)(void)) | STM32WLx | |
setDio2AsRfSwitch(bool enable=true) | SX126x | |
setDIOMapping(uint32_t pin, uint32_t value) | PhysicalLayer | virtual |
- setDirectAction(void(*func)(void)) | SX126x | virtual |
+ setDirectAction(void(*func)(void)) override | SX126x | virtual |
setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
setEncoding(uint8_t encoding) override | SX126x | virtual |
- setFrequency(float freq) | SX1262 | virtual |
+ setFrequency(float freq) override | SX1262 | virtual |
setFrequency(float freq, bool calibrate) | SX1262 | |
setFrequencyDeviation(float freqDev) override | SX126x | virtual |
setNodeAddress(uint8_t nodeAddr) | SX126x | |
setOutputPower(int8_t power) override | STM32WLx | virtual |
- setPacketReceivedAction(void(*func)(void)) | STM32WLx | virtual |
- setPacketSentAction(void(*func)(void)) | STM32WLx | virtual |
+ setPacketReceivedAction(void(*func)(void)) override | STM32WLx | virtual |
+ setPacketSentAction(void(*func)(void)) override | STM32WLx | virtual |
setPaConfig(uint8_t paDutyCycle, uint8_t deviceSel, uint8_t hpMax=RADIOLIB_SX126X_PA_CONFIG_HP_MAX, uint8_t paLut=RADIOLIB_SX126X_PA_CONFIG_PA_LUT) | SX126x | |
setPaRampTime(uint8_t rampTime) | SX126x | |
setPreambleLength(size_t preambleLength) override | SX126x | virtual |
@@ -195,7 +195,7 @@ $(document).ready(function(){initNavTree('class_s_t_m32_w_lx.html',''); initResi
startChannelScan() override | SX126x | virtual |
startChannelScan(uint8_t symbolNum, uint8_t detPeak, uint8_t detMin) | SX126x | |
startDirect() | PhysicalLayer | |
- startReceive() | SX126x | virtual |
+ startReceive() override | SX126x | virtual |
startReceive(uint32_t timeout, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE, size_t len=0) | SX126x | virtual |
startReceiveDutyCycle(uint32_t rxPeriod, uint32_t sleepPeriod, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE) | SX126x | |
startReceiveDutyCycleAuto(uint16_t senderPreambleLength=0, uint16_t minSymbols=8, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE) | SX126x | |
diff --git a/class_s_t_m32_w_lx.html b/class_s_t_m32_w_lx.html
index 7455efa3..4c7e2895 100644
--- a/class_s_t_m32_w_lx.html
+++ b/class_s_t_m32_w_lx.html
@@ -142,27 +142,27 @@ Public Member Functions
void clearDio1Action () |
| Clears interrupt service routine to call when DIO1/2/3 activates.
|
|
-void | setPacketReceivedAction (void(*func)(void)) |
- | Sets interrupt service routine to call when a packet is received. More...
|
- |
-
-void | clearPacketReceivedAction () |
- | Clears interrupt service routine to call when a packet is received.
|
- |
-void | setPacketSentAction (void(*func)(void)) |
- | Sets interrupt service routine to call when a packet is sent. More...
|
- |
-
-void | clearPacketSentAction () |
- | Clears interrupt service routine to call when a packet is sent.
|
- |
-void | setChannelScanAction (void(*func)(void)) |
- | Sets interrupt service routine to call when a channel scan is finished. More...
|
- |
-
-void | clearChannelScanAction () |
- | Clears interrupt service routine to call when a channel scan is finished.
|
- |
+void | setPacketReceivedAction (void(*func)(void)) override |
+ | Sets interrupt service routine to call when a packet is received. More...
|
+ |
+
+void | clearPacketReceivedAction () override |
+ | Clears interrupt service routine to call when a packet is received.
|
+ |
+void | setPacketSentAction (void(*func)(void)) override |
+ | Sets interrupt service routine to call when a packet is sent. More...
|
+ |
+
+void | clearPacketSentAction () override |
+ | Clears interrupt service routine to call when a packet is sent.
|
+ |
+void | setChannelScanAction (void(*func)(void)) override |
+ | Sets interrupt service routine to call when a channel scan is finished. More...
|
+ |
+
+void | clearChannelScanAction () override |
+ | Clears interrupt service routine to call when a channel scan is finished.
|
+ |
void | setRfSwitchTable (const uint32_t(&pins)[Module::RFSWITCH_MAX_PINS], const Module::RfSwitchMode_t table[]) |
| Some modules contain external RF switch controlled by pins. This function gives RadioLib control over those pins to automatically switch between various modes. More...
|
|
@@ -176,15 +176,15 @@ void | int16_t | beginFSK (float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false) |
| Initialization method for FSK modem. More...
|
|
-int16_t | setFrequency (float freq) |
- | Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
- |
+int16_t | setFrequency (float freq) override |
+ | Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
+ |
int16_t | setFrequency (float freq, bool calibrate) |
| Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
|
-int16_t | checkOutputPower (int8_t power, int8_t *clipped) |
- | Check if output power is configurable. More...
|
- |
+int16_t | checkOutputPower (int8_t power, int8_t *clipped) override |
+ | Check if output power is configurable. More...
|
+ |
| SX126x (Module *mod) |
| Default constructor. More...
|
@@ -232,36 +232,36 @@ void clearDio1Action () |
| Clears interrupt service routine to call when DIO1 activates.
|
|
-void | setPacketReceivedAction (void(*func)(void)) |
- | Sets interrupt service routine to call when a packet is received. More...
|
- |
-
-void | clearPacketReceivedAction () |
- | Clears interrupt service routine to call when a packet is received.
|
- |
-void | setPacketSentAction (void(*func)(void)) |
- | Sets interrupt service routine to call when a packet is sent. More...
|
- |
-
-void | clearPacketSentAction () |
- | Clears interrupt service routine to call when a packet is sent.
|
- |
-void | setChannelScanAction (void(*func)(void)) |
- | Sets interrupt service routine to call when a channel scan is finished. More...
|
- |
-
-void | clearChannelScanAction () |
- | Clears interrupt service routine to call when a channel scan is finished.
|
- |
+void | setPacketReceivedAction (void(*func)(void)) override |
+ | Sets interrupt service routine to call when a packet is received. More...
|
+ |
+
+void | clearPacketReceivedAction () override |
+ | Clears interrupt service routine to call when a packet is received.
|
+ |
+void | setPacketSentAction (void(*func)(void)) override |
+ | Sets interrupt service routine to call when a packet is sent. More...
|
+ |
+
+void | clearPacketSentAction () override |
+ | Clears interrupt service routine to call when a packet is sent.
|
+ |
+void | setChannelScanAction (void(*func)(void)) override |
+ | Sets interrupt service routine to call when a channel scan is finished. More...
|
+ |
+
+void | clearChannelScanAction () override |
+ | Clears interrupt service routine to call when a channel scan is finished.
|
+ |
int16_t | startTransmit (uint8_t *data, size_t len, uint8_t addr=0) override |
| Interrupt-driven binary transmit method. Overloads for string-based transmissions are implemented in PhysicalLayer. More...
|
|
int16_t | finishTransmit () override |
| Clean up after transmission is done. More...
|
|
-int16_t | startReceive () |
- | Interrupt-driven receive method with default parameters. Implemented for compatibility with PhysicalLayer. More...
|
- |
+int16_t | startReceive () override |
+ | Interrupt-driven receive method with default parameters. Implemented for compatibility with PhysicalLayer. More...
|
+ |
int16_t | startReceive (uint32_t timeout, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE, size_t len=0) |
| Interrupt-driven receive method. DIO1 will be activated when full packet is received. More...
|
|
@@ -310,9 +310,9 @@ void | int16_t | setFrequencyDeviation (float freqDev) override |
| Sets FSK frequency deviation. Allowed values range from 0.0 to 200.0 kHz. More...
|
|
-int16_t | setBitRate (float br) |
- | Sets FSK bit rate. Allowed values range from 0.6 to 300.0 kbps. More...
|
- |
+int16_t | setBitRate (float br) override |
+ | Sets FSK bit rate. Allowed values range from 0.6 to 300.0 kbps. More...
|
+ |
int16_t | setDataRate (DataRate_t dr) override |
| Set data. More...
|
|
@@ -361,9 +361,9 @@ void | float | getRSSI (bool packet=true) |
| GetsRSSI (Recorded Signal Strength Indicator). More...
|
|
-float | getSNR () |
- | Gets SNR (Signal to Noise Ratio) of the last received packet. Only available for LoRa modem. More...
|
- |
+float | getSNR () override |
+ | Gets SNR (Signal to Noise Ratio) of the last received packet. Only available for LoRa modem. More...
|
+ |
float | getFrequencyError () |
| Gets frequency error of the latest received packet. WARNING: This functionality is based on SX128x implementation and not documented on SX126x. While it seems to be working, it should be used with caution! More...
|
|
@@ -379,15 +379,15 @@ void | RadioLibTime_t | getTimeOnAir (size_t len) override |
| Get expected time-on-air for a given size of payload. More...
|
|
-RadioLibTime_t | calculateRxTimeout (RadioLibTime_t timeoutUs) |
- | Calculate the timeout value for this specific module / series (in number of symbols or units of time) More...
|
- |
-int16_t | irqRxDoneRxTimeout (uint16_t &irqFlags, uint16_t &irqMask) |
- | Create the flags that make up RxDone and RxTimeout used for receiving downlinks. More...
|
- |
-bool | isRxTimeout () |
- | Check whether the IRQ bit for RxTimeout is set. More...
|
- |
+RadioLibTime_t | calculateRxTimeout (RadioLibTime_t timeoutUs) override |
+ | Calculate the timeout value for this specific module / series (in number of symbols or units of time) More...
|
+ |
+int16_t | irqRxDoneRxTimeout (uint16_t &irqFlags, uint16_t &irqMask) override |
+ | Create the flags that make up RxDone and RxTimeout used for receiving downlinks. More...
|
+ |
+bool | isRxTimeout () override |
+ | Check whether the IRQ bit for RxTimeout is set. More...
|
+ |
int16_t | implicitHeader (size_t len) |
| Set implicit header mode for future reception/transmission. More...
|
|
@@ -415,18 +415,18 @@ void | int16_t | autoLDRO () |
| Re-enables automatic LDRO configuration. Only available in LoRa mode. After calling this method, LDRO will be enabled automatically when symbol length exceeds 16 ms. More...
|
|
-uint8_t | randomByte () |
- | Get one truly random byte from RSSI noise. More...
|
- |
+uint8_t | randomByte () override |
+ | Get one truly random byte from RSSI noise. More...
|
+ |
int16_t | invertIQ (bool enable) override |
| Enable/disable inversion of the I and Q signals. More...
|
|
-void | setDirectAction (void(*func)(void)) |
- | Set interrupt service routine function to call when data bit is received in direct mode. More...
|
- |
-void | readBit (uint32_t pin) |
- | Function to read and process data bit in direct reception mode. More...
|
- |
+void | setDirectAction (void(*func)(void)) override |
+ | Set interrupt service routine function to call when data bit is received in direct mode. More...
|
+ |
+void | readBit (uint32_t pin) override |
+ | Function to read and process data bit in direct reception mode. More...
|
+ |
int16_t | uploadPatch (const uint32_t *patch, size_t len, bool nonvolatile=true) |
| Upload binary patch into the SX126x device RAM. Patch is needed to e.g., enable spectral scan and must be uploaded again on every power cycle. More...
|
|
@@ -759,8 +759,8 @@ bool
-◆ setChannelScanAction()
+
+◆ setChannelScanAction()
|
-virtual |
+overridevirtual
@@ -897,8 +897,8 @@ bool
-◆ setPacketSentAction()
+
+◆ setPacketSentAction()
|
-virtual |
+
overridevirtual
diff --git a/class_s_t_m32_w_lx.js b/class_s_t_m32_w_lx.js
index b65cdfcd..5cd0b72a 100644
--- a/class_s_t_m32_w_lx.js
+++ b/class_s_t_m32_w_lx.js
@@ -10,14 +10,14 @@ var class_s_t_m32_w_lx =
[ "STM32WLx", "class_s_t_m32_w_lx.html#ac0e8787dbb8e8aaa172b089ace6eaa09", null ],
[ "begin", "class_s_t_m32_w_lx.html#a4f2a9b5a72b5238d2014199d91094f84", null ],
[ "beginFSK", "class_s_t_m32_w_lx.html#af12e8eba13c5dd8bcf8656ed5c1f6cef", null ],
- [ "clearChannelScanAction", "class_s_t_m32_w_lx.html#a934602154a34e45d010c5a29241a2b13", null ],
+ [ "clearChannelScanAction", "class_s_t_m32_w_lx.html#a366a83d5f5ed02859717a83c21768378", null ],
[ "clearDio1Action", "class_s_t_m32_w_lx.html#a54130403f6afbb0924da17c28afb17fc", null ],
- [ "clearPacketReceivedAction", "class_s_t_m32_w_lx.html#aa910c9bd9ebca6e5eed4192c3b7a2e04", null ],
- [ "clearPacketSentAction", "class_s_t_m32_w_lx.html#adb1ebf024255f5e14e6f0477c0113945", null ],
- [ "setChannelScanAction", "class_s_t_m32_w_lx.html#ad0ca0a6cc9f1eebe738681df10fd5de4", null ],
+ [ "clearPacketReceivedAction", "class_s_t_m32_w_lx.html#aad377b018cf65ceb6b23cac523ba96b4", null ],
+ [ "clearPacketSentAction", "class_s_t_m32_w_lx.html#ac11d53d29bf5a845e3797ba6bb875930", null ],
+ [ "setChannelScanAction", "class_s_t_m32_w_lx.html#a119ad225f9eba91e7c38f82cf0f1c89d", null ],
[ "setDio1Action", "class_s_t_m32_w_lx.html#a63d61bc5057e9da3d0ea12feae67122e", null ],
[ "setOutputPower", "class_s_t_m32_w_lx.html#a9afbde1c466907598974cc3923784c5b", null ],
- [ "setPacketReceivedAction", "class_s_t_m32_w_lx.html#a9194a526a32bd4891d59fe2a08641622", null ],
- [ "setPacketSentAction", "class_s_t_m32_w_lx.html#a771bb4b32a6d9a2f44326e85678e3270", null ],
+ [ "setPacketReceivedAction", "class_s_t_m32_w_lx.html#ad23dafdeb21b97165be74ef8f093866c", null ],
+ [ "setPacketSentAction", "class_s_t_m32_w_lx.html#a7c0e3aef03f0b6834d0465d8f8568c32", null ],
[ "setRfSwitchTable", "class_s_t_m32_w_lx.html#a2cb5ed645ebcc6f3f17d77e32c2ccdd7", null ]
];
\ No newline at end of file
diff --git a/class_s_x1261-members.html b/class_s_x1261-members.html
index 8ae33f6f..56317f59 100644
--- a/class_s_x1261-members.html
+++ b/class_s_x1261-members.html
@@ -95,14 +95,14 @@ $(document).ready(function(){initNavTree('class_s_x1261.html',''); initResizable
SX126x::begin(uint8_t cr, uint8_t syncWord, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
beginFSK(float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false) | SX1262 | |
SX126x::beginFSK(float br, float freqDev, float rxBw, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
-
calculateRxTimeout(RadioLibTime_t timeoutUs) | SX126x | virtual |
+
calculateRxTimeout(RadioLibTime_t timeoutUs) override | SX126x | virtual |
calibrateImageRejection(float freqMin, float freqMax) | SX126x | |
checkDataRate(DataRate_t dr) override | SX126x | virtual |
-
checkOutputPower(int8_t power, int8_t *clipped) | SX1261 | virtual |
-
clearChannelScanAction() | SX126x | virtual |
+
checkOutputPower(int8_t power, int8_t *clipped) override | SX1261 | virtual |
+
clearChannelScanAction() override | SX126x | virtual |
clearDio1Action() | SX126x | |
-
clearPacketReceivedAction() | SX126x | virtual |
-
clearPacketSentAction() | SX126x | virtual |
+
clearPacketReceivedAction() override | SX126x | virtual |
+
clearPacketSentAction() override | SX126x | virtual |
disableAddressFiltering() | SX126x | |
dropSync() | PhysicalLayer | |
explicitHeader() | SX126x | |
@@ -118,18 +118,18 @@ $(document).ready(function(){initNavTree('class_s_x1261.html',''); initResizable
getPacketLength(bool update=true) override | SX126x | virtual |
getRSSI(bool packet=true) | SX126x | |
PhysicalLayer::getRSSI() | PhysicalLayer | virtual |
-
getSNR() | SX126x | virtual |
+
getSNR() override | SX126x | virtual |
getTimeOnAir(size_t len) override | SX126x | virtual |
implicitHeader(size_t len) | SX126x | |
invertIQ(bool enable) override | SX126x | virtual |
-
irqRxDoneRxTimeout(uint16_t &irqFlags, uint16_t &irqMask) | SX126x | virtual |
-
isRxTimeout() | SX126x | virtual |
+
irqRxDoneRxTimeout(uint16_t &irqFlags, uint16_t &irqMask) override | SX126x | virtual |
+
isRxTimeout() override | SX126x | virtual |
PhysicalLayer(float step, size_t maxLen) | PhysicalLayer | |
random(int32_t max) | PhysicalLayer | |
random(int32_t min, int32_t max) | PhysicalLayer | |
-
randomByte() | SX126x | virtual |
+
randomByte() override | SX126x | virtual |
read(bool drop=true) | PhysicalLayer | |
-
readBit(uint32_t pin) | SX126x | virtual |
+
readBit(uint32_t pin) override | SX126x | virtual |
readData(uint8_t *data, size_t len) override | SX126x | virtual |
readData(uint8_t *data, size_t len) | SX126x | |
receive(uint8_t *data, size_t len) override | SX126x | virtual |
@@ -139,9 +139,9 @@ $(document).ready(function(){initNavTree('class_s_x1261.html',''); initResizable
scanChannel() override | SX126x | virtual |
scanChannel(uint8_t symbolNum, uint8_t detPeak, uint8_t detMin) | SX126x | |
setBandwidth(float bw) | SX126x | |
-
setBitRate(float br) | SX126x | virtual |
+
setBitRate(float br) override | SX126x | virtual |
setBroadcastAddress(uint8_t broadAddr) | SX126x | |
-
setChannelScanAction(void(*func)(void)) | SX126x | virtual |
+
setChannelScanAction(void(*func)(void)) override | SX126x | virtual |
setCodingRate(uint8_t cr) | SX126x | |
setCRC(uint8_t len, uint16_t initial=0x1D0F, uint16_t polynomial=0x1021, bool inverted=true) | SX126x | |
setCurrentLimit(float currentLimit) | SX126x | |
@@ -150,16 +150,16 @@ $(document).ready(function(){initNavTree('class_s_x1261.html',''); initResizable
setDio1Action(void(*func)(void)) | SX126x | |
setDio2AsRfSwitch(bool enable=true) | SX126x | |
setDIOMapping(uint32_t pin, uint32_t value) | PhysicalLayer | virtual |
-
setDirectAction(void(*func)(void)) | SX126x | virtual |
+
setDirectAction(void(*func)(void)) override | SX126x | virtual |
setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
setEncoding(uint8_t encoding) override | SX126x | virtual |
-
setFrequency(float freq) | SX1262 | virtual |
+
setFrequency(float freq) override | SX1262 | virtual |
setFrequency(float freq, bool calibrate) | SX1262 | |
setFrequencyDeviation(float freqDev) override | SX126x | virtual |
setNodeAddress(uint8_t nodeAddr) | SX126x | |
-
setOutputPower(int8_t power) | SX1261 | virtual |
-
setPacketReceivedAction(void(*func)(void)) | SX126x | virtual |
-
setPacketSentAction(void(*func)(void)) | SX126x | virtual |
+
setOutputPower(int8_t power) override | SX1261 | virtual |
+
setPacketReceivedAction(void(*func)(void)) override | SX126x | virtual |
+
setPacketSentAction(void(*func)(void)) override | SX126x | virtual |
setPaConfig(uint8_t paDutyCycle, uint8_t deviceSel, uint8_t hpMax=RADIOLIB_SX126X_PA_CONFIG_HP_MAX, uint8_t paLut=RADIOLIB_SX126X_PA_CONFIG_PA_LUT) | SX126x | |
setPaRampTime(uint8_t rampTime) | SX126x | |
setPreambleLength(size_t preambleLength) override | SX126x | virtual |
@@ -188,7 +188,7 @@ $(document).ready(function(){initNavTree('class_s_x1261.html',''); initResizable
startChannelScan() override | SX126x | virtual |
startChannelScan(uint8_t symbolNum, uint8_t detPeak, uint8_t detMin) | SX126x | |
startDirect() | PhysicalLayer | |
-
startReceive() | SX126x | virtual |
+
startReceive() override | SX126x | virtual |
startReceive(uint32_t timeout, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE, size_t len=0) | SX126x | virtual |
startReceiveDutyCycle(uint32_t rxPeriod, uint32_t sleepPeriod, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE) | SX126x | |
startReceiveDutyCycleAuto(uint16_t senderPreambleLength=0, uint16_t minSymbols=8, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE) | SX126x | |
diff --git a/class_s_x1261.html b/class_s_x1261.html
index 949d4ca9..8d14c379 100644
--- a/class_s_x1261.html
+++ b/class_s_x1261.html
@@ -111,12 +111,12 @@ Public Member Functions
| SX1261 (Module *mod) |
| Default constructor. More...
|
|
-
int16_t | setOutputPower (int8_t power) |
-
| Sets output power. Allowed values are in range from -17 to 14 dBm. More...
|
-
|
-
int16_t | checkOutputPower (int8_t power, int8_t *clipped) |
-
| Check if output power is configurable. More...
|
-
|
+
int16_t | setOutputPower (int8_t power) override |
+
| Sets output power. Allowed values are in range from -17 to 14 dBm. More...
|
+
|
+
int16_t | checkOutputPower (int8_t power, int8_t *clipped) override |
+
| Check if output power is configurable. More...
|
+
|
| SX1262 (Module *mod) |
| Default constructor. More...
|
@@ -127,15 +127,15 @@ Public Member Functions
int16_t | beginFSK (float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false) |
| Initialization method for FSK modem. More...
|
|
-
int16_t | setFrequency (float freq) |
-
| Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
-
|
+
int16_t | setFrequency (float freq) override |
+
| Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
+
|
int16_t | setFrequency (float freq, bool calibrate) |
| Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
|
-
int16_t | checkOutputPower (int8_t power, int8_t *clipped) |
-
| Check if output power is configurable. More...
|
-
|
+
int16_t | checkOutputPower (int8_t power, int8_t *clipped) override |
+
| Check if output power is configurable. More...
|
+
|
| SX126x (Module *mod) |
| Default constructor. More...
|
@@ -183,36 +183,36 @@ Public Member Functions
void
clearDio1Action () |
| Clears interrupt service routine to call when DIO1 activates.
|
|
-
void | setPacketReceivedAction (void(*func)(void)) |
-
| Sets interrupt service routine to call when a packet is received. More...
|
-
|
-
-void | clearPacketReceivedAction () |
-
| Clears interrupt service routine to call when a packet is received.
|
-
|
-
void | setPacketSentAction (void(*func)(void)) |
-
| Sets interrupt service routine to call when a packet is sent. More...
|
-
|
-
-void | clearPacketSentAction () |
-
| Clears interrupt service routine to call when a packet is sent.
|
-
|
-
void | setChannelScanAction (void(*func)(void)) |
-
| Sets interrupt service routine to call when a channel scan is finished. More...
|
-
|
-
-void | clearChannelScanAction () |
-
| Clears interrupt service routine to call when a channel scan is finished.
|
-
|
+
void | setPacketReceivedAction (void(*func)(void)) override |
+
| Sets interrupt service routine to call when a packet is received. More...
|
+
|
+
+void | clearPacketReceivedAction () override |
+
| Clears interrupt service routine to call when a packet is received.
|
+
|
+
void | setPacketSentAction (void(*func)(void)) override |
+
| Sets interrupt service routine to call when a packet is sent. More...
|
+
|
+
+void | clearPacketSentAction () override |
+
| Clears interrupt service routine to call when a packet is sent.
|
+
|
+
void | setChannelScanAction (void(*func)(void)) override |
+
| Sets interrupt service routine to call when a channel scan is finished. More...
|
+
|
+
+void | clearChannelScanAction () override |
+
| Clears interrupt service routine to call when a channel scan is finished.
|
+
|
int16_t | startTransmit (uint8_t *data, size_t len, uint8_t addr=0) override |
| Interrupt-driven binary transmit method. Overloads for string-based transmissions are implemented in PhysicalLayer. More...
|
|
int16_t | finishTransmit () override |
| Clean up after transmission is done. More...
|
|
-
int16_t | startReceive () |
-
| Interrupt-driven receive method with default parameters. Implemented for compatibility with PhysicalLayer. More...
|
-
|
+
int16_t | startReceive () override |
+
| Interrupt-driven receive method with default parameters. Implemented for compatibility with PhysicalLayer. More...
|
+
|
int16_t | startReceive (uint32_t timeout, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE, size_t len=0) |
| Interrupt-driven receive method. DIO1 will be activated when full packet is received. More...
|
|
@@ -261,9 +261,9 @@ void
| int16_t | setFrequencyDeviation (float freqDev) override |
| Sets FSK frequency deviation. Allowed values range from 0.0 to 200.0 kHz. More...
|
|
-
int16_t | setBitRate (float br) |
-
| Sets FSK bit rate. Allowed values range from 0.6 to 300.0 kbps. More...
|
-
|
+
int16_t | setBitRate (float br) override |
+
| Sets FSK bit rate. Allowed values range from 0.6 to 300.0 kbps. More...
|
+
|
int16_t | setDataRate (DataRate_t dr) override |
| Set data. More...
|
|
@@ -312,9 +312,9 @@ void
| float | getRSSI (bool packet=true) |
| GetsRSSI (Recorded Signal Strength Indicator). More...
|
|
-
float | getSNR () |
-
| Gets SNR (Signal to Noise Ratio) of the last received packet. Only available for LoRa modem. More...
|
-
|
+
float | getSNR () override |
+
| Gets SNR (Signal to Noise Ratio) of the last received packet. Only available for LoRa modem. More...
|
+
|
float | getFrequencyError () |
| Gets frequency error of the latest received packet. WARNING: This functionality is based on SX128x implementation and not documented on SX126x. While it seems to be working, it should be used with caution! More...
|
|
@@ -330,15 +330,15 @@ void
| RadioLibTime_t | getTimeOnAir (size_t len) override |
| Get expected time-on-air for a given size of payload. More...
|
|
-
RadioLibTime_t | calculateRxTimeout (RadioLibTime_t timeoutUs) |
-
| Calculate the timeout value for this specific module / series (in number of symbols or units of time) More...
|
-
|
-
int16_t | irqRxDoneRxTimeout (uint16_t &irqFlags, uint16_t &irqMask) |
-
| Create the flags that make up RxDone and RxTimeout used for receiving downlinks. More...
|
-
|
-
bool | isRxTimeout () |
-
| Check whether the IRQ bit for RxTimeout is set. More...
|
-
|
+
RadioLibTime_t | calculateRxTimeout (RadioLibTime_t timeoutUs) override |
+
| Calculate the timeout value for this specific module / series (in number of symbols or units of time) More...
|
+
|
+
int16_t | irqRxDoneRxTimeout (uint16_t &irqFlags, uint16_t &irqMask) override |
+
| Create the flags that make up RxDone and RxTimeout used for receiving downlinks. More...
|
+
|
+
bool | isRxTimeout () override |
+
| Check whether the IRQ bit for RxTimeout is set. More...
|
+
|
int16_t | implicitHeader (size_t len) |
| Set implicit header mode for future reception/transmission. More...
|
|
@@ -366,18 +366,18 @@ void
| int16_t | autoLDRO () |
| Re-enables automatic LDRO configuration. Only available in LoRa mode. After calling this method, LDRO will be enabled automatically when symbol length exceeds 16 ms. More...
|
|
-
uint8_t | randomByte () |
-
| Get one truly random byte from RSSI noise. More...
|
-
|
+
uint8_t | randomByte () override |
+
| Get one truly random byte from RSSI noise. More...
|
+
|
int16_t | invertIQ (bool enable) override |
| Enable/disable inversion of the I and Q signals. More...
|
|
-
void | setDirectAction (void(*func)(void)) |
-
| Set interrupt service routine function to call when data bit is received in direct mode. More...
|
-
|
-
void | readBit (uint32_t pin) |
-
| Function to read and process data bit in direct reception mode. More...
|
-
|
+
void | setDirectAction (void(*func)(void)) override |
+
| Set interrupt service routine function to call when data bit is received in direct mode. More...
|
+
|
+
void | readBit (uint32_t pin) override |
+
| Function to read and process data bit in direct reception mode. More...
|
+
|
int16_t | uploadPatch (const uint32_t *patch, size_t len, bool nonvolatile=true) |
| Upload binary patch into the SX126x device RAM. Patch is needed to e.g., enable spectral scan and must be uploaded again on every power cycle. More...
|
|
@@ -511,8 +511,8 @@ bool
Member Function Documentation
-
-◆ checkOutputPower()
+
+◆ checkOutputPower()
|
-virtual |
+
overridevirtual
@@ -559,8 +559,8 @@ bool
-◆ setOutputPower()
+
+◆ setOutputPower()
|
-virtual |
+
overridevirtual
@@ -592,7 +592,7 @@ bool
ReturnsStatus Codes
- Reimplemented from SX1262.
+Reimplemented from SX1262.
diff --git a/class_s_x1261.js b/class_s_x1261.js
index 11e33460..96cc3cfc 100644
--- a/class_s_x1261.js
+++ b/class_s_x1261.js
@@ -1,6 +1,6 @@
var class_s_x1261 =
[
[ "SX1261", "class_s_x1261.html#a7d74b8684dd49b5b3ba23baf336f1c35", null ],
- [ "checkOutputPower", "class_s_x1261.html#ad4659228f61b2c62803f95b3cdbede7d", null ],
- [ "setOutputPower", "class_s_x1261.html#aa541f927995a1756c651b93fd24edc65", null ]
+ [ "checkOutputPower", "class_s_x1261.html#ae8e9968a9ee1c2199ed9f968d8f4e3b1", null ],
+ [ "setOutputPower", "class_s_x1261.html#a3d197bb8a301f3594c7bfa1c9375aef1", null ]
];
\ No newline at end of file
diff --git a/class_s_x1262-members.html b/class_s_x1262-members.html
index bc2cb081..fc597132 100644
--- a/class_s_x1262-members.html
+++ b/class_s_x1262-members.html
@@ -95,14 +95,14 @@ $(document).ready(function(){initNavTree('class_s_x1262.html',''); initResizable
SX126x::begin(uint8_t cr, uint8_t syncWord, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
beginFSK(float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false) | SX1262 | |
SX126x::beginFSK(float br, float freqDev, float rxBw, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
- calculateRxTimeout(RadioLibTime_t timeoutUs) | SX126x | virtual |
+ calculateRxTimeout(RadioLibTime_t timeoutUs) override | SX126x | virtual |
calibrateImageRejection(float freqMin, float freqMax) | SX126x | |
checkDataRate(DataRate_t dr) override | SX126x | virtual |
- checkOutputPower(int8_t power, int8_t *clipped) | SX1262 | virtual |
- clearChannelScanAction() | SX126x | virtual |
+ checkOutputPower(int8_t power, int8_t *clipped) override | SX1262 | virtual |
+ clearChannelScanAction() override | SX126x | virtual |
clearDio1Action() | SX126x | |
- clearPacketReceivedAction() | SX126x | virtual |
- clearPacketSentAction() | SX126x | virtual |
+ clearPacketReceivedAction() override | SX126x | virtual |
+ clearPacketSentAction() override | SX126x | virtual |
disableAddressFiltering() | SX126x | |
dropSync() | PhysicalLayer | |
explicitHeader() | SX126x | |
@@ -118,18 +118,18 @@ $(document).ready(function(){initNavTree('class_s_x1262.html',''); initResizable
getPacketLength(bool update=true) override | SX126x | virtual |
getRSSI(bool packet=true) | SX126x | |
PhysicalLayer::getRSSI() | PhysicalLayer | virtual |
- getSNR() | SX126x | virtual |
+ getSNR() override | SX126x | virtual |
getTimeOnAir(size_t len) override | SX126x | virtual |
implicitHeader(size_t len) | SX126x | |
invertIQ(bool enable) override | SX126x | virtual |
- irqRxDoneRxTimeout(uint16_t &irqFlags, uint16_t &irqMask) | SX126x | virtual |
- isRxTimeout() | SX126x | virtual |
+ irqRxDoneRxTimeout(uint16_t &irqFlags, uint16_t &irqMask) override | SX126x | virtual |
+ isRxTimeout() override | SX126x | virtual |
PhysicalLayer(float step, size_t maxLen) | PhysicalLayer | |
random(int32_t max) | PhysicalLayer | |
random(int32_t min, int32_t max) | PhysicalLayer | |
- randomByte() | SX126x | virtual |
+ randomByte() override | SX126x | virtual |
read(bool drop=true) | PhysicalLayer | |
- readBit(uint32_t pin) | SX126x | virtual |
+ readBit(uint32_t pin) override | SX126x | virtual |
readData(uint8_t *data, size_t len) override | SX126x | virtual |
readData(uint8_t *data, size_t len) | SX126x | |
receive(uint8_t *data, size_t len) override | SX126x | virtual |
@@ -139,9 +139,9 @@ $(document).ready(function(){initNavTree('class_s_x1262.html',''); initResizable
scanChannel() override | SX126x | virtual |
scanChannel(uint8_t symbolNum, uint8_t detPeak, uint8_t detMin) | SX126x | |
setBandwidth(float bw) | SX126x | |
- setBitRate(float br) | SX126x | virtual |
+ setBitRate(float br) override | SX126x | virtual |
setBroadcastAddress(uint8_t broadAddr) | SX126x | |
- setChannelScanAction(void(*func)(void)) | SX126x | virtual |
+ setChannelScanAction(void(*func)(void)) override | SX126x | virtual |
setCodingRate(uint8_t cr) | SX126x | |
setCRC(uint8_t len, uint16_t initial=0x1D0F, uint16_t polynomial=0x1021, bool inverted=true) | SX126x | |
setCurrentLimit(float currentLimit) | SX126x | |
@@ -150,16 +150,16 @@ $(document).ready(function(){initNavTree('class_s_x1262.html',''); initResizable
setDio1Action(void(*func)(void)) | SX126x | |
setDio2AsRfSwitch(bool enable=true) | SX126x | |
setDIOMapping(uint32_t pin, uint32_t value) | PhysicalLayer | virtual |
- setDirectAction(void(*func)(void)) | SX126x | virtual |
+ setDirectAction(void(*func)(void)) override | SX126x | virtual |
setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
setEncoding(uint8_t encoding) override | SX126x | virtual |
- setFrequency(float freq) | SX1262 | virtual |
+ setFrequency(float freq) override | SX1262 | virtual |
setFrequency(float freq, bool calibrate) | SX1262 | |
setFrequencyDeviation(float freqDev) override | SX126x | virtual |
setNodeAddress(uint8_t nodeAddr) | SX126x | |
- setOutputPower(int8_t power) | SX1262 | virtual |
- setPacketReceivedAction(void(*func)(void)) | SX126x | virtual |
- setPacketSentAction(void(*func)(void)) | SX126x | virtual |
+ setOutputPower(int8_t power) override | SX1262 | virtual |
+ setPacketReceivedAction(void(*func)(void)) override | SX126x | virtual |
+ setPacketSentAction(void(*func)(void)) override | SX126x | virtual |
setPaConfig(uint8_t paDutyCycle, uint8_t deviceSel, uint8_t hpMax=RADIOLIB_SX126X_PA_CONFIG_HP_MAX, uint8_t paLut=RADIOLIB_SX126X_PA_CONFIG_PA_LUT) | SX126x | |
setPaRampTime(uint8_t rampTime) | SX126x | |
setPreambleLength(size_t preambleLength) override | SX126x | virtual |
@@ -188,7 +188,7 @@ $(document).ready(function(){initNavTree('class_s_x1262.html',''); initResizable
startChannelScan() override | SX126x | virtual |
startChannelScan(uint8_t symbolNum, uint8_t detPeak, uint8_t detMin) | SX126x | |
startDirect() | PhysicalLayer | |
- startReceive() | SX126x | virtual |
+ startReceive() override | SX126x | virtual |
startReceive(uint32_t timeout, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE, size_t len=0) | SX126x | virtual |
startReceiveDutyCycle(uint32_t rxPeriod, uint32_t sleepPeriod, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE) | SX126x | |
startReceiveDutyCycleAuto(uint16_t senderPreambleLength=0, uint16_t minSymbols=8, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE) | SX126x | |
diff --git a/class_s_x1262.html b/class_s_x1262.html
index 1fab5ebb..6ab43356 100644
--- a/class_s_x1262.html
+++ b/class_s_x1262.html
@@ -119,18 +119,18 @@ Public Member Functions |
int16_t | beginFSK (float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false) |
| Initialization method for FSK modem. More...
|
|
-
int16_t | setFrequency (float freq) |
-
| Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
-
|
+
int16_t | setFrequency (float freq) override |
+
| Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
+
|
int16_t | setFrequency (float freq, bool calibrate) |
| Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
|
-
virtual int16_t | setOutputPower (int8_t power) |
-
| Sets output power. Allowed values are in range from -9 to 22 dBm. This method is virtual to allow override from the SX1261 class. More...
|
-
|
-
int16_t | checkOutputPower (int8_t power, int8_t *clipped) |
-
| Check if output power is configurable. More...
|
-
|
+
virtual int16_t | setOutputPower (int8_t power) override |
+
| Sets output power. Allowed values are in range from -9 to 22 dBm. This method is virtual to allow override from the SX1261 class. More...
|
+
|
+
int16_t | checkOutputPower (int8_t power, int8_t *clipped) override |
+
| Check if output power is configurable. More...
|
+
|
| SX126x (Module *mod) |
| Default constructor. More...
|
@@ -178,36 +178,36 @@ Public Member Functions
void
clearDio1Action () |
| Clears interrupt service routine to call when DIO1 activates.
|
|
-
void | setPacketReceivedAction (void(*func)(void)) |
-
| Sets interrupt service routine to call when a packet is received. More...
|
-
|
-
-void | clearPacketReceivedAction () |
-
| Clears interrupt service routine to call when a packet is received.
|
-
|
-
void | setPacketSentAction (void(*func)(void)) |
-
| Sets interrupt service routine to call when a packet is sent. More...
|
-
|
-
-void | clearPacketSentAction () |
-
| Clears interrupt service routine to call when a packet is sent.
|
-
|
-
void | setChannelScanAction (void(*func)(void)) |
-
| Sets interrupt service routine to call when a channel scan is finished. More...
|
-
|
-
-void | clearChannelScanAction () |
-
| Clears interrupt service routine to call when a channel scan is finished.
|
-
|
+
void | setPacketReceivedAction (void(*func)(void)) override |
+
| Sets interrupt service routine to call when a packet is received. More...
|
+
|
+
+void | clearPacketReceivedAction () override |
+
| Clears interrupt service routine to call when a packet is received.
|
+
|
+
void | setPacketSentAction (void(*func)(void)) override |
+
| Sets interrupt service routine to call when a packet is sent. More...
|
+
|
+
+void | clearPacketSentAction () override |
+
| Clears interrupt service routine to call when a packet is sent.
|
+
|
+
void | setChannelScanAction (void(*func)(void)) override |
+
| Sets interrupt service routine to call when a channel scan is finished. More...
|
+
|
+
+void | clearChannelScanAction () override |
+
| Clears interrupt service routine to call when a channel scan is finished.
|
+
|
int16_t | startTransmit (uint8_t *data, size_t len, uint8_t addr=0) override |
| Interrupt-driven binary transmit method. Overloads for string-based transmissions are implemented in PhysicalLayer. More...
|
|
int16_t | finishTransmit () override |
| Clean up after transmission is done. More...
|
|
-
int16_t | startReceive () |
-
| Interrupt-driven receive method with default parameters. Implemented for compatibility with PhysicalLayer. More...
|
-
|
+
int16_t | startReceive () override |
+
| Interrupt-driven receive method with default parameters. Implemented for compatibility with PhysicalLayer. More...
|
+
|
int16_t | startReceive (uint32_t timeout, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE, size_t len=0) |
| Interrupt-driven receive method. DIO1 will be activated when full packet is received. More...
|
|
@@ -256,9 +256,9 @@ void
| int16_t | setFrequencyDeviation (float freqDev) override |
| Sets FSK frequency deviation. Allowed values range from 0.0 to 200.0 kHz. More...
|
|
-
int16_t | setBitRate (float br) |
-
| Sets FSK bit rate. Allowed values range from 0.6 to 300.0 kbps. More...
|
-
|
+
int16_t | setBitRate (float br) override |
+
| Sets FSK bit rate. Allowed values range from 0.6 to 300.0 kbps. More...
|
+
|
int16_t | setDataRate (DataRate_t dr) override |
| Set data. More...
|
|
@@ -307,9 +307,9 @@ void
| float | getRSSI (bool packet=true) |
| GetsRSSI (Recorded Signal Strength Indicator). More...
|
|
-
float | getSNR () |
-
| Gets SNR (Signal to Noise Ratio) of the last received packet. Only available for LoRa modem. More...
|
-
|
+
float | getSNR () override |
+
| Gets SNR (Signal to Noise Ratio) of the last received packet. Only available for LoRa modem. More...
|
+
|
float | getFrequencyError () |
| Gets frequency error of the latest received packet. WARNING: This functionality is based on SX128x implementation and not documented on SX126x. While it seems to be working, it should be used with caution! More...
|
|
@@ -325,15 +325,15 @@ void
| RadioLibTime_t | getTimeOnAir (size_t len) override |
| Get expected time-on-air for a given size of payload. More...
|
|
-
RadioLibTime_t | calculateRxTimeout (RadioLibTime_t timeoutUs) |
-
| Calculate the timeout value for this specific module / series (in number of symbols or units of time) More...
|
-
|
-
int16_t | irqRxDoneRxTimeout (uint16_t &irqFlags, uint16_t &irqMask) |
-
| Create the flags that make up RxDone and RxTimeout used for receiving downlinks. More...
|
-
|
-
bool | isRxTimeout () |
-
| Check whether the IRQ bit for RxTimeout is set. More...
|
-
|
+
RadioLibTime_t | calculateRxTimeout (RadioLibTime_t timeoutUs) override |
+
| Calculate the timeout value for this specific module / series (in number of symbols or units of time) More...
|
+
|
+
int16_t | irqRxDoneRxTimeout (uint16_t &irqFlags, uint16_t &irqMask) override |
+
| Create the flags that make up RxDone and RxTimeout used for receiving downlinks. More...
|
+
|
+
bool | isRxTimeout () override |
+
| Check whether the IRQ bit for RxTimeout is set. More...
|
+
|
int16_t | implicitHeader (size_t len) |
| Set implicit header mode for future reception/transmission. More...
|
|
@@ -361,18 +361,18 @@ void
| int16_t | autoLDRO () |
| Re-enables automatic LDRO configuration. Only available in LoRa mode. After calling this method, LDRO will be enabled automatically when symbol length exceeds 16 ms. More...
|
|
-
uint8_t | randomByte () |
-
| Get one truly random byte from RSSI noise. More...
|
-
|
+
uint8_t | randomByte () override |
+
| Get one truly random byte from RSSI noise. More...
|
+
|
int16_t | invertIQ (bool enable) override |
| Enable/disable inversion of the I and Q signals. More...
|
|
-
void | setDirectAction (void(*func)(void)) |
-
| Set interrupt service routine function to call when data bit is received in direct mode. More...
|
-
|
-
void | readBit (uint32_t pin) |
-
| Function to read and process data bit in direct reception mode. More...
|
-
|
+
void | setDirectAction (void(*func)(void)) override |
+
| Set interrupt service routine function to call when data bit is received in direct mode. More...
|
+
|
+
void | readBit (uint32_t pin) override |
+
| Function to read and process data bit in direct reception mode. More...
|
+
|
int16_t | uploadPatch (const uint32_t *patch, size_t len, bool nonvolatile=true) |
| Upload binary patch into the SX126x device RAM. Patch is needed to e.g., enable spectral scan and must be uploaded again on every power cycle. More...
|
|
@@ -673,8 +673,8 @@ bool
-◆ checkOutputPower()
+
+◆ checkOutputPower()
|
-virtual |
+
overridevirtual
@@ -721,8 +721,8 @@ bool
-◆ setFrequency() [1/2]
+
+◆ setFrequency() [1/2]
|
-virtual |
+
overridevirtual
@@ -796,8 +796,8 @@ bool
-◆ setOutputPower()
+
+◆ setOutputPower()
|
-virtual |
+
overridevirtual
@@ -831,7 +831,7 @@ bool
PhysicalLayer.
- Reimplemented in STM32WLx, and SX1261.
+Reimplemented in SX1261, and STM32WLx.
diff --git a/class_s_x1262.js b/class_s_x1262.js
index 950f7a17..d7d10cd3 100644
--- a/class_s_x1262.js
+++ b/class_s_x1262.js
@@ -3,8 +3,8 @@ var class_s_x1262 =
[ "SX1262", "class_s_x1262.html#a0da317728ec8ef23c5032d550c9acb8d", null ],
[ "begin", "class_s_x1262.html#a9ceab9913d102c2fd657a1a91afaf9cc", null ],
[ "beginFSK", "class_s_x1262.html#a36d2c94ff9c3b9126fde23e3c54630f1", null ],
- [ "checkOutputPower", "class_s_x1262.html#abe9f684559042326f359a59e8061157c", null ],
- [ "setFrequency", "class_s_x1262.html#abb018b820eb71ca6b0cd92c62affa767", null ],
+ [ "checkOutputPower", "class_s_x1262.html#a33c304c19634a905c7318d9ca88f4e93", null ],
+ [ "setFrequency", "class_s_x1262.html#a2122feee1a3bffaaa20e85b24dc8a899", null ],
[ "setFrequency", "class_s_x1262.html#a1f70b082116b03d1fafe395fc5a288f6", null ],
- [ "setOutputPower", "class_s_x1262.html#aa149463283dc9cddfec836ec6620d4dc", null ]
+ [ "setOutputPower", "class_s_x1262.html#aa455a7f0e69abdcca55cf35388d9dc52", null ]
];
\ No newline at end of file
diff --git a/class_s_x1268-members.html b/class_s_x1268-members.html
index bd9ab606..a2729063 100644
--- a/class_s_x1268-members.html
+++ b/class_s_x1268-members.html
@@ -95,14 +95,14 @@ $(document).ready(function(){initNavTree('class_s_x1268.html',''); initResizable
| SX126x::begin(uint8_t cr, uint8_t syncWord, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
beginFSK(float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false) | SX1268 | |
SX126x::beginFSK(float br, float freqDev, float rxBw, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
-
calculateRxTimeout(RadioLibTime_t timeoutUs) | SX126x | virtual |
+
calculateRxTimeout(RadioLibTime_t timeoutUs) override | SX126x | virtual |
calibrateImageRejection(float freqMin, float freqMax) | SX126x | |
checkDataRate(DataRate_t dr) override | SX126x | virtual |
-
checkOutputPower(int8_t power, int8_t *clipped) | SX1268 | virtual |
-
clearChannelScanAction() | SX126x | virtual |
+
checkOutputPower(int8_t power, int8_t *clipped) override | SX1268 | virtual |
+
clearChannelScanAction() override | SX126x | virtual |
clearDio1Action() | SX126x | |
-
clearPacketReceivedAction() | SX126x | virtual |
-
clearPacketSentAction() | SX126x | virtual |
+
clearPacketReceivedAction() override | SX126x | virtual |
+
clearPacketSentAction() override | SX126x | virtual |
disableAddressFiltering() | SX126x | |
dropSync() | PhysicalLayer | |
explicitHeader() | SX126x | |
@@ -118,18 +118,18 @@ $(document).ready(function(){initNavTree('class_s_x1268.html',''); initResizable
getPacketLength(bool update=true) override | SX126x | virtual |
getRSSI(bool packet=true) | SX126x | |
PhysicalLayer::getRSSI() | PhysicalLayer | virtual |
-
getSNR() | SX126x | virtual |
+
getSNR() override | SX126x | virtual |
getTimeOnAir(size_t len) override | SX126x | virtual |
implicitHeader(size_t len) | SX126x | |
invertIQ(bool enable) override | SX126x | virtual |
-
irqRxDoneRxTimeout(uint16_t &irqFlags, uint16_t &irqMask) | SX126x | virtual |
-
isRxTimeout() | SX126x | virtual |
+
irqRxDoneRxTimeout(uint16_t &irqFlags, uint16_t &irqMask) override | SX126x | virtual |
+
isRxTimeout() override | SX126x | virtual |
PhysicalLayer(float step, size_t maxLen) | PhysicalLayer | |
random(int32_t max) | PhysicalLayer | |
random(int32_t min, int32_t max) | PhysicalLayer | |
-
randomByte() | SX126x | virtual |
+
randomByte() override | SX126x | virtual |
read(bool drop=true) | PhysicalLayer | |
-
readBit(uint32_t pin) | SX126x | virtual |
+
readBit(uint32_t pin) override | SX126x | virtual |
readData(uint8_t *data, size_t len) override | SX126x | virtual |
readData(uint8_t *data, size_t len) | SX126x | |
receive(uint8_t *data, size_t len) override | SX126x | virtual |
@@ -139,9 +139,9 @@ $(document).ready(function(){initNavTree('class_s_x1268.html',''); initResizable
scanChannel() override | SX126x | virtual |
scanChannel(uint8_t symbolNum, uint8_t detPeak, uint8_t detMin) | SX126x | |
setBandwidth(float bw) | SX126x | |
-
setBitRate(float br) | SX126x | virtual |
+
setBitRate(float br) override | SX126x | virtual |
setBroadcastAddress(uint8_t broadAddr) | SX126x | |
-
setChannelScanAction(void(*func)(void)) | SX126x | virtual |
+
setChannelScanAction(void(*func)(void)) override | SX126x | virtual |
setCodingRate(uint8_t cr) | SX126x | |
setCRC(uint8_t len, uint16_t initial=0x1D0F, uint16_t polynomial=0x1021, bool inverted=true) | SX126x | |
setCurrentLimit(float currentLimit) | SX126x | |
@@ -150,16 +150,16 @@ $(document).ready(function(){initNavTree('class_s_x1268.html',''); initResizable
setDio1Action(void(*func)(void)) | SX126x | |
setDio2AsRfSwitch(bool enable=true) | SX126x | |
setDIOMapping(uint32_t pin, uint32_t value) | PhysicalLayer | virtual |
-
setDirectAction(void(*func)(void)) | SX126x | virtual |
+
setDirectAction(void(*func)(void)) override | SX126x | virtual |
setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
setEncoding(uint8_t encoding) override | SX126x | virtual |
-
setFrequency(float freq) | SX1268 | virtual |
+
setFrequency(float freq) override | SX1268 | virtual |
setFrequency(float freq, bool calibrate) | SX1268 | |
setFrequencyDeviation(float freqDev) override | SX126x | virtual |
setNodeAddress(uint8_t nodeAddr) | SX126x | |
-
setOutputPower(int8_t power) | SX1268 | virtual |
-
setPacketReceivedAction(void(*func)(void)) | SX126x | virtual |
-
setPacketSentAction(void(*func)(void)) | SX126x | virtual |
+
setOutputPower(int8_t power) override | SX1268 | virtual |
+
setPacketReceivedAction(void(*func)(void)) override | SX126x | virtual |
+
setPacketSentAction(void(*func)(void)) override | SX126x | virtual |
setPaConfig(uint8_t paDutyCycle, uint8_t deviceSel, uint8_t hpMax=RADIOLIB_SX126X_PA_CONFIG_HP_MAX, uint8_t paLut=RADIOLIB_SX126X_PA_CONFIG_PA_LUT) | SX126x | |
setPaRampTime(uint8_t rampTime) | SX126x | |
setPreambleLength(size_t preambleLength) override | SX126x | virtual |
@@ -188,7 +188,7 @@ $(document).ready(function(){initNavTree('class_s_x1268.html',''); initResizable
startChannelScan() override | SX126x | virtual |
startChannelScan(uint8_t symbolNum, uint8_t detPeak, uint8_t detMin) | SX126x | |
startDirect() | PhysicalLayer | |
-
startReceive() | SX126x | virtual |
+
startReceive() override | SX126x | virtual |
startReceive(uint32_t timeout, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE, size_t len=0) | SX126x | virtual |
startReceiveDutyCycle(uint32_t rxPeriod, uint32_t sleepPeriod, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE) | SX126x | |
startReceiveDutyCycleAuto(uint16_t senderPreambleLength=0, uint16_t minSymbols=8, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE) | SX126x | |
diff --git a/class_s_x1268.html b/class_s_x1268.html
index 434230ea..75780fb3 100644
--- a/class_s_x1268.html
+++ b/class_s_x1268.html
@@ -116,18 +116,18 @@ Public Member Functions
int16_t | beginFSK (float freq=434.0, float br=4.8, float freqDev=5.0, float rxBw=156.2, int8_t power=10, uint16_t preambleLength=16, float tcxoVoltage=1.6, bool useRegulatorLDO=false) |
| Initialization method for FSK modem. More...
|
|
-
int16_t | setFrequency (float freq) |
-
| Sets carrier frequency. Allowed values are in range from 410.0 to 810.0 MHz. More...
|
-
|
+
int16_t | setFrequency (float freq) override |
+
| Sets carrier frequency. Allowed values are in range from 410.0 to 810.0 MHz. More...
|
+
|
int16_t | setFrequency (float freq, bool calibrate) |
| Sets carrier frequency. Allowed values are in range from 150.0 to 960.0 MHz. More...
|
|
-
int16_t | setOutputPower (int8_t power) |
-
| Sets output power. Allowed values are in range from -9 to 22 dBm. More...
|
-
|
-
int16_t | checkOutputPower (int8_t power, int8_t *clipped) |
-
| Check if output power is configurable. More...
|
-
|
+
int16_t | setOutputPower (int8_t power) override |
+
| Sets output power. Allowed values are in range from -9 to 22 dBm. More...
|
+
|
+
int16_t | checkOutputPower (int8_t power, int8_t *clipped) override |
+
| Check if output power is configurable. More...
|
+
|
| SX126x (Module *mod) |
| Default constructor. More...
|
@@ -175,36 +175,36 @@ Public Member Functions
void
clearDio1Action () |
| Clears interrupt service routine to call when DIO1 activates.
|
|
-
void | setPacketReceivedAction (void(*func)(void)) |
-
| Sets interrupt service routine to call when a packet is received. More...
|
-
|
-
-void | clearPacketReceivedAction () |
-
| Clears interrupt service routine to call when a packet is received.
|
-
|
-
void | setPacketSentAction (void(*func)(void)) |
-
| Sets interrupt service routine to call when a packet is sent. More...
|
-
|
-
-void | clearPacketSentAction () |
-
| Clears interrupt service routine to call when a packet is sent.
|
-
|
-
void | setChannelScanAction (void(*func)(void)) |
-
| Sets interrupt service routine to call when a channel scan is finished. More...
|
-
|
-
-void | clearChannelScanAction () |
-
| Clears interrupt service routine to call when a channel scan is finished.
|
-
|
+
void | setPacketReceivedAction (void(*func)(void)) override |
+
| Sets interrupt service routine to call when a packet is received. More...
|
+
|
+
+void | clearPacketReceivedAction () override |
+
| Clears interrupt service routine to call when a packet is received.
|
+
|
+
void | setPacketSentAction (void(*func)(void)) override |
+
| Sets interrupt service routine to call when a packet is sent. More...
|
+
|
+
+void | clearPacketSentAction () override |
+
| Clears interrupt service routine to call when a packet is sent.
|
+
|
+
void | setChannelScanAction (void(*func)(void)) override |
+
| Sets interrupt service routine to call when a channel scan is finished. More...
|
+
|
+
+void | clearChannelScanAction () override |
+
| Clears interrupt service routine to call when a channel scan is finished.
|
+
|
int16_t | startTransmit (uint8_t *data, size_t len, uint8_t addr=0) override |
| Interrupt-driven binary transmit method. Overloads for string-based transmissions are implemented in PhysicalLayer. More...
|
|
int16_t | finishTransmit () override |
| Clean up after transmission is done. More...
|
|
-
int16_t | startReceive () |
-
| Interrupt-driven receive method with default parameters. Implemented for compatibility with PhysicalLayer. More...
|
-
|
+
int16_t | startReceive () override |
+
| Interrupt-driven receive method with default parameters. Implemented for compatibility with PhysicalLayer. More...
|
+
|
int16_t | startReceive (uint32_t timeout, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE, size_t len=0) |
| Interrupt-driven receive method. DIO1 will be activated when full packet is received. More...
|
|
@@ -253,9 +253,9 @@ void
| int16_t | setFrequencyDeviation (float freqDev) override |
| Sets FSK frequency deviation. Allowed values range from 0.0 to 200.0 kHz. More...
|
|
-
int16_t | setBitRate (float br) |
-
| Sets FSK bit rate. Allowed values range from 0.6 to 300.0 kbps. More...
|
-
|
+
int16_t | setBitRate (float br) override |
+
| Sets FSK bit rate. Allowed values range from 0.6 to 300.0 kbps. More...
|
+
|
int16_t | setDataRate (DataRate_t dr) override |
| Set data. More...
|
|
@@ -304,9 +304,9 @@ void
| float | getRSSI (bool packet=true) |
| GetsRSSI (Recorded Signal Strength Indicator). More...
|
|
-
float | getSNR () |
-
| Gets SNR (Signal to Noise Ratio) of the last received packet. Only available for LoRa modem. More...
|
-
|
+
float | getSNR () override |
+
| Gets SNR (Signal to Noise Ratio) of the last received packet. Only available for LoRa modem. More...
|
+
|
float | getFrequencyError () |
| Gets frequency error of the latest received packet. WARNING: This functionality is based on SX128x implementation and not documented on SX126x. While it seems to be working, it should be used with caution! More...
|
|
@@ -322,15 +322,15 @@ void
| RadioLibTime_t | getTimeOnAir (size_t len) override |
| Get expected time-on-air for a given size of payload. More...
|
|
-
RadioLibTime_t | calculateRxTimeout (RadioLibTime_t timeoutUs) |
-
| Calculate the timeout value for this specific module / series (in number of symbols or units of time) More...
|
-
|
-
int16_t | irqRxDoneRxTimeout (uint16_t &irqFlags, uint16_t &irqMask) |
-
| Create the flags that make up RxDone and RxTimeout used for receiving downlinks. More...
|
-
|
-
bool | isRxTimeout () |
-
| Check whether the IRQ bit for RxTimeout is set. More...
|
-
|
+
RadioLibTime_t | calculateRxTimeout (RadioLibTime_t timeoutUs) override |
+
| Calculate the timeout value for this specific module / series (in number of symbols or units of time) More...
|
+
|
+
int16_t | irqRxDoneRxTimeout (uint16_t &irqFlags, uint16_t &irqMask) override |
+
| Create the flags that make up RxDone and RxTimeout used for receiving downlinks. More...
|
+
|
+
bool | isRxTimeout () override |
+
| Check whether the IRQ bit for RxTimeout is set. More...
|
+
|
int16_t | implicitHeader (size_t len) |
| Set implicit header mode for future reception/transmission. More...
|
|
@@ -358,18 +358,18 @@ void
| int16_t | autoLDRO () |
| Re-enables automatic LDRO configuration. Only available in LoRa mode. After calling this method, LDRO will be enabled automatically when symbol length exceeds 16 ms. More...
|
|
-
uint8_t | randomByte () |
-
| Get one truly random byte from RSSI noise. More...
|
-
|
+
uint8_t | randomByte () override |
+
| Get one truly random byte from RSSI noise. More...
|
+
|
int16_t | invertIQ (bool enable) override |
| Enable/disable inversion of the I and Q signals. More...
|
|
-
void | setDirectAction (void(*func)(void)) |
-
| Set interrupt service routine function to call when data bit is received in direct mode. More...
|
-
|
-
void | readBit (uint32_t pin) |
-
| Function to read and process data bit in direct reception mode. More...
|
-
|
+
void | setDirectAction (void(*func)(void)) override |
+
| Set interrupt service routine function to call when data bit is received in direct mode. More...
|
+
|
+
void | readBit (uint32_t pin) override |
+
| Function to read and process data bit in direct reception mode. More...
|
+
|
int16_t | uploadPatch (const uint32_t *patch, size_t len, bool nonvolatile=true) |
| Upload binary patch into the SX126x device RAM. Patch is needed to e.g., enable spectral scan and must be uploaded again on every power cycle. More...
|
|
@@ -670,8 +670,8 @@ bool
-◆ checkOutputPower()
+
+◆ checkOutputPower()
|
-virtual |
+
overridevirtual
@@ -718,8 +718,8 @@ bool
-◆ setFrequency() [1/2]
+
+◆ setFrequency() [1/2]
|
-virtual |
+
overridevirtual
@@ -794,8 +794,8 @@ bool
-◆ setOutputPower()
+
+◆ setOutputPower()
|
-virtual |
+
overridevirtual
diff --git a/class_s_x1268.js b/class_s_x1268.js
index 7a241785..e1d343ca 100644
--- a/class_s_x1268.js
+++ b/class_s_x1268.js
@@ -3,8 +3,8 @@ var class_s_x1268 =
[ "SX1268", "class_s_x1268.html#a6bc50597d50fd9a2387628e452eac42f", null ],
[ "begin", "class_s_x1268.html#ad9e92b39ae0fdfa47131ddf7adb92b71", null ],
[ "beginFSK", "class_s_x1268.html#af6b041392136b599eec57085e2067a6f", null ],
- [ "checkOutputPower", "class_s_x1268.html#a6026252eb8fb880d7f419f7ef3eb04a2", null ],
- [ "setFrequency", "class_s_x1268.html#abf338b7036d692a4a8ca6bf305c0cb12", null ],
+ [ "checkOutputPower", "class_s_x1268.html#ae1b1f56336fcef9ce31d9408fbbbfe3c", null ],
+ [ "setFrequency", "class_s_x1268.html#af412a9361fe413b2d0c426100056d8c2", null ],
[ "setFrequency", "class_s_x1268.html#a59b538f4971525849b7aaa3456de9929", null ],
- [ "setOutputPower", "class_s_x1268.html#a5b0744aa46fbb4f8c738b010dfcc9b45", null ]
+ [ "setOutputPower", "class_s_x1268.html#a6b6adaee1c8d76c3d766225298d84709", null ]
];
\ No newline at end of file
diff --git a/class_s_x126x-members.html b/class_s_x126x-members.html
index 90ab5048..baf83e86 100644
--- a/class_s_x126x-members.html
+++ b/class_s_x126x-members.html
@@ -93,14 +93,14 @@ $(document).ready(function(){initNavTree('class_s_x126x.html',''); initResizable
available() | PhysicalLayer | |
begin(uint8_t cr, uint8_t syncWord, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
beginFSK(float br, float freqDev, float rxBw, uint16_t preambleLength, float tcxoVoltage, bool useRegulatorLDO=false) | SX126x | |
-
calculateRxTimeout(RadioLibTime_t timeoutUs) | SX126x | virtual |
+
calculateRxTimeout(RadioLibTime_t timeoutUs) override | SX126x | virtual |
calibrateImageRejection(float freqMin, float freqMax) | SX126x | |
checkDataRate(DataRate_t dr) override | SX126x | virtual |
checkOutputPower(int8_t power, int8_t *clipped) | PhysicalLayer | virtual |
-
clearChannelScanAction() | SX126x | virtual |
+
clearChannelScanAction() override | SX126x | virtual |
clearDio1Action() | SX126x | |
-
clearPacketReceivedAction() | SX126x | virtual |
-
clearPacketSentAction() | SX126x | virtual |
+
clearPacketReceivedAction() override | SX126x | virtual |
+
clearPacketSentAction() override | SX126x | virtual |
disableAddressFiltering() | SX126x | |
dropSync() | PhysicalLayer | |
explicitHeader() | SX126x | |
@@ -116,18 +116,18 @@ $(document).ready(function(){initNavTree('class_s_x126x.html',''); initResizable
getPacketLength(bool update=true) override | SX126x | virtual |
getRSSI(bool packet=true) | SX126x | |
PhysicalLayer::getRSSI() | PhysicalLayer | virtual |
-
getSNR() | SX126x | virtual |
+
getSNR() override | SX126x | virtual |
getTimeOnAir(size_t len) override | SX126x | virtual |
implicitHeader(size_t len) | SX126x | |
invertIQ(bool enable) override | SX126x | virtual |
-
irqRxDoneRxTimeout(uint16_t &irqFlags, uint16_t &irqMask) | SX126x | virtual |
-
isRxTimeout() | SX126x | virtual |
+
irqRxDoneRxTimeout(uint16_t &irqFlags, uint16_t &irqMask) override | SX126x | virtual |
+
isRxTimeout() override | SX126x | virtual |
PhysicalLayer(float step, size_t maxLen) | PhysicalLayer | |
random(int32_t max) | PhysicalLayer | |
random(int32_t min, int32_t max) | PhysicalLayer | |
-
randomByte() | SX126x | virtual |
+
randomByte() override | SX126x | virtual |
read(bool drop=true) | PhysicalLayer | |
-
readBit(uint32_t pin) | SX126x | virtual |
+
readBit(uint32_t pin) override | SX126x | virtual |
readData(uint8_t *data, size_t len) override | SX126x | virtual |
readData(uint8_t *data, size_t len) | SX126x | |
receive(uint8_t *data, size_t len) override | SX126x | virtual |
@@ -137,9 +137,9 @@ $(document).ready(function(){initNavTree('class_s_x126x.html',''); initResizable
scanChannel() override | SX126x | virtual |
scanChannel(uint8_t symbolNum, uint8_t detPeak, uint8_t detMin) | SX126x | |
setBandwidth(float bw) | SX126x | |
-
setBitRate(float br) | SX126x | virtual |
+
setBitRate(float br) override | SX126x | virtual |
setBroadcastAddress(uint8_t broadAddr) | SX126x | |
-
setChannelScanAction(void(*func)(void)) | SX126x | virtual |
+
setChannelScanAction(void(*func)(void)) override | SX126x | virtual |
setCodingRate(uint8_t cr) | SX126x | |
setCRC(uint8_t len, uint16_t initial=0x1D0F, uint16_t polynomial=0x1021, bool inverted=true) | SX126x | |
setCurrentLimit(float currentLimit) | SX126x | |
@@ -148,15 +148,15 @@ $(document).ready(function(){initNavTree('class_s_x126x.html',''); initResizable
setDio1Action(void(*func)(void)) | SX126x | |
setDio2AsRfSwitch(bool enable=true) | SX126x | |
setDIOMapping(uint32_t pin, uint32_t value) | PhysicalLayer | virtual |
-
setDirectAction(void(*func)(void)) | SX126x | virtual |
+
setDirectAction(void(*func)(void)) override | SX126x | virtual |
setDirectSyncWord(uint32_t syncWord, uint8_t len) | PhysicalLayer | |
setEncoding(uint8_t encoding) override | SX126x | virtual |
setFrequency(float freq) | PhysicalLayer | virtual |
setFrequencyDeviation(float freqDev) override | SX126x | virtual |
setNodeAddress(uint8_t nodeAddr) | SX126x | |
setOutputPower(int8_t power) | PhysicalLayer | virtual |
-
setPacketReceivedAction(void(*func)(void)) | SX126x | virtual |
-
setPacketSentAction(void(*func)(void)) | SX126x | virtual |
+
setPacketReceivedAction(void(*func)(void)) override | SX126x | virtual |
+
setPacketSentAction(void(*func)(void)) override | SX126x | virtual |
setPaConfig(uint8_t paDutyCycle, uint8_t deviceSel, uint8_t hpMax=RADIOLIB_SX126X_PA_CONFIG_HP_MAX, uint8_t paLut=RADIOLIB_SX126X_PA_CONFIG_PA_LUT) | SX126x | |
setPaRampTime(uint8_t rampTime) | SX126x | |
setPreambleLength(size_t preambleLength) override | SX126x | virtual |
@@ -185,7 +185,7 @@ $(document).ready(function(){initNavTree('class_s_x126x.html',''); initResizable
startChannelScan() override | SX126x | virtual |
startChannelScan(uint8_t symbolNum, uint8_t detPeak, uint8_t detMin) | SX126x | |
startDirect() | PhysicalLayer | |
-
startReceive() | SX126x | virtual |
+
startReceive() override | SX126x | virtual |
startReceive(uint32_t timeout, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE, size_t len=0) | SX126x | virtual |
startReceiveDutyCycle(uint32_t rxPeriod, uint32_t sleepPeriod, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE) | SX126x | |
startReceiveDutyCycleAuto(uint16_t senderPreambleLength=0, uint16_t minSymbols=8, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE) | SX126x | |
diff --git a/class_s_x126x.html b/class_s_x126x.html
index 1dec22d9..59777e64 100644
--- a/class_s_x126x.html
+++ b/class_s_x126x.html
@@ -158,36 +158,36 @@ Public Member Functions
void
clearDio1Action () |
| Clears interrupt service routine to call when DIO1 activates.
|
|
-
void | setPacketReceivedAction (void(*func)(void)) |
-
| Sets interrupt service routine to call when a packet is received. More...
|
-
|
-
-void | clearPacketReceivedAction () |
-
| Clears interrupt service routine to call when a packet is received.
|
-
|
-
void | setPacketSentAction (void(*func)(void)) |
-
| Sets interrupt service routine to call when a packet is sent. More...
|
-
|
-
-void | clearPacketSentAction () |
-
| Clears interrupt service routine to call when a packet is sent.
|
-
|
-
void | setChannelScanAction (void(*func)(void)) |
-
| Sets interrupt service routine to call when a channel scan is finished. More...
|
-
|
-
-void | clearChannelScanAction () |
-
| Clears interrupt service routine to call when a channel scan is finished.
|
-
|
+
void | setPacketReceivedAction (void(*func)(void)) override |
+
| Sets interrupt service routine to call when a packet is received. More...
|
+
|
+
+void | clearPacketReceivedAction () override |
+
| Clears interrupt service routine to call when a packet is received.
|
+
|
+
void | setPacketSentAction (void(*func)(void)) override |
+
| Sets interrupt service routine to call when a packet is sent. More...
|
+
|
+
+void | clearPacketSentAction () override |
+
| Clears interrupt service routine to call when a packet is sent.
|
+
|
+
void | setChannelScanAction (void(*func)(void)) override |
+
| Sets interrupt service routine to call when a channel scan is finished. More...
|
+
|
+
+void | clearChannelScanAction () override |
+
| Clears interrupt service routine to call when a channel scan is finished.
|
+
|
int16_t | startTransmit (uint8_t *data, size_t len, uint8_t addr=0) override |
| Interrupt-driven binary transmit method. Overloads for string-based transmissions are implemented in PhysicalLayer. More...
|
|
int16_t | finishTransmit () override |
| Clean up after transmission is done. More...
|
|
-
int16_t | startReceive () |
-
| Interrupt-driven receive method with default parameters. Implemented for compatibility with PhysicalLayer. More...
|
-
|
+
int16_t | startReceive () override |
+
| Interrupt-driven receive method with default parameters. Implemented for compatibility with PhysicalLayer. More...
|
+
|
int16_t | startReceive (uint32_t timeout, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE, size_t len=0) |
| Interrupt-driven receive method. DIO1 will be activated when full packet is received. More...
|
|
@@ -236,9 +236,9 @@ void
| int16_t | setFrequencyDeviation (float freqDev) override |
| Sets FSK frequency deviation. Allowed values range from 0.0 to 200.0 kHz. More...
|
|
-
int16_t | setBitRate (float br) |
-
| Sets FSK bit rate. Allowed values range from 0.6 to 300.0 kbps. More...
|
-
|
+
int16_t | setBitRate (float br) override |
+
| Sets FSK bit rate. Allowed values range from 0.6 to 300.0 kbps. More...
|
+
|
int16_t | setDataRate (DataRate_t dr) override |
| Set data. More...
|
|
@@ -287,9 +287,9 @@ void
| float | getRSSI (bool packet=true) |
| GetsRSSI (Recorded Signal Strength Indicator). More...
|
|
-
float | getSNR () |
-
| Gets SNR (Signal to Noise Ratio) of the last received packet. Only available for LoRa modem. More...
|
-
|
+
float | getSNR () override |
+
| Gets SNR (Signal to Noise Ratio) of the last received packet. Only available for LoRa modem. More...
|
+
|
float | getFrequencyError () |
| Gets frequency error of the latest received packet. WARNING: This functionality is based on SX128x implementation and not documented on SX126x. While it seems to be working, it should be used with caution! More...
|
|
@@ -305,15 +305,15 @@ void
| RadioLibTime_t | getTimeOnAir (size_t len) override |
| Get expected time-on-air for a given size of payload. More...
|
|
-
RadioLibTime_t | calculateRxTimeout (RadioLibTime_t timeoutUs) |
-
| Calculate the timeout value for this specific module / series (in number of symbols or units of time) More...
|
-
|
-
int16_t | irqRxDoneRxTimeout (uint16_t &irqFlags, uint16_t &irqMask) |
-
| Create the flags that make up RxDone and RxTimeout used for receiving downlinks. More...
|
-
|
-
bool | isRxTimeout () |
-
| Check whether the IRQ bit for RxTimeout is set. More...
|
-
|
+
RadioLibTime_t | calculateRxTimeout (RadioLibTime_t timeoutUs) override |
+
| Calculate the timeout value for this specific module / series (in number of symbols or units of time) More...
|
+
|
+
int16_t | irqRxDoneRxTimeout (uint16_t &irqFlags, uint16_t &irqMask) override |
+
| Create the flags that make up RxDone and RxTimeout used for receiving downlinks. More...
|
+
|
+
bool | isRxTimeout () override |
+
| Check whether the IRQ bit for RxTimeout is set. More...
|
+
|
int16_t | implicitHeader (size_t len) |
| Set implicit header mode for future reception/transmission. More...
|
|
@@ -341,18 +341,18 @@ void
| int16_t | autoLDRO () |
| Re-enables automatic LDRO configuration. Only available in LoRa mode. After calling this method, LDRO will be enabled automatically when symbol length exceeds 16 ms. More...
|
|
-
uint8_t | randomByte () |
-
| Get one truly random byte from RSSI noise. More...
|
-
|
+
uint8_t | randomByte () override |
+
| Get one truly random byte from RSSI noise. More...
|
+
|
int16_t | invertIQ (bool enable) override |
| Enable/disable inversion of the I and Q signals. More...
|
|
-
void | setDirectAction (void(*func)(void)) |
-
| Set interrupt service routine function to call when data bit is received in direct mode. More...
|
-
|
-
void | readBit (uint32_t pin) |
-
| Function to read and process data bit in direct reception mode. More...
|
-
|
+
void | setDirectAction (void(*func)(void)) override |
+
| Set interrupt service routine function to call when data bit is received in direct mode. More...
|
+
|
+
void | readBit (uint32_t pin) override |
+
| Function to read and process data bit in direct reception mode. More...
|
+
|
int16_t | uploadPatch (const uint32_t *patch, size_t len, bool nonvolatile=true) |
| Upload binary patch into the SX126x device RAM. Patch is needed to e.g., enable spectral scan and must be uploaded again on every power cycle. More...
|
|
@@ -639,8 +639,8 @@ bool
-◆ calculateRxTimeout()
+
+◆ calculateRxTimeout()
|
-virtual |
+
overridevirtual
@@ -1049,8 +1049,8 @@ bool
-◆ getSNR()
+
+◆ getSNR()
@@ -1067,7 +1067,7 @@ bool |
-virtual |
+
overridevirtual
@@ -1180,8 +1180,8 @@ bool
-◆ irqRxDoneRxTimeout()
+
+◆ irqRxDoneRxTimeout()
@@ -1209,7 +1209,7 @@ bool |
-virtual |
+
overridevirtual
@@ -1228,8 +1228,8 @@ bool
-◆ isRxTimeout()
+
+◆ isRxTimeout()
@@ -1246,7 +1246,7 @@ bool |
-virtual |
+
overridevirtual
@@ -1258,8 +1258,8 @@ bool
-◆ randomByte()
+
+◆ randomByte()
@@ -1276,7 +1276,7 @@ bool |
-virtual |
+
overridevirtual
@@ -1288,8 +1288,8 @@ bool
-◆ readBit()
+
+◆ readBit()
@@ -1307,7 +1307,7 @@ bool |
-virtual |
+
overridevirtual
@@ -1627,8 +1627,8 @@ bool
-◆ setBitRate()
+
+◆ setBitRate()
@@ -1646,7 +1646,7 @@ bool |
-virtual |
+
overridevirtual
@@ -1691,8 +1691,8 @@ bool
-◆ setChannelScanAction()
+
+◆ setChannelScanAction()
@@ -1710,7 +1710,7 @@ bool |
-virtual |
+
overridevirtual
@@ -1954,8 +1954,8 @@ bool
-◆ setDirectAction()
+
+◆ setDirectAction()
@@ -1973,7 +1973,7 @@ bool |
-virtual |
+
overridevirtual
@@ -2091,8 +2091,8 @@ bool
-◆ setPacketReceivedAction()
+
+◆ setPacketReceivedAction()
@@ -2110,7 +2110,7 @@ bool |
-virtual |
+
overridevirtual
@@ -2127,8 +2127,8 @@ bool
-◆ setPacketSentAction()
+
+◆ setPacketSentAction()
@@ -2146,7 +2146,7 @@ bool |
-virtual |
+
overridevirtual
@@ -2970,8 +2970,8 @@ bool
-◆ startReceive() [1/2]
+
+◆ startReceive() [1/2]
@@ -2988,7 +2988,7 @@ bool |
-virtual |
+
overridevirtual
diff --git a/class_s_x126x.js b/class_s_x126x.js
index e76dab39..c360486e 100644
--- a/class_s_x126x.js
+++ b/class_s_x126x.js
@@ -4,13 +4,13 @@ var class_s_x126x =
[ "autoLDRO", "class_s_x126x.html#ab9ce38cfeaa36ddcc2d82b2974d7088c", null ],
[ "begin", "class_s_x126x.html#a936a40038e05740a528f2b53f8e17010", null ],
[ "beginFSK", "class_s_x126x.html#a2e500e5b6044ccab8f6b19af4ffa917c", null ],
- [ "calculateRxTimeout", "class_s_x126x.html#aba074a439b326bf413da8e3ad2bcf256", null ],
+ [ "calculateRxTimeout", "class_s_x126x.html#a19f3c26d7a7959e302fc8174fc88a6d4", null ],
[ "calibrateImageRejection", "class_s_x126x.html#aa3c90f19cd141738ff013ae72f78f1bb", null ],
[ "checkDataRate", "class_s_x126x.html#a75c8d32cee712e0c940163446b98e587", null ],
- [ "clearChannelScanAction", "class_s_x126x.html#a7fe0afde9d35c1f860bfc6bf63e8f11e", null ],
+ [ "clearChannelScanAction", "class_s_x126x.html#a37dab0ab3c4cab82e367971fc31588a6", null ],
[ "clearDio1Action", "class_s_x126x.html#a6848afe4c16a47edb3e0b342a86ecdfd", null ],
- [ "clearPacketReceivedAction", "class_s_x126x.html#acd0306b28b4ce36bab5fc0199aef90f2", null ],
- [ "clearPacketSentAction", "class_s_x126x.html#a0ffc659019932dbf1fda881710054cfb", null ],
+ [ "clearPacketReceivedAction", "class_s_x126x.html#a56f88f6a2b88ae6dbd3ad04b1950e7b2", null ],
+ [ "clearPacketSentAction", "class_s_x126x.html#af38ba3d27ab2ac10c703eefa1c428913", null ],
[ "disableAddressFiltering", "class_s_x126x.html#afc3a7a42c401b6c44e00cb6c5b9696f2", null ],
[ "explicitHeader", "class_s_x126x.html#a3765f534418d4e0540c179621c019138", null ],
[ "finishTransmit", "class_s_x126x.html#a8e22d67b64953c8b4da779d87d563f3e", null ],
@@ -23,14 +23,14 @@ var class_s_x126x =
[ "getIrqStatus", "class_s_x126x.html#a9a9b090eddcb811ee19b595debfab1df", null ],
[ "getPacketLength", "class_s_x126x.html#ac4ef8c8751a3c09d64e431684840c987", null ],
[ "getRSSI", "class_s_x126x.html#afabefb1b214411198f3537e8afce898f", null ],
- [ "getSNR", "class_s_x126x.html#ae36823d3539667bdf7d2f073bd4fa1ca", null ],
+ [ "getSNR", "class_s_x126x.html#a59b761a67d15cdbfdccd6a759f464d00", null ],
[ "getTimeOnAir", "class_s_x126x.html#a16eb0bdb051f3cf288db752d18182ae2", null ],
[ "implicitHeader", "class_s_x126x.html#adec09cba71494bd927ad1da786606ca6", null ],
[ "invertIQ", "class_s_x126x.html#a269c8e4ae0d21af88e9422ccf9708c1e", null ],
- [ "irqRxDoneRxTimeout", "class_s_x126x.html#a16a4433b9bebac0aa867e31a74dc258a", null ],
- [ "isRxTimeout", "class_s_x126x.html#a4fc7d4fc9da64e5cd2517d3432ee6ffe", null ],
- [ "randomByte", "class_s_x126x.html#a819bb3ced0f184a63cbfbef408a68561", null ],
- [ "readBit", "class_s_x126x.html#a8cdc4f25d4193dc75f9442874131eab3", null ],
+ [ "irqRxDoneRxTimeout", "class_s_x126x.html#aa838526a79ff6928cba6cf64e5707187", null ],
+ [ "isRxTimeout", "class_s_x126x.html#a34aea9413d71676c7a60fcf24017694a", null ],
+ [ "randomByte", "class_s_x126x.html#a187a616285c5872f9603a86c122deaf2", null ],
+ [ "readBit", "class_s_x126x.html#acb1a1c51f207439880ae537f5ffeb17c", null ],
[ "readData", "class_s_x126x.html#a3563453988a83d22dd07d4691543a300", null ],
[ "readData", "class_s_x126x.html#a3350cbfab628956c1a456383ac7bb2b2", null ],
[ "receive", "class_s_x126x.html#ab82617fa3fa9f21d4cd427314ecc4af8", null ],
@@ -40,9 +40,9 @@ var class_s_x126x =
[ "scanChannel", "class_s_x126x.html#acb8611a9c3862dd1bfa73ef47b8f9b20", null ],
[ "scanChannel", "class_s_x126x.html#a4bbc29f5dc7253b7743599c68137df48", null ],
[ "setBandwidth", "class_s_x126x.html#a2f60df59c80241d98ce078c0417a7f08", null ],
- [ "setBitRate", "class_s_x126x.html#a7deeef45d7f64a4018a3e56aaea4eb0e", null ],
+ [ "setBitRate", "class_s_x126x.html#ac38a19db6b8b9aff438d6e23051d487d", null ],
[ "setBroadcastAddress", "class_s_x126x.html#abd8eea7e468db3d6064c19d4934d5034", null ],
- [ "setChannelScanAction", "class_s_x126x.html#a1fc6360740d80b664a5042ecc9d8b4fa", null ],
+ [ "setChannelScanAction", "class_s_x126x.html#aed0e7dcd60479c9db3d7a3408e7f396d", null ],
[ "setCodingRate", "class_s_x126x.html#afd3113858966e878e9c67a1e710bd586", null ],
[ "setCRC", "class_s_x126x.html#a95007639c2648a1dbb614493224606f1", null ],
[ "setCurrentLimit", "class_s_x126x.html#a8f971dca834be7e0470a9a9f0c01854e", null ],
@@ -50,12 +50,12 @@ var class_s_x126x =
[ "setDataShaping", "class_s_x126x.html#a1d8f4deb555844b24c2426dd86e69676", null ],
[ "setDio1Action", "class_s_x126x.html#a0da667fe702d7b4aafaa4bf7e69ea40d", null ],
[ "setDio2AsRfSwitch", "class_s_x126x.html#ae46e08d579f4acbad029b4cd4f4fffaf", null ],
- [ "setDirectAction", "class_s_x126x.html#abbf8b4623da8c2caa83a8c3d35a44d0a", null ],
+ [ "setDirectAction", "class_s_x126x.html#a4f514b341b8982650526c6d8e20fd1a4", null ],
[ "setEncoding", "class_s_x126x.html#a2b3eb51117558c58384b03de4b7bfe60", null ],
[ "setFrequencyDeviation", "class_s_x126x.html#a7cd95a5f2e39ae8fb1a3040e77fa21a3", null ],
[ "setNodeAddress", "class_s_x126x.html#a514cabe74bbe3434d7e4f244c4077752", null ],
- [ "setPacketReceivedAction", "class_s_x126x.html#ad2bc2016783a3fcad3ad4e6518ee7fc8", null ],
- [ "setPacketSentAction", "class_s_x126x.html#a0417720a61b2d587e5633360cbecb33c", null ],
+ [ "setPacketReceivedAction", "class_s_x126x.html#a7603aa60ae8d975eb262a4b7e2aed1d0", null ],
+ [ "setPacketSentAction", "class_s_x126x.html#ac79f7ebab97ae91fff6933be3207c873", null ],
[ "setPaConfig", "class_s_x126x.html#a1623e7d5450c97ca092913ad79d62208", null ],
[ "setPaRampTime", "class_s_x126x.html#ad90a56cb55c5bb64037a0d412d84a80d", null ],
[ "setPreambleLength", "class_s_x126x.html#ad6274222ccf534e98e3cd17dfa1520d4", null ],
@@ -80,7 +80,7 @@ var class_s_x126x =
[ "standby", "class_s_x126x.html#a2fa0384a529746811e2dcb2eeb4188ec", null ],
[ "startChannelScan", "class_s_x126x.html#a001c4637f01ed6f0216cd6c4d7e10da3", null ],
[ "startChannelScan", "class_s_x126x.html#aff8ec92d828421564322f13fb1c90223", null ],
- [ "startReceive", "class_s_x126x.html#a16e8b271dc5e9af3015dd2901153cbde", null ],
+ [ "startReceive", "class_s_x126x.html#a66ad433561b02fe61b09afd735ce56cc", null ],
[ "startReceive", "class_s_x126x.html#a0d5ce0a8d2a5b275676d9d98124312ce", null ],
[ "startReceiveDutyCycle", "class_s_x126x.html#a5b4f8a41b593436b8c7a2a2d46ac387e", null ],
[ "startReceiveDutyCycleAuto", "class_s_x126x.html#a077f180905ce4818cbdacad0cd9fe841", null ],
diff --git a/functions_c.html b/functions_c.html
index 13f06078..dff46d12 100644
--- a/functions_c.html
+++ b/functions_c.html
@@ -87,7 +87,7 @@ $(document).ready(function(){initNavTree('functions_c.html',''); initResizable()
- c -
- calculateRxTimeout()
: PhysicalLayer
-, SX126x
+, SX126x
, SX127x
- calibrateImageRejection()
@@ -113,9 +113,9 @@ $(document).ready(function(){initNavTree('functions_c.html',''); initResizable()
: CC1101
, LR11x0
, PhysicalLayer
-, SX1261
-, SX1262
-, SX1268
+, SX1261
+, SX1262
+, SX1268
, SX1272
, SX1278
, SX128x
@@ -132,8 +132,8 @@ $(document).ready(function(){initNavTree('functions_c.html',''); initResizable()
- clearChannelScanAction()
: PhysicalLayer
-, STM32WLx
-, SX126x
+, STM32WLx
+, SX126x
, SX127x
- clearDio0Action()
@@ -176,8 +176,8 @@ $(document).ready(function(){initNavTree('functions_c.html',''); initResizable()
, PhysicalLayer
, RF69
, Si443x
-, STM32WLx
-, SX126x
+, STM32WLx
+, SX126x
, SX127x
, SX128x
@@ -188,8 +188,8 @@ $(document).ready(function(){initNavTree('functions_c.html',''); initResizable()
, PhysicalLayer
, RF69
, Si443x
-, STM32WLx
-, SX126x
+, STM32WLx
+, SX126x
, SX127x
, SX128x
diff --git a/functions_func_c.html b/functions_func_c.html
index 284b9097..d3aee9a3 100644
--- a/functions_func_c.html
+++ b/functions_func_c.html
@@ -87,7 +87,7 @@ $(document).ready(function(){initNavTree('functions_func_c.html',''); initResiza
- c -
- calculateRxTimeout()
: PhysicalLayer
-, SX126x
+, SX126x
, SX127x
- calibrateImageRejection()
@@ -110,9 +110,9 @@ $(document).ready(function(){initNavTree('functions_func_c.html',''); initResiza
: CC1101
, LR11x0
, PhysicalLayer
-, SX1261
-, SX1262
-, SX1268
+, SX1261
+, SX1262
+, SX1268
, SX1272
, SX1278
, SX128x
@@ -122,8 +122,8 @@ $(document).ready(function(){initNavTree('functions_func_c.html',''); initResiza
- clearChannelScanAction()
: PhysicalLayer
-, STM32WLx
-, SX126x
+, STM32WLx
+, SX126x
, SX127x
- clearDio0Action()
@@ -166,8 +166,8 @@ $(document).ready(function(){initNavTree('functions_func_c.html',''); initResiza
, PhysicalLayer
, RF69
, Si443x
-, STM32WLx
-, SX126x
+, STM32WLx
+, SX126x
, SX127x
, SX128x
@@ -178,8 +178,8 @@ $(document).ready(function(){initNavTree('functions_func_c.html',''); initResiza
, PhysicalLayer
, RF69
, Si443x
-, STM32WLx
-, SX126x
+, STM32WLx
+, SX126x
, SX127x
, SX128x
diff --git a/functions_func_g.html b/functions_func_g.html
index 4c1290ff..a1c07635 100644
--- a/functions_func_g.html
+++ b/functions_func_g.html
@@ -226,7 +226,7 @@ $(document).ready(function(){initNavTree('functions_func_g.html',''); initResiza
- getSNR()
: LR11x0
, PhysicalLayer
-, SX126x
+, SX126x
, SX127x
, SX128x
diff --git a/functions_func_i.html b/functions_func_i.html
index 10bfb0c1..d8d4381c 100644
--- a/functions_func_i.html
+++ b/functions_func_i.html
@@ -115,7 +115,7 @@ $(document).ready(function(){initNavTree('functions_func_i.html',''); initResiza
- irqRxDoneRxTimeout()
: PhysicalLayer
-, SX126x
+, SX126x
, SX127x
- isCarrierDetected()
@@ -126,7 +126,7 @@ $(document).ready(function(){initNavTree('functions_func_i.html',''); initResiza
- isRxTimeout()
: PhysicalLayer
-, SX126x
+, SX126x
, SX127x
- ITA2String()
diff --git a/functions_func_r.html b/functions_func_r.html
index 72f44cb9..e5ec4624 100644
--- a/functions_func_r.html
+++ b/functions_func_r.html
@@ -105,7 +105,7 @@ $(document).ready(function(){initNavTree('functions_func_r.html',''); initResiza
, PhysicalLayer
, RF69
, Si443x
-, SX126x
+, SX126x
, SX127x
, SX128x
@@ -121,7 +121,7 @@ $(document).ready(function(){initNavTree('functions_func_r.html',''); initResiza
, PhysicalLayer
, RF69
, Si443x
-, SX126x
+, SX126x
, SX127x
, SX128x
diff --git a/functions_func_s.html b/functions_func_s.html
index 65e336c6..e564692a 100644
--- a/functions_func_s.html
+++ b/functions_func_s.html
@@ -163,7 +163,7 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
, RF69
, Si443x
, SX1233
-, SX126x
+, SX126x
, SX1272
, SX1278
, SX128x
@@ -182,8 +182,8 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
- setChannelScanAction()
: PhysicalLayer
-, STM32WLx
-, SX126x
+, STM32WLx
+, SX126x
, SX127x
- setCodingRate()
@@ -279,7 +279,7 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
, PhysicalLayer
, RF69
, Si443x
-, SX126x
+, SX126x
, SX127x
, SX128x
@@ -325,7 +325,7 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
, Si4430
, Si4432
, SX1262
-, SX1268
+, SX1268
, SX1272
, SX1276
, SX1277
@@ -420,9 +420,9 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
, Si4431
, Si4432
, STM32WLx
-, SX1261
-, SX1262
-, SX1268
+, SX1261
+, SX1262
+, SX1268
, SX1272
, SX1278
, SX128x
@@ -434,8 +434,8 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
, PhysicalLayer
, RF69
, Si443x
-, STM32WLx
-, SX126x
+, STM32WLx
+, SX126x
, SX127x
, SX128x
@@ -446,8 +446,8 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
, PhysicalLayer
, RF69
, Si443x
-, STM32WLx
-, SX126x
+, STM32WLx
+, SX126x
, SX127x
, SX128x
@@ -691,7 +691,7 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
, PhysicalLayer
, RF69
, Si443x
-, SX126x
+, SX126x
, SX127x
, SX128x
diff --git a/functions_g.html b/functions_g.html
index a32e6b50..2770d93c 100644
--- a/functions_g.html
+++ b/functions_g.html
@@ -226,7 +226,7 @@ $(document).ready(function(){initNavTree('functions_g.html',''); initResizable()
- getSNR()
: LR11x0
, PhysicalLayer
-, SX126x
+, SX126x
, SX127x
, SX128x
diff --git a/functions_i.html b/functions_i.html
index 3f680e45..91970bc0 100644
--- a/functions_i.html
+++ b/functions_i.html
@@ -128,7 +128,7 @@ $(document).ready(function(){initNavTree('functions_i.html',''); initResizable()
- irqRxDoneRxTimeout()
: PhysicalLayer
-, SX126x
+, SX126x
, SX127x
- isCarrierDetected()
@@ -139,7 +139,7 @@ $(document).ready(function(){initNavTree('functions_i.html',''); initResizable()
- isRxTimeout()
: PhysicalLayer
-, SX126x
+, SX126x
, SX127x
- ITA2String()
diff --git a/functions_r.html b/functions_r.html
index d091b0be..5f280b8d 100644
--- a/functions_r.html
+++ b/functions_r.html
@@ -105,7 +105,7 @@ $(document).ready(function(){initNavTree('functions_r.html',''); initResizable()
, PhysicalLayer
, RF69
, Si443x
-, SX126x
+, SX126x
, SX127x
, SX128x
@@ -127,7 +127,7 @@ $(document).ready(function(){initNavTree('functions_r.html',''); initResizable()
, PhysicalLayer
, RF69
, Si443x
-, SX126x
+, SX126x
, SX127x
, SX128x
diff --git a/functions_s.html b/functions_s.html
index 429efc0b..8c0c0f8c 100644
--- a/functions_s.html
+++ b/functions_s.html
@@ -175,7 +175,7 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
, RF69
, Si443x
, SX1233
-, SX126x
+, SX126x
, SX1272
, SX1278
, SX128x
@@ -194,8 +194,8 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
- setChannelScanAction()
: PhysicalLayer
-, STM32WLx
-, SX126x
+, STM32WLx
+, SX126x
, SX127x
- setCodingRate()
@@ -291,7 +291,7 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
, PhysicalLayer
, RF69
, Si443x
-, SX126x
+, SX126x
, SX127x
, SX128x
@@ -336,8 +336,8 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
, RF69
, Si4430
, Si4432
-, SX1262
-, SX1268
+, SX1262
+, SX1268
, SX1272
, SX1276
, SX1277
@@ -432,9 +432,9 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
, Si4431
, Si4432
, STM32WLx
-, SX1261
-, SX1262
-, SX1268
+, SX1261
+, SX1262
+, SX1268
, SX1272
, SX1278
, SX128x
@@ -446,8 +446,8 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
, PhysicalLayer
, RF69
, Si443x
-, STM32WLx
-, SX126x
+, STM32WLx
+, SX126x
, SX127x
, SX128x
@@ -458,8 +458,8 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
, PhysicalLayer
, RF69
, Si443x
-, STM32WLx
-, SX126x
+, STM32WLx
+, SX126x
, SX127x
, SX128x
@@ -730,7 +730,7 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
, PhysicalLayer
, RF69
, Si443x
-, SX126x
+, SX126x
, SX127x
, SX128x
diff --git a/navtreedata.js b/navtreedata.js
index 952d4999..c60a9421 100644
--- a/navtreedata.js
+++ b/navtreedata.js
@@ -52,7 +52,7 @@ var NAVTREEINDEX =
"_a_f_s_k_8h_source.html",
"class_l_r11x0.html#a3498e0e621f341e415145879989e0948",
"class_r_f69.html#a27fad7a67c4239c19bd94d1ccfb493ca",
-"class_s_x126x.html#a819bb3ced0f184a63cbfbef408a68561",
+"class_s_x126x.html#a7cd95a5f2e39ae8fb1a3040e77fa21a3",
"class_s_x128x.html#a32b7b674d63c36f15b7f58a2cb837a99",
"group__config__shaping.html#ga80e2185af1123c7632aa40cad1691e6d"
];
diff --git a/navtreeindex2.js b/navtreeindex2.js
index 4f94723e..91dfbe75 100644
--- a/navtreeindex2.js
+++ b/navtreeindex2.js
@@ -159,24 +159,24 @@ var NAVTREEINDEX2 =
"class_s_s_t_v_client.html#af15cf501c00172270d2d2c43d7a7100a":[3,0,53,0],
"class_s_s_t_v_client.html#afd4257e858a88e5847854a46f166a9b0":[3,0,53,2],
"class_s_t_m32_w_lx.html":[3,0,55],
+"class_s_t_m32_w_lx.html#a119ad225f9eba91e7c38f82cf0f1c89d":[3,0,55,8],
"class_s_t_m32_w_lx.html#a2cb5ed645ebcc6f3f17d77e32c2ccdd7":[3,0,55,13],
+"class_s_t_m32_w_lx.html#a366a83d5f5ed02859717a83c21768378":[3,0,55,4],
"class_s_t_m32_w_lx.html#a4f2a9b5a72b5238d2014199d91094f84":[3,0,55,2],
"class_s_t_m32_w_lx.html#a54130403f6afbb0924da17c28afb17fc":[3,0,55,5],
"class_s_t_m32_w_lx.html#a63d61bc5057e9da3d0ea12feae67122e":[3,0,55,9],
-"class_s_t_m32_w_lx.html#a771bb4b32a6d9a2f44326e85678e3270":[3,0,55,12],
-"class_s_t_m32_w_lx.html#a9194a526a32bd4891d59fe2a08641622":[3,0,55,11],
-"class_s_t_m32_w_lx.html#a934602154a34e45d010c5a29241a2b13":[3,0,55,4],
+"class_s_t_m32_w_lx.html#a7c0e3aef03f0b6834d0465d8f8568c32":[3,0,55,12],
"class_s_t_m32_w_lx.html#a9afbde1c466907598974cc3923784c5b":[3,0,55,10],
-"class_s_t_m32_w_lx.html#aa910c9bd9ebca6e5eed4192c3b7a2e04":[3,0,55,6],
+"class_s_t_m32_w_lx.html#aad377b018cf65ceb6b23cac523ba96b4":[3,0,55,6],
"class_s_t_m32_w_lx.html#ac0e8787dbb8e8aaa172b089ace6eaa09":[3,0,55,1],
+"class_s_t_m32_w_lx.html#ac11d53d29bf5a845e3797ba6bb875930":[3,0,55,7],
"class_s_t_m32_w_lx.html#ac8d380c3d3201015ad35594826975787":[3,0,55,0],
"class_s_t_m32_w_lx.html#ac8d380c3d3201015ad35594826975787a0cffe238c4822ab7f8beddf4ec72052b":[3,0,55,0,0],
"class_s_t_m32_w_lx.html#ac8d380c3d3201015ad35594826975787a20a2eda9aaf3c7cdb4a55955d6ff3544":[3,0,55,0,3],
"class_s_t_m32_w_lx.html#ac8d380c3d3201015ad35594826975787a50df4b8580f1bded3cb61e79f954789e":[3,0,55,0,4],
"class_s_t_m32_w_lx.html#ac8d380c3d3201015ad35594826975787a85ffabc9f35e2683aefdd785bf912172":[3,0,55,0,2],
"class_s_t_m32_w_lx.html#ac8d380c3d3201015ad35594826975787a8cf0ccad0eec5fde12798e0b0347d6bf":[3,0,55,0,1],
-"class_s_t_m32_w_lx.html#ad0ca0a6cc9f1eebe738681df10fd5de4":[3,0,55,8],
-"class_s_t_m32_w_lx.html#adb1ebf024255f5e14e6f0477c0113945":[3,0,55,7],
+"class_s_t_m32_w_lx.html#ad23dafdeb21b97165be74ef8f093866c":[3,0,55,11],
"class_s_t_m32_w_lx.html#af12e8eba13c5dd8bcf8656ed5c1f6cef":[3,0,55,3],
"class_s_t_m32_w_lx___module.html":[3,0,56],
"class_s_t_m32_w_lx___module.html#ad61ab4742f6392865afcfd8463560c5d":[3,0,56,0],
@@ -188,40 +188,37 @@ var NAVTREEINDEX2 =
"class_s_x1233.html#a23d2fbf2473e48d46e341e6afe31f82f":[3,0,59,0],
"class_s_x1233.html#af245e451dca502ee8975c7ecd291a859":[3,0,59,2],
"class_s_x1261.html":[3,0,60],
+"class_s_x1261.html#a3d197bb8a301f3594c7bfa1c9375aef1":[3,0,60,2],
"class_s_x1261.html#a7d74b8684dd49b5b3ba23baf336f1c35":[3,0,60,0],
-"class_s_x1261.html#aa541f927995a1756c651b93fd24edc65":[3,0,60,2],
-"class_s_x1261.html#ad4659228f61b2c62803f95b3cdbede7d":[3,0,60,1],
+"class_s_x1261.html#ae8e9968a9ee1c2199ed9f968d8f4e3b1":[3,0,60,1],
"class_s_x1262.html":[3,0,61],
"class_s_x1262.html#a0da317728ec8ef23c5032d550c9acb8d":[3,0,61,0],
"class_s_x1262.html#a1f70b082116b03d1fafe395fc5a288f6":[3,0,61,5],
+"class_s_x1262.html#a2122feee1a3bffaaa20e85b24dc8a899":[3,0,61,4],
+"class_s_x1262.html#a33c304c19634a905c7318d9ca88f4e93":[3,0,61,3],
"class_s_x1262.html#a36d2c94ff9c3b9126fde23e3c54630f1":[3,0,61,2],
"class_s_x1262.html#a9ceab9913d102c2fd657a1a91afaf9cc":[3,0,61,1],
-"class_s_x1262.html#aa149463283dc9cddfec836ec6620d4dc":[3,0,61,6],
-"class_s_x1262.html#abb018b820eb71ca6b0cd92c62affa767":[3,0,61,4],
-"class_s_x1262.html#abe9f684559042326f359a59e8061157c":[3,0,61,3],
+"class_s_x1262.html#aa455a7f0e69abdcca55cf35388d9dc52":[3,0,61,6],
"class_s_x1268.html":[3,0,62],
"class_s_x1268.html#a59b538f4971525849b7aaa3456de9929":[3,0,62,5],
-"class_s_x1268.html#a5b0744aa46fbb4f8c738b010dfcc9b45":[3,0,62,6],
-"class_s_x1268.html#a6026252eb8fb880d7f419f7ef3eb04a2":[3,0,62,3],
+"class_s_x1268.html#a6b6adaee1c8d76c3d766225298d84709":[3,0,62,6],
"class_s_x1268.html#a6bc50597d50fd9a2387628e452eac42f":[3,0,62,0],
-"class_s_x1268.html#abf338b7036d692a4a8ca6bf305c0cb12":[3,0,62,4],
"class_s_x1268.html#ad9e92b39ae0fdfa47131ddf7adb92b71":[3,0,62,1],
+"class_s_x1268.html#ae1b1f56336fcef9ce31d9408fbbbfe3c":[3,0,62,3],
+"class_s_x1268.html#af412a9361fe413b2d0c426100056d8c2":[3,0,62,4],
"class_s_x1268.html#af6b041392136b599eec57085e2067a6f":[3,0,62,2],
"class_s_x126x.html":[3,0,63],
"class_s_x126x.html#a001c4637f01ed6f0216cd6c4d7e10da3":[3,0,63,78],
-"class_s_x126x.html#a0417720a61b2d587e5633360cbecb33c":[3,0,63,55],
"class_s_x126x.html#a068d709ffb79ae66d718ffb76ffae997":[3,0,63,19],
"class_s_x126x.html#a077f180905ce4818cbdacad0cd9fe841":[3,0,63,83],
"class_s_x126x.html#a0a0df468eacc71c1b2a093ac06bfff51":[3,0,63,61],
"class_s_x126x.html#a0d5ce0a8d2a5b275676d9d98124312ce":[3,0,63,81],
"class_s_x126x.html#a0da667fe702d7b4aafaa4bf7e69ea40d":[3,0,63,48],
-"class_s_x126x.html#a0ffc659019932dbf1fda881710054cfb":[3,0,63,10],
"class_s_x126x.html#a1623e7d5450c97ca092913ad79d62208":[3,0,63,56],
-"class_s_x126x.html#a16a4433b9bebac0aa867e31a74dc258a":[3,0,63,27],
-"class_s_x126x.html#a16e8b271dc5e9af3015dd2901153cbde":[3,0,63,80],
"class_s_x126x.html#a16eb0bdb051f3cf288db752d18182ae2":[3,0,63,24],
+"class_s_x126x.html#a187a616285c5872f9603a86c122deaf2":[3,0,63,29],
+"class_s_x126x.html#a19f3c26d7a7959e302fc8174fc88a6d4":[3,0,63,4],
"class_s_x126x.html#a1d8f4deb555844b24c2426dd86e69676":[3,0,63,47],
-"class_s_x126x.html#a1fc6360740d80b664a5042ecc9d8b4fa":[3,0,63,42],
"class_s_x126x.html#a21c263ce1a339faa74c568d9afb81cd2":[3,0,63,60],
"class_s_x126x.html#a269c8e4ae0d21af88e9422ccf9708c1e":[3,0,63,26],
"class_s_x126x.html#a2af78b744b3e61d3857bed93c3b1bde1":[3,0,63,91],
@@ -231,23 +228,26 @@ var NAVTREEINDEX2 =
"class_s_x126x.html#a2f60df59c80241d98ce078c0417a7f08":[3,0,63,39],
"class_s_x126x.html#a2fa0384a529746811e2dcb2eeb4188ec":[3,0,63,77],
"class_s_x126x.html#a3350cbfab628956c1a456383ac7bb2b2":[3,0,63,32],
+"class_s_x126x.html#a34aea9413d71676c7a60fcf24017694a":[3,0,63,28],
"class_s_x126x.html#a3563453988a83d22dd07d4691543a300":[3,0,63,31],
"class_s_x126x.html#a3765f534418d4e0540c179621c019138":[3,0,63,12],
+"class_s_x126x.html#a37dab0ab3c4cab82e367971fc31588a6":[3,0,63,7],
"class_s_x126x.html#a3dd42f8d5569487ea74f004ca652a709":[3,0,63,88],
"class_s_x126x.html#a420c23bb1861646e29f44c0f4c646ee8":[3,0,63,15],
"class_s_x126x.html#a492b2d057dd803c3884fa1adc8e22534":[3,0,63,87],
"class_s_x126x.html#a4bbc29f5dc7253b7743599c68137df48":[3,0,63,38],
-"class_s_x126x.html#a4fc7d4fc9da64e5cd2517d3432ee6ffe":[3,0,63,28],
+"class_s_x126x.html#a4f514b341b8982650526c6d8e20fd1a4":[3,0,63,50],
"class_s_x126x.html#a514cabe74bbe3434d7e4f244c4077752":[3,0,63,53],
"class_s_x126x.html#a5595fff99d76d50d711b8cdad98527c4":[3,0,63,74],
+"class_s_x126x.html#a56f88f6a2b88ae6dbd3ad04b1950e7b2":[3,0,63,9],
"class_s_x126x.html#a57bee6f4b3a3b7ec646ac8de347ee0d6":[3,0,63,69],
+"class_s_x126x.html#a59b761a67d15cdbfdccd6a759f464d00":[3,0,63,23],
"class_s_x126x.html#a59d443c02d4620cda32c63a00c6bcc22":[3,0,63,63],
"class_s_x126x.html#a5ae69309ca0cf5f13c60f2d162916ff8":[3,0,63,59],
"class_s_x126x.html#a5b4f8a41b593436b8c7a2a2d46ac387e":[3,0,63,82],
+"class_s_x126x.html#a66ad433561b02fe61b09afd735ce56cc":[3,0,63,80],
"class_s_x126x.html#a6848afe4c16a47edb3e0b342a86ecdfd":[3,0,63,8],
"class_s_x126x.html#a75c8d32cee712e0c940163446b98e587":[3,0,63,6],
-"class_s_x126x.html#a7a1579e2557c36a4a34b09039c0d0c71":[3,0,63,76],
-"class_s_x126x.html#a7cd95a5f2e39ae8fb1a3040e77fa21a3":[3,0,63,52],
-"class_s_x126x.html#a7deeef45d7f64a4018a3e56aaea4eb0e":[3,0,63,40],
-"class_s_x126x.html#a7fe0afde9d35c1f860bfc6bf63e8f11e":[3,0,63,7]
+"class_s_x126x.html#a7603aa60ae8d975eb262a4b7e2aed1d0":[3,0,63,54],
+"class_s_x126x.html#a7a1579e2557c36a4a34b09039c0d0c71":[3,0,63,76]
};
diff --git a/navtreeindex3.js b/navtreeindex3.js
index c48fa07d..f74e3e0b 100644
--- a/navtreeindex3.js
+++ b/navtreeindex3.js
@@ -1,11 +1,10 @@
var NAVTREEINDEX3 =
{
-"class_s_x126x.html#a819bb3ced0f184a63cbfbef408a68561":[3,0,63,29],
+"class_s_x126x.html#a7cd95a5f2e39ae8fb1a3040e77fa21a3":[3,0,63,52],
"class_s_x126x.html#a827a4754ea53388513d263e5d9171395":[3,0,63,67],
"class_s_x126x.html#a865397e1cca38bec2d055c047825ea07":[3,0,63,72],
"class_s_x126x.html#a8a18aee2bf05793aa29b5cf6b47bb435":[3,0,63,35],
"class_s_x126x.html#a8a3ad4e12df862ab18b326d9dba26d66":[3,0,63,75],
-"class_s_x126x.html#a8cdc4f25d4193dc75f9442874131eab3":[3,0,63,30],
"class_s_x126x.html#a8e22d67b64953c8b4da779d87d563f3e":[3,0,63,13],
"class_s_x126x.html#a8f971dca834be7e0470a9a9f0c01854e":[3,0,63,45],
"class_s_x126x.html#a920aa76ff5f0f579424ef6de92e588c8":[3,0,63,64],
@@ -19,34 +18,35 @@ var NAVTREEINDEX3 =
"class_s_x126x.html#a9d92dce566f8aefa836fe8f332e9560f":[3,0,63,68],
"class_s_x126x.html#aa3c90f19cd141738ff013ae72f78f1bb":[3,0,63,5],
"class_s_x126x.html#aa668babb0bd129b2facee9fd280525ab":[3,0,63,17],
+"class_s_x126x.html#aa838526a79ff6928cba6cf64e5707187":[3,0,63,27],
"class_s_x126x.html#aab18364237ddac0c56aeaf63f08cf009":[3,0,63,89],
"class_s_x126x.html#aaca5a8fa8a3e634dd1b5b4c2bb5058d8":[3,0,63,0],
"class_s_x126x.html#ab82617fa3fa9f21d4cd427314ecc4af8":[3,0,63,33],
"class_s_x126x.html#ab843614658a79db7aa24e48d5b6e84f1":[3,0,63,86],
"class_s_x126x.html#ab9ce38cfeaa36ddcc2d82b2974d7088c":[3,0,63,1],
-"class_s_x126x.html#aba074a439b326bf413da8e3ad2bcf256":[3,0,63,4],
-"class_s_x126x.html#abbf8b4623da8c2caa83a8c3d35a44d0a":[3,0,63,50],
"class_s_x126x.html#abc3a4f9213b2a7052e97c2e3a0bf45a5":[3,0,63,14],
"class_s_x126x.html#abd8eea7e468db3d6064c19d4934d5034":[3,0,63,41],
+"class_s_x126x.html#ac38a19db6b8b9aff438d6e23051d487d":[3,0,63,40],
"class_s_x126x.html#ac4ef8c8751a3c09d64e431684840c987":[3,0,63,21],
"class_s_x126x.html#ac594fbb30c5010658c970a64654c7162":[3,0,63,66],
+"class_s_x126x.html#ac79f7ebab97ae91fff6933be3207c873":[3,0,63,55],
+"class_s_x126x.html#acb1a1c51f207439880ae537f5ffeb17c":[3,0,63,30],
"class_s_x126x.html#acb8611a9c3862dd1bfa73ef47b8f9b20":[3,0,63,37],
"class_s_x126x.html#acbe2d75b1e2df8bcc58c4fd9d8e6e4f9":[3,0,63,18],
-"class_s_x126x.html#acd0306b28b4ce36bab5fc0199aef90f2":[3,0,63,9],
-"class_s_x126x.html#ad2bc2016783a3fcad3ad4e6518ee7fc8":[3,0,63,54],
"class_s_x126x.html#ad59e37ce0606dc8051e40be9d14cfec3":[3,0,63,85],
"class_s_x126x.html#ad6274222ccf534e98e3cd17dfa1520d4":[3,0,63,58],
"class_s_x126x.html#ad90a56cb55c5bb64037a0d412d84a80d":[3,0,63,57],
"class_s_x126x.html#ada0fe6c3d31885952b439135cf0c18f1":[3,0,63,94],
"class_s_x126x.html#adec09cba71494bd927ad1da786606ca6":[3,0,63,25],
-"class_s_x126x.html#ae36823d3539667bdf7d2f073bd4fa1ca":[3,0,63,23],
"class_s_x126x.html#ae3db6b29c482d94eef8a43cd8b5751c0":[3,0,63,34],
"class_s_x126x.html#ae46e08d579f4acbad029b4cd4f4fffaf":[3,0,63,49],
"class_s_x126x.html#ae473773e5bed4b08452e80311bdb26f2":[3,0,63,73],
"class_s_x126x.html#ae500bad45638a47264b7e5955a93107d":[3,0,63,70],
"class_s_x126x.html#ae5993359ace652fbdc862eb23fdd263d":[3,0,63,65],
"class_s_x126x.html#ae731568798d03d9722a440fd6a23faf2":[3,0,63,93],
+"class_s_x126x.html#aed0e7dcd60479c9db3d7a3408e7f396d":[3,0,63,42],
"class_s_x126x.html#af30a581d31feae6f50c0591d1ee113f1":[3,0,63,46],
+"class_s_x126x.html#af38ba3d27ab2ac10c703eefa1c428913":[3,0,63,10],
"class_s_x126x.html#afabefb1b214411198f3537e8afce898f":[3,0,63,22],
"class_s_x126x.html#afb5509f0705cdd971065251ed6b2fb4e":[3,0,63,71],
"class_s_x126x.html#afc3a7a42c401b6c44e00cb6c5b9696f2":[3,0,63,11],
diff --git a/navtreeindex5.js b/navtreeindex5.js
index a3e024db..cd5cbc98 100644
--- a/navtreeindex5.js
+++ b/navtreeindex5.js
@@ -107,8 +107,8 @@ var NAVTREEINDEX5 =
"group__typedefs.html":[2,7],
"group__typedefs.html#ga210f31dd2bff7fb80563275648a5bbbd":[2,7,0],
"hierarchy.html":[3,2],
-"index.html":[0],
"index.html":[],
+"index.html":[0],
"modules.html":[2],
"n_r_f24_8h_source.html":[4,0,0,0,3,0],
"pages.html":[],
diff --git a/search/all_10.js b/search/all_10.js
index 4561b59f..c74f6fb6 100644
--- a/search/all_10.js
+++ b/search/all_10.js
@@ -24,11 +24,11 @@ var searchData=
['setambienttemperature_421',['setAmbientTemperature',['../class_r_f69.html#ac37d9ddee2adcc8876a182b8ebc3e703',1,'RF69']]],
['setautoack_422',['setAutoAck',['../classn_r_f24.html#aca941c9235ba1212257288554eb4b7fe',1,'nRF24::setAutoAck(bool autoAckOn=true)'],['../classn_r_f24.html#ac1c3419442d93abeede39e7fda4db62e',1,'nRF24::setAutoAck(uint8_t pipeNum, bool autoAckOn)']]],
['setbandwidth_423',['setBandwidth',['../class_s_x126x.html#a2f60df59c80241d98ce078c0417a7f08',1,'SX126x::setBandwidth()'],['../class_s_x128x.html#ae93c99c85deb950fe9bc7101142b5f6a',1,'SX128x::setBandwidth()'],['../class_s_x1278.html#a46c27ed1ebaae4e3ed8afe3ae6941dd6',1,'SX1278::setBandwidth()'],['../class_s_x1272.html#a0cc8eeb00241031796fc73b08711469b',1,'SX1272::setBandwidth()'],['../class_l_r11x0.html#abf961ec7d93feb6472f26b7b976ee0c9',1,'LR11x0::setBandwidth()'],['../class_l_l_c_c68.html#a6f6c206657304809ee30bd9761ef79bf',1,'LLCC68::setBandwidth()']]],
- ['setbitrate_424',['setBitRate',['../class_s_x1278.html#afd6df07fc4972cc656f05670e6802f67',1,'SX1278::setBitRate()'],['../class_c_c1101.html#a6fd22cdec29e1e34a92aa9854b90fdc9',1,'CC1101::setBitRate()'],['../class_l_r11x0.html#a03ab7a24fec379c6ba2d642e1133c4f2',1,'LR11x0::setBitRate()'],['../classn_r_f24.html#a0873f58ae62e41cff99813e21cc8b02a',1,'nRF24::setBitRate()'],['../class_r_f69.html#ad7f8132912a5dbf38c5cf676ac167d13',1,'RF69::setBitRate()'],['../class_si443x.html#ad43575e731dd7e66d5ad9e6dccd27170',1,'Si443x::setBitRate()'],['../class_s_x1233.html#af245e451dca502ee8975c7ecd291a859',1,'SX1233::setBitRate()'],['../class_s_x126x.html#a7deeef45d7f64a4018a3e56aaea4eb0e',1,'SX126x::setBitRate()'],['../class_s_x1272.html#ab5c9a79d72996c3d793cee812b0aded5',1,'SX1272::setBitRate()'],['../class_physical_layer.html#aedd39ad84b45c6392087b12d59192d8c',1,'PhysicalLayer::setBitRate()'],['../class_s_x128x.html#a465ac114dbe6844069b5cb989f87c3ee',1,'SX128x::setBitRate()']]],
+ ['setbitrate_424',['setBitRate',['../class_s_x1278.html#afd6df07fc4972cc656f05670e6802f67',1,'SX1278::setBitRate()'],['../class_c_c1101.html#a6fd22cdec29e1e34a92aa9854b90fdc9',1,'CC1101::setBitRate()'],['../class_l_r11x0.html#a03ab7a24fec379c6ba2d642e1133c4f2',1,'LR11x0::setBitRate()'],['../classn_r_f24.html#a0873f58ae62e41cff99813e21cc8b02a',1,'nRF24::setBitRate()'],['../class_r_f69.html#ad7f8132912a5dbf38c5cf676ac167d13',1,'RF69::setBitRate()'],['../class_si443x.html#ad43575e731dd7e66d5ad9e6dccd27170',1,'Si443x::setBitRate()'],['../class_s_x1233.html#af245e451dca502ee8975c7ecd291a859',1,'SX1233::setBitRate()'],['../class_s_x126x.html#ac38a19db6b8b9aff438d6e23051d487d',1,'SX126x::setBitRate()'],['../class_s_x1272.html#ab5c9a79d72996c3d793cee812b0aded5',1,'SX1272::setBitRate()'],['../class_physical_layer.html#aedd39ad84b45c6392087b12d59192d8c',1,'PhysicalLayer::setBitRate()'],['../class_s_x128x.html#a465ac114dbe6844069b5cb989f87c3ee',1,'SX128x::setBitRate()']]],
['setbroadcastaddress_425',['setBroadcastAddress',['../class_l_r11x0.html#af24ba794f71c4e37cd13d2f4dbec5bf7',1,'LR11x0::setBroadcastAddress()'],['../class_r_f69.html#a1b7598b87ffaabdbe733c47317fa91d8',1,'RF69::setBroadcastAddress()'],['../class_s_x126x.html#abd8eea7e468db3d6064c19d4934d5034',1,'SX126x::setBroadcastAddress()'],['../class_s_x127x.html#abc51ce6718153e4963128f25bb5aab40',1,'SX127x::setBroadcastAddress()']]],
['setbuffernonces_426',['setBufferNonces',['../class_lo_ra_w_a_n_node.html#a11701081ac6bd39a8a2b4bdbc248fac2',1,'LoRaWANNode']]],
['setbuffersession_427',['setBufferSession',['../class_lo_ra_w_a_n_node.html#aadebe7a412aec8043aa2f8f57a202f49',1,'LoRaWANNode']]],
- ['setchannelscanaction_428',['setChannelScanAction',['../class_s_t_m32_w_lx.html#ad0ca0a6cc9f1eebe738681df10fd5de4',1,'STM32WLx::setChannelScanAction()'],['../class_s_x126x.html#a1fc6360740d80b664a5042ecc9d8b4fa',1,'SX126x::setChannelScanAction()'],['../class_s_x127x.html#ab0f5f695011a8d734ae86ff39c8ff6f5',1,'SX127x::setChannelScanAction()'],['../class_physical_layer.html#ae11c191a7edf3116bf468b9153237260',1,'PhysicalLayer::setChannelScanAction()']]],
+ ['setchannelscanaction_428',['setChannelScanAction',['../class_s_t_m32_w_lx.html#a119ad225f9eba91e7c38f82cf0f1c89d',1,'STM32WLx::setChannelScanAction()'],['../class_s_x126x.html#aed0e7dcd60479c9db3d7a3408e7f396d',1,'SX126x::setChannelScanAction()'],['../class_s_x127x.html#ab0f5f695011a8d734ae86ff39c8ff6f5',1,'SX127x::setChannelScanAction()'],['../class_physical_layer.html#ae11c191a7edf3116bf468b9153237260',1,'PhysicalLayer::setChannelScanAction()']]],
['setcodingrate_429',['setCodingRate',['../class_s_x126x.html#afd3113858966e878e9c67a1e710bd586',1,'SX126x::setCodingRate()'],['../class_s_x128x.html#a9da544e4a6120f73a078b46c6138505a',1,'SX128x::setCodingRate()'],['../class_s_x1278.html#a834f26a0bd3fc8a03fa7e68aa4daf9e1',1,'SX1278::setCodingRate()'],['../class_s_x1272.html#a960913438feccad4c1913a9222384a5f',1,'SX1272::setCodingRate()'],['../class_l_r11x0.html#a583f2d5ed601a98c609dbf0d57f2f541',1,'LR11x0::setCodingRate()']]],
['setcorrection_430',['setCorrection',['../class_a_x25_client.html#a74a43c60c84e4150b9508c83e461d24e',1,'AX25Client::setCorrection()'],['../class_bell_client.html#a90f3f33a09a4cf8d544ca1e9a23beae2',1,'BellClient::setCorrection()'],['../class_f_s_k4_client.html#aab85cb6519e5448dc332bf17bd60f90a',1,'FSK4Client::setCorrection()'],['../class_s_s_t_v_client.html#a0e9cc17123f26d1e7ae2a2b93546515e',1,'SSTVClient::setCorrection()']]],
['setcrc_431',['setCRC',['../class_l_r11x0.html#a551b82787288b0b14e4d3124e6744dc3',1,'LR11x0::setCRC()'],['../class_s_x126x.html#a95007639c2648a1dbb614493224606f1',1,'SX126x::setCRC()'],['../class_s_x1272.html#abd912314a977f92c464d36d862329ffc',1,'SX1272::setCRC()'],['../class_s_x1278.html#ac0be7586b8e40355bbd29d78ae9941d1',1,'SX1278::setCRC()'],['../class_s_x128x.html#aa4b1e0b96347011522e053f30202c0fe',1,'SX128x::setCRC()']]],
@@ -45,7 +45,7 @@ var searchData=
['setdio2asrfswitch_442',['setDio2AsRfSwitch',['../class_s_x126x.html#ae46e08d579f4acbad029b4cd4f4fffaf',1,'SX126x']]],
['setdiomapping_443',['setDIOMapping',['../class_c_c1101.html#a544bb8d7be9c0e1ff7f7103b30925862',1,'CC1101::setDIOMapping()'],['../class_r_f69.html#a0d7720672c0aa0cf4464d544540cbada',1,'RF69::setDIOMapping()'],['../class_s_x127x.html#a103b606166eba8c69bff061270744768',1,'SX127x::setDIOMapping()'],['../class_physical_layer.html#a349e8a22cd28ad89d45460fdeeefc05c',1,'PhysicalLayer::setDIOMapping()']]],
['setdiopreambledetect_444',['setDIOPreambleDetect',['../class_s_x127x.html#a7b85344084b800966a46ace59dcb5277',1,'SX127x']]],
- ['setdirectaction_445',['setDirectAction',['../class_c_c1101.html#a24f4b059cc56238499c6117b88cd5505',1,'CC1101::setDirectAction()'],['../class_r_f69.html#a7fd34332bec08828080b1b4a0f8c6e28',1,'RF69::setDirectAction()'],['../class_si443x.html#a55fae20e81755c8b014d080741d61913',1,'Si443x::setDirectAction()'],['../class_s_x126x.html#abbf8b4623da8c2caa83a8c3d35a44d0a',1,'SX126x::setDirectAction()'],['../class_s_x127x.html#aa3f409359eafa5988e8e4c2948735238',1,'SX127x::setDirectAction()'],['../class_s_x128x.html#aff1b549077b9d752f53bf9dfc6840236',1,'SX128x::setDirectAction()'],['../class_physical_layer.html#abf96cf4f3cb4c82d44be581dbe615966',1,'PhysicalLayer::setDirectAction(void(*func)(void))']]],
+ ['setdirectaction_445',['setDirectAction',['../class_c_c1101.html#a24f4b059cc56238499c6117b88cd5505',1,'CC1101::setDirectAction()'],['../class_r_f69.html#a7fd34332bec08828080b1b4a0f8c6e28',1,'RF69::setDirectAction()'],['../class_si443x.html#a55fae20e81755c8b014d080741d61913',1,'Si443x::setDirectAction()'],['../class_s_x126x.html#a4f514b341b8982650526c6d8e20fd1a4',1,'SX126x::setDirectAction()'],['../class_s_x127x.html#aa3f409359eafa5988e8e4c2948735238',1,'SX127x::setDirectAction()'],['../class_s_x128x.html#aff1b549077b9d752f53bf9dfc6840236',1,'SX128x::setDirectAction()'],['../class_physical_layer.html#abf96cf4f3cb4c82d44be581dbe615966',1,'PhysicalLayer::setDirectAction(void(*func)(void))']]],
['setdirectsyncword_446',['setDirectSyncWord',['../class_physical_layer.html#a8e378fe136a498ea485a9c10f5e15aab',1,'PhysicalLayer']]],
['setdutycycle_447',['setDutyCycle',['../class_lo_ra_w_a_n_node.html#a3d4bbd6d382496838954ab4ac1168b77',1,'LoRaWANNode']]],
['setdwelltime_448',['setDwellTime',['../class_lo_ra_w_a_n_node.html#a62bfe68f6fe63c2e408dccbff6a34a4f',1,'LoRaWANNode']]],
@@ -53,7 +53,7 @@ var searchData=
['setfhsshoppingperiod_450',['setFHSSHoppingPeriod',['../class_s_x127x.html#a7f04a7e883057908df18f06c7f74c7e1',1,'SX127x']]],
['setfifoemptyaction_451',['setFifoEmptyAction',['../class_s_x127x.html#a6fbdfd8e2a2ad1eb7e59a73385847acb',1,'SX127x::setFifoEmptyAction()'],['../class_r_f69.html#a788023a0de9d6b43cb4079d12ca90b8d',1,'RF69::setFifoEmptyAction(void(*func)(void))']]],
['setfifofullaction_452',['setFifoFullAction',['../class_r_f69.html#a1a6ecb5fcc42c49bc3d9032e9c5db07b',1,'RF69::setFifoFullAction()'],['../class_s_x127x.html#a201c31366f32c41b801724fb662265c1',1,'SX127x::setFifoFullAction()']]],
- ['setfrequency_453',['setFrequency',['../class_s_x1276.html#a657d75dced0af8c89c4e38535dd5b008',1,'SX1276::setFrequency()'],['../class_s_x1272.html#af409f50e51042cf9357c0a8267f762f8',1,'SX1272::setFrequency()'],['../class_s_x1268.html#a59b538f4971525849b7aaa3456de9929',1,'SX1268::setFrequency(float freq, bool calibrate)'],['../class_s_x1268.html#abf338b7036d692a4a8ca6bf305c0cb12',1,'SX1268::setFrequency(float freq)'],['../class_s_x1262.html#a1f70b082116b03d1fafe395fc5a288f6',1,'SX1262::setFrequency(float freq, bool calibrate)'],['../class_s_x1262.html#abb018b820eb71ca6b0cd92c62affa767',1,'SX1262::setFrequency(float freq)'],['../class_si4432.html#aa0cdb6cb53bb0176803d5115356a8e84',1,'Si4432::setFrequency()'],['../class_si4430.html#a025a31861d1511090168e416140d0343',1,'Si4430::setFrequency()'],['../class_r_f69.html#ab467f0fc318e651d0cdfbc0399d4c34b',1,'RF69::setFrequency()'],['../classn_r_f24.html#a408278336cdf25fd205ecffea86c26e8',1,'nRF24::setFrequency()'],['../class_l_r1120.html#a477bac8eea731d55bf6c07e60aa0b2e2',1,'LR1120::setFrequency(float freq, bool calibrate, float band=4)'],['../class_l_r1120.html#a1139585bff92c19ab645f68068930d60',1,'LR1120::setFrequency(float freq)'],['../class_l_r1110.html#a08c9ba9d02e7e3918f73f090c6d5ed33',1,'LR1110::setFrequency(float freq, bool calibrate, float band=4)'],['../class_l_r1110.html#a58cfda71b08567a7e98e7d6fd03465b4',1,'LR1110::setFrequency(float freq)'],['../class_c_c1101.html#ad428d7e6fc9ac119101bb0716fa80bee',1,'CC1101::setFrequency()'],['../class_s_x1278.html#a4b14d432ef1bd72982f4771cac5b62e4',1,'SX1278::setFrequency()'],['../class_s_x1279.html#acf9b2087f5b661f06e9512bad36b3817',1,'SX1279::setFrequency()'],['../class_s_x128x.html#a2043ef7bb806968b9d9dcb64561ca371',1,'SX128x::setFrequency()'],['../class_physical_layer.html#a8a194b0fbb66b1a953288bf3b9478d6e',1,'PhysicalLayer::setFrequency()'],['../class_s_x1277.html#a42adde5eecccdca95214980848795e82',1,'SX1277::setFrequency()']]],
+ ['setfrequency_453',['setFrequency',['../class_s_x1276.html#a657d75dced0af8c89c4e38535dd5b008',1,'SX1276::setFrequency()'],['../class_s_x1272.html#af409f50e51042cf9357c0a8267f762f8',1,'SX1272::setFrequency()'],['../class_s_x1268.html#a59b538f4971525849b7aaa3456de9929',1,'SX1268::setFrequency(float freq, bool calibrate)'],['../class_s_x1268.html#af412a9361fe413b2d0c426100056d8c2',1,'SX1268::setFrequency(float freq) override'],['../class_s_x1262.html#a1f70b082116b03d1fafe395fc5a288f6',1,'SX1262::setFrequency(float freq, bool calibrate)'],['../class_s_x1262.html#a2122feee1a3bffaaa20e85b24dc8a899',1,'SX1262::setFrequency(float freq) override'],['../class_si4432.html#aa0cdb6cb53bb0176803d5115356a8e84',1,'Si4432::setFrequency()'],['../class_si4430.html#a025a31861d1511090168e416140d0343',1,'Si4430::setFrequency()'],['../class_r_f69.html#ab467f0fc318e651d0cdfbc0399d4c34b',1,'RF69::setFrequency()'],['../classn_r_f24.html#a408278336cdf25fd205ecffea86c26e8',1,'nRF24::setFrequency()'],['../class_l_r1120.html#a477bac8eea731d55bf6c07e60aa0b2e2',1,'LR1120::setFrequency(float freq, bool calibrate, float band=4)'],['../class_l_r1120.html#a1139585bff92c19ab645f68068930d60',1,'LR1120::setFrequency(float freq)'],['../class_l_r1110.html#a08c9ba9d02e7e3918f73f090c6d5ed33',1,'LR1110::setFrequency(float freq, bool calibrate, float band=4)'],['../class_l_r1110.html#a58cfda71b08567a7e98e7d6fd03465b4',1,'LR1110::setFrequency(float freq)'],['../class_c_c1101.html#ad428d7e6fc9ac119101bb0716fa80bee',1,'CC1101::setFrequency()'],['../class_s_x1278.html#a4b14d432ef1bd72982f4771cac5b62e4',1,'SX1278::setFrequency()'],['../class_s_x1279.html#acf9b2087f5b661f06e9512bad36b3817',1,'SX1279::setFrequency()'],['../class_s_x128x.html#a2043ef7bb806968b9d9dcb64561ca371',1,'SX128x::setFrequency()'],['../class_physical_layer.html#a8a194b0fbb66b1a953288bf3b9478d6e',1,'PhysicalLayer::setFrequency()'],['../class_s_x1277.html#a42adde5eecccdca95214980848795e82',1,'SX1277::setFrequency()']]],
['setfrequencydeviation_454',['setFrequencyDeviation',['../class_external_radio.html#a02928a19eab0eab615c02180cedda3eb',1,'ExternalRadio::setFrequencyDeviation()'],['../class_physical_layer.html#a2f4f9b428d9ea9af886ca85e5088ed7b',1,'PhysicalLayer::setFrequencyDeviation()'],['../class_s_x128x.html#a26d0d02e5e53a3172df9208fa343a3f1',1,'SX128x::setFrequencyDeviation()'],['../class_s_x127x.html#a448ea8a6a6011a9cdddd4e09bd6c9679',1,'SX127x::setFrequencyDeviation()'],['../class_s_x126x.html#a7cd95a5f2e39ae8fb1a3040e77fa21a3',1,'SX126x::setFrequencyDeviation()'],['../class_r_f69.html#adb9fbfedf95f34ac537815870b98a9be',1,'RF69::setFrequencyDeviation()'],['../classn_r_f24.html#a5170284f0a5535de7d00216d450b87a4',1,'nRF24::setFrequencyDeviation()'],['../class_l_r11x0.html#ac003cfe3a4dbd9bad1f01fd0147031d1',1,'LR11x0::setFrequencyDeviation()'],['../class_c_c1101.html#a0d69713b9f20c9de354c13c3167b18b3',1,'CC1101::setFrequencyDeviation()'],['../class_si443x.html#a7c4e6caa95e5622f6f515ba0339a1c66',1,'Si443x::setFrequencyDeviation()']]],
['setgain_455',['setGain',['../class_s_x1272.html#ae1c57ad5e8496dc28cd3ba9852809852',1,'SX1272::setGain()'],['../class_s_x1278.html#aa57b713988cfa224a6db2ff325052931',1,'SX1278::setGain()']]],
['setgaincontrol_456',['setGainControl',['../class_s_x128x.html#a3837662441a9eb3f0a71f4f667db9e91',1,'SX128x']]],
@@ -73,9 +73,9 @@ var searchData=
['setookpeakthresholddecrement_470',['setOokPeakThresholdDecrement',['../class_s_x127x.html#aac2f43d70b5f94e49e09b4c9f082f46d',1,'SX127x::setOokPeakThresholdDecrement()'],['../class_r_f69.html#a434420f2def6c383608223105469fda1',1,'RF69::setOokPeakThresholdDecrement()']]],
['setookpeakthresholdstep_471',['setOokPeakThresholdStep',['../class_s_x127x.html#a48ca43e6aad02815fa1507f0f0831c54',1,'SX127x']]],
['setookthresholdtype_472',['setOokThresholdType',['../class_r_f69.html#a219a046c10ddcc0a787ad19346ecad6a',1,'RF69::setOokThresholdType()'],['../class_s_x127x.html#a8b93142202167270db109d18b743c744',1,'SX127x::setOokThresholdType()']]],
- ['setoutputpower_473',['setOutputPower',['../class_c_c1101.html#a5d6dce30fc7da668975b6da663784cdf',1,'CC1101::setOutputPower()'],['../class_l_r11x0.html#a2522e288732aa77ec4f5a44e724612af',1,'LR11x0::setOutputPower(int8_t power)'],['../class_l_r11x0.html#a549ecc907732bca96dab27c433928740',1,'LR11x0::setOutputPower(int8_t power, bool forceHighPower)'],['../classn_r_f24.html#ad9859fa54aed7d3cd82839bad9d7d33a',1,'nRF24::setOutputPower()'],['../class_r_f69.html#a721094611fa375e73bd0332ab2d7d113',1,'RF69::setOutputPower()'],['../class_si4430.html#af8d615431bf66e06b45487f3fff73d16',1,'Si4430::setOutputPower()'],['../class_si4431.html#a4da296b35056e076ff69a288bd801d19',1,'Si4431::setOutputPower()'],['../class_si4432.html#a8b26e2c86a9e5e8f6405f0a57b65caca',1,'Si4432::setOutputPower()'],['../class_s_t_m32_w_lx.html#a9afbde1c466907598974cc3923784c5b',1,'STM32WLx::setOutputPower()'],['../class_s_x1261.html#aa541f927995a1756c651b93fd24edc65',1,'SX1261::setOutputPower()'],['../class_s_x1268.html#a5b0744aa46fbb4f8c738b010dfcc9b45',1,'SX1268::setOutputPower()'],['../class_s_x1272.html#aec51f08c0902145ff5f11e27e7cab638',1,'SX1272::setOutputPower(int8_t power) override'],['../class_s_x1272.html#a03f7073d710f18aad79b7d46f2fda659',1,'SX1272::setOutputPower(int8_t power, bool useRfo)'],['../class_s_x1278.html#a69abc18e7fa0055e6b80024e8cde7db4',1,'SX1278::setOutputPower(int8_t power) override'],['../class_s_x1278.html#aca58a6c2e8fcef6414fdf3bc1eb62082',1,'SX1278::setOutputPower(int8_t power, bool useRfo)'],['../class_s_x128x.html#ad988727ea6c9b4e11562651d312514c0',1,'SX128x::setOutputPower()'],['../class_physical_layer.html#ad2286dc78dbf8e3084f38e9159b99ae5',1,'PhysicalLayer::setOutputPower()'],['../class_s_x1262.html#aa149463283dc9cddfec836ec6620d4dc',1,'SX1262::setOutputPower()']]],
- ['setpacketreceivedaction_474',['setPacketReceivedAction',['../class_s_t_m32_w_lx.html#a9194a526a32bd4891d59fe2a08641622',1,'STM32WLx::setPacketReceivedAction()'],['../class_physical_layer.html#aec928bb26f65752aa20cd236fbabb95c',1,'PhysicalLayer::setPacketReceivedAction()'],['../class_s_x128x.html#a697880c42c4b1def04c8fe7f3a023ffb',1,'SX128x::setPacketReceivedAction()'],['../class_s_x127x.html#ad63322c9c58dd82e4b9982f10e546f33',1,'SX127x::setPacketReceivedAction()'],['../class_s_x126x.html#ad2bc2016783a3fcad3ad4e6518ee7fc8',1,'SX126x::setPacketReceivedAction()'],['../class_si443x.html#a2badfa5db1ae5b9ec26ad7a8b3cab167',1,'Si443x::setPacketReceivedAction()'],['../class_r_f69.html#ac8bff26070735a733a24146d414c3c5f',1,'RF69::setPacketReceivedAction()'],['../classn_r_f24.html#a08b90ae895a6a45bceb11f67237245b4',1,'nRF24::setPacketReceivedAction()'],['../class_l_r11x0.html#a0a4d48bf33fe466ea4c14cd9db228dce',1,'LR11x0::setPacketReceivedAction()'],['../class_c_c1101.html#a29a16e8ed85432c6fae8d9e45399de6e',1,'CC1101::setPacketReceivedAction(void(*func)(void)) override']]],
- ['setpacketsentaction_475',['setPacketSentAction',['../class_c_c1101.html#a336999da23e554073a9fa628131883f5',1,'CC1101::setPacketSentAction()'],['../class_l_r11x0.html#a88ff8c277e340c3273fb5715cd743cce',1,'LR11x0::setPacketSentAction()'],['../classn_r_f24.html#a8e00d6729ee3c869cda8ccb5ae15ba27',1,'nRF24::setPacketSentAction()'],['../class_r_f69.html#a27fad7a67c4239c19bd94d1ccfb493ca',1,'RF69::setPacketSentAction()'],['../class_si443x.html#aa55274bb345f178328ea2a674621fc84',1,'Si443x::setPacketSentAction()'],['../class_s_t_m32_w_lx.html#a771bb4b32a6d9a2f44326e85678e3270',1,'STM32WLx::setPacketSentAction()'],['../class_s_x126x.html#a0417720a61b2d587e5633360cbecb33c',1,'SX126x::setPacketSentAction()'],['../class_s_x127x.html#a91476a51019910b958f464e73ba797c5',1,'SX127x::setPacketSentAction()'],['../class_s_x128x.html#acaa115bb9eb3d325d6baba1f578d678b',1,'SX128x::setPacketSentAction()'],['../class_physical_layer.html#a32b512b34f6575b2109ae3c3f35d1369',1,'PhysicalLayer::setPacketSentAction()']]],
+ ['setoutputpower_473',['setOutputPower',['../class_c_c1101.html#a5d6dce30fc7da668975b6da663784cdf',1,'CC1101::setOutputPower()'],['../class_l_r11x0.html#a2522e288732aa77ec4f5a44e724612af',1,'LR11x0::setOutputPower(int8_t power)'],['../class_l_r11x0.html#a549ecc907732bca96dab27c433928740',1,'LR11x0::setOutputPower(int8_t power, bool forceHighPower)'],['../classn_r_f24.html#ad9859fa54aed7d3cd82839bad9d7d33a',1,'nRF24::setOutputPower()'],['../class_r_f69.html#a721094611fa375e73bd0332ab2d7d113',1,'RF69::setOutputPower()'],['../class_si4430.html#af8d615431bf66e06b45487f3fff73d16',1,'Si4430::setOutputPower()'],['../class_si4431.html#a4da296b35056e076ff69a288bd801d19',1,'Si4431::setOutputPower()'],['../class_si4432.html#a8b26e2c86a9e5e8f6405f0a57b65caca',1,'Si4432::setOutputPower()'],['../class_s_t_m32_w_lx.html#a9afbde1c466907598974cc3923784c5b',1,'STM32WLx::setOutputPower()'],['../class_s_x1261.html#a3d197bb8a301f3594c7bfa1c9375aef1',1,'SX1261::setOutputPower()'],['../class_s_x1268.html#a6b6adaee1c8d76c3d766225298d84709',1,'SX1268::setOutputPower()'],['../class_s_x1272.html#aec51f08c0902145ff5f11e27e7cab638',1,'SX1272::setOutputPower(int8_t power) override'],['../class_s_x1272.html#a03f7073d710f18aad79b7d46f2fda659',1,'SX1272::setOutputPower(int8_t power, bool useRfo)'],['../class_s_x1278.html#a69abc18e7fa0055e6b80024e8cde7db4',1,'SX1278::setOutputPower(int8_t power) override'],['../class_s_x1278.html#aca58a6c2e8fcef6414fdf3bc1eb62082',1,'SX1278::setOutputPower(int8_t power, bool useRfo)'],['../class_s_x128x.html#ad988727ea6c9b4e11562651d312514c0',1,'SX128x::setOutputPower()'],['../class_physical_layer.html#ad2286dc78dbf8e3084f38e9159b99ae5',1,'PhysicalLayer::setOutputPower()'],['../class_s_x1262.html#aa455a7f0e69abdcca55cf35388d9dc52',1,'SX1262::setOutputPower()']]],
+ ['setpacketreceivedaction_474',['setPacketReceivedAction',['../class_s_t_m32_w_lx.html#ad23dafdeb21b97165be74ef8f093866c',1,'STM32WLx::setPacketReceivedAction()'],['../class_physical_layer.html#aec928bb26f65752aa20cd236fbabb95c',1,'PhysicalLayer::setPacketReceivedAction()'],['../class_s_x128x.html#a697880c42c4b1def04c8fe7f3a023ffb',1,'SX128x::setPacketReceivedAction()'],['../class_s_x127x.html#ad63322c9c58dd82e4b9982f10e546f33',1,'SX127x::setPacketReceivedAction()'],['../class_s_x126x.html#a7603aa60ae8d975eb262a4b7e2aed1d0',1,'SX126x::setPacketReceivedAction()'],['../class_si443x.html#a2badfa5db1ae5b9ec26ad7a8b3cab167',1,'Si443x::setPacketReceivedAction()'],['../class_r_f69.html#ac8bff26070735a733a24146d414c3c5f',1,'RF69::setPacketReceivedAction()'],['../classn_r_f24.html#a08b90ae895a6a45bceb11f67237245b4',1,'nRF24::setPacketReceivedAction()'],['../class_l_r11x0.html#a0a4d48bf33fe466ea4c14cd9db228dce',1,'LR11x0::setPacketReceivedAction()'],['../class_c_c1101.html#a29a16e8ed85432c6fae8d9e45399de6e',1,'CC1101::setPacketReceivedAction(void(*func)(void)) override']]],
+ ['setpacketsentaction_475',['setPacketSentAction',['../class_c_c1101.html#a336999da23e554073a9fa628131883f5',1,'CC1101::setPacketSentAction()'],['../class_l_r11x0.html#a88ff8c277e340c3273fb5715cd743cce',1,'LR11x0::setPacketSentAction()'],['../classn_r_f24.html#a8e00d6729ee3c869cda8ccb5ae15ba27',1,'nRF24::setPacketSentAction()'],['../class_r_f69.html#a27fad7a67c4239c19bd94d1ccfb493ca',1,'RF69::setPacketSentAction()'],['../class_si443x.html#aa55274bb345f178328ea2a674621fc84',1,'Si443x::setPacketSentAction()'],['../class_s_t_m32_w_lx.html#a7c0e3aef03f0b6834d0465d8f8568c32',1,'STM32WLx::setPacketSentAction()'],['../class_s_x126x.html#ac79f7ebab97ae91fff6933be3207c873',1,'SX126x::setPacketSentAction()'],['../class_s_x127x.html#a91476a51019910b958f464e73ba797c5',1,'SX127x::setPacketSentAction()'],['../class_s_x128x.html#acaa115bb9eb3d325d6baba1f578d678b',1,'SX128x::setPacketSentAction()'],['../class_physical_layer.html#a32b512b34f6575b2109ae3c3f35d1369',1,'PhysicalLayer::setPacketSentAction()']]],
['setpaconfig_476',['setPaConfig',['../class_s_x126x.html#a1623e7d5450c97ca092913ad79d62208',1,'SX126x']]],
['setparamptime_477',['setPaRampTime',['../class_s_x126x.html#ad90a56cb55c5bb64037a0d412d84a80d',1,'SX126x']]],
['setpreamblelength_478',['setPreambleLength',['../class_c_c1101.html#ae77c828c9c7cc12012fe011e8c4d3570',1,'CC1101::setPreambleLength()'],['../class_l_r11x0.html#aa5d7ae65666f8f9abcb7e9b169884a4a',1,'LR11x0::setPreambleLength()'],['../class_r_f69.html#a7c84b3f881cad6e05b0f4f68c24496d9',1,'RF69::setPreambleLength()'],['../class_si443x.html#a4821a6141caf16141074615c976ecd91',1,'Si443x::setPreambleLength()'],['../class_s_x126x.html#ad6274222ccf534e98e3cd17dfa1520d4',1,'SX126x::setPreambleLength()'],['../class_s_x127x.html#a844499bace6ae001446d71bee2877656',1,'SX127x::setPreambleLength()'],['../class_s_x128x.html#a1984a405262f155f16a4759c5f6b0133',1,'SX128x::setPreambleLength()'],['../class_physical_layer.html#a85db1ff64e6c56e054f276c511194633',1,'PhysicalLayer::setPreambleLength()']]],
@@ -143,7 +143,7 @@ var searchData=
['startchannelscan_540',['startChannelScan',['../class_s_x127x.html#a6fa5723724393576ed597509200e17d1',1,'SX127x::startChannelScan()'],['../class_s_x126x.html#aff8ec92d828421564322f13fb1c90223',1,'SX126x::startChannelScan(uint8_t symbolNum, uint8_t detPeak, uint8_t detMin)'],['../class_s_x126x.html#a001c4637f01ed6f0216cd6c4d7e10da3',1,'SX126x::startChannelScan() override'],['../class_l_r11x0.html#aa09eb53b0c32a5f229e14c46bfe45a4f',1,'LR11x0::startChannelScan(uint8_t symbolNum, uint8_t detPeak, uint8_t detMin)'],['../class_l_r11x0.html#a4f3bc362530b85dd643669705f03998d',1,'LR11x0::startChannelScan() override'],['../class_s_x128x.html#a948156af6e886bc46a6c6c5fb10a087a',1,'SX128x::startChannelScan()'],['../class_physical_layer.html#ae30dfbb5445bb674898fc54f5f90b2f9',1,'PhysicalLayer::startChannelScan()']]],
['startdirect_541',['startDirect',['../class_physical_layer.html#a88a10657bd2215a11a2331f937414b55',1,'PhysicalLayer']]],
['startranging_542',['startRanging',['../class_s_x1280.html#a78cebe909fb2776f11f6c50f4f241c10',1,'SX1280']]],
- ['startreceive_543',['startReceive',['../class_l_r11x0.html#aabc154b86d9159fb5f769f62418d52b7',1,'LR11x0::startReceive()'],['../class_c_c1101.html#ae71e947abf6a07b194c6c6d64fd3eb19',1,'CC1101::startReceive() override'],['../class_c_c1101.html#ad4d274deead2f6ce270810e4cb5b24d2',1,'CC1101::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len) override'],['../class_s_x127x.html#ae274d8640bba5c22217db120c51c6bb8',1,'SX127x::startReceive()'],['../class_l_r11x0.html#a437eaf0e0541983751abd28db45efea8',1,'LR11x0::startReceive()'],['../classn_r_f24.html#af4f443da5d90e032e5f2f65420515f9c',1,'nRF24::startReceive()'],['../classn_r_f24.html#ad672f45f73267249265044063e19b4fa',1,'nRF24::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len)'],['../class_r_f69.html#afae38fa64242043de34096bf497725f1',1,'RF69::startReceive()'],['../class_r_f69.html#ae8b6f87d4b798dc8fcda07bfa5af5a66',1,'RF69::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len)'],['../class_si443x.html#a10f886fc534a85bbf8c1aeb9b5ffe4f2',1,'Si443x::startReceive()'],['../class_si443x.html#a1070a6cde04a01d4a35da670f65ce539',1,'Si443x::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len)'],['../class_s_x126x.html#a16e8b271dc5e9af3015dd2901153cbde',1,'SX126x::startReceive()'],['../class_s_x126x.html#a0d5ce0a8d2a5b275676d9d98124312ce',1,'SX126x::startReceive(uint32_t timeout, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE, size_t len=0)'],['../class_s_x127x.html#ae90a5df2d414dfcafd1e3b8aa790f9fd',1,'SX127x::startReceive()'],['../class_s_x127x.html#aa77da235ab59a5066fc51418d4344a02',1,'SX127x::startReceive(uint8_t len, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS)'],['../class_s_x128x.html#a776286e4a267d1d71531bc9df7aa4276',1,'SX128x::startReceive()'],['../class_pager_client.html#ac232570ac012ff315a1971ab0422fed3',1,'PagerClient::startReceive(uint32_t pin, uint32_t addr, uint32_t mask=0xFFFFF)'],['../class_pager_client.html#a9c0f13846fbc333a35a16a98b6575ca6',1,'PagerClient::startReceive(uint32_t pin, uint32_t *addrs, uint32_t *masks, size_t numAddress)'],['../class_physical_layer.html#a18664ad615c5507ff1690baaca90b094',1,'PhysicalLayer::startReceive()'],['../class_physical_layer.html#a13dbafeeb9dd9ede72cc4d907738ac48',1,'PhysicalLayer::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len)'],['../class_s_x128x.html#afe700968c1e02e335c389b59d950ca39',1,'SX128x::startReceive()']]],
+ ['startreceive_543',['startReceive',['../class_l_r11x0.html#aabc154b86d9159fb5f769f62418d52b7',1,'LR11x0::startReceive()'],['../class_c_c1101.html#ae71e947abf6a07b194c6c6d64fd3eb19',1,'CC1101::startReceive() override'],['../class_c_c1101.html#ad4d274deead2f6ce270810e4cb5b24d2',1,'CC1101::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len) override'],['../class_s_x127x.html#ae274d8640bba5c22217db120c51c6bb8',1,'SX127x::startReceive()'],['../class_l_r11x0.html#a437eaf0e0541983751abd28db45efea8',1,'LR11x0::startReceive()'],['../classn_r_f24.html#af4f443da5d90e032e5f2f65420515f9c',1,'nRF24::startReceive()'],['../classn_r_f24.html#ad672f45f73267249265044063e19b4fa',1,'nRF24::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len)'],['../class_r_f69.html#afae38fa64242043de34096bf497725f1',1,'RF69::startReceive()'],['../class_r_f69.html#ae8b6f87d4b798dc8fcda07bfa5af5a66',1,'RF69::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len)'],['../class_si443x.html#a10f886fc534a85bbf8c1aeb9b5ffe4f2',1,'Si443x::startReceive()'],['../class_si443x.html#a1070a6cde04a01d4a35da670f65ce539',1,'Si443x::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len)'],['../class_s_x126x.html#a66ad433561b02fe61b09afd735ce56cc',1,'SX126x::startReceive() override'],['../class_s_x126x.html#a0d5ce0a8d2a5b275676d9d98124312ce',1,'SX126x::startReceive(uint32_t timeout, uint16_t irqFlags=RADIOLIB_SX126X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX126X_IRQ_RX_DONE, size_t len=0)'],['../class_s_x127x.html#ae90a5df2d414dfcafd1e3b8aa790f9fd',1,'SX127x::startReceive()'],['../class_s_x127x.html#aa77da235ab59a5066fc51418d4344a02',1,'SX127x::startReceive(uint8_t len, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS)'],['../class_s_x128x.html#a776286e4a267d1d71531bc9df7aa4276',1,'SX128x::startReceive()'],['../class_pager_client.html#ac232570ac012ff315a1971ab0422fed3',1,'PagerClient::startReceive(uint32_t pin, uint32_t addr, uint32_t mask=0xFFFFF)'],['../class_pager_client.html#a9c0f13846fbc333a35a16a98b6575ca6',1,'PagerClient::startReceive(uint32_t pin, uint32_t *addrs, uint32_t *masks, size_t numAddress)'],['../class_physical_layer.html#a18664ad615c5507ff1690baaca90b094',1,'PhysicalLayer::startReceive()'],['../class_physical_layer.html#a13dbafeeb9dd9ede72cc4d907738ac48',1,'PhysicalLayer::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len)'],['../class_s_x128x.html#afe700968c1e02e335c389b59d950ca39',1,'SX128x::startReceive()']]],
['startreceivedutycycle_544',['startReceiveDutyCycle',['../class_s_x126x.html#a5b4f8a41b593436b8c7a2a2d46ac387e',1,'SX126x']]],
['startreceivedutycycleauto_545',['startReceiveDutyCycleAuto',['../class_s_x126x.html#a077f180905ce4818cbdacad0cd9fe841',1,'SX126x']]],
['startsignal_546',['startSignal',['../class_morse_client.html#a3c718208786f8fe55f30eee990ec28e3',1,'MorseClient']]],
diff --git a/search/all_2.js b/search/all_2.js
index 814683bf..0da50c91 100644
--- a/search/all_2.js
+++ b/search/all_2.js
@@ -1,15 +1,15 @@
var searchData=
[
- ['calculaterxtimeout_25',['calculateRxTimeout',['../class_s_x126x.html#aba074a439b326bf413da8e3ad2bcf256',1,'SX126x::calculateRxTimeout()'],['../class_s_x127x.html#ae98f0c8bef0f49cccc87992639827612',1,'SX127x::calculateRxTimeout()'],['../class_physical_layer.html#a7f8d12a90158864a8ebc471b0ec89dc9',1,'PhysicalLayer::calculateRxTimeout()']]],
+ ['calculaterxtimeout_25',['calculateRxTimeout',['../class_s_x126x.html#a19f3c26d7a7959e302fc8174fc88a6d4',1,'SX126x::calculateRxTimeout()'],['../class_s_x127x.html#ae98f0c8bef0f49cccc87992639827612',1,'SX127x::calculateRxTimeout()'],['../class_physical_layer.html#a7f8d12a90158864a8ebc471b0ec89dc9',1,'PhysicalLayer::calculateRxTimeout()']]],
['calibrateimagerejection_26',['calibrateImageRejection',['../class_s_x126x.html#aa3c90f19cd141738ff013ae72f78f1bb',1,'SX126x']]],
['cc1101_27',['CC1101',['../class_c_c1101.html',1,'CC1101'],['../class_c_c1101.html#a6807e4254c4b55fa8d393b2bf8f2db3e',1,'CC1101::CC1101()']]],
['channelfreq_28',['channelFreq',['../struct_l_r11x0_wifi_result__t.html#a520382420ad088ac1ace3754192cbfeb',1,'LR11x0WifiResult_t']]],
['checkdatarate_29',['checkDataRate',['../class_l_l_c_c68.html#a708183645ec0b9fec54d6369e7b1345f',1,'LLCC68::checkDataRate()'],['../class_l_r11x0.html#a4d18ad719be79c083f2b0ce77bbaa448',1,'LR11x0::checkDataRate()'],['../class_s_x126x.html#a75c8d32cee712e0c940163446b98e587',1,'SX126x::checkDataRate()'],['../class_s_x1272.html#a2a36487740f15731c6e508428e4b11f0',1,'SX1272::checkDataRate()'],['../class_s_x1273.html#a5eae1e82596f3a6c4c926c381c2737a7',1,'SX1273::checkDataRate()'],['../class_s_x1277.html#aef5d9e27edc2173d1b4cc1cb0d9733bc',1,'SX1277::checkDataRate()'],['../class_s_x1278.html#a7f238fd38f436d9e86aa92a387d48467',1,'SX1278::checkDataRate()'],['../class_physical_layer.html#a58d54eeb40fb586013ba48e15318abba',1,'PhysicalLayer::checkDataRate()']]],
- ['checkoutputpower_30',['checkOutputPower',['../class_s_x1272.html#a2510072152c936d9f62557f46a4248d0',1,'SX1272::checkOutputPower()'],['../class_physical_layer.html#a1784cb227d04b3f2846625fda6797536',1,'PhysicalLayer::checkOutputPower()'],['../class_s_x128x.html#a6c9116b17c5f795c874c48f6d0b6fbb7',1,'SX128x::checkOutputPower()'],['../class_s_x1278.html#ac6146c2a3d0a35662312165325fd97f8',1,'SX1278::checkOutputPower(int8_t power, int8_t *clipped, bool useRfo)'],['../class_s_x1278.html#aac7b585c4a616a1cd6f89a8b46a7d9f8',1,'SX1278::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_s_x1272.html#a1e39e8e3b228ca9a805f41a9bbf86c64',1,'SX1272::checkOutputPower()'],['../class_s_x1262.html#abe9f684559042326f359a59e8061157c',1,'SX1262::checkOutputPower()'],['../class_s_x1261.html#ad4659228f61b2c62803f95b3cdbede7d',1,'SX1261::checkOutputPower()'],['../class_l_r11x0.html#aede2a1dd742516423d89c2e0645297e7',1,'LR11x0::checkOutputPower(int8_t power, int8_t *clipped, bool forceHighPower)'],['../class_l_r11x0.html#a681b20613f9213e98096f0407f8e418d',1,'LR11x0::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_c_c1101.html#aa86c74ed4339b70be6950e9f92be1d81',1,'CC1101::checkOutputPower(int8_t power, int8_t *clipped, uint8_t *raw)'],['../class_c_c1101.html#ab500e75fcf63f123eb3945925f361bd0',1,'CC1101::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_s_x1268.html#a6026252eb8fb880d7f419f7ef3eb04a2',1,'SX1268::checkOutputPower()']]],
+ ['checkoutputpower_30',['checkOutputPower',['../class_s_x1272.html#a2510072152c936d9f62557f46a4248d0',1,'SX1272::checkOutputPower()'],['../class_physical_layer.html#a1784cb227d04b3f2846625fda6797536',1,'PhysicalLayer::checkOutputPower()'],['../class_s_x128x.html#a6c9116b17c5f795c874c48f6d0b6fbb7',1,'SX128x::checkOutputPower()'],['../class_s_x1278.html#ac6146c2a3d0a35662312165325fd97f8',1,'SX1278::checkOutputPower(int8_t power, int8_t *clipped, bool useRfo)'],['../class_s_x1278.html#aac7b585c4a616a1cd6f89a8b46a7d9f8',1,'SX1278::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_s_x1272.html#a1e39e8e3b228ca9a805f41a9bbf86c64',1,'SX1272::checkOutputPower()'],['../class_s_x1262.html#a33c304c19634a905c7318d9ca88f4e93',1,'SX1262::checkOutputPower()'],['../class_s_x1261.html#ae8e9968a9ee1c2199ed9f968d8f4e3b1',1,'SX1261::checkOutputPower()'],['../class_l_r11x0.html#aede2a1dd742516423d89c2e0645297e7',1,'LR11x0::checkOutputPower(int8_t power, int8_t *clipped, bool forceHighPower)'],['../class_l_r11x0.html#a681b20613f9213e98096f0407f8e418d',1,'LR11x0::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_c_c1101.html#aa86c74ed4339b70be6950e9f92be1d81',1,'CC1101::checkOutputPower(int8_t power, int8_t *clipped, uint8_t *raw)'],['../class_c_c1101.html#ab500e75fcf63f123eb3945925f361bd0',1,'CC1101::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_s_x1268.html#ae1b1f56336fcef9ce31d9408fbbbfe3c',1,'SX1268::checkOutputPower()']]],
['checkstatuscb_31',['checkStatusCb',['../struct_module_1_1_s_p_i_config__t.html#ac1e7f50d134ec054ed2074b846f1124e',1,'Module::SPIConfig_t']]],
['checksum_32',['checksum',['../class_radio_lib_c_r_c.html#a3700c124b0edb1882c9ea131c5b43d1d',1,'RadioLibCRC']]],
['cid_33',['cid',['../struct_lo_ra_w_a_n_mac_spec__t.html#a1b106b73be8b6ae35fda3e0d90795fe9',1,'LoRaWANMacSpec_t::cid()'],['../struct_lo_ra_w_a_n_mac_command__t.html#aa41a9955ac6f0fad60b4990955e40834',1,'LoRaWANMacCommand_t::cid()']]],
- ['clearchannelscanaction_34',['clearChannelScanAction',['../class_s_t_m32_w_lx.html#a934602154a34e45d010c5a29241a2b13',1,'STM32WLx::clearChannelScanAction()'],['../class_s_x126x.html#a7fe0afde9d35c1f860bfc6bf63e8f11e',1,'SX126x::clearChannelScanAction()'],['../class_s_x127x.html#a703bf22070d42871bb2f9b0c4917c093',1,'SX127x::clearChannelScanAction()'],['../class_physical_layer.html#a169a4d04c5c50d3336e274d70930d9f6',1,'PhysicalLayer::clearChannelScanAction()']]],
+ ['clearchannelscanaction_34',['clearChannelScanAction',['../class_s_t_m32_w_lx.html#a366a83d5f5ed02859717a83c21768378',1,'STM32WLx::clearChannelScanAction()'],['../class_s_x126x.html#a37dab0ab3c4cab82e367971fc31588a6',1,'SX126x::clearChannelScanAction()'],['../class_s_x127x.html#a703bf22070d42871bb2f9b0c4917c093',1,'SX127x::clearChannelScanAction()'],['../class_physical_layer.html#a169a4d04c5c50d3336e274d70930d9f6',1,'PhysicalLayer::clearChannelScanAction()']]],
['cleardio0action_35',['clearDio0Action',['../class_r_f69.html#a9721d2a3ed9fa8dd878575d71d5a4942',1,'RF69::clearDio0Action()'],['../class_s_x127x.html#a729b4f3f36096b5b15bae19c7876e823',1,'SX127x::clearDio0Action()']]],
['cleardio1action_36',['clearDio1Action',['../class_s_x128x.html#ab8a3fe8e2843fa039ef369668f1a423f',1,'SX128x::clearDio1Action()'],['../class_s_x127x.html#a9b6532a25e1730973ac08146008adca5',1,'SX127x::clearDio1Action()'],['../class_s_t_m32_w_lx.html#a54130403f6afbb0924da17c28afb17fc',1,'STM32WLx::clearDio1Action()'],['../class_r_f69.html#ade1f9a7a603d712c480ed5e9a8d1bf51',1,'RF69::clearDio1Action()'],['../class_s_x126x.html#a6848afe4c16a47edb3e0b342a86ecdfd',1,'SX126x::clearDio1Action()']]],
['clearfhssint_37',['clearFHSSInt',['../class_s_x127x.html#a41089d9e5b45217d3e31ac22b5326b66',1,'SX127x']]],
@@ -18,8 +18,8 @@ var searchData=
['cleargdo0action_40',['clearGdo0Action',['../class_c_c1101.html#ab5e6b3745f80cf61e1ced33303311df8',1,'CC1101']]],
['cleargdo2action_41',['clearGdo2Action',['../class_c_c1101.html#ac7a8b1fe7d08dc6db20cf1569b0d37b4',1,'CC1101']]],
['clearirqaction_42',['clearIrqAction',['../class_l_r11x0.html#ab167c4dc14e80d19f8b33d68c3f90d98',1,'LR11x0::clearIrqAction()'],['../classn_r_f24.html#aaf5887fe58c4d542cbed80482de1d42d',1,'nRF24::clearIrqAction()'],['../class_si443x.html#a8d019f58551346c3f3bd8b72d2486109',1,'Si443x::clearIrqAction()']]],
- ['clearpacketreceivedaction_43',['clearPacketReceivedAction',['../class_physical_layer.html#a7edf27f03600b96f72f011fc82fa4ef9',1,'PhysicalLayer::clearPacketReceivedAction()'],['../class_s_x128x.html#a20b21a4f804b148fede4b7199c4d1e71',1,'SX128x::clearPacketReceivedAction()'],['../class_s_x127x.html#a098baa351e38f3b4caa19a362bc190d4',1,'SX127x::clearPacketReceivedAction()'],['../class_s_x126x.html#acd0306b28b4ce36bab5fc0199aef90f2',1,'SX126x::clearPacketReceivedAction()'],['../class_s_t_m32_w_lx.html#aa910c9bd9ebca6e5eed4192c3b7a2e04',1,'STM32WLx::clearPacketReceivedAction()'],['../class_r_f69.html#ac302d3524dc802467a7ce91b2223db90',1,'RF69::clearPacketReceivedAction()'],['../classn_r_f24.html#a4295cfbfe05ec696aae680593f63ff7b',1,'nRF24::clearPacketReceivedAction()'],['../class_l_r11x0.html#a66a2afc6cef1e94e25efec15094816a8',1,'LR11x0::clearPacketReceivedAction()'],['../class_c_c1101.html#a0221c4fe494a590cc9714e4752675d61',1,'CC1101::clearPacketReceivedAction()'],['../class_si443x.html#a63a8bb675e7a0b54c493caa30adeb37e',1,'Si443x::clearPacketReceivedAction()']]],
- ['clearpacketsentaction_44',['clearPacketSentAction',['../class_s_x127x.html#a56f45da4853eac1e9f6e753129d9e416',1,'SX127x::clearPacketSentAction()'],['../class_physical_layer.html#a67ee4ec36f352d06dda0102260f6bfce',1,'PhysicalLayer::clearPacketSentAction()'],['../class_s_x128x.html#a86000239b7f9871168fdfa8f8c73b377',1,'SX128x::clearPacketSentAction()'],['../class_s_x126x.html#a0ffc659019932dbf1fda881710054cfb',1,'SX126x::clearPacketSentAction()'],['../class_s_t_m32_w_lx.html#adb1ebf024255f5e14e6f0477c0113945',1,'STM32WLx::clearPacketSentAction()'],['../class_si443x.html#a1835741ed147e575f9c03cf14c3b765e',1,'Si443x::clearPacketSentAction()'],['../class_r_f69.html#a3a8be5bcc37d3e4f5ac2d0310c8bac12',1,'RF69::clearPacketSentAction()'],['../classn_r_f24.html#a5ae45ceec01854226ecce0320f1051e2',1,'nRF24::clearPacketSentAction()'],['../class_l_r11x0.html#acd69e3b8825309703e13149b94e49d81',1,'LR11x0::clearPacketSentAction()'],['../class_c_c1101.html#a2791ebc7fe71626407278de5852b492f',1,'CC1101::clearPacketSentAction()']]],
+ ['clearpacketreceivedaction_43',['clearPacketReceivedAction',['../class_physical_layer.html#a7edf27f03600b96f72f011fc82fa4ef9',1,'PhysicalLayer::clearPacketReceivedAction()'],['../class_s_x128x.html#a20b21a4f804b148fede4b7199c4d1e71',1,'SX128x::clearPacketReceivedAction()'],['../class_s_x127x.html#a098baa351e38f3b4caa19a362bc190d4',1,'SX127x::clearPacketReceivedAction()'],['../class_s_x126x.html#a56f88f6a2b88ae6dbd3ad04b1950e7b2',1,'SX126x::clearPacketReceivedAction()'],['../class_s_t_m32_w_lx.html#aad377b018cf65ceb6b23cac523ba96b4',1,'STM32WLx::clearPacketReceivedAction()'],['../class_r_f69.html#ac302d3524dc802467a7ce91b2223db90',1,'RF69::clearPacketReceivedAction()'],['../classn_r_f24.html#a4295cfbfe05ec696aae680593f63ff7b',1,'nRF24::clearPacketReceivedAction()'],['../class_l_r11x0.html#a66a2afc6cef1e94e25efec15094816a8',1,'LR11x0::clearPacketReceivedAction()'],['../class_c_c1101.html#a0221c4fe494a590cc9714e4752675d61',1,'CC1101::clearPacketReceivedAction()'],['../class_si443x.html#a63a8bb675e7a0b54c493caa30adeb37e',1,'Si443x::clearPacketReceivedAction()']]],
+ ['clearpacketsentaction_44',['clearPacketSentAction',['../class_s_x127x.html#a56f45da4853eac1e9f6e753129d9e416',1,'SX127x::clearPacketSentAction()'],['../class_physical_layer.html#a67ee4ec36f352d06dda0102260f6bfce',1,'PhysicalLayer::clearPacketSentAction()'],['../class_s_x128x.html#a86000239b7f9871168fdfa8f8c73b377',1,'SX128x::clearPacketSentAction()'],['../class_s_x126x.html#af38ba3d27ab2ac10c703eefa1c428913',1,'SX126x::clearPacketSentAction()'],['../class_s_t_m32_w_lx.html#ac11d53d29bf5a845e3797ba6bb875930',1,'STM32WLx::clearPacketSentAction()'],['../class_si443x.html#a1835741ed147e575f9c03cf14c3b765e',1,'Si443x::clearPacketSentAction()'],['../class_r_f69.html#a3a8be5bcc37d3e4f5ac2d0310c8bac12',1,'RF69::clearPacketSentAction()'],['../classn_r_f24.html#a5ae45ceec01854226ecce0320f1051e2',1,'nRF24::clearPacketSentAction()'],['../class_l_r11x0.html#acd69e3b8825309703e13149b94e49d81',1,'LR11x0::clearPacketSentAction()'],['../class_c_c1101.html#a2791ebc7fe71626407278de5852b492f',1,'CC1101::clearPacketSentAction()']]],
['clearwifiscanaction_45',['clearWiFiScanAction',['../class_l_r11x0.html#ad5876b44020a0bd59f73186a912dbb60',1,'LR11x0']]],
['cmds_46',['cmds',['../struct_module_1_1_s_p_i_config__t.html#a57ecca17835380862426d3cf38561185',1,'Module::SPIConfig_t']]],
['codingrate_47',['codingRate',['../struct_lo_ra_rate__t.html#ae382629257949329b2fcb01d565183df',1,'LoRaRate_t']]],
diff --git a/search/all_6.js b/search/all_6.js
index 2ccc7fad..fcf3b992 100644
--- a/search/all_6.js
+++ b/search/all_6.js
@@ -36,7 +36,7 @@ var searchData=
['getrangingresult_150',['getRangingResult',['../class_s_x1280.html#a91f4f241f02cd4e79d15a9ba08eb1e8f',1,'SX1280']]],
['getrssi_151',['getRSSI',['../class_s_x126x.html#afabefb1b214411198f3537e8afce898f',1,'SX126x::getRSSI()'],['../class_physical_layer.html#aabc94ab27a9ee6daaafa9b47dde5f75b',1,'PhysicalLayer::getRSSI()'],['../class_s_x128x.html#a94d3003277925e2dc3372548b3311008',1,'SX128x::getRSSI()'],['../class_s_x1278.html#ab17357254073baeb7490c98faf10d991',1,'SX1278::getRSSI(bool packet, bool skipReceive=false)'],['../class_s_x1278.html#a0b1fe4d0b1acfa454d7bab59cdf319fe',1,'SX1278::getRSSI()'],['../class_s_x1272.html#a171656d12a9909bbb04fc81be86ec2a6',1,'SX1272::getRSSI(bool packet, bool skipReceive=false)'],['../class_s_x1272.html#af5a7dee50a1a7d8261bc62bb869cda92',1,'SX1272::getRSSI()'],['../class_r_f69.html#ac4fc3f2b178ef08caec3a9f548f44cd7',1,'RF69::getRSSI()'],['../class_l_r11x0.html#a468ee0182883d8af22a0a4202ef7baa5',1,'LR11x0::getRSSI()'],['../class_c_c1101.html#ab80835be83e5a43010afe4e8185114eb',1,'CC1101::getRSSI()']]],
['getrst_152',['getRst',['../class_module.html#ad6cddbf3aebec9717a1a381dd81ad398',1,'Module']]],
- ['getsnr_153',['getSNR',['../class_s_x126x.html#ae36823d3539667bdf7d2f073bd4fa1ca',1,'SX126x::getSNR()'],['../class_physical_layer.html#aedddaf9460941b90e43e9005035faa0f',1,'PhysicalLayer::getSNR()'],['../class_s_x128x.html#a89ebf1f4f227cd35c0799c06d5d9c1d2',1,'SX128x::getSNR()'],['../class_l_r11x0.html#ad4f32509aea96de6a7ec08a8e60a6bea',1,'LR11x0::getSNR()'],['../class_s_x127x.html#abc5069b39dc31b637ee561d5745e1deb',1,'SX127x::getSNR()']]],
+ ['getsnr_153',['getSNR',['../class_s_x126x.html#a59b761a67d15cdbfdccd6a759f464d00',1,'SX126x::getSNR()'],['../class_physical_layer.html#aedddaf9460941b90e43e9005035faa0f',1,'PhysicalLayer::getSNR()'],['../class_s_x128x.html#a89ebf1f4f227cd35c0799c06d5d9c1d2',1,'SX128x::getSNR()'],['../class_l_r11x0.html#ad4f32509aea96de6a7ec08a8e60a6bea',1,'LR11x0::getSNR()'],['../class_s_x127x.html#abc5069b39dc31b637ee561d5745e1deb',1,'SX127x::getSNR()']]],
['getstatus_154',['getStatus',['../classn_r_f24.html#a3f0b08fd8e58db36f6c1926cc3eac6a9',1,'nRF24']]],
['gettemperature_155',['getTemperature',['../class_r_f69.html#a0526ce6ea3722fd258f96d9677a60853',1,'RF69']]],
['gettempraw_156',['getTempRaw',['../class_s_x127x.html#a95bc32a555675879ad9e2a9e399dc6c1',1,'SX127x']]],
diff --git a/search/all_8.js b/search/all_8.js
index e5f14c23..f433dc44 100644
--- a/search/all_8.js
+++ b/search/all_8.js
@@ -9,9 +9,9 @@ var searchData=
['invertiq_175',['invertIQ',['../class_l_r11x0.html#af85c16956c2250dbf338a298c074d28c',1,'LR11x0::invertIQ()'],['../class_physical_layer.html#a11b4c6d0bf3ae7b9ca04e9434180feab',1,'PhysicalLayer::invertIQ()'],['../class_s_x128x.html#a1463f0769b815e95d789fd708dc2ffe6',1,'SX128x::invertIQ()'],['../class_s_x127x.html#a363a436978ba990e1bf7d73f648ad7e9',1,'SX127x::invertIQ()'],['../class_s_x126x.html#a269c8e4ae0d21af88e9422ccf9708c1e',1,'SX126x::invertIQ()']]],
['invertpreamble_176',['invertPreamble',['../class_s_x127x.html#a5b79dae55315cdf25e530db77eeb140f',1,'SX127x']]],
['ioreg_177',['ioReg',['../struct_l_r11x0_wifi_result_extended__t.html#af9391a0e26fc6ef4cc1a5f5c61689409',1,'LR11x0WifiResultExtended_t']]],
- ['irqrxdonerxtimeout_178',['irqRxDoneRxTimeout',['../class_s_x126x.html#a16a4433b9bebac0aa867e31a74dc258a',1,'SX126x::irqRxDoneRxTimeout()'],['../class_s_x127x.html#a399911660ab71520bbda77a6431be8ae',1,'SX127x::irqRxDoneRxTimeout()'],['../class_physical_layer.html#a1d1fe00d107bbc23b0315fd442bc3292',1,'PhysicalLayer::irqRxDoneRxTimeout()']]],
+ ['irqrxdonerxtimeout_178',['irqRxDoneRxTimeout',['../class_s_x126x.html#aa838526a79ff6928cba6cf64e5707187',1,'SX126x::irqRxDoneRxTimeout()'],['../class_s_x127x.html#a399911660ab71520bbda77a6431be8ae',1,'SX127x::irqRxDoneRxTimeout()'],['../class_physical_layer.html#a1d1fe00d107bbc23b0315fd442bc3292',1,'PhysicalLayer::irqRxDoneRxTimeout()']]],
['iscarrierdetected_179',['isCarrierDetected',['../classn_r_f24.html#ad9204ee787b425e2c9e8422bb7939a37',1,'nRF24']]],
['isjoined_180',['isJoined',['../class_lo_ra_w_a_n_node.html#af7a8ae58391e00b5fcb99f01832cc4fc',1,'LoRaWANNode']]],
- ['isrxtimeout_181',['isRxTimeout',['../class_s_x126x.html#a4fc7d4fc9da64e5cd2517d3432ee6ffe',1,'SX126x::isRxTimeout()'],['../class_s_x127x.html#a09bb29746b5de2d1aa88a6778450306e',1,'SX127x::isRxTimeout()'],['../class_physical_layer.html#acb8d8182a32439fe91f2806d73e629f4',1,'PhysicalLayer::isRxTimeout()']]],
+ ['isrxtimeout_181',['isRxTimeout',['../class_s_x126x.html#a34aea9413d71676c7a60fcf24017694a',1,'SX126x::isRxTimeout()'],['../class_s_x127x.html#a09bb29746b5de2d1aa88a6778450306e',1,'SX127x::isRxTimeout()'],['../class_physical_layer.html#acb8d8182a32439fe91f2806d73e629f4',1,'PhysicalLayer::isRxTimeout()']]],
['ita2string_182',['ITA2String',['../class_i_t_a2_string.html',1,'ITA2String'],['../class_i_t_a2_string.html#addb6c39167aa5da53fb72e9a94c9c8f5',1,'ITA2String::ITA2String(char c)'],['../class_i_t_a2_string.html#a92ca563bdc2ae4d05ee91ce9372e7a55',1,'ITA2String::ITA2String(const char *str)']]]
];
diff --git a/search/all_f.js b/search/all_f.js
index dc8c3284..d54db2f7 100644
--- a/search/all_f.js
+++ b/search/all_f.js
@@ -112,12 +112,12 @@ var searchData=
['radiolibprint_362',['RadioLibPrint',['../class_radio_lib_print.html',1,'']]],
['radiolibtime_5ft_363',['RadioLibTime_t',['../group__typedefs.html#ga210f31dd2bff7fb80563275648a5bbbd',1,'TypeDef.h']]],
['random_364',['random',['../class_physical_layer.html#acd9171bd71aa80fb86113b612c42de53',1,'PhysicalLayer::random(int32_t max)'],['../class_physical_layer.html#a76113e10481743094a1cd0280692b0a9',1,'PhysicalLayer::random(int32_t min, int32_t max)']]],
- ['randombyte_365',['randomByte',['../class_si443x.html#a74848176d435227e601c86ff37b0edbe',1,'Si443x::randomByte()'],['../class_physical_layer.html#a1a5985308904261dd431f373d47ddee4',1,'PhysicalLayer::randomByte()'],['../class_s_x128x.html#a95637e8addc48b0e1c30c2cf6f54354a',1,'SX128x::randomByte()'],['../class_s_x127x.html#a68cba1ff1e6bfd9b3034c97f3932e450',1,'SX127x::randomByte()'],['../class_s_x126x.html#a819bb3ced0f184a63cbfbef408a68561',1,'SX126x::randomByte()'],['../class_r_f69.html#a2023f0f22aad00a702bdf598c2154043',1,'RF69::randomByte()'],['../class_c_c1101.html#a13cf332824479442cc20fc1c6972b092',1,'CC1101::randomByte()']]],
+ ['randombyte_365',['randomByte',['../class_si443x.html#a74848176d435227e601c86ff37b0edbe',1,'Si443x::randomByte()'],['../class_physical_layer.html#a1a5985308904261dd431f373d47ddee4',1,'PhysicalLayer::randomByte()'],['../class_s_x128x.html#a95637e8addc48b0e1c30c2cf6f54354a',1,'SX128x::randomByte()'],['../class_s_x127x.html#a68cba1ff1e6bfd9b3034c97f3932e450',1,'SX127x::randomByte()'],['../class_s_x126x.html#a187a616285c5872f9603a86c122deaf2',1,'SX126x::randomByte()'],['../class_r_f69.html#a2023f0f22aad00a702bdf598c2154043',1,'RF69::randomByte()'],['../class_c_c1101.html#a13cf332824479442cc20fc1c6972b092',1,'CC1101::randomByte()']]],
['range_366',['range',['../class_s_x1280.html#a3112e6bce39e6534711f5d76449f3dd2',1,'SX1280']]],
['rate_367',['rate',['../struct_l_r11x0_wifi_result_extended__t.html#a16a6732a8af0332f64c0f6bcc0d5257f',1,'LR11x0WifiResultExtended_t']]],
['rcvseqnumber_368',['rcvSeqNumber',['../class_a_x25_frame.html#adce5294af25f09df752997d33ac0e87f',1,'AX25Frame']]],
['read_369',['read',['../class_morse_client.html#a77eab03be04ef2d693348d9580ee5d3c',1,'MorseClient::read()'],['../class_physical_layer.html#a4d5b30493c8d7fcfb784e128362d596c',1,'PhysicalLayer::read()']]],
- ['readbit_370',['readBit',['../class_r_f69.html#ab797840275fbccc40162225c32f5ffc3',1,'RF69::readBit()'],['../class_physical_layer.html#acda61fc99cfa373153c50c78380ed885',1,'PhysicalLayer::readBit()'],['../class_s_x128x.html#aceeb18acbfedb20c6cf60e26d5275793',1,'SX128x::readBit()'],['../class_s_x127x.html#a1a2dc7554414f0ce2ee0db23087f698a',1,'SX127x::readBit()'],['../class_si443x.html#af23d8eb0f1c436e6cc60361df13c08f7',1,'Si443x::readBit()'],['../class_s_x126x.html#a8cdc4f25d4193dc75f9442874131eab3',1,'SX126x::readBit()'],['../class_c_c1101.html#a11a92d885beefdf2db291301550a980c',1,'CC1101::readBit()']]],
+ ['readbit_370',['readBit',['../class_r_f69.html#ab797840275fbccc40162225c32f5ffc3',1,'RF69::readBit()'],['../class_physical_layer.html#acda61fc99cfa373153c50c78380ed885',1,'PhysicalLayer::readBit()'],['../class_s_x128x.html#aceeb18acbfedb20c6cf60e26d5275793',1,'SX128x::readBit()'],['../class_s_x127x.html#a1a2dc7554414f0ce2ee0db23087f698a',1,'SX127x::readBit()'],['../class_si443x.html#af23d8eb0f1c436e6cc60361df13c08f7',1,'Si443x::readBit()'],['../class_s_x126x.html#acb1a1c51f207439880ae537f5ffeb17c',1,'SX126x::readBit()'],['../class_c_c1101.html#a11a92d885beefdf2db291301550a980c',1,'CC1101::readBit()']]],
['readdata_371',['readData',['../class_s_x127x.html#a3563453988a83d22dd07d4691543a300',1,'SX127x::readData()'],['../class_s_x126x.html#a3563453988a83d22dd07d4691543a300',1,'SX126x::readData()'],['../class_si443x.html#a3563453988a83d22dd07d4691543a300',1,'Si443x::readData()'],['../class_r_f69.html#a3563453988a83d22dd07d4691543a300',1,'RF69::readData()'],['../classn_r_f24.html#a3563453988a83d22dd07d4691543a300',1,'nRF24::readData()'],['../class_l_r11x0.html#a3563453988a83d22dd07d4691543a300',1,'LR11x0::readData()'],['../class_c_c1101.html#a3563453988a83d22dd07d4691543a300',1,'CC1101::readData()'],['../class_physical_layer.html#a3563453988a83d22dd07d4691543a300',1,'PhysicalLayer::readData()'],['../class_pager_client.html#ad2c6132819a84712b929c0bb22ba172b',1,'PagerClient::readData()'],['../class_s_x128x.html#a94bca43258b09217fb476a2d8db784bb',1,'SX128x::readData()'],['../class_s_x127x.html#abfc840e8d6fe5e222f0143be17876745',1,'SX127x::readData()'],['../class_s_x126x.html#a3350cbfab628956c1a456383ac7bb2b2',1,'SX126x::readData()'],['../class_si443x.html#ad00ff8b58c68118ad74fee82028aa71e',1,'Si443x::readData()'],['../class_r_f69.html#a3983b66c83818b4082805bcafc712f00',1,'RF69::readData()'],['../classn_r_f24.html#a410fb78acb4ed358818c132687b8857a',1,'nRF24::readData()'],['../class_l_r11x0.html#a20279f1b267e936991f47fd703924833',1,'LR11x0::readData()'],['../class_c_c1101.html#a8c79975a7bbe8a37f8214ecd1f69ba22',1,'CC1101::readData()'],['../class_s_x128x.html#a3563453988a83d22dd07d4691543a300',1,'SX128x::readData(uint8_t *data, size_t len)']]],
['receive_372',['receive',['../class_s_x128x.html#a32b7b674d63c36f15b7f58a2cb837a99',1,'SX128x::receive(uint8_t *data, size_t len) override'],['../class_s_x128x.html#ab82617fa3fa9f21d4cd427314ecc4af8',1,'SX128x::receive(uint8_t *data, size_t len)'],['../class_s_x127x.html#ab82617fa3fa9f21d4cd427314ecc4af8',1,'SX127x::receive()'],['../class_s_x126x.html#ab82617fa3fa9f21d4cd427314ecc4af8',1,'SX126x::receive()'],['../class_si443x.html#ab82617fa3fa9f21d4cd427314ecc4af8',1,'Si443x::receive()'],['../class_r_f69.html#ab82617fa3fa9f21d4cd427314ecc4af8',1,'RF69::receive()'],['../classn_r_f24.html#ab82617fa3fa9f21d4cd427314ecc4af8',1,'nRF24::receive()'],['../class_l_r11x0.html#ab82617fa3fa9f21d4cd427314ecc4af8',1,'LR11x0::receive()'],['../class_c_c1101.html#ab82617fa3fa9f21d4cd427314ecc4af8',1,'CC1101::receive(uint8_t *data, size_t len)'],['../class_c_c1101.html#aedc1067d0334bb69ed5316146014097d',1,'CC1101::receive(uint8_t *data, size_t len) override'],['../class_l_r11x0.html#a377c287f18c939c2b4da3241d8329e58',1,'LR11x0::receive()'],['../classn_r_f24.html#a239e94511d9ee67ad3d64a49a5c4d7ac',1,'nRF24::receive()'],['../class_r_f69.html#ae36e8e6042245621a182b29526fe2245',1,'RF69::receive()'],['../class_si443x.html#aabca3ba8eda212938febab1df2e764b4',1,'Si443x::receive()'],['../class_s_x126x.html#ae3db6b29c482d94eef8a43cd8b5751c0',1,'SX126x::receive()'],['../class_s_x127x.html#adfe0d3f033a23ec2f3c2a407285d357c',1,'SX127x::receive()'],['../class_physical_layer.html#ab82617fa3fa9f21d4cd427314ecc4af8',1,'PhysicalLayer::receive()']]],
['receivedirect_373',['receiveDirect',['../classn_r_f24.html#a415d86947742e981bfcf7f2371f8605c',1,'nRF24::receiveDirect()'],['../class_physical_layer.html#ad9d1dbb2041e87af5a80e12f125a60e6',1,'PhysicalLayer::receiveDirect()'],['../class_s_x128x.html#aff7d86352c98771595375e17d19a2a97',1,'SX128x::receiveDirect()'],['../class_s_x127x.html#aa7ac558d537c6364c4bc82c8f33e398f',1,'SX127x::receiveDirect()'],['../class_s_x126x.html#a8a18aee2bf05793aa29b5cf6b47bb435',1,'SX126x::receiveDirect()'],['../class_si443x.html#a178b471527813a608c04db7d3c9648d6',1,'Si443x::receiveDirect()'],['../class_r_f69.html#abd556b0f455f9510213b17588a4baf1b',1,'RF69::receiveDirect()'],['../class_l_r11x0.html#ae1a8e8eda78113c47f1a865e63051bb5',1,'LR11x0::receiveDirect()'],['../class_c_c1101.html#ab053c185330519d58f364790108d29ac',1,'CC1101::receiveDirect() override']]],
diff --git a/search/functions_2.js b/search/functions_2.js
index f00aab85..eda718a9 100644
--- a/search/functions_2.js
+++ b/search/functions_2.js
@@ -1,12 +1,12 @@
var searchData=
[
- ['calculaterxtimeout_701',['calculateRxTimeout',['../class_s_x127x.html#ae98f0c8bef0f49cccc87992639827612',1,'SX127x::calculateRxTimeout()'],['../class_physical_layer.html#a7f8d12a90158864a8ebc471b0ec89dc9',1,'PhysicalLayer::calculateRxTimeout()'],['../class_s_x126x.html#aba074a439b326bf413da8e3ad2bcf256',1,'SX126x::calculateRxTimeout(RadioLibTime_t timeoutUs)']]],
+ ['calculaterxtimeout_701',['calculateRxTimeout',['../class_s_x127x.html#ae98f0c8bef0f49cccc87992639827612',1,'SX127x::calculateRxTimeout()'],['../class_physical_layer.html#a7f8d12a90158864a8ebc471b0ec89dc9',1,'PhysicalLayer::calculateRxTimeout()'],['../class_s_x126x.html#a19f3c26d7a7959e302fc8174fc88a6d4',1,'SX126x::calculateRxTimeout(RadioLibTime_t timeoutUs) override']]],
['calibrateimagerejection_702',['calibrateImageRejection',['../class_s_x126x.html#aa3c90f19cd141738ff013ae72f78f1bb',1,'SX126x']]],
['cc1101_703',['CC1101',['../class_c_c1101.html#a6807e4254c4b55fa8d393b2bf8f2db3e',1,'CC1101']]],
['checkdatarate_704',['checkDataRate',['../class_s_x1277.html#aef5d9e27edc2173d1b4cc1cb0d9733bc',1,'SX1277::checkDataRate()'],['../class_physical_layer.html#a58d54eeb40fb586013ba48e15318abba',1,'PhysicalLayer::checkDataRate()'],['../class_s_x1278.html#a7f238fd38f436d9e86aa92a387d48467',1,'SX1278::checkDataRate()'],['../class_s_x1273.html#a5eae1e82596f3a6c4c926c381c2737a7',1,'SX1273::checkDataRate()'],['../class_s_x1272.html#a2a36487740f15731c6e508428e4b11f0',1,'SX1272::checkDataRate()'],['../class_s_x126x.html#a75c8d32cee712e0c940163446b98e587',1,'SX126x::checkDataRate()'],['../class_l_r11x0.html#a4d18ad719be79c083f2b0ce77bbaa448',1,'LR11x0::checkDataRate()'],['../class_l_l_c_c68.html#a708183645ec0b9fec54d6369e7b1345f',1,'LLCC68::checkDataRate()']]],
- ['checkoutputpower_705',['checkOutputPower',['../class_s_x1262.html#abe9f684559042326f359a59e8061157c',1,'SX1262::checkOutputPower()'],['../class_physical_layer.html#a1784cb227d04b3f2846625fda6797536',1,'PhysicalLayer::checkOutputPower()'],['../class_s_x128x.html#a6c9116b17c5f795c874c48f6d0b6fbb7',1,'SX128x::checkOutputPower()'],['../class_s_x1278.html#ac6146c2a3d0a35662312165325fd97f8',1,'SX1278::checkOutputPower(int8_t power, int8_t *clipped, bool useRfo)'],['../class_s_x1278.html#aac7b585c4a616a1cd6f89a8b46a7d9f8',1,'SX1278::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_s_x1272.html#a1e39e8e3b228ca9a805f41a9bbf86c64',1,'SX1272::checkOutputPower(int8_t power, int8_t *clipped, bool useRfo)'],['../class_s_x1272.html#a2510072152c936d9f62557f46a4248d0',1,'SX1272::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_s_x1268.html#a6026252eb8fb880d7f419f7ef3eb04a2',1,'SX1268::checkOutputPower()'],['../class_s_x1261.html#ad4659228f61b2c62803f95b3cdbede7d',1,'SX1261::checkOutputPower()'],['../class_l_r11x0.html#aede2a1dd742516423d89c2e0645297e7',1,'LR11x0::checkOutputPower(int8_t power, int8_t *clipped, bool forceHighPower)'],['../class_l_r11x0.html#a681b20613f9213e98096f0407f8e418d',1,'LR11x0::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_c_c1101.html#aa86c74ed4339b70be6950e9f92be1d81',1,'CC1101::checkOutputPower(int8_t power, int8_t *clipped, uint8_t *raw)'],['../class_c_c1101.html#ab500e75fcf63f123eb3945925f361bd0',1,'CC1101::checkOutputPower(int8_t power, int8_t *clipped) override']]],
+ ['checkoutputpower_705',['checkOutputPower',['../class_s_x1262.html#a33c304c19634a905c7318d9ca88f4e93',1,'SX1262::checkOutputPower()'],['../class_physical_layer.html#a1784cb227d04b3f2846625fda6797536',1,'PhysicalLayer::checkOutputPower()'],['../class_s_x128x.html#a6c9116b17c5f795c874c48f6d0b6fbb7',1,'SX128x::checkOutputPower()'],['../class_s_x1278.html#ac6146c2a3d0a35662312165325fd97f8',1,'SX1278::checkOutputPower(int8_t power, int8_t *clipped, bool useRfo)'],['../class_s_x1278.html#aac7b585c4a616a1cd6f89a8b46a7d9f8',1,'SX1278::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_s_x1272.html#a1e39e8e3b228ca9a805f41a9bbf86c64',1,'SX1272::checkOutputPower(int8_t power, int8_t *clipped, bool useRfo)'],['../class_s_x1272.html#a2510072152c936d9f62557f46a4248d0',1,'SX1272::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_s_x1268.html#ae1b1f56336fcef9ce31d9408fbbbfe3c',1,'SX1268::checkOutputPower()'],['../class_s_x1261.html#ae8e9968a9ee1c2199ed9f968d8f4e3b1',1,'SX1261::checkOutputPower()'],['../class_l_r11x0.html#aede2a1dd742516423d89c2e0645297e7',1,'LR11x0::checkOutputPower(int8_t power, int8_t *clipped, bool forceHighPower)'],['../class_l_r11x0.html#a681b20613f9213e98096f0407f8e418d',1,'LR11x0::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_c_c1101.html#aa86c74ed4339b70be6950e9f92be1d81',1,'CC1101::checkOutputPower(int8_t power, int8_t *clipped, uint8_t *raw)'],['../class_c_c1101.html#ab500e75fcf63f123eb3945925f361bd0',1,'CC1101::checkOutputPower(int8_t power, int8_t *clipped) override']]],
['checksum_706',['checksum',['../class_radio_lib_c_r_c.html#a3700c124b0edb1882c9ea131c5b43d1d',1,'RadioLibCRC']]],
- ['clearchannelscanaction_707',['clearChannelScanAction',['../class_s_t_m32_w_lx.html#a934602154a34e45d010c5a29241a2b13',1,'STM32WLx::clearChannelScanAction()'],['../class_s_x126x.html#a7fe0afde9d35c1f860bfc6bf63e8f11e',1,'SX126x::clearChannelScanAction()'],['../class_s_x127x.html#a703bf22070d42871bb2f9b0c4917c093',1,'SX127x::clearChannelScanAction()'],['../class_physical_layer.html#a169a4d04c5c50d3336e274d70930d9f6',1,'PhysicalLayer::clearChannelScanAction()']]],
+ ['clearchannelscanaction_707',['clearChannelScanAction',['../class_s_t_m32_w_lx.html#a366a83d5f5ed02859717a83c21768378',1,'STM32WLx::clearChannelScanAction()'],['../class_s_x126x.html#a37dab0ab3c4cab82e367971fc31588a6',1,'SX126x::clearChannelScanAction()'],['../class_s_x127x.html#a703bf22070d42871bb2f9b0c4917c093',1,'SX127x::clearChannelScanAction()'],['../class_physical_layer.html#a169a4d04c5c50d3336e274d70930d9f6',1,'PhysicalLayer::clearChannelScanAction()']]],
['cleardio0action_708',['clearDio0Action',['../class_r_f69.html#a9721d2a3ed9fa8dd878575d71d5a4942',1,'RF69::clearDio0Action()'],['../class_s_x127x.html#a729b4f3f36096b5b15bae19c7876e823',1,'SX127x::clearDio0Action()']]],
['cleardio1action_709',['clearDio1Action',['../class_s_t_m32_w_lx.html#a54130403f6afbb0924da17c28afb17fc',1,'STM32WLx::clearDio1Action()'],['../class_s_x128x.html#ab8a3fe8e2843fa039ef369668f1a423f',1,'SX128x::clearDio1Action()'],['../class_s_x127x.html#a9b6532a25e1730973ac08146008adca5',1,'SX127x::clearDio1Action()'],['../class_r_f69.html#ade1f9a7a603d712c480ed5e9a8d1bf51',1,'RF69::clearDio1Action()'],['../class_s_x126x.html#a6848afe4c16a47edb3e0b342a86ecdfd',1,'SX126x::clearDio1Action()']]],
['clearfhssint_710',['clearFHSSInt',['../class_s_x127x.html#a41089d9e5b45217d3e31ac22b5326b66',1,'SX127x']]],
@@ -15,7 +15,7 @@ var searchData=
['cleargdo0action_713',['clearGdo0Action',['../class_c_c1101.html#ab5e6b3745f80cf61e1ced33303311df8',1,'CC1101']]],
['cleargdo2action_714',['clearGdo2Action',['../class_c_c1101.html#ac7a8b1fe7d08dc6db20cf1569b0d37b4',1,'CC1101']]],
['clearirqaction_715',['clearIrqAction',['../class_l_r11x0.html#ab167c4dc14e80d19f8b33d68c3f90d98',1,'LR11x0::clearIrqAction()'],['../classn_r_f24.html#aaf5887fe58c4d542cbed80482de1d42d',1,'nRF24::clearIrqAction()'],['../class_si443x.html#a8d019f58551346c3f3bd8b72d2486109',1,'Si443x::clearIrqAction()']]],
- ['clearpacketreceivedaction_716',['clearPacketReceivedAction',['../class_physical_layer.html#a7edf27f03600b96f72f011fc82fa4ef9',1,'PhysicalLayer::clearPacketReceivedAction()'],['../class_s_x128x.html#a20b21a4f804b148fede4b7199c4d1e71',1,'SX128x::clearPacketReceivedAction()'],['../class_s_x127x.html#a098baa351e38f3b4caa19a362bc190d4',1,'SX127x::clearPacketReceivedAction()'],['../class_s_x126x.html#acd0306b28b4ce36bab5fc0199aef90f2',1,'SX126x::clearPacketReceivedAction()'],['../class_si443x.html#a63a8bb675e7a0b54c493caa30adeb37e',1,'Si443x::clearPacketReceivedAction()'],['../class_s_t_m32_w_lx.html#aa910c9bd9ebca6e5eed4192c3b7a2e04',1,'STM32WLx::clearPacketReceivedAction()'],['../class_r_f69.html#ac302d3524dc802467a7ce91b2223db90',1,'RF69::clearPacketReceivedAction()'],['../classn_r_f24.html#a4295cfbfe05ec696aae680593f63ff7b',1,'nRF24::clearPacketReceivedAction()'],['../class_l_r11x0.html#a66a2afc6cef1e94e25efec15094816a8',1,'LR11x0::clearPacketReceivedAction()'],['../class_c_c1101.html#a0221c4fe494a590cc9714e4752675d61',1,'CC1101::clearPacketReceivedAction() override']]],
- ['clearpacketsentaction_717',['clearPacketSentAction',['../class_c_c1101.html#a2791ebc7fe71626407278de5852b492f',1,'CC1101::clearPacketSentAction()'],['../class_l_r11x0.html#acd69e3b8825309703e13149b94e49d81',1,'LR11x0::clearPacketSentAction()'],['../classn_r_f24.html#a5ae45ceec01854226ecce0320f1051e2',1,'nRF24::clearPacketSentAction()'],['../class_r_f69.html#a3a8be5bcc37d3e4f5ac2d0310c8bac12',1,'RF69::clearPacketSentAction()'],['../class_si443x.html#a1835741ed147e575f9c03cf14c3b765e',1,'Si443x::clearPacketSentAction()'],['../class_s_t_m32_w_lx.html#adb1ebf024255f5e14e6f0477c0113945',1,'STM32WLx::clearPacketSentAction()'],['../class_s_x126x.html#a0ffc659019932dbf1fda881710054cfb',1,'SX126x::clearPacketSentAction()'],['../class_s_x127x.html#a56f45da4853eac1e9f6e753129d9e416',1,'SX127x::clearPacketSentAction()'],['../class_s_x128x.html#a86000239b7f9871168fdfa8f8c73b377',1,'SX128x::clearPacketSentAction()'],['../class_physical_layer.html#a67ee4ec36f352d06dda0102260f6bfce',1,'PhysicalLayer::clearPacketSentAction()']]],
+ ['clearpacketreceivedaction_716',['clearPacketReceivedAction',['../class_physical_layer.html#a7edf27f03600b96f72f011fc82fa4ef9',1,'PhysicalLayer::clearPacketReceivedAction()'],['../class_s_x128x.html#a20b21a4f804b148fede4b7199c4d1e71',1,'SX128x::clearPacketReceivedAction()'],['../class_s_x127x.html#a098baa351e38f3b4caa19a362bc190d4',1,'SX127x::clearPacketReceivedAction()'],['../class_s_x126x.html#a56f88f6a2b88ae6dbd3ad04b1950e7b2',1,'SX126x::clearPacketReceivedAction()'],['../class_si443x.html#a63a8bb675e7a0b54c493caa30adeb37e',1,'Si443x::clearPacketReceivedAction()'],['../class_s_t_m32_w_lx.html#aad377b018cf65ceb6b23cac523ba96b4',1,'STM32WLx::clearPacketReceivedAction()'],['../class_r_f69.html#ac302d3524dc802467a7ce91b2223db90',1,'RF69::clearPacketReceivedAction()'],['../classn_r_f24.html#a4295cfbfe05ec696aae680593f63ff7b',1,'nRF24::clearPacketReceivedAction()'],['../class_l_r11x0.html#a66a2afc6cef1e94e25efec15094816a8',1,'LR11x0::clearPacketReceivedAction()'],['../class_c_c1101.html#a0221c4fe494a590cc9714e4752675d61',1,'CC1101::clearPacketReceivedAction() override']]],
+ ['clearpacketsentaction_717',['clearPacketSentAction',['../class_c_c1101.html#a2791ebc7fe71626407278de5852b492f',1,'CC1101::clearPacketSentAction()'],['../class_l_r11x0.html#acd69e3b8825309703e13149b94e49d81',1,'LR11x0::clearPacketSentAction()'],['../classn_r_f24.html#a5ae45ceec01854226ecce0320f1051e2',1,'nRF24::clearPacketSentAction()'],['../class_r_f69.html#a3a8be5bcc37d3e4f5ac2d0310c8bac12',1,'RF69::clearPacketSentAction()'],['../class_si443x.html#a1835741ed147e575f9c03cf14c3b765e',1,'Si443x::clearPacketSentAction()'],['../class_s_t_m32_w_lx.html#ac11d53d29bf5a845e3797ba6bb875930',1,'STM32WLx::clearPacketSentAction()'],['../class_s_x126x.html#af38ba3d27ab2ac10c703eefa1c428913',1,'SX126x::clearPacketSentAction()'],['../class_s_x127x.html#a56f45da4853eac1e9f6e753129d9e416',1,'SX127x::clearPacketSentAction()'],['../class_s_x128x.html#a86000239b7f9871168fdfa8f8c73b377',1,'SX128x::clearPacketSentAction()'],['../class_physical_layer.html#a67ee4ec36f352d06dda0102260f6bfce',1,'PhysicalLayer::clearPacketSentAction()']]],
['clearwifiscanaction_718',['clearWiFiScanAction',['../class_l_r11x0.html#ad5876b44020a0bd59f73186a912dbb60',1,'LR11x0']]]
];
diff --git a/search/functions_6.js b/search/functions_6.js
index f2616bbe..a571e5f5 100644
--- a/search/functions_6.js
+++ b/search/functions_6.js
@@ -36,7 +36,7 @@ var searchData=
['getrangingresult_783',['getRangingResult',['../class_s_x1280.html#a91f4f241f02cd4e79d15a9ba08eb1e8f',1,'SX1280']]],
['getrssi_784',['getRSSI',['../class_physical_layer.html#aabc94ab27a9ee6daaafa9b47dde5f75b',1,'PhysicalLayer::getRSSI()'],['../class_s_x128x.html#a94d3003277925e2dc3372548b3311008',1,'SX128x::getRSSI()'],['../class_s_x1278.html#ab17357254073baeb7490c98faf10d991',1,'SX1278::getRSSI(bool packet, bool skipReceive=false)'],['../class_s_x1278.html#a0b1fe4d0b1acfa454d7bab59cdf319fe',1,'SX1278::getRSSI()'],['../class_s_x1272.html#a171656d12a9909bbb04fc81be86ec2a6',1,'SX1272::getRSSI()'],['../class_s_x126x.html#afabefb1b214411198f3537e8afce898f',1,'SX126x::getRSSI()'],['../class_r_f69.html#ac4fc3f2b178ef08caec3a9f548f44cd7',1,'RF69::getRSSI()'],['../class_l_r11x0.html#a468ee0182883d8af22a0a4202ef7baa5',1,'LR11x0::getRSSI()'],['../class_c_c1101.html#ab80835be83e5a43010afe4e8185114eb',1,'CC1101::getRSSI()'],['../class_s_x1272.html#af5a7dee50a1a7d8261bc62bb869cda92',1,'SX1272::getRSSI()']]],
['getrst_785',['getRst',['../class_module.html#ad6cddbf3aebec9717a1a381dd81ad398',1,'Module']]],
- ['getsnr_786',['getSNR',['../class_physical_layer.html#aedddaf9460941b90e43e9005035faa0f',1,'PhysicalLayer::getSNR()'],['../class_s_x128x.html#a89ebf1f4f227cd35c0799c06d5d9c1d2',1,'SX128x::getSNR()'],['../class_s_x127x.html#abc5069b39dc31b637ee561d5745e1deb',1,'SX127x::getSNR()'],['../class_s_x126x.html#ae36823d3539667bdf7d2f073bd4fa1ca',1,'SX126x::getSNR()'],['../class_l_r11x0.html#ad4f32509aea96de6a7ec08a8e60a6bea',1,'LR11x0::getSNR()']]],
+ ['getsnr_786',['getSNR',['../class_physical_layer.html#aedddaf9460941b90e43e9005035faa0f',1,'PhysicalLayer::getSNR()'],['../class_s_x128x.html#a89ebf1f4f227cd35c0799c06d5d9c1d2',1,'SX128x::getSNR()'],['../class_s_x127x.html#abc5069b39dc31b637ee561d5745e1deb',1,'SX127x::getSNR()'],['../class_s_x126x.html#a59b761a67d15cdbfdccd6a759f464d00',1,'SX126x::getSNR()'],['../class_l_r11x0.html#ad4f32509aea96de6a7ec08a8e60a6bea',1,'LR11x0::getSNR()']]],
['getstatus_787',['getStatus',['../classn_r_f24.html#a3f0b08fd8e58db36f6c1926cc3eac6a9',1,'nRF24']]],
['gettemperature_788',['getTemperature',['../class_r_f69.html#a0526ce6ea3722fd258f96d9677a60853',1,'RF69']]],
['gettempraw_789',['getTempRaw',['../class_s_x127x.html#a95bc32a555675879ad9e2a9e399dc6c1',1,'SX127x']]],
diff --git a/search/functions_8.js b/search/functions_8.js
index 0c056383..32227cbd 100644
--- a/search/functions_8.js
+++ b/search/functions_8.js
@@ -5,9 +5,9 @@ var searchData=
['init_796',['init',['../class_radio_lib_hal.html#a450037acdfeb4e87413674ac90feb4d2',1,'RadioLibHal::init()'],['../class_module.html#ad1956ac81429ec1f61f83dbc081cf18c',1,'Module::init()'],['../class_radio_lib_a_e_s128.html#a2f688dbdf2b0506c077ca4501e40e22e',1,'RadioLibAES128::init()']]],
['invertiq_797',['invertIQ',['../class_s_x127x.html#a363a436978ba990e1bf7d73f648ad7e9',1,'SX127x::invertIQ()'],['../class_physical_layer.html#a11b4c6d0bf3ae7b9ca04e9434180feab',1,'PhysicalLayer::invertIQ()'],['../class_s_x128x.html#a1463f0769b815e95d789fd708dc2ffe6',1,'SX128x::invertIQ()'],['../class_s_x126x.html#a269c8e4ae0d21af88e9422ccf9708c1e',1,'SX126x::invertIQ()'],['../class_l_r11x0.html#af85c16956c2250dbf338a298c074d28c',1,'LR11x0::invertIQ()']]],
['invertpreamble_798',['invertPreamble',['../class_s_x127x.html#a5b79dae55315cdf25e530db77eeb140f',1,'SX127x']]],
- ['irqrxdonerxtimeout_799',['irqRxDoneRxTimeout',['../class_s_x126x.html#a16a4433b9bebac0aa867e31a74dc258a',1,'SX126x::irqRxDoneRxTimeout()'],['../class_s_x127x.html#a399911660ab71520bbda77a6431be8ae',1,'SX127x::irqRxDoneRxTimeout()'],['../class_physical_layer.html#a1d1fe00d107bbc23b0315fd442bc3292',1,'PhysicalLayer::irqRxDoneRxTimeout()']]],
+ ['irqrxdonerxtimeout_799',['irqRxDoneRxTimeout',['../class_s_x126x.html#aa838526a79ff6928cba6cf64e5707187',1,'SX126x::irqRxDoneRxTimeout()'],['../class_s_x127x.html#a399911660ab71520bbda77a6431be8ae',1,'SX127x::irqRxDoneRxTimeout()'],['../class_physical_layer.html#a1d1fe00d107bbc23b0315fd442bc3292',1,'PhysicalLayer::irqRxDoneRxTimeout()']]],
['iscarrierdetected_800',['isCarrierDetected',['../classn_r_f24.html#ad9204ee787b425e2c9e8422bb7939a37',1,'nRF24']]],
['isjoined_801',['isJoined',['../class_lo_ra_w_a_n_node.html#af7a8ae58391e00b5fcb99f01832cc4fc',1,'LoRaWANNode']]],
- ['isrxtimeout_802',['isRxTimeout',['../class_s_x126x.html#a4fc7d4fc9da64e5cd2517d3432ee6ffe',1,'SX126x::isRxTimeout()'],['../class_s_x127x.html#a09bb29746b5de2d1aa88a6778450306e',1,'SX127x::isRxTimeout()'],['../class_physical_layer.html#acb8d8182a32439fe91f2806d73e629f4',1,'PhysicalLayer::isRxTimeout()']]],
+ ['isrxtimeout_802',['isRxTimeout',['../class_s_x126x.html#a34aea9413d71676c7a60fcf24017694a',1,'SX126x::isRxTimeout()'],['../class_s_x127x.html#a09bb29746b5de2d1aa88a6778450306e',1,'SX127x::isRxTimeout()'],['../class_physical_layer.html#acb8d8182a32439fe91f2806d73e629f4',1,'PhysicalLayer::isRxTimeout()']]],
['ita2string_803',['ITA2String',['../class_i_t_a2_string.html#addb6c39167aa5da53fb72e9a94c9c8f5',1,'ITA2String::ITA2String(char c)'],['../class_i_t_a2_string.html#a92ca563bdc2ae4d05ee91ce9372e7a55',1,'ITA2String::ITA2String(const char *str)']]]
];
diff --git a/search/functions_e.js b/search/functions_e.js
index fe99b25c..5abfcc63 100644
--- a/search/functions_e.js
+++ b/search/functions_e.js
@@ -5,10 +5,10 @@ var searchData=
['radiolibcrc_828',['RadioLibCRC',['../class_radio_lib_c_r_c.html#a4f4042a369d55e234f4fc28f189139d5',1,'RadioLibCRC']]],
['radiolibhal_829',['RadioLibHal',['../class_radio_lib_hal.html#ae75a54271cb8bea37d32dd146b9c6513',1,'RadioLibHal']]],
['random_830',['random',['../class_physical_layer.html#acd9171bd71aa80fb86113b612c42de53',1,'PhysicalLayer::random(int32_t max)'],['../class_physical_layer.html#a76113e10481743094a1cd0280692b0a9',1,'PhysicalLayer::random(int32_t min, int32_t max)']]],
- ['randombyte_831',['randomByte',['../class_s_x127x.html#a68cba1ff1e6bfd9b3034c97f3932e450',1,'SX127x::randomByte()'],['../class_physical_layer.html#a1a5985308904261dd431f373d47ddee4',1,'PhysicalLayer::randomByte()'],['../class_s_x128x.html#a95637e8addc48b0e1c30c2cf6f54354a',1,'SX128x::randomByte()'],['../class_s_x126x.html#a819bb3ced0f184a63cbfbef408a68561',1,'SX126x::randomByte()'],['../class_si443x.html#a74848176d435227e601c86ff37b0edbe',1,'Si443x::randomByte()'],['../class_r_f69.html#a2023f0f22aad00a702bdf598c2154043',1,'RF69::randomByte()'],['../class_c_c1101.html#a13cf332824479442cc20fc1c6972b092',1,'CC1101::randomByte()']]],
+ ['randombyte_831',['randomByte',['../class_s_x127x.html#a68cba1ff1e6bfd9b3034c97f3932e450',1,'SX127x::randomByte()'],['../class_physical_layer.html#a1a5985308904261dd431f373d47ddee4',1,'PhysicalLayer::randomByte()'],['../class_s_x128x.html#a95637e8addc48b0e1c30c2cf6f54354a',1,'SX128x::randomByte()'],['../class_s_x126x.html#a187a616285c5872f9603a86c122deaf2',1,'SX126x::randomByte()'],['../class_si443x.html#a74848176d435227e601c86ff37b0edbe',1,'Si443x::randomByte()'],['../class_r_f69.html#a2023f0f22aad00a702bdf598c2154043',1,'RF69::randomByte()'],['../class_c_c1101.html#a13cf332824479442cc20fc1c6972b092',1,'CC1101::randomByte()']]],
['range_832',['range',['../class_s_x1280.html#a3112e6bce39e6534711f5d76449f3dd2',1,'SX1280']]],
['read_833',['read',['../class_morse_client.html#a77eab03be04ef2d693348d9580ee5d3c',1,'MorseClient::read()'],['../class_physical_layer.html#a4d5b30493c8d7fcfb784e128362d596c',1,'PhysicalLayer::read()']]],
- ['readbit_834',['readBit',['../class_c_c1101.html#a11a92d885beefdf2db291301550a980c',1,'CC1101::readBit()'],['../class_physical_layer.html#acda61fc99cfa373153c50c78380ed885',1,'PhysicalLayer::readBit()'],['../class_s_x128x.html#aceeb18acbfedb20c6cf60e26d5275793',1,'SX128x::readBit()'],['../class_s_x127x.html#a1a2dc7554414f0ce2ee0db23087f698a',1,'SX127x::readBit()'],['../class_s_x126x.html#a8cdc4f25d4193dc75f9442874131eab3',1,'SX126x::readBit()'],['../class_si443x.html#af23d8eb0f1c436e6cc60361df13c08f7',1,'Si443x::readBit()'],['../class_r_f69.html#ab797840275fbccc40162225c32f5ffc3',1,'RF69::readBit()']]],
+ ['readbit_834',['readBit',['../class_c_c1101.html#a11a92d885beefdf2db291301550a980c',1,'CC1101::readBit()'],['../class_physical_layer.html#acda61fc99cfa373153c50c78380ed885',1,'PhysicalLayer::readBit()'],['../class_s_x128x.html#aceeb18acbfedb20c6cf60e26d5275793',1,'SX128x::readBit()'],['../class_s_x127x.html#a1a2dc7554414f0ce2ee0db23087f698a',1,'SX127x::readBit()'],['../class_s_x126x.html#acb1a1c51f207439880ae537f5ffeb17c',1,'SX126x::readBit()'],['../class_si443x.html#af23d8eb0f1c436e6cc60361df13c08f7',1,'Si443x::readBit()'],['../class_r_f69.html#ab797840275fbccc40162225c32f5ffc3',1,'RF69::readBit()']]],
['readdata_835',['readData',['../classn_r_f24.html#a410fb78acb4ed358818c132687b8857a',1,'nRF24::readData()'],['../class_s_x128x.html#a3563453988a83d22dd07d4691543a300',1,'SX128x::readData()'],['../class_s_x127x.html#a3563453988a83d22dd07d4691543a300',1,'SX127x::readData()'],['../class_s_x126x.html#a3563453988a83d22dd07d4691543a300',1,'SX126x::readData()'],['../class_si443x.html#a3563453988a83d22dd07d4691543a300',1,'Si443x::readData()'],['../class_r_f69.html#a3563453988a83d22dd07d4691543a300',1,'RF69::readData()'],['../classn_r_f24.html#a3563453988a83d22dd07d4691543a300',1,'nRF24::readData()'],['../class_l_r11x0.html#a3563453988a83d22dd07d4691543a300',1,'LR11x0::readData()'],['../class_c_c1101.html#a3563453988a83d22dd07d4691543a300',1,'CC1101::readData()'],['../class_pager_client.html#ad2c6132819a84712b929c0bb22ba172b',1,'PagerClient::readData()'],['../class_c_c1101.html#a8c79975a7bbe8a37f8214ecd1f69ba22',1,'CC1101::readData()'],['../class_l_r11x0.html#a20279f1b267e936991f47fd703924833',1,'LR11x0::readData()'],['../class_r_f69.html#a3983b66c83818b4082805bcafc712f00',1,'RF69::readData()'],['../class_si443x.html#ad00ff8b58c68118ad74fee82028aa71e',1,'Si443x::readData()'],['../class_s_x126x.html#a3350cbfab628956c1a456383ac7bb2b2',1,'SX126x::readData()'],['../class_s_x127x.html#abfc840e8d6fe5e222f0143be17876745',1,'SX127x::readData()'],['../class_s_x128x.html#a94bca43258b09217fb476a2d8db784bb',1,'SX128x::readData()'],['../class_physical_layer.html#a3563453988a83d22dd07d4691543a300',1,'PhysicalLayer::readData()']]],
['receive_836',['receive',['../class_c_c1101.html#aedc1067d0334bb69ed5316146014097d',1,'CC1101::receive()'],['../class_s_x128x.html#ab82617fa3fa9f21d4cd427314ecc4af8',1,'SX128x::receive()'],['../class_s_x127x.html#ab82617fa3fa9f21d4cd427314ecc4af8',1,'SX127x::receive()'],['../class_s_x126x.html#ab82617fa3fa9f21d4cd427314ecc4af8',1,'SX126x::receive()'],['../class_si443x.html#ab82617fa3fa9f21d4cd427314ecc4af8',1,'Si443x::receive()'],['../class_r_f69.html#ab82617fa3fa9f21d4cd427314ecc4af8',1,'RF69::receive()'],['../classn_r_f24.html#ab82617fa3fa9f21d4cd427314ecc4af8',1,'nRF24::receive()'],['../class_l_r11x0.html#ab82617fa3fa9f21d4cd427314ecc4af8',1,'LR11x0::receive()'],['../class_c_c1101.html#ab82617fa3fa9f21d4cd427314ecc4af8',1,'CC1101::receive()'],['../class_s_x128x.html#a32b7b674d63c36f15b7f58a2cb837a99',1,'SX128x::receive()'],['../class_s_x127x.html#adfe0d3f033a23ec2f3c2a407285d357c',1,'SX127x::receive()'],['../class_s_x126x.html#ae3db6b29c482d94eef8a43cd8b5751c0',1,'SX126x::receive()'],['../class_si443x.html#aabca3ba8eda212938febab1df2e764b4',1,'Si443x::receive()'],['../class_r_f69.html#ae36e8e6042245621a182b29526fe2245',1,'RF69::receive()'],['../classn_r_f24.html#a239e94511d9ee67ad3d64a49a5c4d7ac',1,'nRF24::receive()'],['../class_l_r11x0.html#a377c287f18c939c2b4da3241d8329e58',1,'LR11x0::receive()'],['../class_physical_layer.html#ab82617fa3fa9f21d4cd427314ecc4af8',1,'PhysicalLayer::receive(uint8_t *data, size_t len)']]],
['receivedirect_837',['receiveDirect',['../class_physical_layer.html#ad9d1dbb2041e87af5a80e12f125a60e6',1,'PhysicalLayer::receiveDirect()'],['../class_s_x128x.html#aff7d86352c98771595375e17d19a2a97',1,'SX128x::receiveDirect()'],['../class_s_x127x.html#aa7ac558d537c6364c4bc82c8f33e398f',1,'SX127x::receiveDirect()'],['../class_s_x126x.html#a8a18aee2bf05793aa29b5cf6b47bb435',1,'SX126x::receiveDirect()'],['../class_r_f69.html#abd556b0f455f9510213b17588a4baf1b',1,'RF69::receiveDirect()'],['../classn_r_f24.html#a415d86947742e981bfcf7f2371f8605c',1,'nRF24::receiveDirect()'],['../class_l_r11x0.html#ae1a8e8eda78113c47f1a865e63051bb5',1,'LR11x0::receiveDirect()'],['../class_c_c1101.html#ab053c185330519d58f364790108d29ac',1,'CC1101::receiveDirect()'],['../class_si443x.html#a178b471527813a608c04db7d3c9648d6',1,'Si443x::receiveDirect()']]],
diff --git a/search/functions_f.js b/search/functions_f.js
index e20f6d3d..acc3834a 100644
--- a/search/functions_f.js
+++ b/search/functions_f.js
@@ -20,11 +20,11 @@ var searchData=
['setambienttemperature_862',['setAmbientTemperature',['../class_r_f69.html#ac37d9ddee2adcc8876a182b8ebc3e703',1,'RF69']]],
['setautoack_863',['setAutoAck',['../classn_r_f24.html#aca941c9235ba1212257288554eb4b7fe',1,'nRF24::setAutoAck(bool autoAckOn=true)'],['../classn_r_f24.html#ac1c3419442d93abeede39e7fda4db62e',1,'nRF24::setAutoAck(uint8_t pipeNum, bool autoAckOn)']]],
['setbandwidth_864',['setBandwidth',['../class_l_l_c_c68.html#a6f6c206657304809ee30bd9761ef79bf',1,'LLCC68::setBandwidth()'],['../class_l_r11x0.html#abf961ec7d93feb6472f26b7b976ee0c9',1,'LR11x0::setBandwidth()'],['../class_s_x126x.html#a2f60df59c80241d98ce078c0417a7f08',1,'SX126x::setBandwidth()'],['../class_s_x1272.html#a0cc8eeb00241031796fc73b08711469b',1,'SX1272::setBandwidth()'],['../class_s_x1278.html#a46c27ed1ebaae4e3ed8afe3ae6941dd6',1,'SX1278::setBandwidth()'],['../class_s_x128x.html#ae93c99c85deb950fe9bc7101142b5f6a',1,'SX128x::setBandwidth()']]],
- ['setbitrate_865',['setBitRate',['../class_s_x126x.html#a7deeef45d7f64a4018a3e56aaea4eb0e',1,'SX126x::setBitRate()'],['../class_physical_layer.html#aedd39ad84b45c6392087b12d59192d8c',1,'PhysicalLayer::setBitRate()'],['../class_s_x128x.html#a465ac114dbe6844069b5cb989f87c3ee',1,'SX128x::setBitRate()'],['../class_s_x1278.html#afd6df07fc4972cc656f05670e6802f67',1,'SX1278::setBitRate()'],['../class_s_x1272.html#ab5c9a79d72996c3d793cee812b0aded5',1,'SX1272::setBitRate()'],['../class_s_x1233.html#af245e451dca502ee8975c7ecd291a859',1,'SX1233::setBitRate()'],['../class_si443x.html#ad43575e731dd7e66d5ad9e6dccd27170',1,'Si443x::setBitRate()'],['../class_r_f69.html#ad7f8132912a5dbf38c5cf676ac167d13',1,'RF69::setBitRate()'],['../classn_r_f24.html#a0873f58ae62e41cff99813e21cc8b02a',1,'nRF24::setBitRate()'],['../class_l_r11x0.html#a03ab7a24fec379c6ba2d642e1133c4f2',1,'LR11x0::setBitRate()'],['../class_c_c1101.html#a6fd22cdec29e1e34a92aa9854b90fdc9',1,'CC1101::setBitRate()']]],
+ ['setbitrate_865',['setBitRate',['../class_s_x126x.html#ac38a19db6b8b9aff438d6e23051d487d',1,'SX126x::setBitRate()'],['../class_physical_layer.html#aedd39ad84b45c6392087b12d59192d8c',1,'PhysicalLayer::setBitRate()'],['../class_s_x128x.html#a465ac114dbe6844069b5cb989f87c3ee',1,'SX128x::setBitRate()'],['../class_s_x1278.html#afd6df07fc4972cc656f05670e6802f67',1,'SX1278::setBitRate()'],['../class_s_x1272.html#ab5c9a79d72996c3d793cee812b0aded5',1,'SX1272::setBitRate()'],['../class_s_x1233.html#af245e451dca502ee8975c7ecd291a859',1,'SX1233::setBitRate()'],['../class_si443x.html#ad43575e731dd7e66d5ad9e6dccd27170',1,'Si443x::setBitRate()'],['../class_r_f69.html#ad7f8132912a5dbf38c5cf676ac167d13',1,'RF69::setBitRate()'],['../classn_r_f24.html#a0873f58ae62e41cff99813e21cc8b02a',1,'nRF24::setBitRate()'],['../class_l_r11x0.html#a03ab7a24fec379c6ba2d642e1133c4f2',1,'LR11x0::setBitRate()'],['../class_c_c1101.html#a6fd22cdec29e1e34a92aa9854b90fdc9',1,'CC1101::setBitRate()']]],
['setbroadcastaddress_866',['setBroadcastAddress',['../class_l_r11x0.html#af24ba794f71c4e37cd13d2f4dbec5bf7',1,'LR11x0::setBroadcastAddress()'],['../class_r_f69.html#a1b7598b87ffaabdbe733c47317fa91d8',1,'RF69::setBroadcastAddress()'],['../class_s_x126x.html#abd8eea7e468db3d6064c19d4934d5034',1,'SX126x::setBroadcastAddress()'],['../class_s_x127x.html#abc51ce6718153e4963128f25bb5aab40',1,'SX127x::setBroadcastAddress()']]],
['setbuffernonces_867',['setBufferNonces',['../class_lo_ra_w_a_n_node.html#a11701081ac6bd39a8a2b4bdbc248fac2',1,'LoRaWANNode']]],
['setbuffersession_868',['setBufferSession',['../class_lo_ra_w_a_n_node.html#aadebe7a412aec8043aa2f8f57a202f49',1,'LoRaWANNode']]],
- ['setchannelscanaction_869',['setChannelScanAction',['../class_s_x127x.html#ab0f5f695011a8d734ae86ff39c8ff6f5',1,'SX127x::setChannelScanAction()'],['../class_physical_layer.html#ae11c191a7edf3116bf468b9153237260',1,'PhysicalLayer::setChannelScanAction()'],['../class_s_x126x.html#a1fc6360740d80b664a5042ecc9d8b4fa',1,'SX126x::setChannelScanAction()'],['../class_s_t_m32_w_lx.html#ad0ca0a6cc9f1eebe738681df10fd5de4',1,'STM32WLx::setChannelScanAction()']]],
+ ['setchannelscanaction_869',['setChannelScanAction',['../class_s_x127x.html#ab0f5f695011a8d734ae86ff39c8ff6f5',1,'SX127x::setChannelScanAction()'],['../class_physical_layer.html#ae11c191a7edf3116bf468b9153237260',1,'PhysicalLayer::setChannelScanAction()'],['../class_s_x126x.html#aed0e7dcd60479c9db3d7a3408e7f396d',1,'SX126x::setChannelScanAction()'],['../class_s_t_m32_w_lx.html#a119ad225f9eba91e7c38f82cf0f1c89d',1,'STM32WLx::setChannelScanAction()']]],
['setcodingrate_870',['setCodingRate',['../class_l_r11x0.html#a583f2d5ed601a98c609dbf0d57f2f541',1,'LR11x0::setCodingRate()'],['../class_s_x126x.html#afd3113858966e878e9c67a1e710bd586',1,'SX126x::setCodingRate()'],['../class_s_x1272.html#a960913438feccad4c1913a9222384a5f',1,'SX1272::setCodingRate()'],['../class_s_x1278.html#a834f26a0bd3fc8a03fa7e68aa4daf9e1',1,'SX1278::setCodingRate()'],['../class_s_x128x.html#a9da544e4a6120f73a078b46c6138505a',1,'SX128x::setCodingRate()']]],
['setcorrection_871',['setCorrection',['../class_a_x25_client.html#a74a43c60c84e4150b9508c83e461d24e',1,'AX25Client::setCorrection()'],['../class_bell_client.html#a90f3f33a09a4cf8d544ca1e9a23beae2',1,'BellClient::setCorrection()'],['../class_f_s_k4_client.html#aab85cb6519e5448dc332bf17bd60f90a',1,'FSK4Client::setCorrection()'],['../class_s_s_t_v_client.html#a0e9cc17123f26d1e7ae2a2b93546515e',1,'SSTVClient::setCorrection()']]],
['setcrc_872',['setCRC',['../class_s_x1272.html#abd912314a977f92c464d36d862329ffc',1,'SX1272::setCRC()'],['../class_s_x128x.html#aa4b1e0b96347011522e053f30202c0fe',1,'SX128x::setCRC()'],['../class_s_x1278.html#ac0be7586b8e40355bbd29d78ae9941d1',1,'SX1278::setCRC()'],['../class_s_x126x.html#a95007639c2648a1dbb614493224606f1',1,'SX126x::setCRC()'],['../class_l_r11x0.html#a551b82787288b0b14e4d3124e6744dc3',1,'LR11x0::setCRC()']]],
@@ -41,7 +41,7 @@ var searchData=
['setdio2asrfswitch_883',['setDio2AsRfSwitch',['../class_s_x126x.html#ae46e08d579f4acbad029b4cd4f4fffaf',1,'SX126x']]],
['setdiomapping_884',['setDIOMapping',['../class_physical_layer.html#a349e8a22cd28ad89d45460fdeeefc05c',1,'PhysicalLayer::setDIOMapping()'],['../class_s_x127x.html#a103b606166eba8c69bff061270744768',1,'SX127x::setDIOMapping()'],['../class_r_f69.html#a0d7720672c0aa0cf4464d544540cbada',1,'RF69::setDIOMapping()'],['../class_c_c1101.html#a544bb8d7be9c0e1ff7f7103b30925862',1,'CC1101::setDIOMapping()']]],
['setdiopreambledetect_885',['setDIOPreambleDetect',['../class_s_x127x.html#a7b85344084b800966a46ace59dcb5277',1,'SX127x']]],
- ['setdirectaction_886',['setDirectAction',['../class_c_c1101.html#a24f4b059cc56238499c6117b88cd5505',1,'CC1101::setDirectAction()'],['../class_r_f69.html#a7fd34332bec08828080b1b4a0f8c6e28',1,'RF69::setDirectAction()'],['../class_si443x.html#a55fae20e81755c8b014d080741d61913',1,'Si443x::setDirectAction()'],['../class_s_x126x.html#abbf8b4623da8c2caa83a8c3d35a44d0a',1,'SX126x::setDirectAction()'],['../class_s_x127x.html#aa3f409359eafa5988e8e4c2948735238',1,'SX127x::setDirectAction()'],['../class_s_x128x.html#aff1b549077b9d752f53bf9dfc6840236',1,'SX128x::setDirectAction()'],['../class_physical_layer.html#abf96cf4f3cb4c82d44be581dbe615966',1,'PhysicalLayer::setDirectAction(void(*func)(void))']]],
+ ['setdirectaction_886',['setDirectAction',['../class_c_c1101.html#a24f4b059cc56238499c6117b88cd5505',1,'CC1101::setDirectAction()'],['../class_r_f69.html#a7fd34332bec08828080b1b4a0f8c6e28',1,'RF69::setDirectAction()'],['../class_si443x.html#a55fae20e81755c8b014d080741d61913',1,'Si443x::setDirectAction()'],['../class_s_x126x.html#a4f514b341b8982650526c6d8e20fd1a4',1,'SX126x::setDirectAction()'],['../class_s_x127x.html#aa3f409359eafa5988e8e4c2948735238',1,'SX127x::setDirectAction()'],['../class_s_x128x.html#aff1b549077b9d752f53bf9dfc6840236',1,'SX128x::setDirectAction()'],['../class_physical_layer.html#abf96cf4f3cb4c82d44be581dbe615966',1,'PhysicalLayer::setDirectAction(void(*func)(void))']]],
['setdirectsyncword_887',['setDirectSyncWord',['../class_physical_layer.html#a8e378fe136a498ea485a9c10f5e15aab',1,'PhysicalLayer']]],
['setdutycycle_888',['setDutyCycle',['../class_lo_ra_w_a_n_node.html#a3d4bbd6d382496838954ab4ac1168b77',1,'LoRaWANNode']]],
['setdwelltime_889',['setDwellTime',['../class_lo_ra_w_a_n_node.html#a62bfe68f6fe63c2e408dccbff6a34a4f',1,'LoRaWANNode']]],
@@ -49,7 +49,7 @@ var searchData=
['setfhsshoppingperiod_891',['setFHSSHoppingPeriod',['../class_s_x127x.html#a7f04a7e883057908df18f06c7f74c7e1',1,'SX127x']]],
['setfifoemptyaction_892',['setFifoEmptyAction',['../class_r_f69.html#a788023a0de9d6b43cb4079d12ca90b8d',1,'RF69::setFifoEmptyAction()'],['../class_s_x127x.html#a6fbdfd8e2a2ad1eb7e59a73385847acb',1,'SX127x::setFifoEmptyAction()']]],
['setfifofullaction_893',['setFifoFullAction',['../class_r_f69.html#a1a6ecb5fcc42c49bc3d9032e9c5db07b',1,'RF69::setFifoFullAction()'],['../class_s_x127x.html#a201c31366f32c41b801724fb662265c1',1,'SX127x::setFifoFullAction()']]],
- ['setfrequency_894',['setFrequency',['../class_c_c1101.html#ad428d7e6fc9ac119101bb0716fa80bee',1,'CC1101::setFrequency()'],['../class_physical_layer.html#a8a194b0fbb66b1a953288bf3b9478d6e',1,'PhysicalLayer::setFrequency()'],['../class_s_x128x.html#a2043ef7bb806968b9d9dcb64561ca371',1,'SX128x::setFrequency()'],['../class_s_x1279.html#acf9b2087f5b661f06e9512bad36b3817',1,'SX1279::setFrequency()'],['../class_s_x1278.html#a4b14d432ef1bd72982f4771cac5b62e4',1,'SX1278::setFrequency()'],['../class_s_x1277.html#a42adde5eecccdca95214980848795e82',1,'SX1277::setFrequency()'],['../class_s_x1276.html#a657d75dced0af8c89c4e38535dd5b008',1,'SX1276::setFrequency()'],['../class_s_x1272.html#af409f50e51042cf9357c0a8267f762f8',1,'SX1272::setFrequency()'],['../class_s_x1268.html#a59b538f4971525849b7aaa3456de9929',1,'SX1268::setFrequency(float freq, bool calibrate)'],['../class_s_x1268.html#abf338b7036d692a4a8ca6bf305c0cb12',1,'SX1268::setFrequency(float freq)'],['../class_s_x1262.html#a1f70b082116b03d1fafe395fc5a288f6',1,'SX1262::setFrequency(float freq, bool calibrate)'],['../class_s_x1262.html#abb018b820eb71ca6b0cd92c62affa767',1,'SX1262::setFrequency(float freq)'],['../class_si4432.html#aa0cdb6cb53bb0176803d5115356a8e84',1,'Si4432::setFrequency()'],['../class_si4430.html#a025a31861d1511090168e416140d0343',1,'Si4430::setFrequency()'],['../class_r_f69.html#ab467f0fc318e651d0cdfbc0399d4c34b',1,'RF69::setFrequency()'],['../classn_r_f24.html#a408278336cdf25fd205ecffea86c26e8',1,'nRF24::setFrequency()'],['../class_l_r1120.html#a477bac8eea731d55bf6c07e60aa0b2e2',1,'LR1120::setFrequency(float freq, bool calibrate, float band=4)'],['../class_l_r1120.html#a1139585bff92c19ab645f68068930d60',1,'LR1120::setFrequency(float freq)'],['../class_l_r1110.html#a08c9ba9d02e7e3918f73f090c6d5ed33',1,'LR1110::setFrequency(float freq, bool calibrate, float band=4)'],['../class_l_r1110.html#a58cfda71b08567a7e98e7d6fd03465b4',1,'LR1110::setFrequency(float freq)']]],
+ ['setfrequency_894',['setFrequency',['../class_c_c1101.html#ad428d7e6fc9ac119101bb0716fa80bee',1,'CC1101::setFrequency()'],['../class_physical_layer.html#a8a194b0fbb66b1a953288bf3b9478d6e',1,'PhysicalLayer::setFrequency()'],['../class_s_x128x.html#a2043ef7bb806968b9d9dcb64561ca371',1,'SX128x::setFrequency()'],['../class_s_x1279.html#acf9b2087f5b661f06e9512bad36b3817',1,'SX1279::setFrequency()'],['../class_s_x1278.html#a4b14d432ef1bd72982f4771cac5b62e4',1,'SX1278::setFrequency()'],['../class_s_x1277.html#a42adde5eecccdca95214980848795e82',1,'SX1277::setFrequency()'],['../class_s_x1276.html#a657d75dced0af8c89c4e38535dd5b008',1,'SX1276::setFrequency()'],['../class_s_x1272.html#af409f50e51042cf9357c0a8267f762f8',1,'SX1272::setFrequency()'],['../class_s_x1268.html#a59b538f4971525849b7aaa3456de9929',1,'SX1268::setFrequency(float freq, bool calibrate)'],['../class_s_x1268.html#af412a9361fe413b2d0c426100056d8c2',1,'SX1268::setFrequency(float freq) override'],['../class_s_x1262.html#a1f70b082116b03d1fafe395fc5a288f6',1,'SX1262::setFrequency(float freq, bool calibrate)'],['../class_s_x1262.html#a2122feee1a3bffaaa20e85b24dc8a899',1,'SX1262::setFrequency(float freq) override'],['../class_si4432.html#aa0cdb6cb53bb0176803d5115356a8e84',1,'Si4432::setFrequency()'],['../class_si4430.html#a025a31861d1511090168e416140d0343',1,'Si4430::setFrequency()'],['../class_r_f69.html#ab467f0fc318e651d0cdfbc0399d4c34b',1,'RF69::setFrequency()'],['../classn_r_f24.html#a408278336cdf25fd205ecffea86c26e8',1,'nRF24::setFrequency()'],['../class_l_r1120.html#a477bac8eea731d55bf6c07e60aa0b2e2',1,'LR1120::setFrequency(float freq, bool calibrate, float band=4)'],['../class_l_r1120.html#a1139585bff92c19ab645f68068930d60',1,'LR1120::setFrequency(float freq)'],['../class_l_r1110.html#a08c9ba9d02e7e3918f73f090c6d5ed33',1,'LR1110::setFrequency(float freq, bool calibrate, float band=4)'],['../class_l_r1110.html#a58cfda71b08567a7e98e7d6fd03465b4',1,'LR1110::setFrequency(float freq)']]],
['setfrequencydeviation_895',['setFrequencyDeviation',['../class_s_x128x.html#a26d0d02e5e53a3172df9208fa343a3f1',1,'SX128x::setFrequencyDeviation()'],['../class_physical_layer.html#a2f4f9b428d9ea9af886ca85e5088ed7b',1,'PhysicalLayer::setFrequencyDeviation()'],['../class_external_radio.html#a02928a19eab0eab615c02180cedda3eb',1,'ExternalRadio::setFrequencyDeviation()'],['../class_s_x127x.html#a448ea8a6a6011a9cdddd4e09bd6c9679',1,'SX127x::setFrequencyDeviation()'],['../class_s_x126x.html#a7cd95a5f2e39ae8fb1a3040e77fa21a3',1,'SX126x::setFrequencyDeviation()'],['../class_r_f69.html#adb9fbfedf95f34ac537815870b98a9be',1,'RF69::setFrequencyDeviation()'],['../class_si443x.html#a7c4e6caa95e5622f6f515ba0339a1c66',1,'Si443x::setFrequencyDeviation()'],['../class_l_r11x0.html#ac003cfe3a4dbd9bad1f01fd0147031d1',1,'LR11x0::setFrequencyDeviation()'],['../class_c_c1101.html#a0d69713b9f20c9de354c13c3167b18b3',1,'CC1101::setFrequencyDeviation()'],['../classn_r_f24.html#a5170284f0a5535de7d00216d450b87a4',1,'nRF24::setFrequencyDeviation()']]],
['setgain_896',['setGain',['../class_s_x1272.html#ae1c57ad5e8496dc28cd3ba9852809852',1,'SX1272::setGain()'],['../class_s_x1278.html#aa57b713988cfa224a6db2ff325052931',1,'SX1278::setGain()']]],
['setgaincontrol_897',['setGainControl',['../class_s_x128x.html#a3837662441a9eb3f0a71f4f667db9e91',1,'SX128x']]],
@@ -69,9 +69,9 @@ var searchData=
['setookpeakthresholddecrement_911',['setOokPeakThresholdDecrement',['../class_s_x127x.html#aac2f43d70b5f94e49e09b4c9f082f46d',1,'SX127x::setOokPeakThresholdDecrement()'],['../class_r_f69.html#a434420f2def6c383608223105469fda1',1,'RF69::setOokPeakThresholdDecrement()']]],
['setookpeakthresholdstep_912',['setOokPeakThresholdStep',['../class_s_x127x.html#a48ca43e6aad02815fa1507f0f0831c54',1,'SX127x']]],
['setookthresholdtype_913',['setOokThresholdType',['../class_r_f69.html#a219a046c10ddcc0a787ad19346ecad6a',1,'RF69::setOokThresholdType()'],['../class_s_x127x.html#a8b93142202167270db109d18b743c744',1,'SX127x::setOokThresholdType()']]],
- ['setoutputpower_914',['setOutputPower',['../class_s_x1261.html#aa541f927995a1756c651b93fd24edc65',1,'SX1261::setOutputPower()'],['../class_physical_layer.html#ad2286dc78dbf8e3084f38e9159b99ae5',1,'PhysicalLayer::setOutputPower()'],['../class_s_x128x.html#ad988727ea6c9b4e11562651d312514c0',1,'SX128x::setOutputPower()'],['../class_s_x1278.html#aca58a6c2e8fcef6414fdf3bc1eb62082',1,'SX1278::setOutputPower(int8_t power, bool useRfo)'],['../class_s_x1278.html#a69abc18e7fa0055e6b80024e8cde7db4',1,'SX1278::setOutputPower(int8_t power) override'],['../class_s_x1272.html#a03f7073d710f18aad79b7d46f2fda659',1,'SX1272::setOutputPower(int8_t power, bool useRfo)'],['../class_s_x1272.html#aec51f08c0902145ff5f11e27e7cab638',1,'SX1272::setOutputPower(int8_t power) override'],['../class_s_x1268.html#a5b0744aa46fbb4f8c738b010dfcc9b45',1,'SX1268::setOutputPower()'],['../class_s_x1262.html#aa149463283dc9cddfec836ec6620d4dc',1,'SX1262::setOutputPower()'],['../class_s_t_m32_w_lx.html#a9afbde1c466907598974cc3923784c5b',1,'STM32WLx::setOutputPower()'],['../class_si4432.html#a8b26e2c86a9e5e8f6405f0a57b65caca',1,'Si4432::setOutputPower()'],['../class_si4431.html#a4da296b35056e076ff69a288bd801d19',1,'Si4431::setOutputPower()'],['../class_si4430.html#af8d615431bf66e06b45487f3fff73d16',1,'Si4430::setOutputPower()'],['../class_r_f69.html#a721094611fa375e73bd0332ab2d7d113',1,'RF69::setOutputPower()'],['../classn_r_f24.html#ad9859fa54aed7d3cd82839bad9d7d33a',1,'nRF24::setOutputPower()'],['../class_l_r11x0.html#a549ecc907732bca96dab27c433928740',1,'LR11x0::setOutputPower(int8_t power, bool forceHighPower)'],['../class_l_r11x0.html#a2522e288732aa77ec4f5a44e724612af',1,'LR11x0::setOutputPower(int8_t power)'],['../class_c_c1101.html#a5d6dce30fc7da668975b6da663784cdf',1,'CC1101::setOutputPower()']]],
- ['setpacketreceivedaction_915',['setPacketReceivedAction',['../class_physical_layer.html#aec928bb26f65752aa20cd236fbabb95c',1,'PhysicalLayer::setPacketReceivedAction()'],['../class_s_x128x.html#a697880c42c4b1def04c8fe7f3a023ffb',1,'SX128x::setPacketReceivedAction()'],['../class_s_x127x.html#ad63322c9c58dd82e4b9982f10e546f33',1,'SX127x::setPacketReceivedAction()'],['../class_s_x126x.html#ad2bc2016783a3fcad3ad4e6518ee7fc8',1,'SX126x::setPacketReceivedAction()'],['../class_s_t_m32_w_lx.html#a9194a526a32bd4891d59fe2a08641622',1,'STM32WLx::setPacketReceivedAction()'],['../class_r_f69.html#ac8bff26070735a733a24146d414c3c5f',1,'RF69::setPacketReceivedAction()'],['../class_si443x.html#a2badfa5db1ae5b9ec26ad7a8b3cab167',1,'Si443x::setPacketReceivedAction()'],['../class_c_c1101.html#a29a16e8ed85432c6fae8d9e45399de6e',1,'CC1101::setPacketReceivedAction()'],['../classn_r_f24.html#a08b90ae895a6a45bceb11f67237245b4',1,'nRF24::setPacketReceivedAction()'],['../class_l_r11x0.html#a0a4d48bf33fe466ea4c14cd9db228dce',1,'LR11x0::setPacketReceivedAction(void(*func)(void))']]],
- ['setpacketsentaction_916',['setPacketSentAction',['../class_l_r11x0.html#a88ff8c277e340c3273fb5715cd743cce',1,'LR11x0::setPacketSentAction()'],['../class_c_c1101.html#a336999da23e554073a9fa628131883f5',1,'CC1101::setPacketSentAction()'],['../class_physical_layer.html#a32b512b34f6575b2109ae3c3f35d1369',1,'PhysicalLayer::setPacketSentAction()'],['../class_s_x128x.html#acaa115bb9eb3d325d6baba1f578d678b',1,'SX128x::setPacketSentAction()'],['../class_s_x127x.html#a91476a51019910b958f464e73ba797c5',1,'SX127x::setPacketSentAction()'],['../class_s_x126x.html#a0417720a61b2d587e5633360cbecb33c',1,'SX126x::setPacketSentAction()'],['../class_si443x.html#aa55274bb345f178328ea2a674621fc84',1,'Si443x::setPacketSentAction()'],['../class_r_f69.html#a27fad7a67c4239c19bd94d1ccfb493ca',1,'RF69::setPacketSentAction()'],['../classn_r_f24.html#a8e00d6729ee3c869cda8ccb5ae15ba27',1,'nRF24::setPacketSentAction()'],['../class_s_t_m32_w_lx.html#a771bb4b32a6d9a2f44326e85678e3270',1,'STM32WLx::setPacketSentAction()']]],
+ ['setoutputpower_914',['setOutputPower',['../class_s_x1261.html#a3d197bb8a301f3594c7bfa1c9375aef1',1,'SX1261::setOutputPower()'],['../class_physical_layer.html#ad2286dc78dbf8e3084f38e9159b99ae5',1,'PhysicalLayer::setOutputPower()'],['../class_s_x128x.html#ad988727ea6c9b4e11562651d312514c0',1,'SX128x::setOutputPower()'],['../class_s_x1278.html#aca58a6c2e8fcef6414fdf3bc1eb62082',1,'SX1278::setOutputPower(int8_t power, bool useRfo)'],['../class_s_x1278.html#a69abc18e7fa0055e6b80024e8cde7db4',1,'SX1278::setOutputPower(int8_t power) override'],['../class_s_x1272.html#a03f7073d710f18aad79b7d46f2fda659',1,'SX1272::setOutputPower(int8_t power, bool useRfo)'],['../class_s_x1272.html#aec51f08c0902145ff5f11e27e7cab638',1,'SX1272::setOutputPower(int8_t power) override'],['../class_s_x1268.html#a6b6adaee1c8d76c3d766225298d84709',1,'SX1268::setOutputPower()'],['../class_s_x1262.html#aa455a7f0e69abdcca55cf35388d9dc52',1,'SX1262::setOutputPower()'],['../class_s_t_m32_w_lx.html#a9afbde1c466907598974cc3923784c5b',1,'STM32WLx::setOutputPower()'],['../class_si4432.html#a8b26e2c86a9e5e8f6405f0a57b65caca',1,'Si4432::setOutputPower()'],['../class_si4431.html#a4da296b35056e076ff69a288bd801d19',1,'Si4431::setOutputPower()'],['../class_si4430.html#af8d615431bf66e06b45487f3fff73d16',1,'Si4430::setOutputPower()'],['../class_r_f69.html#a721094611fa375e73bd0332ab2d7d113',1,'RF69::setOutputPower()'],['../classn_r_f24.html#ad9859fa54aed7d3cd82839bad9d7d33a',1,'nRF24::setOutputPower()'],['../class_l_r11x0.html#a549ecc907732bca96dab27c433928740',1,'LR11x0::setOutputPower(int8_t power, bool forceHighPower)'],['../class_l_r11x0.html#a2522e288732aa77ec4f5a44e724612af',1,'LR11x0::setOutputPower(int8_t power)'],['../class_c_c1101.html#a5d6dce30fc7da668975b6da663784cdf',1,'CC1101::setOutputPower()']]],
+ ['setpacketreceivedaction_915',['setPacketReceivedAction',['../class_physical_layer.html#aec928bb26f65752aa20cd236fbabb95c',1,'PhysicalLayer::setPacketReceivedAction()'],['../class_s_x128x.html#a697880c42c4b1def04c8fe7f3a023ffb',1,'SX128x::setPacketReceivedAction()'],['../class_s_x127x.html#ad63322c9c58dd82e4b9982f10e546f33',1,'SX127x::setPacketReceivedAction()'],['../class_s_x126x.html#a7603aa60ae8d975eb262a4b7e2aed1d0',1,'SX126x::setPacketReceivedAction()'],['../class_s_t_m32_w_lx.html#ad23dafdeb21b97165be74ef8f093866c',1,'STM32WLx::setPacketReceivedAction()'],['../class_r_f69.html#ac8bff26070735a733a24146d414c3c5f',1,'RF69::setPacketReceivedAction()'],['../class_si443x.html#a2badfa5db1ae5b9ec26ad7a8b3cab167',1,'Si443x::setPacketReceivedAction()'],['../class_c_c1101.html#a29a16e8ed85432c6fae8d9e45399de6e',1,'CC1101::setPacketReceivedAction()'],['../classn_r_f24.html#a08b90ae895a6a45bceb11f67237245b4',1,'nRF24::setPacketReceivedAction()'],['../class_l_r11x0.html#a0a4d48bf33fe466ea4c14cd9db228dce',1,'LR11x0::setPacketReceivedAction(void(*func)(void))']]],
+ ['setpacketsentaction_916',['setPacketSentAction',['../class_l_r11x0.html#a88ff8c277e340c3273fb5715cd743cce',1,'LR11x0::setPacketSentAction()'],['../class_c_c1101.html#a336999da23e554073a9fa628131883f5',1,'CC1101::setPacketSentAction()'],['../class_physical_layer.html#a32b512b34f6575b2109ae3c3f35d1369',1,'PhysicalLayer::setPacketSentAction()'],['../class_s_x128x.html#acaa115bb9eb3d325d6baba1f578d678b',1,'SX128x::setPacketSentAction()'],['../class_s_x127x.html#a91476a51019910b958f464e73ba797c5',1,'SX127x::setPacketSentAction()'],['../class_s_x126x.html#ac79f7ebab97ae91fff6933be3207c873',1,'SX126x::setPacketSentAction()'],['../class_si443x.html#aa55274bb345f178328ea2a674621fc84',1,'Si443x::setPacketSentAction()'],['../class_r_f69.html#a27fad7a67c4239c19bd94d1ccfb493ca',1,'RF69::setPacketSentAction()'],['../classn_r_f24.html#a8e00d6729ee3c869cda8ccb5ae15ba27',1,'nRF24::setPacketSentAction()'],['../class_s_t_m32_w_lx.html#a7c0e3aef03f0b6834d0465d8f8568c32',1,'STM32WLx::setPacketSentAction()']]],
['setpaconfig_917',['setPaConfig',['../class_s_x126x.html#a1623e7d5450c97ca092913ad79d62208',1,'SX126x']]],
['setparamptime_918',['setPaRampTime',['../class_s_x126x.html#ad90a56cb55c5bb64037a0d412d84a80d',1,'SX126x']]],
['setpreamblelength_919',['setPreambleLength',['../class_s_x127x.html#a844499bace6ae001446d71bee2877656',1,'SX127x::setPreambleLength()'],['../class_physical_layer.html#a85db1ff64e6c56e054f276c511194633',1,'PhysicalLayer::setPreambleLength()'],['../class_s_x128x.html#a1984a405262f155f16a4759c5f6b0133',1,'SX128x::setPreambleLength()'],['../class_s_x126x.html#ad6274222ccf534e98e3cd17dfa1520d4',1,'SX126x::setPreambleLength()'],['../class_si443x.html#a4821a6141caf16141074615c976ecd91',1,'Si443x::setPreambleLength()'],['../class_r_f69.html#a7c84b3f881cad6e05b0f4f68c24496d9',1,'RF69::setPreambleLength()'],['../class_l_r11x0.html#aa5d7ae65666f8f9abcb7e9b169884a4a',1,'LR11x0::setPreambleLength()'],['../class_c_c1101.html#ae77c828c9c7cc12012fe011e8c4d3570',1,'CC1101::setPreambleLength(uint8_t preambleLength, uint8_t qualityThreshold)']]],
@@ -127,7 +127,7 @@ var searchData=
['startchannelscan_969',['startChannelScan',['../class_s_x127x.html#a6fa5723724393576ed597509200e17d1',1,'SX127x::startChannelScan()'],['../class_physical_layer.html#ae30dfbb5445bb674898fc54f5f90b2f9',1,'PhysicalLayer::startChannelScan()'],['../class_s_x128x.html#a948156af6e886bc46a6c6c5fb10a087a',1,'SX128x::startChannelScan()'],['../class_s_x126x.html#aff8ec92d828421564322f13fb1c90223',1,'SX126x::startChannelScan(uint8_t symbolNum, uint8_t detPeak, uint8_t detMin)'],['../class_s_x126x.html#a001c4637f01ed6f0216cd6c4d7e10da3',1,'SX126x::startChannelScan() override'],['../class_l_r11x0.html#aa09eb53b0c32a5f229e14c46bfe45a4f',1,'LR11x0::startChannelScan(uint8_t symbolNum, uint8_t detPeak, uint8_t detMin)'],['../class_l_r11x0.html#a4f3bc362530b85dd643669705f03998d',1,'LR11x0::startChannelScan() override']]],
['startdirect_970',['startDirect',['../class_physical_layer.html#a88a10657bd2215a11a2331f937414b55',1,'PhysicalLayer']]],
['startranging_971',['startRanging',['../class_s_x1280.html#a78cebe909fb2776f11f6c50f4f241c10',1,'SX1280']]],
- ['startreceive_972',['startReceive',['../class_physical_layer.html#a13dbafeeb9dd9ede72cc4d907738ac48',1,'PhysicalLayer::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len)'],['../class_physical_layer.html#a18664ad615c5507ff1690baaca90b094',1,'PhysicalLayer::startReceive()'],['../class_pager_client.html#a9c0f13846fbc333a35a16a98b6575ca6',1,'PagerClient::startReceive(uint32_t pin, uint32_t *addrs, uint32_t *masks, size_t numAddress)'],['../class_pager_client.html#ac232570ac012ff315a1971ab0422fed3',1,'PagerClient::startReceive(uint32_t pin, uint32_t addr, uint32_t mask=0xFFFFF)'],['../class_s_x128x.html#a776286e4a267d1d71531bc9df7aa4276',1,'SX128x::startReceive(uint16_t timeout, uint16_t irqFlags=RADIOLIB_SX128X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX128X_IRQ_RX_DONE, size_t len=0)'],['../class_s_x128x.html#afe700968c1e02e335c389b59d950ca39',1,'SX128x::startReceive()'],['../class_s_x127x.html#ae274d8640bba5c22217db120c51c6bb8',1,'SX127x::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len)'],['../class_s_x127x.html#aa77da235ab59a5066fc51418d4344a02',1,'SX127x::startReceive(uint8_t len, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS)'],['../class_s_x127x.html#ae90a5df2d414dfcafd1e3b8aa790f9fd',1,'SX127x::startReceive()'],['../class_s_x126x.html#a0d5ce0a8d2a5b275676d9d98124312ce',1,'SX126x::startReceive()'],['../class_si443x.html#a1070a6cde04a01d4a35da670f65ce539',1,'Si443x::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len)'],['../class_si443x.html#a10f886fc534a85bbf8c1aeb9b5ffe4f2',1,'Si443x::startReceive()'],['../class_r_f69.html#ae8b6f87d4b798dc8fcda07bfa5af5a66',1,'RF69::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len)'],['../class_r_f69.html#afae38fa64242043de34096bf497725f1',1,'RF69::startReceive()'],['../classn_r_f24.html#ad672f45f73267249265044063e19b4fa',1,'nRF24::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len)'],['../classn_r_f24.html#af4f443da5d90e032e5f2f65420515f9c',1,'nRF24::startReceive()'],['../class_l_r11x0.html#a437eaf0e0541983751abd28db45efea8',1,'LR11x0::startReceive(uint32_t timeout, uint32_t irqFlags=RADIOLIB_LR11X0_IRQ_RX_DONE, size_t len=0)'],['../class_l_r11x0.html#aabc154b86d9159fb5f769f62418d52b7',1,'LR11x0::startReceive()'],['../class_c_c1101.html#ad4d274deead2f6ce270810e4cb5b24d2',1,'CC1101::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len) override'],['../class_c_c1101.html#ae71e947abf6a07b194c6c6d64fd3eb19',1,'CC1101::startReceive() override'],['../class_s_x126x.html#a16e8b271dc5e9af3015dd2901153cbde',1,'SX126x::startReceive()']]],
+ ['startreceive_972',['startReceive',['../class_physical_layer.html#a13dbafeeb9dd9ede72cc4d907738ac48',1,'PhysicalLayer::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len)'],['../class_physical_layer.html#a18664ad615c5507ff1690baaca90b094',1,'PhysicalLayer::startReceive()'],['../class_pager_client.html#a9c0f13846fbc333a35a16a98b6575ca6',1,'PagerClient::startReceive(uint32_t pin, uint32_t *addrs, uint32_t *masks, size_t numAddress)'],['../class_pager_client.html#ac232570ac012ff315a1971ab0422fed3',1,'PagerClient::startReceive(uint32_t pin, uint32_t addr, uint32_t mask=0xFFFFF)'],['../class_s_x128x.html#a776286e4a267d1d71531bc9df7aa4276',1,'SX128x::startReceive(uint16_t timeout, uint16_t irqFlags=RADIOLIB_SX128X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX128X_IRQ_RX_DONE, size_t len=0)'],['../class_s_x128x.html#afe700968c1e02e335c389b59d950ca39',1,'SX128x::startReceive()'],['../class_s_x127x.html#ae274d8640bba5c22217db120c51c6bb8',1,'SX127x::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len)'],['../class_s_x127x.html#aa77da235ab59a5066fc51418d4344a02',1,'SX127x::startReceive(uint8_t len, uint8_t mode=RADIOLIB_SX127X_RXCONTINUOUS)'],['../class_s_x127x.html#ae90a5df2d414dfcafd1e3b8aa790f9fd',1,'SX127x::startReceive()'],['../class_s_x126x.html#a0d5ce0a8d2a5b275676d9d98124312ce',1,'SX126x::startReceive()'],['../class_si443x.html#a1070a6cde04a01d4a35da670f65ce539',1,'Si443x::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len)'],['../class_si443x.html#a10f886fc534a85bbf8c1aeb9b5ffe4f2',1,'Si443x::startReceive()'],['../class_r_f69.html#ae8b6f87d4b798dc8fcda07bfa5af5a66',1,'RF69::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len)'],['../class_r_f69.html#afae38fa64242043de34096bf497725f1',1,'RF69::startReceive()'],['../classn_r_f24.html#ad672f45f73267249265044063e19b4fa',1,'nRF24::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len)'],['../classn_r_f24.html#af4f443da5d90e032e5f2f65420515f9c',1,'nRF24::startReceive()'],['../class_l_r11x0.html#a437eaf0e0541983751abd28db45efea8',1,'LR11x0::startReceive(uint32_t timeout, uint32_t irqFlags=RADIOLIB_LR11X0_IRQ_RX_DONE, size_t len=0)'],['../class_l_r11x0.html#aabc154b86d9159fb5f769f62418d52b7',1,'LR11x0::startReceive()'],['../class_c_c1101.html#ad4d274deead2f6ce270810e4cb5b24d2',1,'CC1101::startReceive(uint32_t timeout, uint16_t irqFlags, uint16_t irqMask, size_t len) override'],['../class_c_c1101.html#ae71e947abf6a07b194c6c6d64fd3eb19',1,'CC1101::startReceive() override'],['../class_s_x126x.html#a66ad433561b02fe61b09afd735ce56cc',1,'SX126x::startReceive() override']]],
['startreceivedutycycle_973',['startReceiveDutyCycle',['../class_s_x126x.html#a5b4f8a41b593436b8c7a2a2d46ac387e',1,'SX126x']]],
['startreceivedutycycleauto_974',['startReceiveDutyCycleAuto',['../class_s_x126x.html#a077f180905ce4818cbdacad0cd9fe841',1,'SX126x']]],
['startsignal_975',['startSignal',['../class_morse_client.html#a3c718208786f8fe55f30eee990ec28e3',1,'MorseClient']]],