diff --git a/_l_r11x0_8h_source.html b/_l_r11x0_8h_source.html
index bb3e79e1..6c4a94a5 100644
--- a/_l_r11x0_8h_source.html
+++ b/_l_r11x0_8h_source.html
@@ -761,9 +761,9 @@ $(document).ready(function(){initNavTree('_l_r11x0_8h_source.html',''); initResi
820 int16_t
standby(uint8_t mode,
bool wakeup =
true);
-
+ 827 int16_t
sleep()
override;
- 836 int16_t
sleep(
bool retainConfig, uint32_t sleepTime);
+ 836 int16_t
sleep(
bool retainConfig, uint32_t sleepTime);
@@ -1159,7 +1159,6 @@ $(document).ready(function(){initNavTree('_l_r11x0_8h_source.html',''); initResi
int16_t setPreambleLength(size_t preambleLength) override
Sets preamble length for LoRa or GFSK modem. Allowed values range from 1 to 65535.
Definition: LR11x0.cpp:1078
int16_t startReceive() override
Interrupt-driven receive method with default parameters. Implemented for compatibility with PhysicalL...
Definition: LR11x0.cpp:441
int16_t finishTransmit() override
Clean up after transmission is done.
Definition: LR11x0.cpp:433
-int16_t sleep()
Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enable...
Definition: LR11x0.cpp:317
void clearIrqAction()
Clears interrupt service routine to call when IRQ1 activates.
Definition: LR11x0.cpp:346
int16_t setBitRate(float br) override
Sets GFSK bit rate. Allowed values range from 0.6 to 300.0 kbps.
Definition: LR11x0.cpp:749
int16_t beginGFSK(float br, float freqDev, float rxBw, int8_t power, uint16_t preambleLength, float tcxoVoltage)
Initialization method for FSK modem.
Definition: LR11x0.cpp:50
@@ -1173,6 +1172,7 @@ $(document).ready(function(){initNavTree('_l_r11x0_8h_source.html',''); initResi
void setPacketReceivedAction(void(*func)(void)) override
Sets interrupt service routine to call when a packet is received.
Definition: LR11x0.cpp:350
int16_t getVersionInfo(LR11x0VersionInfo_t *info)
Retrieve LR11x0 hardware, device and firmware version information.
Definition: LR11x0.cpp:1549
void clearWiFiScanAction()
Clears interrupt service routine to call when a WiFi scan is completed.
Definition: LR11x0.cpp:1428
+int16_t sleep() override
Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enable...
Definition: LR11x0.cpp:317
float getFrequencyError()
Gets frequency error of the latest received packet.
Definition: LR11x0.cpp:1237
int16_t variablePacketLengthMode(uint8_t maxLen=RADIOLIB_LR11X0_MAX_PACKET_LENGTH)
Set modem in variable packet length mode. Available in GFSK mode only.
Definition: LR11x0.cpp:997
int16_t setWhitening(bool enabled, uint16_t initial=0x01FF)
Sets GFSK whitening parameters.
Definition: LR11x0.cpp:1001
diff --git a/_s_x126x_8h_source.html b/_s_x126x_8h_source.html
index 6f274cc3..d818f90a 100644
--- a/_s_x126x_8h_source.html
+++ b/_s_x126x_8h_source.html
@@ -557,9 +557,9 @@ $(document).ready(function(){initNavTree('_s_x126x_8h_source.html',''); initResi
547 int16_t
scanChannel(uint8_t symbolNum, uint8_t detPeak, uint8_t detMin);
-
+ 554 int16_t
sleep()
override;
- 562 int16_t
sleep(
bool retainConfig);
+ 562 int16_t
sleep(
bool retainConfig);
@@ -860,6 +860,7 @@ $(document).ready(function(){initNavTree('_s_x126x_8h_source.html',''); initResi
int16_t standby() override
Sets the module to standby mode (overload for PhysicalLayer compatibility, uses 13 MHz RC oscillator)...
Definition: SX126x.cpp:466
int16_t setFrequencyDeviation(float freqDev) override
Sets FSK frequency deviation. Allowed values range from 0.0 to 200.0 kHz.
Definition: SX126x.cpp:910
void spectralScanAbort()
Abort an ongoing spectral scan.
Definition: SX126x.cpp:1633
+int16_t sleep() override
Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enable...
Definition: SX126x.cpp:446
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:1617
int16_t finishTransmit() override
Clean up after transmission is done.
Definition: SX126x.cpp:577
@@ -897,7 +898,6 @@ $(document).ready(function(){initNavTree('_s_x126x_8h_source.html',''); initResi
int16_t setWhitening(bool enabled, uint16_t initial=0x01FF)
Sets FSK whitening parameters.
Definition: SX126x.cpp:1289
int16_t setSpreadingFactor(uint8_t sf)
Sets LoRa spreading factor. Allowed values range from 5 to 12.
Definition: SX126x.cpp:838
bool standbyXOSC
Whether to use XOSC (true) or RC (false) oscillator in standby mode. Defaults to false.
Definition: SX126x.h:465
-int16_t sleep()
Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enable...
Definition: SX126x.cpp:446
void setChannelScanAction(void(*func)(void)) override
Sets interrupt service routine to call when a channel scan is finished.
Definition: SX126x.cpp:507
int16_t setDataRate(DataRate_t dr) override
Set data.
Definition: SX126x.cpp:955
void clearPacketSentAction() override
Clears interrupt service routine to call when a packet is sent.
Definition: SX126x.cpp:503
diff --git a/_s_x128x_8h_source.html b/_s_x128x_8h_source.html
index ac12dfbf..adab7176 100644
--- a/_s_x128x_8h_source.html
+++ b/_s_x128x_8h_source.html
@@ -462,9 +462,9 @@ $(document).ready(function(){initNavTree('_s_x128x_8h_source.html',''); initResi
-
+ 465 int16_t
sleep()
override;
- 473 int16_t
sleep(
bool retainConfig);
+ 473 int16_t
sleep(
bool retainConfig);
@@ -672,10 +672,10 @@ $(document).ready(function(){initNavTree('_s_x128x_8h_source.html',''); initResi
int16_t startChannelScan() override
Interrupt-driven channel activity detection method. DIO1 will be activated when LoRa preamble is dete...
Definition: SX128x.cpp:640
int16_t explicitHeader()
Set explicit header mode for future reception/transmission.
Definition: SX128x.cpp:1336
int16_t setDataShaping(uint8_t sh) override
Sets time-bandwidth product of Gaussian filter applied for shaping. Allowed values are RADIOLIB_SHAPI...
Definition: SX128x.cpp:941
-int16_t sleep()
Sets the module to sleep mode. To wake the device up, call standby(). Overload for PhysicalLayer comp...
Definition: SX128x.cpp:427
SX128x(Module *mod)
Default constructor.
Definition: SX128x.cpp:5
int16_t setCodingRate(uint8_t cr, bool longInterleaving=false)
Sets LoRa coding rate denominator. Allowed values range from 5 to 8.
Definition: SX128x.cpp:758
int16_t setCRC(uint8_t len, uint32_t initial=0x1D0F, uint16_t polynomial=0x1021)
Sets CRC configuration.
Definition: SX128x.cpp:1030
+int16_t sleep() override
Sets the module to sleep mode. To wake the device up, call standby(). Overload for PhysicalLayer comp...
Definition: SX128x.cpp:427
void clearPacketSentAction() override
Clears interrupt service routine to call when a packet is sent.
Definition: SX128x.cpp:484
virtual int16_t receive(uint8_t *data, size_t len)
Binary receive method. Must be implemented in module class.
Definition: PhysicalLayer.cpp:112
void clearDio1Action()
Clears interrupt service routine to call when DIO1 activates.
Definition: SX128x.cpp:468
diff --git a/class_l_l_c_c68-members.html b/class_l_l_c_c68-members.html
index 2f86614b..83e9b9a2 100644
--- a/class_l_l_c_c68-members.html
+++ b/class_l_l_c_c68-members.html
@@ -176,7 +176,7 @@ $(document).ready(function(){initNavTree('class_l_l_c_c68.html',''); initResizab
setSyncWord(uint8_t *syncWord, size_t len) override | SX126x | virtual |
setTCXO(float voltage, uint32_t delay=5000) | SX126x | |
setWhitening(bool enabled, uint16_t initial=0x01FF) | SX126x | |
- sleep() | SX126x | virtual |
+ sleep() override | SX126x | virtual |
sleep(bool retainConfig) | SX126x | |
spectralScanAbort() | SX126x | |
spectralScanGetResult(uint16_t *results) | SX126x | |
diff --git a/class_l_l_c_c68.html b/class_l_l_c_c68.html
index 0c938fc8..7de3104d 100644
--- a/class_l_l_c_c68.html
+++ b/class_l_l_c_c68.html
@@ -179,9 +179,9 @@ Public Member Functions
int16_t | scanChannel (uint8_t symbolNum, uint8_t detPeak, uint8_t detMin) |
| Performs scan for LoRa transmission in the current channel. Detects both preamble and payload. More...
|
|
-int16_t | sleep () |
- | Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enabled for PhysicalLayer compatibility. More...
|
- |
+int16_t | sleep () override |
+ | Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enabled for PhysicalLayer compatibility. More...
|
+ |
int16_t | sleep (bool retainConfig) |
| Sets the module to sleep mode. To wake the device up, call standby(). More...
|
|
diff --git a/class_l_r1110-members.html b/class_l_r1110-members.html
index 3a35157d..9ce33c28 100644
--- a/class_l_r1110-members.html
+++ b/class_l_r1110-members.html
@@ -174,7 +174,7 @@ $(document).ready(function(){initNavTree('class_l_r1110.html',''); initResizable
setTCXO(float voltage, uint32_t delay=5000) | LR11x0 | |
setWhitening(bool enabled, uint16_t initial=0x01FF) | LR11x0 | |
setWiFiScanAction(void(*func)(void)) | LR11x0 | |
- sleep() | LR11x0 | virtual |
+ sleep() override | LR11x0 | virtual |
sleep(bool retainConfig, uint32_t sleepTime) | LR11x0 | |
standby() override | LR11x0 | virtual |
standby(uint8_t mode, bool wakeup=true) | LR11x0 | |
diff --git a/class_l_r1110.html b/class_l_r1110.html
index 47334dde..164710c3 100644
--- a/class_l_r1110.html
+++ b/class_l_r1110.html
@@ -165,9 +165,9 @@ Public Member Functions
int16_t | standby (uint8_t mode, bool wakeup=true) |
| Sets the module to standby mode. More...
|
|
-int16_t | sleep () |
- | Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enabled for PhysicalLayer compatibility. More...
|
- |
+int16_t | sleep () override |
+ | Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enabled for PhysicalLayer compatibility. More...
|
+ |
int16_t | sleep (bool retainConfig, uint32_t sleepTime) |
| Sets the module to sleep mode. To wake the device up, call standby(). More...
|
|
diff --git a/class_l_r1120-members.html b/class_l_r1120-members.html
index 48c2382d..cd514628 100644
--- a/class_l_r1120-members.html
+++ b/class_l_r1120-members.html
@@ -174,7 +174,7 @@ $(document).ready(function(){initNavTree('class_l_r1120.html',''); initResizable
setTCXO(float voltage, uint32_t delay=5000) | LR11x0 | |
setWhitening(bool enabled, uint16_t initial=0x01FF) | LR11x0 | |
setWiFiScanAction(void(*func)(void)) | LR11x0 | |
- sleep() | LR11x0 | virtual |
+ sleep() override | LR11x0 | virtual |
sleep(bool retainConfig, uint32_t sleepTime) | LR11x0 | |
standby() override | LR11x0 | virtual |
standby(uint8_t mode, bool wakeup=true) | LR11x0 | |
diff --git a/class_l_r1120.html b/class_l_r1120.html
index c909c8c8..d2552b4a 100644
--- a/class_l_r1120.html
+++ b/class_l_r1120.html
@@ -166,9 +166,9 @@ Public Member Functions
int16_t | standby (uint8_t mode, bool wakeup=true) |
| Sets the module to standby mode. More...
|
|
-int16_t | sleep () |
- | Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enabled for PhysicalLayer compatibility. More...
|
- |
+int16_t | sleep () override |
+ | Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enabled for PhysicalLayer compatibility. More...
|
+ |
int16_t | sleep (bool retainConfig, uint32_t sleepTime) |
| Sets the module to sleep mode. To wake the device up, call standby(). More...
|
|
diff --git a/class_l_r1121-members.html b/class_l_r1121-members.html
index c9c027af..f82c7931 100644
--- a/class_l_r1121-members.html
+++ b/class_l_r1121-members.html
@@ -175,7 +175,7 @@ $(document).ready(function(){initNavTree('class_l_r1121.html',''); initResizable
setTCXO(float voltage, uint32_t delay=5000) | LR11x0 | |
setWhitening(bool enabled, uint16_t initial=0x01FF) | LR11x0 | |
setWiFiScanAction(void(*func)(void)) | LR11x0 | |
- sleep() | LR11x0 | virtual |
+ sleep() override | LR11x0 | virtual |
sleep(bool retainConfig, uint32_t sleepTime) | LR11x0 | |
standby() override | LR11x0 | virtual |
standby(uint8_t mode, bool wakeup=true) | LR11x0 | |
diff --git a/class_l_r1121.html b/class_l_r1121.html
index d3d22876..8424ad31 100644
--- a/class_l_r1121.html
+++ b/class_l_r1121.html
@@ -170,9 +170,9 @@ Public Member Functions
int16_t | standby (uint8_t mode, bool wakeup=true) |
| Sets the module to standby mode. More...
|
|
-int16_t | sleep () |
- | Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enabled for PhysicalLayer compatibility. More...
|
- |
+int16_t | sleep () override |
+ | Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enabled for PhysicalLayer compatibility. More...
|
+ |
int16_t | sleep (bool retainConfig, uint32_t sleepTime) |
| Sets the module to sleep mode. To wake the device up, call standby(). More...
|
|
diff --git a/class_l_r11x0-members.html b/class_l_r11x0-members.html
index e15b25e1..05850a84 100644
--- a/class_l_r11x0-members.html
+++ b/class_l_r11x0-members.html
@@ -169,7 +169,7 @@ $(document).ready(function(){initNavTree('class_l_r11x0.html',''); initResizable
setTCXO(float voltage, uint32_t delay=5000) | LR11x0 | |
setWhitening(bool enabled, uint16_t initial=0x01FF) | LR11x0 | |
setWiFiScanAction(void(*func)(void)) | LR11x0 | |
- sleep() | LR11x0 | virtual |
+ sleep() override | LR11x0 | virtual |
sleep(bool retainConfig, uint32_t sleepTime) | LR11x0 | |
standby() override | LR11x0 | virtual |
standby(uint8_t mode, bool wakeup=true) | LR11x0 | |
diff --git a/class_l_r11x0.html b/class_l_r11x0.html
index 3e7cec53..9bbba1fa 100644
--- a/class_l_r11x0.html
+++ b/class_l_r11x0.html
@@ -149,9 +149,9 @@ Public Member Functions
int16_t | standby (uint8_t mode, bool wakeup=true) |
| Sets the module to standby mode. More...
|
|
-int16_t | sleep () |
- | Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enabled for PhysicalLayer compatibility. More...
|
- |
+int16_t | sleep () override |
+ | Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enabled for PhysicalLayer compatibility. More...
|
+ |
int16_t | sleep (bool retainConfig, uint32_t sleepTime) |
| Sets the module to sleep mode. To wake the device up, call standby(). More...
|
|
@@ -2627,8 +2627,8 @@ bool
-◆ sleep() [1/2]
+
+◆ sleep() [1/2]
@@ -2645,7 +2645,7 @@ bool |
-virtual |
+overridevirtual
diff --git a/class_l_r11x0.js b/class_l_r11x0.js
index 3404e099..20d22287 100644
--- a/class_l_r11x0.js
+++ b/class_l_r11x0.js
@@ -66,7 +66,7 @@ var class_l_r11x0 =
[ "setTCXO", "class_l_r11x0.html#a971b4ccd1d5479e9d72aa9649e8fef55", null ],
[ "setWhitening", "class_l_r11x0.html#adcde55b8660c24cf5783942a4132786d", null ],
[ "setWiFiScanAction", "class_l_r11x0.html#aff6060e116701c60e078d3d930723b4b", null ],
- [ "sleep", "class_l_r11x0.html#ab0d389f1ffaccd7bf97e1e1d52c6136e", null ],
+ [ "sleep", "class_l_r11x0.html#ad5dde79f751bbd7ea277872e237f2a69", null ],
[ "sleep", "class_l_r11x0.html#ad2786a2f17af5769c772ebc73df88e1f", null ],
[ "standby", "class_l_r11x0.html#a74c3f3f8409f1fd0f41347b7d3c7dc24", null ],
[ "standby", "class_l_r11x0.html#a2d682ec2ca0ddf4da41a93dd8e728665", null ],
diff --git a/class_physical_layer.html b/class_physical_layer.html
index a27fa7f9..951d3dbf 100644
--- a/class_physical_layer.html
+++ b/class_physical_layer.html
@@ -1747,7 +1747,7 @@ class
LoRaWANNode |
Sets module to sleep.
- Returns
- Status Codes
-
Reimplemented in SX127x, Si443x, RF69, nRF24, SX128x, SX126x, and LR11x0.
+
Reimplemented in SX128x, SX127x, SX126x, 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 99f97acf..68ff6846 100644
--- a/class_s_t_m32_w_lx-members.html
+++ b/class_s_t_m32_w_lx-members.html
@@ -182,7 +182,7 @@ $(document).ready(function(){initNavTree('class_s_t_m32_w_lx.html',''); initResi
setSyncWord(uint8_t *syncWord, size_t len) override | SX126x | virtual |
setTCXO(float voltage, uint32_t delay=5000) | SX126x | |
setWhitening(bool enabled, uint16_t initial=0x01FF) | SX126x | |
- sleep() | SX126x | virtual |
+ sleep() override | SX126x | virtual |
sleep(bool retainConfig) | SX126x | |
spectralScanAbort() | SX126x | |
spectralScanGetResult(uint16_t *results) | SX126x | |
diff --git a/class_s_t_m32_w_lx.html b/class_s_t_m32_w_lx.html
index 000e6944..6663f640 100644
--- a/class_s_t_m32_w_lx.html
+++ b/class_s_t_m32_w_lx.html
@@ -216,9 +216,9 @@ void | int16_t | scanChannel (uint8_t symbolNum, uint8_t detPeak, uint8_t detMin) |
| Performs scan for LoRa transmission in the current channel. Detects both preamble and payload. More...
|
|
-int16_t | sleep () |
- | Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enabled for PhysicalLayer compatibility. More...
|
- |
+int16_t | sleep () override |
+ | Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enabled for PhysicalLayer compatibility. More...
|
+ |
int16_t | sleep (bool retainConfig) |
| Sets the module to sleep mode. To wake the device up, call standby(). More...
|
|
diff --git a/class_s_x1261-members.html b/class_s_x1261-members.html
index 0736af63..dcbfcecc 100644
--- a/class_s_x1261-members.html
+++ b/class_s_x1261-members.html
@@ -175,7 +175,7 @@ $(document).ready(function(){initNavTree('class_s_x1261.html',''); initResizable
setSyncWord(uint8_t *syncWord, size_t len) override | SX126x | virtual |
setTCXO(float voltage, uint32_t delay=5000) | SX126x | |
setWhitening(bool enabled, uint16_t initial=0x01FF) | SX126x | |
- sleep() | SX126x | virtual |
+ sleep() override | SX126x | virtual |
sleep(bool retainConfig) | SX126x | |
spectralScanAbort() | SX126x | |
spectralScanGetResult(uint16_t *results) | SX126x | |
diff --git a/class_s_x1261.html b/class_s_x1261.html
index d114a7a8..f4b955b3 100644
--- a/class_s_x1261.html
+++ b/class_s_x1261.html
@@ -167,9 +167,9 @@ Public Member Functions
int16_t | scanChannel (uint8_t symbolNum, uint8_t detPeak, uint8_t detMin) |
| Performs scan for LoRa transmission in the current channel. Detects both preamble and payload. More...
|
|
-int16_t | sleep () |
- | Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enabled for PhysicalLayer compatibility. More...
|
- |
+int16_t | sleep () override |
+ | Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enabled for PhysicalLayer compatibility. More...
|
+ |
int16_t | sleep (bool retainConfig) |
| Sets the module to sleep mode. To wake the device up, call standby(). More...
|
|
diff --git a/class_s_x1262-members.html b/class_s_x1262-members.html
index 450de8c4..ea4b35f9 100644
--- a/class_s_x1262-members.html
+++ b/class_s_x1262-members.html
@@ -175,7 +175,7 @@ $(document).ready(function(){initNavTree('class_s_x1262.html',''); initResizable
setSyncWord(uint8_t *syncWord, size_t len) override | SX126x | virtual |
setTCXO(float voltage, uint32_t delay=5000) | SX126x | |
setWhitening(bool enabled, uint16_t initial=0x01FF) | SX126x | |
- sleep() | SX126x | virtual |
+ sleep() override | SX126x | virtual |
sleep(bool retainConfig) | SX126x | |
spectralScanAbort() | SX126x | |
spectralScanGetResult(uint16_t *results) | SX126x | |
diff --git a/class_s_x1262.html b/class_s_x1262.html
index 64b84965..230fc743 100644
--- a/class_s_x1262.html
+++ b/class_s_x1262.html
@@ -162,9 +162,9 @@ Public Member Functions
int16_t | scanChannel (uint8_t symbolNum, uint8_t detPeak, uint8_t detMin) |
| Performs scan for LoRa transmission in the current channel. Detects both preamble and payload. More...
|
|
-int16_t | sleep () |
- | Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enabled for PhysicalLayer compatibility. More...
|
- |
+int16_t | sleep () override |
+ | Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enabled for PhysicalLayer compatibility. More...
|
+ |
int16_t | sleep (bool retainConfig) |
| Sets the module to sleep mode. To wake the device up, call standby(). More...
|
|
diff --git a/class_s_x1268-members.html b/class_s_x1268-members.html
index cecebb95..7a28681f 100644
--- a/class_s_x1268-members.html
+++ b/class_s_x1268-members.html
@@ -175,7 +175,7 @@ $(document).ready(function(){initNavTree('class_s_x1268.html',''); initResizable
setSyncWord(uint8_t *syncWord, size_t len) override | SX126x | virtual |
setTCXO(float voltage, uint32_t delay=5000) | SX126x | |
setWhitening(bool enabled, uint16_t initial=0x01FF) | SX126x | |
- sleep() | SX126x | virtual |
+ sleep() override | SX126x | virtual |
sleep(bool retainConfig) | SX126x | |
spectralScanAbort() | SX126x | |
spectralScanGetResult(uint16_t *results) | SX126x | |
diff --git a/class_s_x1268.html b/class_s_x1268.html
index 68c94557..12541398 100644
--- a/class_s_x1268.html
+++ b/class_s_x1268.html
@@ -159,9 +159,9 @@ Public Member Functions
int16_t | scanChannel (uint8_t symbolNum, uint8_t detPeak, uint8_t detMin) |
| Performs scan for LoRa transmission in the current channel. Detects both preamble and payload. More...
|
|
-int16_t | sleep () |
- | Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enabled for PhysicalLayer compatibility. More...
|
- |
+int16_t | sleep () override |
+ | Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enabled for PhysicalLayer compatibility. More...
|
+ |
int16_t | sleep (bool retainConfig) |
| Sets the module to sleep mode. To wake the device up, call standby(). More...
|
|
diff --git a/class_s_x126x-members.html b/class_s_x126x-members.html
index 807f42d3..3d46a3ab 100644
--- a/class_s_x126x-members.html
+++ b/class_s_x126x-members.html
@@ -172,7 +172,7 @@ $(document).ready(function(){initNavTree('class_s_x126x.html',''); initResizable
setSyncWord(uint8_t *syncWord, size_t len) override | SX126x | virtual |
setTCXO(float voltage, uint32_t delay=5000) | SX126x | |
setWhitening(bool enabled, uint16_t initial=0x01FF) | SX126x | |
- sleep() | SX126x | virtual |
+ sleep() override | SX126x | virtual |
sleep(bool retainConfig) | SX126x | |
spectralScanAbort() | SX126x | |
spectralScanGetResult(uint16_t *results) | SX126x | |
diff --git a/class_s_x126x.html b/class_s_x126x.html
index 028fb0c8..c2dd3822 100644
--- a/class_s_x126x.html
+++ b/class_s_x126x.html
@@ -142,9 +142,9 @@ Public Member Functions
int16_t | scanChannel (uint8_t symbolNum, uint8_t detPeak, uint8_t detMin) |
| Performs scan for LoRa transmission in the current channel. Detects both preamble and payload. More...
|
|
-int16_t | sleep () |
- | Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enabled for PhysicalLayer compatibility. More...
|
- |
+int16_t | sleep () override |
+ | Sets the module to sleep mode. To wake the device up, call standby(). Overload with warm start enabled for PhysicalLayer compatibility. More...
|
+ |
int16_t | sleep (bool retainConfig) |
| Sets the module to sleep mode. To wake the device up, call standby(). More...
|
|
@@ -2716,8 +2716,8 @@ bool
-◆ sleep() [1/2]
+
+◆ sleep() [1/2]
@@ -2734,7 +2734,7 @@ bool |
-virtual |
+overridevirtual
diff --git a/class_s_x126x.js b/class_s_x126x.js
index 83dbe2f3..e230e121 100644
--- a/class_s_x126x.js
+++ b/class_s_x126x.js
@@ -71,7 +71,7 @@ var class_s_x126x =
[ "setSyncWord", "class_s_x126x.html#a9d92dce566f8aefa836fe8f332e9560f", null ],
[ "setTCXO", "class_s_x126x.html#a57bee6f4b3a3b7ec646ac8de347ee0d6", null ],
[ "setWhitening", "class_s_x126x.html#ae500bad45638a47264b7e5955a93107d", null ],
- [ "sleep", "class_s_x126x.html#aecdecd788d254fdea92fde5037693fef", null ],
+ [ "sleep", "class_s_x126x.html#a882cec40d9aa98a0d536e6afb65b1719", null ],
[ "sleep", "class_s_x126x.html#aad7e4df3e1ca20d524e1d776047e1013", null ],
[ "spectralScanAbort", "class_s_x126x.html#a865397e1cca38bec2d055c047825ea07", null ],
[ "spectralScanGetResult", "class_s_x126x.html#ae473773e5bed4b08452e80311bdb26f2", null ],
diff --git a/class_s_x1280-members.html b/class_s_x1280-members.html
index 987591f7..6ce64181 100644
--- a/class_s_x1280-members.html
+++ b/class_s_x1280-members.html
@@ -160,7 +160,7 @@ $(document).ready(function(){initNavTree('class_s_x1280.html',''); initResizable
setSyncWord(uint8_t syncWord, uint8_t controlBits=0x44) | SX128x | |
PhysicalLayer::setSyncWord(uint8_t *sync, size_t len) | PhysicalLayer | virtual |
setWhitening(bool enabled) | SX128x | |
-
sleep() | SX128x | virtual |
+
sleep() override | SX128x | virtual |
sleep(bool retainConfig) | SX128x | |
standby() override | SX128x | virtual |
standby(uint8_t mode, bool wakeup=false) | SX128x | |
diff --git a/class_s_x1280.html b/class_s_x1280.html
index d89d5fb9..a30aee68 100644
--- a/class_s_x1280.html
+++ b/class_s_x1280.html
@@ -159,9 +159,9 @@ Public Member Functions
int16_t | scanChannel () override |
| Performs scan for LoRa transmission in the current channel. Detects both preamble and payload. More...
|
|
-
int16_t | sleep () |
-
| Sets the module to sleep mode. To wake the device up, call standby(). Overload for PhysicalLayer compatibility. More...
|
-
|
+
int16_t | sleep () override |
+
| Sets the module to sleep mode. To wake the device up, call standby(). Overload for PhysicalLayer compatibility. More...
|
+
|
int16_t | sleep (bool retainConfig) |
| Sets the module to sleep mode. To wake the device up, call standby(). More...
|
|
diff --git a/class_s_x1281-members.html b/class_s_x1281-members.html
index 77c3505a..80d56e42 100644
--- a/class_s_x1281-members.html
+++ b/class_s_x1281-members.html
@@ -158,7 +158,7 @@ $(document).ready(function(){initNavTree('class_s_x1281.html',''); initResizable
setSyncWord(uint8_t syncWord, uint8_t controlBits=0x44) | SX128x | |
PhysicalLayer::setSyncWord(uint8_t *sync, size_t len) | PhysicalLayer | virtual |
setWhitening(bool enabled) | SX128x | |
-
sleep() | SX128x | virtual |
+
sleep() override | SX128x | virtual |
sleep(bool retainConfig) | SX128x | |
standby() override | SX128x | virtual |
standby(uint8_t mode, bool wakeup=false) | SX128x | |
diff --git a/class_s_x1281.html b/class_s_x1281.html
index 331b316b..fac04839 100644
--- a/class_s_x1281.html
+++ b/class_s_x1281.html
@@ -146,9 +146,9 @@ Public Member Functions
int16_t | scanChannel () override |
| Performs scan for LoRa transmission in the current channel. Detects both preamble and payload. More...
|
|
-
int16_t | sleep () |
-
| Sets the module to sleep mode. To wake the device up, call standby(). Overload for PhysicalLayer compatibility. More...
|
-
|
+
int16_t | sleep () override |
+
| Sets the module to sleep mode. To wake the device up, call standby(). Overload for PhysicalLayer compatibility. More...
|
+
|
int16_t | sleep (bool retainConfig) |
| Sets the module to sleep mode. To wake the device up, call standby(). More...
|
|
diff --git a/class_s_x1282-members.html b/class_s_x1282-members.html
index cc0a0a68..ccdc8c64 100644
--- a/class_s_x1282-members.html
+++ b/class_s_x1282-members.html
@@ -160,7 +160,7 @@ $(document).ready(function(){initNavTree('class_s_x1282.html',''); initResizable
setSyncWord(uint8_t syncWord, uint8_t controlBits=0x44) | SX128x | |
PhysicalLayer::setSyncWord(uint8_t *sync, size_t len) | PhysicalLayer | virtual |
setWhitening(bool enabled) | SX128x | |
-
sleep() | SX128x | virtual |
+
sleep() override | SX128x | virtual |
sleep(bool retainConfig) | SX128x | |
standby() override | SX128x | virtual |
standby(uint8_t mode, bool wakeup=false) | SX128x | |
diff --git a/class_s_x1282.html b/class_s_x1282.html
index 9de68072..23b1a819 100644
--- a/class_s_x1282.html
+++ b/class_s_x1282.html
@@ -163,9 +163,9 @@ Public Member Functions
int16_t | scanChannel () override |
| Performs scan for LoRa transmission in the current channel. Detects both preamble and payload. More...
|
|
-
int16_t | sleep () |
-
| Sets the module to sleep mode. To wake the device up, call standby(). Overload for PhysicalLayer compatibility. More...
|
-
|
+
int16_t | sleep () override |
+
| Sets the module to sleep mode. To wake the device up, call standby(). Overload for PhysicalLayer compatibility. More...
|
+
|
int16_t | sleep (bool retainConfig) |
| Sets the module to sleep mode. To wake the device up, call standby(). More...
|
|
diff --git a/class_s_x128x-members.html b/class_s_x128x-members.html
index 3647edf0..a19aa1f3 100644
--- a/class_s_x128x-members.html
+++ b/class_s_x128x-members.html
@@ -158,7 +158,7 @@ $(document).ready(function(){initNavTree('class_s_x128x.html',''); initResizable
setSyncWord(uint8_t syncWord, uint8_t controlBits=0x44) | SX128x | |
PhysicalLayer::setSyncWord(uint8_t *sync, size_t len) | PhysicalLayer | virtual |
setWhitening(bool enabled) | SX128x | |
-
sleep() | SX128x | virtual |
+
sleep() override | SX128x | virtual |
sleep(bool retainConfig) | SX128x | |
standby() override | SX128x | virtual |
standby(uint8_t mode, bool wakeup=false) | SX128x | |
diff --git a/class_s_x128x.html b/class_s_x128x.html
index fa1b3b76..6c586b7a 100644
--- a/class_s_x128x.html
+++ b/class_s_x128x.html
@@ -142,9 +142,9 @@ Public Member Functions
int16_t | scanChannel () override |
| Performs scan for LoRa transmission in the current channel. Detects both preamble and payload. More...
|
|
-
int16_t | sleep () |
-
| Sets the module to sleep mode. To wake the device up, call standby(). Overload for PhysicalLayer compatibility. More...
|
-
|
+
int16_t | sleep () override |
+
| Sets the module to sleep mode. To wake the device up, call standby(). Overload for PhysicalLayer compatibility. More...
|
+
|
int16_t | sleep (bool retainConfig) |
| Sets the module to sleep mode. To wake the device up, call standby(). More...
|
|
@@ -2150,8 +2150,8 @@ virtual void
-
-◆ sleep() [1/2]
+
+◆ sleep() [1/2]
@@ -2168,7 +2168,7 @@ virtual void |
|
-virtual |
+
overridevirtual
diff --git a/class_s_x128x.js b/class_s_x128x.js
index 8ffe996b..eb9831d0 100644
--- a/class_s_x128x.js
+++ b/class_s_x128x.js
@@ -52,7 +52,7 @@ var class_s_x128x =
[ "setSyncWord", "class_s_x128x.html#ad9584464d2e4cc09686cf4e83e65d3e0", null ],
[ "setSyncWord", "class_s_x128x.html#a1bef6b6f3058be6b1681c78334342bc1", null ],
[ "setWhitening", "class_s_x128x.html#a8b3eea268f21bf911b6eaf37c5eb0b5f", null ],
- [ "sleep", "class_s_x128x.html#a9bf5f068064539c8421a4a20cc3f89ab", null ],
+ [ "sleep", "class_s_x128x.html#ab0c26aebd432d36974b3066055df6b01", null ],
[ "sleep", "class_s_x128x.html#a98ef7dc21647642b40baf8c0194788c4", null ],
[ "standby", "class_s_x128x.html#a2be8cc6c3b61b59cb6a6ca4f6a030b45", null ],
[ "standby", "class_s_x128x.html#a389aab93e24ec8c7cc9c14de90e5dfae", null ],
diff --git a/functions_func_s.html b/functions_func_s.html
index 842cb7d5..fbedc11f 100644
--- a/functions_func_s.html
+++ b/functions_func_s.html
@@ -584,14 +584,14 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
:
Si443x
sleep()
-: LR11x0
+: LR11x0
, nRF24
, PhysicalLayer
, RF69
, Si443x
-, SX126x
+, SX126x
, SX127x
-, SX128x
+, SX128x
spectralScanAbort()
: SX126x
diff --git a/functions_s.html b/functions_s.html
index 0de2633b..31249777 100644
--- a/functions_s.html
+++ b/functions_s.html
@@ -599,14 +599,14 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
: RadioLibCRC
sleep()
-: LR11x0
+: LR11x0
, nRF24
, PhysicalLayer
, RF69
, Si443x
-, SX126x
+, SX126x
, SX127x
-, SX128x
+, SX128x
spectralScanAbort()
: SX126x
diff --git a/navtreeindex1.js b/navtreeindex1.js
index ecbe0a9b..8ee66ef0 100644
--- a/navtreeindex1.js
+++ b/navtreeindex1.js
@@ -51,7 +51,6 @@ var NAVTREEINDEX1 =
"class_l_r11x0.html#aa5d7ae65666f8f9abcb7e9b169884a4a":[3,0,28,57],
"class_l_r11x0.html#aa6ce285cc1b76ce028db6442a421ed8d":[3,0,28,72],
"class_l_r11x0.html#aaff9a5b9b7636693c98bd1c93a5863e5":[3,0,28,14],
-"class_l_r11x0.html#ab0d389f1ffaccd7bf97e1e1d52c6136e":[3,0,28,66],
"class_l_r11x0.html#ab167c4dc14e80d19f8b33d68c3f90d98":[3,0,28,8],
"class_l_r11x0.html#ab1954e4733a7fbea4129d9a2de2285d9":[3,0,28,42],
"class_l_r11x0.html#ab1ed8eafe4b23843a8b163949af279bb":[3,0,28,2],
@@ -68,6 +67,7 @@ var NAVTREEINDEX1 =
"class_l_r11x0.html#ad2786a2f17af5769c772ebc73df88e1f":[3,0,28,67],
"class_l_r11x0.html#ad5876b44020a0bd59f73186a912dbb60":[3,0,28,11],
"class_l_r11x0.html#ad59e37ce0606dc8051e40be9d14cfec3":[3,0,28,75],
+"class_l_r11x0.html#ad5dde79f751bbd7ea277872e237f2a69":[3,0,28,66],
"class_l_r11x0.html#ad9046bccdb4ef60718e2e8ed2bd7f036":[3,0,28,18],
"class_l_r11x0.html#adcd56cf63e91449b6cd03782a69c3451":[3,0,28,83],
"class_l_r11x0.html#adcde55b8660c24cf5783942a4132786d":[3,0,28,64],
diff --git a/navtreeindex3.js b/navtreeindex3.js
index 6ef6869a..cf607d01 100644
--- a/navtreeindex3.js
+++ b/navtreeindex3.js
@@ -18,6 +18,7 @@ var NAVTREEINDEX3 =
"class_s_x126x.html#a7cd95a5f2e39ae8fb1a3040e77fa21a3":[3,0,65,52],
"class_s_x126x.html#a827a4754ea53388513d263e5d9171395":[3,0,65,67],
"class_s_x126x.html#a865397e1cca38bec2d055c047825ea07":[3,0,65,73],
+"class_s_x126x.html#a882cec40d9aa98a0d536e6afb65b1719":[3,0,65,71],
"class_s_x126x.html#a8a18aee2bf05793aa29b5cf6b47bb435":[3,0,65,35],
"class_s_x126x.html#a8a3ad4e12df862ab18b326d9dba26d66":[3,0,65,76],
"class_s_x126x.html#a8e22d67b64953c8b4da779d87d563f3e":[3,0,65,13],
@@ -61,7 +62,6 @@ var NAVTREEINDEX3 =
"class_s_x126x.html#ae500bad45638a47264b7e5955a93107d":[3,0,65,70],
"class_s_x126x.html#ae5993359ace652fbdc862eb23fdd263d":[3,0,65,65],
"class_s_x126x.html#ae731568798d03d9722a440fd6a23faf2":[3,0,65,94],
-"class_s_x126x.html#aecdecd788d254fdea92fde5037693fef":[3,0,65,71],
"class_s_x126x.html#aed0e7dcd60479c9db3d7a3408e7f396d":[3,0,65,42],
"class_s_x126x.html#af30a581d31feae6f50c0591d1ee113f1":[3,0,65,46],
"class_s_x126x.html#af38ba3d27ab2ac10c703eefa1c428913":[3,0,65,10],
diff --git a/navtreeindex4.js b/navtreeindex4.js
index de9452a5..070c15da 100644
--- a/navtreeindex4.js
+++ b/navtreeindex4.js
@@ -43,10 +43,10 @@ var NAVTREEINDEX4 =
"class_s_x128x.html#a94bca43258b09217fb476a2d8db784bb":[3,0,76,23],
"class_s_x128x.html#a98ef7dc21647642b40baf8c0194788c4":[3,0,76,53],
"class_s_x128x.html#a99491c705e88dddc820f884b778f1660":[3,0,76,34],
-"class_s_x128x.html#a9bf5f068064539c8421a4a20cc3f89ab":[3,0,76,52],
"class_s_x128x.html#a9ccbf51f8304f1041c8eef182be547a7":[3,0,76,0],
"class_s_x128x.html#a9da544e4a6120f73a078b46c6138505a":[3,0,76,32],
"class_s_x128x.html#aa4b1e0b96347011522e053f30202c0fe":[3,0,76,33],
+"class_s_x128x.html#ab0c26aebd432d36974b3066055df6b01":[3,0,76,52],
"class_s_x128x.html#ab2335d91c7899291312e3cd6576446e5":[3,0,76,8],
"class_s_x128x.html#ab82617fa3fa9f21d4cd427314ecc4af8":[3,0,76,24],
"class_s_x128x.html#ab8a3fe8e2843fa039ef369668f1a423f":[3,0,76,6],
diff --git a/search/all_10.js b/search/all_10.js
index ec703990..1bc13a9c 100644
--- a/search/all_10.js
+++ b/search/all_10.js
@@ -106,7 +106,7 @@ var searchData=
['si4432_536',['Si4432',['../class_si4432.html#afb1f1ae46d04788aa42f6276efd231ac',1,'Si4432::Si4432()'],['../class_si4432.html',1,'Si4432']]],
['si443x_537',['Si443x',['../class_si443x.html#ae7cfff2efebfa01c8a50a5cbbe8775b9',1,'Si443x::Si443x()'],['../class_si443x.html',1,'Si443x']]],
['size_538',['size',['../class_radio_lib_c_r_c.html#ad09b067c00cda1cc676c13602dee2f5a',1,'RadioLibCRC']]],
- ['sleep_539',['sleep',['../class_s_x128x.html#a9bf5f068064539c8421a4a20cc3f89ab',1,'SX128x::sleep()'],['../class_l_r11x0.html#ad2786a2f17af5769c772ebc73df88e1f',1,'LR11x0::sleep(bool retainConfig, uint32_t sleepTime)'],['../class_l_r11x0.html#ab0d389f1ffaccd7bf97e1e1d52c6136e',1,'LR11x0::sleep()'],['../classn_r_f24.html#a69b75e0889c609099487a43c8c3b6721',1,'nRF24::sleep()'],['../class_r_f69.html#adec9debf69f5ee846a5b6e34831ade3c',1,'RF69::sleep()'],['../class_si443x.html#ab0cc51d6b4264acf8e3e49a3a490dee9',1,'Si443x::sleep()'],['../class_s_x126x.html#aecdecd788d254fdea92fde5037693fef',1,'SX126x::sleep()'],['../class_s_x126x.html#aad7e4df3e1ca20d524e1d776047e1013',1,'SX126x::sleep(bool retainConfig)'],['../class_s_x127x.html#a1ff85ee7979da08b4e66316f1ba2c6a9',1,'SX127x::sleep()'],['../class_s_x128x.html#a98ef7dc21647642b40baf8c0194788c4',1,'SX128x::sleep()'],['../class_physical_layer.html#af1bb9a5da26da8829795ebb72e9c666e',1,'PhysicalLayer::sleep()']]],
+ ['sleep_539',['sleep',['../class_s_x128x.html#ab0c26aebd432d36974b3066055df6b01',1,'SX128x::sleep()'],['../class_l_r11x0.html#ad2786a2f17af5769c772ebc73df88e1f',1,'LR11x0::sleep(bool retainConfig, uint32_t sleepTime)'],['../class_l_r11x0.html#ad5dde79f751bbd7ea277872e237f2a69',1,'LR11x0::sleep() override'],['../classn_r_f24.html#a69b75e0889c609099487a43c8c3b6721',1,'nRF24::sleep()'],['../class_r_f69.html#adec9debf69f5ee846a5b6e34831ade3c',1,'RF69::sleep()'],['../class_si443x.html#ab0cc51d6b4264acf8e3e49a3a490dee9',1,'Si443x::sleep()'],['../class_s_x126x.html#a882cec40d9aa98a0d536e6afb65b1719',1,'SX126x::sleep() override'],['../class_s_x126x.html#aad7e4df3e1ca20d524e1d776047e1013',1,'SX126x::sleep(bool retainConfig)'],['../class_s_x127x.html#a1ff85ee7979da08b4e66316f1ba2c6a9',1,'SX127x::sleep()'],['../class_s_x128x.html#a98ef7dc21647642b40baf8c0194788c4',1,'SX128x::sleep()'],['../class_physical_layer.html#af1bb9a5da26da8829795ebb72e9c666e',1,'PhysicalLayer::sleep()']]],
['spectralscanabort_540',['spectralScanAbort',['../class_s_x126x.html#a865397e1cca38bec2d055c047825ea07',1,'SX126x']]],
['spectralscangetresult_541',['spectralScanGetResult',['../class_s_x126x.html#ae473773e5bed4b08452e80311bdb26f2',1,'SX126x']]],
['spectralscangetstatus_542',['spectralScanGetStatus',['../class_s_x126x.html#a5595fff99d76d50d711b8cdad98527c4',1,'SX126x']]],
diff --git a/search/functions_f.js b/search/functions_f.js
index 61b7cd5f..b1425f70 100644
--- a/search/functions_f.js
+++ b/search/functions_f.js
@@ -100,7 +100,7 @@ var searchData=
['si4431_992',['Si4431',['../class_si4431.html#a332bfd2a32dea9ac0700bf172fe5b2d0',1,'Si4431']]],
['si4432_993',['Si4432',['../class_si4432.html#afb1f1ae46d04788aa42f6276efd231ac',1,'Si4432']]],
['si443x_994',['Si443x',['../class_si443x.html#ae7cfff2efebfa01c8a50a5cbbe8775b9',1,'Si443x']]],
- ['sleep_995',['sleep',['../class_physical_layer.html#af1bb9a5da26da8829795ebb72e9c666e',1,'PhysicalLayer::sleep()'],['../class_s_x128x.html#a98ef7dc21647642b40baf8c0194788c4',1,'SX128x::sleep(bool retainConfig)'],['../class_s_x128x.html#a9bf5f068064539c8421a4a20cc3f89ab',1,'SX128x::sleep()'],['../class_s_x127x.html#a1ff85ee7979da08b4e66316f1ba2c6a9',1,'SX127x::sleep()'],['../class_s_x126x.html#aad7e4df3e1ca20d524e1d776047e1013',1,'SX126x::sleep()'],['../class_si443x.html#ab0cc51d6b4264acf8e3e49a3a490dee9',1,'Si443x::sleep()'],['../class_r_f69.html#adec9debf69f5ee846a5b6e34831ade3c',1,'RF69::sleep()'],['../classn_r_f24.html#a69b75e0889c609099487a43c8c3b6721',1,'nRF24::sleep()'],['../class_l_r11x0.html#ad2786a2f17af5769c772ebc73df88e1f',1,'LR11x0::sleep(bool retainConfig, uint32_t sleepTime)'],['../class_l_r11x0.html#ab0d389f1ffaccd7bf97e1e1d52c6136e',1,'LR11x0::sleep()'],['../class_s_x126x.html#aecdecd788d254fdea92fde5037693fef',1,'SX126x::sleep()']]],
+ ['sleep_995',['sleep',['../class_physical_layer.html#af1bb9a5da26da8829795ebb72e9c666e',1,'PhysicalLayer::sleep()'],['../class_s_x128x.html#a98ef7dc21647642b40baf8c0194788c4',1,'SX128x::sleep(bool retainConfig)'],['../class_s_x128x.html#ab0c26aebd432d36974b3066055df6b01',1,'SX128x::sleep() override'],['../class_s_x127x.html#a1ff85ee7979da08b4e66316f1ba2c6a9',1,'SX127x::sleep()'],['../class_s_x126x.html#aad7e4df3e1ca20d524e1d776047e1013',1,'SX126x::sleep()'],['../class_si443x.html#ab0cc51d6b4264acf8e3e49a3a490dee9',1,'Si443x::sleep()'],['../class_r_f69.html#adec9debf69f5ee846a5b6e34831ade3c',1,'RF69::sleep()'],['../classn_r_f24.html#a69b75e0889c609099487a43c8c3b6721',1,'nRF24::sleep()'],['../class_l_r11x0.html#ad2786a2f17af5769c772ebc73df88e1f',1,'LR11x0::sleep(bool retainConfig, uint32_t sleepTime)'],['../class_l_r11x0.html#ad5dde79f751bbd7ea277872e237f2a69',1,'LR11x0::sleep() override'],['../class_s_x126x.html#a882cec40d9aa98a0d536e6afb65b1719',1,'SX126x::sleep() override']]],
['spectralscanabort_996',['spectralScanAbort',['../class_s_x126x.html#a865397e1cca38bec2d055c047825ea07',1,'SX126x']]],
['spectralscangetresult_997',['spectralScanGetResult',['../class_s_x126x.html#ae473773e5bed4b08452e80311bdb26f2',1,'SX126x']]],
['spectralscangetstatus_998',['spectralScanGetStatus',['../class_s_x126x.html#a5595fff99d76d50d711b8cdad98527c4',1,'SX126x']]],