diff --git a/_s_x128x_8h_source.html b/_s_x128x_8h_source.html
index 26f280a3..e6c804f8 100644
--- a/_s_x128x_8h_source.html
+++ b/_s_x128x_8h_source.html
@@ -464,174 +464,173 @@ $(document).ready(function(){initNavTree('_s_x128x_8h_source.html',''); initResi
-
- 474 int16_t
sleep(
bool retainConfig);
-
-
-
- 489 int16_t
standby(uint8_t mode,
bool wakeup =
false);
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 534 int16_t
startTransmit(uint8_t* data,
size_t len, uint8_t addr = 0)
override;
-
-
-
-
-
- 562 int16_t
startReceive(uint16_t timeout, uint32_t irqFlags = RADIOLIB_SX128X_IRQ_RX_DEFAULT, uint32_t irqMask = RADIOLIB_SX128X_IRQ_RX_DONE,
size_t len = 0);
-
-
-
- 578 int16_t
readData(uint8_t* data,
size_t len)
override;
-
-
-
-
-
-
-
-
-
-
-
-
-
- 623 int16_t
setCodingRate(uint8_t cr,
bool longInterleaving =
false);
-
-
-
-
-
-
-
-
-
-
-
-
-
- 677 int16_t
setSyncWord(
const uint8_t* syncWord, uint8_t len);
-
- 685 int16_t
setSyncWord(uint8_t syncWord, uint8_t controlBits = 0x44);
-
- 694 int16_t
setCRC(uint8_t len, uint32_t initial = 0x1D0F, uint16_t polynomial = 0x1021);
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 793 int16_t
invertIQ(
bool enable)
override;
-
- 795 #if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE
-
-
- 806 void readBit(uint32_t pin)
override;
-
-
- 809 #if !RADIOLIB_GODMODE && !RADIOLIB_LOW_LEVEL
-
-
- 812 Module* getMod()
override;
-
-
- 815 float bandwidthKhz = 0;
- 816 uint8_t bandwidth = 0, spreadingFactor = 0, codingRateLoRa = 0;
- 817 uint8_t preambleLengthLoRa = 0, headerType = 0, payloadLen = 0, crcLoRa = 0;
-
-
-
- 821 int16_t writeRegister(uint16_t addr, uint8_t* data, uint8_t numBytes);
- 822 int16_t readRegister(uint16_t addr, uint8_t* data, uint8_t numBytes);
- 823 int16_t writeBuffer(uint8_t* data, uint8_t numBytes, uint8_t offset = 0x00);
- 824 int16_t readBuffer(uint8_t* data, uint8_t numBytes);
- 825 int16_t setTx(uint16_t periodBaseCount = RADIOLIB_SX128X_TX_TIMEOUT_NONE, uint8_t periodBase = RADIOLIB_SX128X_PERIOD_BASE_15_625_US);
- 826 int16_t setRx(uint16_t periodBaseCount, uint8_t periodBase = RADIOLIB_SX128X_PERIOD_BASE_15_625_US);
-
- 828 uint8_t getPacketType();
- 829 int16_t setRfFrequency(uint32_t frf);
- 830 int16_t setTxParams(uint8_t pwr, uint8_t rampTime = RADIOLIB_SX128X_PA_RAMP_10_US);
- 831 int16_t setBufferBaseAddress(uint8_t txBaseAddress = 0x00, uint8_t rxBaseAddress = 0x00);
- 832 int16_t setModulationParams(uint8_t modParam1, uint8_t modParam2, uint8_t modParam3);
- 833 int16_t setPacketParamsGFSK(uint8_t preambleLen, uint8_t syncLen, uint8_t syncMatch, uint8_t crcLen, uint8_t whiten, uint8_t payLen = 0xFF, uint8_t hdrType = RADIOLIB_SX128X_GFSK_FLRC_PACKET_VARIABLE);
- 834 int16_t setPacketParamsBLE(uint8_t connState, uint8_t crcLen, uint8_t bleTest, uint8_t whiten);
- 835 int16_t setPacketParamsLoRa(uint8_t preambleLen, uint8_t hdrType, uint8_t payLen, uint8_t crc, uint8_t invIQ = RADIOLIB_SX128X_LORA_IQ_STANDARD);
- 836 int16_t setDioIrqParams(uint16_t irqMask, uint16_t dio1Mask, uint16_t dio2Mask = RADIOLIB_SX128X_IRQ_NONE, uint16_t dio3Mask = RADIOLIB_SX128X_IRQ_NONE);
- 837 int16_t clearIrqStatus(uint16_t clearIrqParams = RADIOLIB_SX128X_IRQ_ALL);
- 838 int16_t setRangingRole(uint8_t role);
- 839 int16_t setPacketType(uint8_t type);
-
- 841 #if !RADIOLIB_GODMODE
-
-
-
-
-
- 847 static int16_t SPIparseStatus(uint8_t in);
-
-
-
-
-
- 853 uint8_t invertIQEnabled = RADIOLIB_SX128X_LORA_IQ_STANDARD;
-
-
- 856 float modIndexReal = 0;
- 857 uint16_t bitRateKbps = 0;
- 858 uint8_t bitRate = 0, modIndex = 0, shaping = 0;
- 859 uint8_t preambleLengthGFSK = 0, syncWordLen = 0, syncWordMatch = 0, crcGFSK = 0, whitening = 0;
-
-
- 862 uint8_t codingRateFLRC = 0;
-
-
- 865 uint8_t connectionState = 0, crcBLE = 0, bleTestPayload = 0;
-
- 867 int16_t config(uint8_t modem);
- 868 int16_t setHeaderType(uint8_t hdrType,
size_t len = 0xFF);
-
-
-
-
-
+ 473 int16_t
sleep(
bool retainConfig);
+
+
+
+ 488 int16_t
standby(uint8_t mode,
bool wakeup =
false);
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 533 int16_t
startTransmit(uint8_t* data,
size_t len, uint8_t addr = 0)
override;
+
+
+
+
+
+ 561 int16_t
startReceive(uint16_t timeout, uint32_t irqFlags = RADIOLIB_SX128X_IRQ_RX_DEFAULT, uint32_t irqMask = RADIOLIB_SX128X_IRQ_RX_DONE,
size_t len = 0);
+
+
+
+ 577 int16_t
readData(uint8_t* data,
size_t len)
override;
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 622 int16_t
setCodingRate(uint8_t cr,
bool longInterleaving =
false);
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 676 int16_t
setSyncWord(
const uint8_t* syncWord, uint8_t len);
+
+ 684 int16_t
setSyncWord(uint8_t syncWord, uint8_t controlBits = 0x44);
+
+ 693 int16_t
setCRC(uint8_t len, uint32_t initial = 0x1D0F, uint16_t polynomial = 0x1021);
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 792 int16_t
invertIQ(
bool enable)
override;
+
+ 794 #if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE
+
+
+ 805 void readBit(uint32_t pin)
override;
+
+
+ 808 #if !RADIOLIB_GODMODE && !RADIOLIB_LOW_LEVEL
+
+
+ 811 Module* getMod()
override;
+
+
+ 814 float bandwidthKhz = 0;
+ 815 uint8_t bandwidth = 0, spreadingFactor = 0, codingRateLoRa = 0;
+ 816 uint8_t preambleLengthLoRa = 0, headerType = 0, payloadLen = 0, crcLoRa = 0;
+
+
+
+ 820 int16_t writeRegister(uint16_t addr, uint8_t* data, uint8_t numBytes);
+ 821 int16_t readRegister(uint16_t addr, uint8_t* data, uint8_t numBytes);
+ 822 int16_t writeBuffer(uint8_t* data, uint8_t numBytes, uint8_t offset = 0x00);
+ 823 int16_t readBuffer(uint8_t* data, uint8_t numBytes);
+ 824 int16_t setTx(uint16_t periodBaseCount = RADIOLIB_SX128X_TX_TIMEOUT_NONE, uint8_t periodBase = RADIOLIB_SX128X_PERIOD_BASE_15_625_US);
+ 825 int16_t setRx(uint16_t periodBaseCount, uint8_t periodBase = RADIOLIB_SX128X_PERIOD_BASE_15_625_US);
+
+ 827 uint8_t getPacketType();
+ 828 int16_t setRfFrequency(uint32_t frf);
+ 829 int16_t setTxParams(uint8_t pwr, uint8_t rampTime = RADIOLIB_SX128X_PA_RAMP_10_US);
+ 830 int16_t setBufferBaseAddress(uint8_t txBaseAddress = 0x00, uint8_t rxBaseAddress = 0x00);
+ 831 int16_t setModulationParams(uint8_t modParam1, uint8_t modParam2, uint8_t modParam3);
+ 832 int16_t setPacketParamsGFSK(uint8_t preambleLen, uint8_t syncLen, uint8_t syncMatch, uint8_t crcLen, uint8_t whiten, uint8_t payLen = 0xFF, uint8_t hdrType = RADIOLIB_SX128X_GFSK_FLRC_PACKET_VARIABLE);
+ 833 int16_t setPacketParamsBLE(uint8_t connState, uint8_t crcLen, uint8_t bleTest, uint8_t whiten);
+ 834 int16_t setPacketParamsLoRa(uint8_t preambleLen, uint8_t hdrType, uint8_t payLen, uint8_t crc, uint8_t invIQ = RADIOLIB_SX128X_LORA_IQ_STANDARD);
+ 835 int16_t setDioIrqParams(uint16_t irqMask, uint16_t dio1Mask, uint16_t dio2Mask = RADIOLIB_SX128X_IRQ_NONE, uint16_t dio3Mask = RADIOLIB_SX128X_IRQ_NONE);
+ 836 int16_t clearIrqStatus(uint16_t clearIrqParams = RADIOLIB_SX128X_IRQ_ALL);
+ 837 int16_t setRangingRole(uint8_t role);
+ 838 int16_t setPacketType(uint8_t type);
+
+ 840 #if !RADIOLIB_GODMODE
+
+
+
+
+
+ 846 static int16_t SPIparseStatus(uint8_t in);
+
+
+
+
+
+ 852 uint8_t invertIQEnabled = RADIOLIB_SX128X_LORA_IQ_STANDARD;
+
+
+ 855 float modIndexReal = 0;
+ 856 uint16_t bitRateKbps = 0;
+ 857 uint8_t bitRate = 0, modIndex = 0, shaping = 0;
+ 858 uint8_t preambleLengthGFSK = 0, syncWordLen = 0, syncWordMatch = 0, crcGFSK = 0, whitening = 0;
+
+
+ 861 uint8_t codingRateFLRC = 0;
+
+
+ 864 uint8_t connectionState = 0, crcBLE = 0, bleTestPayload = 0;
+
+ 866 int16_t config(uint8_t modem);
+ 867 int16_t setHeaderType(uint8_t hdrType,
size_t len = 0xFF);
+
+
+
+
+
Implements all common low-level methods to control the wireless module. Every module class contains o...
Definition: Module.h:68
static const size_t RFSWITCH_MAX_PINS
The maximum number of pins supported by the RF switch code. Note: It is not recommended to use this c...
Definition: Module.h:77
Provides common interface for protocols that run on LoRa/FSK modules, such as RTTY or LoRaWAN....
Definition: PhysicalLayer.h:54
diff --git a/class_physical_layer.html b/class_physical_layer.html
index 6a8c0271..eda9f1f7 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, SX128x, SX126x, and LR11x0.
+Reimplemented in SX127x, Si443x, RF69, nRF24, SX128x, SX126x, and LR11x0.
diff --git a/class_s_x1280-members.html b/class_s_x1280-members.html
index b3496604..d8c14a07 100644
--- a/class_s_x1280-members.html
+++ b/class_s_x1280-members.html
@@ -161,29 +161,28 @@ $(document).ready(function(){initNavTree('class_s_x1280.html',''); initResizable
PhysicalLayer::setSyncWord(uint8_t *sync, size_t len) | PhysicalLayer | virtual |
setWhitening(bool enabled) | SX128x | |
sleep() | SX128x | virtual |
- sleep() | SX128x | virtual |
- sleep(bool retainConfig) (defined in SX128x) | SX128x | |
- standby() override | SX128x | virtual |
- standby(uint8_t mode, bool wakeup=false) | SX128x | |
- PhysicalLayer::standby(uint8_t mode) | PhysicalLayer | virtual |
- startChannelScan() override | SX128x | virtual |
- startDirect() | PhysicalLayer | |
- startRanging(bool master, uint32_t addr, uint16_t calTable[3][6]=NULL) | SX1280 | |
- startReceive() override | SX128x | virtual |
- startReceive(uint16_t timeout, uint32_t irqFlags=RADIOLIB_SX128X_IRQ_RX_DEFAULT, uint32_t irqMask=RADIOLIB_SX128X_IRQ_RX_DONE, size_t len=0) | SX128x | |
- PhysicalLayer::startReceive(uint32_t timeout, uint32_t irqFlags, uint32_t irqMask, size_t len) | PhysicalLayer | virtual |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX128x | virtual |
- startTransmit(const char *str, uint8_t addr=0) | SX128x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0) | SX128x | |
- PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- SX1280(Module *mod) | SX1280 | |
- SX1281(Module *mod) | SX1281 | |
- SX128x(Module *mod) | SX128x | explicit |
- transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX128x | virtual |
- transmit(const char *str, uint8_t addr=0) | SX128x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0) | SX128x | |
- PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- transmitDirect(uint32_t frf=0) override | SX128x | virtual |
+ sleep(bool retainConfig) | SX128x | |
+ standby() override | SX128x | virtual |
+ standby(uint8_t mode, bool wakeup=false) | SX128x | |
+ PhysicalLayer::standby(uint8_t mode) | PhysicalLayer | virtual |
+ startChannelScan() override | SX128x | virtual |
+ startDirect() | PhysicalLayer | |
+ startRanging(bool master, uint32_t addr, uint16_t calTable[3][6]=NULL) | SX1280 | |
+ startReceive() override | SX128x | virtual |
+ startReceive(uint16_t timeout, uint32_t irqFlags=RADIOLIB_SX128X_IRQ_RX_DEFAULT, uint32_t irqMask=RADIOLIB_SX128X_IRQ_RX_DONE, size_t len=0) | SX128x | |
+ PhysicalLayer::startReceive(uint32_t timeout, uint32_t irqFlags, uint32_t irqMask, size_t len) | PhysicalLayer | virtual |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX128x | virtual |
+ startTransmit(const char *str, uint8_t addr=0) | SX128x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0) | SX128x | |
+ PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ SX1280(Module *mod) | SX1280 | |
+ SX1281(Module *mod) | SX1281 | |
+ SX128x(Module *mod) | SX128x | explicit |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX128x | virtual |
+ transmit(const char *str, uint8_t addr=0) | SX128x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0) | SX128x | |
+ PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ transmitDirect(uint32_t frf=0) override | SX128x | virtual |
diff --git a/class_s_x1280.html b/class_s_x1280.html
index cd943e95..cae903fc 100644
--- a/class_s_x1280.html
+++ b/class_s_x1280.html
@@ -162,11 +162,8 @@ Public Member Functions
int16_t | sleep () |
| Sets the module to sleep mode. To wake the device up, call standby(). Overload for PhysicalLayer compatibility. More...
|
|
-int16_t | sleep () |
- | Sets the module to sleep mode. To wake the device up, call standby(). More...
|
- |
-
-int16_t | sleep (bool retainConfig) |
+int16_t | sleep (bool retainConfig) |
+ | Sets the module to sleep mode. To wake the device up, call standby(). More...
|
|
int16_t | standby () override |
| Sets the module to standby mode (overload for PhysicalLayer compatibility, uses 13 MHz RC oscillator). More...
|
diff --git a/class_s_x1281-members.html b/class_s_x1281-members.html
index 196a4839..46a0b7a0 100644
--- a/class_s_x1281-members.html
+++ b/class_s_x1281-members.html
@@ -159,27 +159,26 @@ $(document).ready(function(){initNavTree('class_s_x1281.html',''); initResizable
PhysicalLayer::setSyncWord(uint8_t *sync, size_t len) | PhysicalLayer | virtual |
setWhitening(bool enabled) | SX128x | |
sleep() | SX128x | virtual |
- sleep() | SX128x | virtual |
- sleep(bool retainConfig) (defined in SX128x) | SX128x | |
- standby() override | SX128x | virtual |
- standby(uint8_t mode, bool wakeup=false) | SX128x | |
- PhysicalLayer::standby(uint8_t mode) | PhysicalLayer | virtual |
- startChannelScan() override | SX128x | virtual |
- startDirect() | PhysicalLayer | |
- startReceive() override | SX128x | virtual |
- startReceive(uint16_t timeout, uint32_t irqFlags=RADIOLIB_SX128X_IRQ_RX_DEFAULT, uint32_t irqMask=RADIOLIB_SX128X_IRQ_RX_DONE, size_t len=0) | SX128x | |
- PhysicalLayer::startReceive(uint32_t timeout, uint32_t irqFlags, uint32_t irqMask, size_t len) | PhysicalLayer | virtual |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX128x | virtual |
- startTransmit(const char *str, uint8_t addr=0) | SX128x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0) | SX128x | |
- PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- SX1281(Module *mod) | SX1281 | |
- SX128x(Module *mod) | SX128x | explicit |
- transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX128x | virtual |
- transmit(const char *str, uint8_t addr=0) | SX128x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0) | SX128x | |
- PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- transmitDirect(uint32_t frf=0) override | SX128x | virtual |
+ sleep(bool retainConfig) | SX128x | |
+ standby() override | SX128x | virtual |
+ standby(uint8_t mode, bool wakeup=false) | SX128x | |
+ PhysicalLayer::standby(uint8_t mode) | PhysicalLayer | virtual |
+ startChannelScan() override | SX128x | virtual |
+ startDirect() | PhysicalLayer | |
+ startReceive() override | SX128x | virtual |
+ startReceive(uint16_t timeout, uint32_t irqFlags=RADIOLIB_SX128X_IRQ_RX_DEFAULT, uint32_t irqMask=RADIOLIB_SX128X_IRQ_RX_DONE, size_t len=0) | SX128x | |
+ PhysicalLayer::startReceive(uint32_t timeout, uint32_t irqFlags, uint32_t irqMask, size_t len) | PhysicalLayer | virtual |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX128x | virtual |
+ startTransmit(const char *str, uint8_t addr=0) | SX128x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0) | SX128x | |
+ PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ SX1281(Module *mod) | SX1281 | |
+ SX128x(Module *mod) | SX128x | explicit |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX128x | virtual |
+ transmit(const char *str, uint8_t addr=0) | SX128x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0) | SX128x | |
+ PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ transmitDirect(uint32_t frf=0) override | SX128x | virtual |
diff --git a/class_s_x1281.html b/class_s_x1281.html
index 301ba9b7..54aa97df 100644
--- a/class_s_x1281.html
+++ b/class_s_x1281.html
@@ -149,11 +149,8 @@ Public Member Functions
int16_t | sleep () |
| Sets the module to sleep mode. To wake the device up, call standby(). Overload for PhysicalLayer compatibility. More...
|
|
-int16_t | sleep () |
- | Sets the module to sleep mode. To wake the device up, call standby(). More...
|
- |
-
-int16_t | sleep (bool retainConfig) |
+int16_t | sleep (bool retainConfig) |
+ | Sets the module to sleep mode. To wake the device up, call standby(). More...
|
|
int16_t | standby () override |
| Sets the module to standby mode (overload for PhysicalLayer compatibility, uses 13 MHz RC oscillator). More...
|
diff --git a/class_s_x1282-members.html b/class_s_x1282-members.html
index ed6421c6..58560555 100644
--- a/class_s_x1282-members.html
+++ b/class_s_x1282-members.html
@@ -161,30 +161,29 @@ $(document).ready(function(){initNavTree('class_s_x1282.html',''); initResizable
PhysicalLayer::setSyncWord(uint8_t *sync, size_t len) | PhysicalLayer | virtual |
setWhitening(bool enabled) | SX128x | |
sleep() | SX128x | virtual |
- sleep() | SX128x | virtual |
- sleep(bool retainConfig) (defined in SX128x) | SX128x | |
- standby() override | SX128x | virtual |
- standby(uint8_t mode, bool wakeup=false) | SX128x | |
- PhysicalLayer::standby(uint8_t mode) | PhysicalLayer | virtual |
- startChannelScan() override | SX128x | virtual |
- startDirect() | PhysicalLayer | |
- startRanging(bool master, uint32_t addr, uint16_t calTable[3][6]=NULL) | SX1280 | |
- startReceive() override | SX128x | virtual |
- startReceive(uint16_t timeout, uint32_t irqFlags=RADIOLIB_SX128X_IRQ_RX_DEFAULT, uint32_t irqMask=RADIOLIB_SX128X_IRQ_RX_DONE, size_t len=0) | SX128x | |
- PhysicalLayer::startReceive(uint32_t timeout, uint32_t irqFlags, uint32_t irqMask, size_t len) | PhysicalLayer | virtual |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX128x | virtual |
- startTransmit(const char *str, uint8_t addr=0) | SX128x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0) | SX128x | |
- PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- SX1280(Module *mod) | SX1280 | |
- SX1281(Module *mod) | SX1281 | |
- SX1282(Module *mod) | SX1282 | |
- SX128x(Module *mod) | SX128x | explicit |
- transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX128x | virtual |
- transmit(const char *str, uint8_t addr=0) | SX128x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0) | SX128x | |
- PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- transmitDirect(uint32_t frf=0) override | SX128x | virtual |
+ sleep(bool retainConfig) | SX128x | |
+ standby() override | SX128x | virtual |
+ standby(uint8_t mode, bool wakeup=false) | SX128x | |
+ PhysicalLayer::standby(uint8_t mode) | PhysicalLayer | virtual |
+ startChannelScan() override | SX128x | virtual |
+ startDirect() | PhysicalLayer | |
+ startRanging(bool master, uint32_t addr, uint16_t calTable[3][6]=NULL) | SX1280 | |
+ startReceive() override | SX128x | virtual |
+ startReceive(uint16_t timeout, uint32_t irqFlags=RADIOLIB_SX128X_IRQ_RX_DEFAULT, uint32_t irqMask=RADIOLIB_SX128X_IRQ_RX_DONE, size_t len=0) | SX128x | |
+ PhysicalLayer::startReceive(uint32_t timeout, uint32_t irqFlags, uint32_t irqMask, size_t len) | PhysicalLayer | virtual |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX128x | virtual |
+ startTransmit(const char *str, uint8_t addr=0) | SX128x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0) | SX128x | |
+ PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ SX1280(Module *mod) | SX1280 | |
+ SX1281(Module *mod) | SX1281 | |
+ SX1282(Module *mod) | SX1282 | |
+ SX128x(Module *mod) | SX128x | explicit |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX128x | virtual |
+ transmit(const char *str, uint8_t addr=0) | SX128x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0) | SX128x | |
+ PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ transmitDirect(uint32_t frf=0) override | SX128x | virtual |
diff --git a/class_s_x1282.html b/class_s_x1282.html
index ea1e0be2..6c93335c 100644
--- a/class_s_x1282.html
+++ b/class_s_x1282.html
@@ -166,11 +166,8 @@ Public Member Functions
int16_t | sleep () |
| Sets the module to sleep mode. To wake the device up, call standby(). Overload for PhysicalLayer compatibility. More...
|
|
-int16_t | sleep () |
- | Sets the module to sleep mode. To wake the device up, call standby(). More...
|
- |
-
-int16_t | sleep (bool retainConfig) |
+int16_t | sleep (bool retainConfig) |
+ | Sets the module to sleep mode. To wake the device up, call standby(). More...
|
|
int16_t | standby () override |
| Sets the module to standby mode (overload for PhysicalLayer compatibility, uses 13 MHz RC oscillator). More...
|
diff --git a/class_s_x128x-members.html b/class_s_x128x-members.html
index 85795761..e4813bd0 100644
--- a/class_s_x128x-members.html
+++ b/class_s_x128x-members.html
@@ -159,26 +159,25 @@ $(document).ready(function(){initNavTree('class_s_x128x.html',''); initResizable
PhysicalLayer::setSyncWord(uint8_t *sync, size_t len) | PhysicalLayer | virtual |
setWhitening(bool enabled) | SX128x | |
sleep() | SX128x | virtual |
- sleep() | SX128x | virtual |
- sleep(bool retainConfig) (defined in SX128x) | SX128x | |
- standby() override | SX128x | virtual |
- standby(uint8_t mode, bool wakeup=false) | SX128x | |
- PhysicalLayer::standby(uint8_t mode) | PhysicalLayer | virtual |
- startChannelScan() override | SX128x | virtual |
- startDirect() | PhysicalLayer | |
- startReceive() override | SX128x | virtual |
- startReceive(uint16_t timeout, uint32_t irqFlags=RADIOLIB_SX128X_IRQ_RX_DEFAULT, uint32_t irqMask=RADIOLIB_SX128X_IRQ_RX_DONE, size_t len=0) | SX128x | |
- PhysicalLayer::startReceive(uint32_t timeout, uint32_t irqFlags, uint32_t irqMask, size_t len) | PhysicalLayer | virtual |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX128x | virtual |
- startTransmit(const char *str, uint8_t addr=0) | SX128x | |
- startTransmit(uint8_t *data, size_t len, uint8_t addr=0) | SX128x | |
- PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- SX128x(Module *mod) | SX128x | explicit |
- transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX128x | virtual |
- transmit(const char *str, uint8_t addr=0) | SX128x | |
- transmit(uint8_t *data, size_t len, uint8_t addr=0) | SX128x | |
- PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
- transmitDirect(uint32_t frf=0) override | SX128x | virtual |
+ sleep(bool retainConfig) | SX128x | |
+ standby() override | SX128x | virtual |
+ standby(uint8_t mode, bool wakeup=false) | SX128x | |
+ PhysicalLayer::standby(uint8_t mode) | PhysicalLayer | virtual |
+ startChannelScan() override | SX128x | virtual |
+ startDirect() | PhysicalLayer | |
+ startReceive() override | SX128x | virtual |
+ startReceive(uint16_t timeout, uint32_t irqFlags=RADIOLIB_SX128X_IRQ_RX_DEFAULT, uint32_t irqMask=RADIOLIB_SX128X_IRQ_RX_DONE, size_t len=0) | SX128x | |
+ PhysicalLayer::startReceive(uint32_t timeout, uint32_t irqFlags, uint32_t irqMask, size_t len) | PhysicalLayer | virtual |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX128x | virtual |
+ startTransmit(const char *str, uint8_t addr=0) | SX128x | |
+ startTransmit(uint8_t *data, size_t len, uint8_t addr=0) | SX128x | |
+ PhysicalLayer::startTransmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ SX128x(Module *mod) | SX128x | explicit |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0) override | SX128x | virtual |
+ transmit(const char *str, uint8_t addr=0) | SX128x | |
+ transmit(uint8_t *data, size_t len, uint8_t addr=0) | SX128x | |
+ PhysicalLayer::transmit(const char *str, uint8_t addr=0) | PhysicalLayer | |
+ transmitDirect(uint32_t frf=0) override | SX128x | virtual |
diff --git a/class_s_x128x.html b/class_s_x128x.html
index 044ce96b..e03a2e33 100644
--- a/class_s_x128x.html
+++ b/class_s_x128x.html
@@ -145,11 +145,8 @@ Public Member Functions
int16_t | sleep () |
| Sets the module to sleep mode. To wake the device up, call standby(). Overload for PhysicalLayer compatibility. More...
|
|
-int16_t | sleep () |
- | Sets the module to sleep mode. To wake the device up, call standby(). More...
|
- |
-
-int16_t | sleep (bool retainConfig) |
+int16_t | sleep (bool retainConfig) |
+ | Sets the module to sleep mode. To wake the device up, call standby(). More...
|
|
int16_t | standby () override |
| Sets the module to standby mode (overload for PhysicalLayer compatibility, uses 13 MHz RC oscillator). More...
|
@@ -2183,27 +2180,20 @@ virtual void
-
-◆ sleep() [2/2]
+
+◆ sleep() [2/2]
-
-
-
int16_t SX128x::sleep |
( |
- | ) |
+ bool |
+ retainConfig | ) |
|
- |
-
-virtual |
-
-
Sets the module to sleep mode. To wake the device up, call standby().
@@ -2215,8 +2205,6 @@ virtual void |
- Returns
- Status Codes
-Reimplemented from PhysicalLayer.
-
diff --git a/class_s_x128x.js b/class_s_x128x.js
index 6e64628f..c4aa3ebe 100644
--- a/class_s_x128x.js
+++ b/class_s_x128x.js
@@ -53,7 +53,6 @@ var class_s_x128x =
[ "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#a9bf5f068064539c8421a4a20cc3f89ab", 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/navtreedata.js b/navtreedata.js
index c11182fe..48758d5f 100644
--- a/navtreedata.js
+++ b/navtreedata.js
@@ -54,7 +54,7 @@ var NAVTREEINDEX =
"class_r_f69.html#a0de2a07f264839cda945faebf7319e0e",
"class_s_x126x.html#a5595fff99d76d50d711b8cdad98527c4",
"class_s_x128x.html#a0759fb31b3ce5bf1c832259c9c2245ed",
-"functions_t.html"
+"functions_type.html"
];
var SYNCONMSG = 'click to disable panel synchronisation';
diff --git a/navtreeindex4.js b/navtreeindex4.js
index 6fa598f2..89e058b0 100644
--- a/navtreeindex4.js
+++ b/navtreeindex4.js
@@ -11,36 +11,35 @@ var NAVTREEINDEX4 =
"class_s_x128x.html#a26d0d02e5e53a3172df9208fa343a3f1":[3,0,74,39],
"class_s_x128x.html#a275a9a86934124eab4982ad52bf91aea":[3,0,74,1],
"class_s_x128x.html#a2b424000856a9dc212f571d0e8890635":[3,0,74,12],
-"class_s_x128x.html#a2be8cc6c3b61b59cb6a6ca4f6a030b45":[3,0,74,55],
+"class_s_x128x.html#a2be8cc6c3b61b59cb6a6ca4f6a030b45":[3,0,74,54],
"class_s_x128x.html#a2c4a24623c5fd27b3cc937e55783d709":[3,0,74,3],
"class_s_x128x.html#a2f8427103d6609f3ac44b23fcca4f301":[3,0,74,28],
"class_s_x128x.html#a32b7b674d63c36f15b7f58a2cb837a99":[3,0,74,25],
"class_s_x128x.html#a3563453988a83d22dd07d4691543a300":[3,0,74,22],
"class_s_x128x.html#a3837662441a9eb3f0a71f4f667db9e91":[3,0,74,40],
-"class_s_x128x.html#a389aab93e24ec8c7cc9c14de90e5dfae":[3,0,74,56],
+"class_s_x128x.html#a389aab93e24ec8c7cc9c14de90e5dfae":[3,0,74,55],
"class_s_x128x.html#a390fd0749b316eed67da7b54f4f24735":[3,0,74,14],
-"class_s_x128x.html#a3dd42f8d5569487ea74f004ca652a709":[3,0,74,64],
+"class_s_x128x.html#a3dd42f8d5569487ea74f004ca652a709":[3,0,74,63],
"class_s_x128x.html#a4587409a9b96a0c496cf12b3acac20c4":[3,0,74,10],
"class_s_x128x.html#a46e7979288205689ea97f1c26d1da07e":[3,0,74,19],
-"class_s_x128x.html#a492b2d057dd803c3884fa1adc8e22534":[3,0,74,63],
-"class_s_x128x.html#a53892566b0259d348158efe3c3c3601a":[3,0,74,66],
+"class_s_x128x.html#a492b2d057dd803c3884fa1adc8e22534":[3,0,74,62],
+"class_s_x128x.html#a53892566b0259d348158efe3c3c3601a":[3,0,74,65],
"class_s_x128x.html#a5ba683fbc4a46418ce3736f224fb55f2":[3,0,74,46],
"class_s_x128x.html#a5cf9f188217bb10932cef65935b59da2":[3,0,74,5],
-"class_s_x128x.html#a6083c3789671527e5aee5fd1b8723996":[3,0,74,59],
+"class_s_x128x.html#a6083c3789671527e5aee5fd1b8723996":[3,0,74,58],
"class_s_x128x.html#a6e45fbfaec7063e52e188f47a3a585a5":[3,0,74,41],
"class_s_x128x.html#a6ed60dfbd142315bb4e1abd2555a470a":[3,0,74,4],
-"class_s_x128x.html#a803eaca8bb7fdfa3570cf4aa95f8e729":[3,0,74,58],
+"class_s_x128x.html#a803eaca8bb7fdfa3570cf4aa95f8e729":[3,0,74,57],
"class_s_x128x.html#a8720a388d2cd10fac3112b89f4a80947":[3,0,74,37],
"class_s_x128x.html#a8b3eea268f21bf911b6eaf37c5eb0b5f":[3,0,74,51],
"class_s_x128x.html#a8d331080599e09ef0b11a77cffd6f13a":[3,0,74,20],
-"class_s_x128x.html#a923654706eff5118ef6e84214e837f27":[3,0,74,60],
+"class_s_x128x.html#a923654706eff5118ef6e84214e837f27":[3,0,74,59],
"class_s_x128x.html#a9346490a6c56edcff2e12ae0369a8df5":[3,0,74,29],
-"class_s_x128x.html#a948156af6e886bc46a6c6c5fb10a087a":[3,0,74,57],
+"class_s_x128x.html#a948156af6e886bc46a6c6c5fb10a087a":[3,0,74,56],
"class_s_x128x.html#a94b7fb26cc99385d30b0c98b76d8188d":[3,0,74,9],
"class_s_x128x.html#a94bca43258b09217fb476a2d8db784bb":[3,0,74,23],
-"class_s_x128x.html#a98ef7dc21647642b40baf8c0194788c4":[3,0,74,54],
+"class_s_x128x.html#a98ef7dc21647642b40baf8c0194788c4":[3,0,74,53],
"class_s_x128x.html#a99491c705e88dddc820f884b778f1660":[3,0,74,34],
-"class_s_x128x.html#a9bf5f068064539c8421a4a20cc3f89ab":[3,0,74,53],
"class_s_x128x.html#a9bf5f068064539c8421a4a20cc3f89ab":[3,0,74,52],
"class_s_x128x.html#a9ccbf51f8304f1041c8eef182be547a7":[3,0,74,0],
"class_s_x128x.html#a9da544e4a6120f73a078b46c6138505a":[3,0,74,32],
@@ -54,7 +53,7 @@ var NAVTREEINDEX4 =
"class_s_x128x.html#ac79047a072a038194f3429a913e7aaee":[3,0,74,7],
"class_s_x128x.html#ace5ede905bf85aada0c61b9cfaaea127":[3,0,74,2],
"class_s_x128x.html#ad5789bd27d46b24f54aac9ca55ec9958":[3,0,74,47],
-"class_s_x128x.html#ad59e37ce0606dc8051e40be9d14cfec3":[3,0,74,61],
+"class_s_x128x.html#ad59e37ce0606dc8051e40be9d14cfec3":[3,0,74,60],
"class_s_x128x.html#ad6570f33bae09bc8b7617f9da39033ac":[3,0,74,31],
"class_s_x128x.html#ad9584464d2e4cc09686cf4e83e65d3e0":[3,0,74,49],
"class_s_x128x.html#ad98c4526ef971f9aadb30e351a37eaf9":[3,0,74,43],
@@ -63,8 +62,8 @@ var NAVTREEINDEX4 =
"class_s_x128x.html#ae435f57132f76f4283abb870176acf54":[3,0,74,48],
"class_s_x128x.html#ae7d3676df8f28c79b9bee23df884fa55":[3,0,74,17],
"class_s_x128x.html#ae93c99c85deb950fe9bc7101142b5f6a":[3,0,74,30],
-"class_s_x128x.html#aef221e7d463c5228ce00ed6934512848":[3,0,74,62],
-"class_s_x128x.html#af253e1e45361de74aefd01a7c73c28f5":[3,0,74,65],
+"class_s_x128x.html#aef221e7d463c5228ce00ed6934512848":[3,0,74,61],
+"class_s_x128x.html#af253e1e45361de74aefd01a7c73c28f5":[3,0,74,64],
"class_s_x128x.html#af2e1d173694a59082a22922a6f7d50a8":[3,0,74,21],
"class_s_x128x.html#aff7d86352c98771595375e17d19a2a97":[3,0,74,26],
"class_si4430.html":[3,0,49],
@@ -207,8 +206,8 @@ var NAVTREEINDEX4 =
"dir_ed12d23d857ca7061030f8751e72e77c.html":[4,0,0,0,10],
"dir_f980efad9544c0545d0fa50a84ff12f2.html":[4,0,0,0,9],
"files.html":[4,0],
-"functions.html":[3,3,0,0],
"functions.html":[3,3,0],
+"functions.html":[3,3,0,0],
"functions_b.html":[3,3,0,1],
"functions_c.html":[3,3,0,2],
"functions_d.html":[3,3,0,3],
@@ -216,8 +215,8 @@ var NAVTREEINDEX4 =
"functions_enum.html":[3,3,4],
"functions_eval.html":[3,3,5],
"functions_f.html":[3,3,0,5],
-"functions_func.html":[3,3,1],
"functions_func.html":[3,3,1,0],
+"functions_func.html":[3,3,1],
"functions_func_b.html":[3,3,1,1],
"functions_func_c.html":[3,3,1,2],
"functions_func_d.html":[3,3,1,3],
@@ -249,5 +248,6 @@ var NAVTREEINDEX4 =
"functions_o.html":[3,3,0,13],
"functions_p.html":[3,3,0,14],
"functions_r.html":[3,3,0,15],
-"functions_s.html":[3,3,0,16]
+"functions_s.html":[3,3,0,16],
+"functions_t.html":[3,3,0,17]
};
diff --git a/navtreeindex5.js b/navtreeindex5.js
index 97f857f5..591b1449 100644
--- a/navtreeindex5.js
+++ b/navtreeindex5.js
@@ -1,6 +1,5 @@
var NAVTREEINDEX5 =
{
-"functions_t.html":[3,3,0,17],
"functions_type.html":[3,3,3],
"functions_u.html":[3,3,0,18],
"functions_v.html":[3,3,0,19],
diff --git a/search/all_10.js b/search/all_10.js
index 7e4457a3..f946fd9c 100644
--- a/search/all_10.js
+++ b/search/all_10.js
@@ -105,7 +105,7 @@ var searchData=
['si4432_502',['Si4432',['../class_si4432.html#afb1f1ae46d04788aa42f6276efd231ac',1,'Si4432::Si4432()'],['../class_si4432.html',1,'Si4432']]],
['si443x_503',['Si443x',['../class_si443x.html#ae7cfff2efebfa01c8a50a5cbbe8775b9',1,'Si443x::Si443x()'],['../class_si443x.html',1,'Si443x']]],
['size_504',['size',['../class_radio_lib_c_r_c.html#ad09b067c00cda1cc676c13602dee2f5a',1,'RadioLibCRC']]],
- ['sleep_505',['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#a9bf5f068064539c8421a4a20cc3f89ab',1,'SX128x::sleep()'],['../class_physical_layer.html#af1bb9a5da26da8829795ebb72e9c666e',1,'PhysicalLayer::sleep()']]],
+ ['sleep_505',['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()']]],
['spectralscanabort_506',['spectralScanAbort',['../class_s_x126x.html#a865397e1cca38bec2d055c047825ea07',1,'SX126x']]],
['spectralscangetresult_507',['spectralScanGetResult',['../class_s_x126x.html#ae473773e5bed4b08452e80311bdb26f2',1,'SX126x']]],
['spectralscangetstatus_508',['spectralScanGetStatus',['../class_s_x126x.html#a5595fff99d76d50d711b8cdad98527c4',1,'SX126x']]],
diff --git a/search/functions_f.js b/search/functions_f.js
index 34289d17..dba6d716 100644
--- a/search/functions_f.js
+++ b/search/functions_f.js
@@ -100,7 +100,7 @@ var searchData=
['si4431_943',['Si4431',['../class_si4431.html#a332bfd2a32dea9ac0700bf172fe5b2d0',1,'Si4431']]],
['si4432_944',['Si4432',['../class_si4432.html#afb1f1ae46d04788aa42f6276efd231ac',1,'Si4432']]],
['si443x_945',['Si443x',['../class_si443x.html#ae7cfff2efebfa01c8a50a5cbbe8775b9',1,'Si443x']]],
- ['sleep_946',['sleep',['../class_physical_layer.html#af1bb9a5da26da8829795ebb72e9c666e',1,'PhysicalLayer::sleep()'],['../class_s_x128x.html#a9bf5f068064539c8421a4a20cc3f89ab',1,'SX128x::sleep()'],['../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_946',['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()']]],
['spectralscanabort_947',['spectralScanAbort',['../class_s_x126x.html#a865397e1cca38bec2d055c047825ea07',1,'SX126x']]],
['spectralscangetresult_948',['spectralScanGetResult',['../class_s_x126x.html#ae473773e5bed4b08452e80311bdb26f2',1,'SX126x']]],
['spectralscangetstatus_949',['spectralScanGetStatus',['../class_s_x126x.html#a5595fff99d76d50d711b8cdad98527c4',1,'SX126x']]],
|