diff --git a/_s_x128x_8h_source.html b/_s_x128x_8h_source.html
index 006949c9..6b92d18e 100644
--- a/_s_x128x_8h_source.html
+++ b/_s_x128x_8h_source.html
@@ -493,138 +493,142 @@ $(document).ready(function(){initNavTree('_s_x128x_8h_source.html',''); initResi
570 int16_t
readData(uint8_t* data,
size_t len)
override;
-
-
-
-
-
-
-
-
-
- 602 int16_t
setCodingRate(uint8_t cr,
bool longInterleaving =
false);
-
-
-
-
-
-
-
-
-
-
-
-
-
- 656 int16_t
setSyncWord(uint8_t* syncWord, uint8_t len);
-
- 664 int16_t
setSyncWord(uint8_t syncWord, uint8_t controlBits = 0x44);
-
- 673 int16_t
setCRC(uint8_t len, uint32_t initial = 0x1D0F, uint16_t polynomial = 0x1021);
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 615 int16_t
setCodingRate(uint8_t cr,
bool longInterleaving =
false);
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 669 int16_t
setSyncWord(uint8_t* syncWord, uint8_t len);
+
+ 677 int16_t
setSyncWord(uint8_t syncWord, uint8_t controlBits = 0x44);
+
+ 686 int16_t
setCRC(uint8_t len, uint32_t initial = 0x1D0F, uint16_t polynomial = 0x1021);
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
-
+
+
+
-
-
-
+
+
+
+
+
- 774 #if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE
-
-
-
-
-
- 788 #if !RADIOLIB_GODMODE && !RADIOLIB_LOW_LEVEL
-
-
-
-
-
- 794 float bandwidthKhz = 0;
- 795 uint8_t bandwidth = 0, spreadingFactor = 0, codingRateLoRa = 0;
- 796 uint8_t preambleLengthLoRa = 0, headerType = 0, payloadLen = 0, crcLoRa = 0;
-
-
-
- 800 int16_t writeRegister(uint16_t addr, uint8_t* data, uint8_t numBytes);
- 801 int16_t readRegister(uint16_t addr, uint8_t* data, uint8_t numBytes);
- 802 int16_t writeBuffer(uint8_t* data, uint8_t numBytes, uint8_t offset = 0x00);
- 803 int16_t readBuffer(uint8_t* data, uint8_t numBytes);
- 804 int16_t setTx(uint16_t periodBaseCount = RADIOLIB_SX128X_TX_TIMEOUT_NONE, uint8_t periodBase = RADIOLIB_SX128X_PERIOD_BASE_15_625_US);
- 805 int16_t setRx(uint16_t periodBaseCount, uint8_t periodBase = RADIOLIB_SX128X_PERIOD_BASE_15_625_US);
-
- 807 uint8_t getPacketType();
- 808 int16_t setRfFrequency(uint32_t frf);
- 809 int16_t setTxParams(uint8_t pwr, uint8_t rampTime = RADIOLIB_SX128X_PA_RAMP_10_US);
- 810 int16_t setBufferBaseAddress(uint8_t txBaseAddress = 0x00, uint8_t rxBaseAddress = 0x00);
- 811 int16_t setModulationParams(uint8_t modParam1, uint8_t modParam2, uint8_t modParam3);
- 812 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);
- 813 int16_t setPacketParamsBLE(uint8_t connState, uint8_t crcLen, uint8_t bleTest, uint8_t whiten);
- 814 int16_t setPacketParamsLoRa(uint8_t preambleLen, uint8_t hdrType, uint8_t payLen, uint8_t crc, uint8_t invIQ = RADIOLIB_SX128X_LORA_IQ_STANDARD);
- 815 int16_t setDioIrqParams(uint16_t irqMask, uint16_t dio1Mask, uint16_t dio2Mask = RADIOLIB_SX128X_IRQ_NONE, uint16_t dio3Mask = RADIOLIB_SX128X_IRQ_NONE);
- 816 int16_t clearIrqStatus(uint16_t clearIrqParams = RADIOLIB_SX128X_IRQ_ALL);
- 817 int16_t setRangingRole(uint8_t role);
- 818 int16_t setPacketType(uint8_t type);
-
- 820 #if !RADIOLIB_GODMODE
-
-
-
-
-
- 826 static int16_t SPIparseStatus(uint8_t in);
-
-
-
-
-
- 832 uint8_t invertIQEnabled = RADIOLIB_SX128X_LORA_IQ_STANDARD;
-
-
- 835 float modIndexReal = 0;
- 836 uint16_t bitRateKbps = 0;
- 837 uint8_t bitRate = 0, modIndex = 0, shaping = 0;
- 838 uint8_t preambleLengthGFSK = 0, syncWordLen = 0, syncWordMatch = 0, crcGFSK = 0, whitening = 0;
-
-
- 841 uint8_t codingRateFLRC = 0;
-
-
- 844 uint8_t connectionState = 0, crcBLE = 0, bleTestPayload = 0;
-
- 846 int16_t config(uint8_t modem);
- 847 int16_t setHeaderType(uint8_t hdrType,
size_t len = 0xFF);
-
-
-
-
-
+
+
+
+
+ 787 #if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE
+
+
+
+
+
+ 801 #if !RADIOLIB_GODMODE && !RADIOLIB_LOW_LEVEL
+
+
+
+
+
+ 807 float bandwidthKhz = 0;
+ 808 uint8_t bandwidth = 0, spreadingFactor = 0, codingRateLoRa = 0;
+ 809 uint8_t preambleLengthLoRa = 0, headerType = 0, payloadLen = 0, crcLoRa = 0;
+
+
+
+ 813 int16_t writeRegister(uint16_t addr, uint8_t* data, uint8_t numBytes);
+ 814 int16_t readRegister(uint16_t addr, uint8_t* data, uint8_t numBytes);
+ 815 int16_t writeBuffer(uint8_t* data, uint8_t numBytes, uint8_t offset = 0x00);
+ 816 int16_t readBuffer(uint8_t* data, uint8_t numBytes);
+ 817 int16_t setTx(uint16_t periodBaseCount = RADIOLIB_SX128X_TX_TIMEOUT_NONE, uint8_t periodBase = RADIOLIB_SX128X_PERIOD_BASE_15_625_US);
+ 818 int16_t setRx(uint16_t periodBaseCount, uint8_t periodBase = RADIOLIB_SX128X_PERIOD_BASE_15_625_US);
+
+ 820 uint8_t getPacketType();
+ 821 int16_t setRfFrequency(uint32_t frf);
+ 822 int16_t setTxParams(uint8_t pwr, uint8_t rampTime = RADIOLIB_SX128X_PA_RAMP_10_US);
+ 823 int16_t setBufferBaseAddress(uint8_t txBaseAddress = 0x00, uint8_t rxBaseAddress = 0x00);
+ 824 int16_t setModulationParams(uint8_t modParam1, uint8_t modParam2, uint8_t modParam3);
+ 825 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);
+ 826 int16_t setPacketParamsBLE(uint8_t connState, uint8_t crcLen, uint8_t bleTest, uint8_t whiten);
+ 827 int16_t setPacketParamsLoRa(uint8_t preambleLen, uint8_t hdrType, uint8_t payLen, uint8_t crc, uint8_t invIQ = RADIOLIB_SX128X_LORA_IQ_STANDARD);
+ 828 int16_t setDioIrqParams(uint16_t irqMask, uint16_t dio1Mask, uint16_t dio2Mask = RADIOLIB_SX128X_IRQ_NONE, uint16_t dio3Mask = RADIOLIB_SX128X_IRQ_NONE);
+ 829 int16_t clearIrqStatus(uint16_t clearIrqParams = RADIOLIB_SX128X_IRQ_ALL);
+ 830 int16_t setRangingRole(uint8_t role);
+ 831 int16_t setPacketType(uint8_t type);
+
+ 833 #if !RADIOLIB_GODMODE
+
+
+
+
+
+ 839 static int16_t SPIparseStatus(uint8_t in);
+
+
+
+
+
+ 845 uint8_t invertIQEnabled = RADIOLIB_SX128X_LORA_IQ_STANDARD;
+
+
+ 848 float modIndexReal = 0;
+ 849 uint16_t bitRateKbps = 0;
+ 850 uint8_t bitRate = 0, modIndex = 0, shaping = 0;
+ 851 uint8_t preambleLengthGFSK = 0, syncWordLen = 0, syncWordMatch = 0, crcGFSK = 0, whitening = 0;
+
+
+ 854 uint8_t codingRateFLRC = 0;
+
+
+ 857 uint8_t connectionState = 0, crcBLE = 0, bleTestPayload = 0;
+
+ 859 int16_t config(uint8_t modem);
+ 860 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
@@ -634,58 +638,60 @@ $(document).ready(function(){initNavTree('_s_x128x_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 SX128x series. All derived classes for SX128x (e.g. SX1280 or SX1281) inherit from thi...
Definition: SX128x.h:350
-void setDio1Action(void(*func)(void))
Sets interrupt service routine to call when DIO1 activates.
Definition: SX128x.cpp:491
-int16_t setSyncWord(uint8_t *syncWord, uint8_t len)
Sets FSK/FLRC sync word in the form of array of up to 5 bytes (FSK). For FLRC modem,...
Definition: SX128x.cpp:952
-int16_t invertIQ(bool enable)
Enable/disable inversion of the I and Q signals.
Definition: SX128x.cpp:1339
-int16_t setPreambleLength(uint32_t preambleLength)
Sets preamble length for currently active modem. Allowed values range from 1 to 65535.
Definition: SX128x.cpp:784
-int16_t setFrequency(float freq)
Sets carrier frequency. Allowed values are in range from 2400.0 to 2500.0 MHz.
Definition: SX128x.cpp:667
-void clearPacketReceivedAction()
Clears interrupt service routine to call when a packet is received.
Definition: SX128x.cpp:503
+void setDio1Action(void(*func)(void))
Sets interrupt service routine to call when DIO1 activates.
Definition: SX128x.cpp:460
+int16_t setSyncWord(uint8_t *syncWord, uint8_t len)
Sets FSK/FLRC sync word in the form of array of up to 5 bytes (FSK). For FLRC modem,...
Definition: SX128x.cpp:967
+int16_t invertIQ(bool enable)
Enable/disable inversion of the I and Q signals.
Definition: SX128x.cpp:1354
+int16_t setPreambleLength(uint32_t preambleLength)
Sets preamble length for currently active modem. Allowed values range from 1 to 65535.
Definition: SX128x.cpp:799
+int16_t setFrequency(float freq)
Sets carrier frequency. Allowed values are in range from 2400.0 to 2500.0 MHz.
Definition: SX128x.cpp:682
+void clearPacketReceivedAction()
Clears interrupt service routine to call when a packet is received.
Definition: SX128x.cpp:472
int16_t reset(bool verify=true)
Reset method. Will reset the chip to the default state using RST pin.
Definition: SX128x.cpp:271
-int16_t setFrequencyDeviation(float freqDev) override
Sets FSK frequency deviation. Allowed values range from 0.0 to 3200.0 kHz.
Definition: SX128x.cpp:889
+int16_t setFrequencyDeviation(float freqDev) override
Sets FSK frequency deviation. Allowed values range from 0.0 to 3200.0 kHz.
Definition: SX128x.cpp:904
int16_t begin(float freq=2400.0, float bw=812.5, uint8_t sf=9, uint8_t cr=7, uint8_t syncWord=RADIOLIB_SX128X_SYNC_WORD_PRIVATE, int8_t pwr=10, uint16_t preambleLength=12)
Initialization method for LoRa modem.
Definition: SX128x.cpp:9
-float getFrequencyError()
Gets frequency error of the latest received packet.
Definition: SX128x.cpp:1203
-int16_t standby() override
Sets the module to standby mode (overload for PhysicalLayer compatibility, uses 13 MHz RC oscillator)...
Definition: SX128x.cpp:474
+float getFrequencyError()
Gets frequency error of the latest received packet.
Definition: SX128x.cpp:1218
+int16_t standby() override
Sets the module to standby mode (overload for PhysicalLayer compatibility, uses 13 MHz RC oscillator)...
Definition: SX128x.cpp:443
int16_t beginFLRC(float freq=2400.0, uint16_t br=650, uint8_t cr=3, int8_t pwr=10, uint16_t preambleLength=16, uint8_t dataShaping=RADIOLIB_SHAPING_0_5)
Initialization method for FLRC modem.
Definition: SX128x.cpp:203
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 setGainControl(uint8_t gain=0)
Enables or disables receiver manual gain control.
Definition: SX128x.cpp:1123
-size_t getPacketLength(bool update=true) override
Query modem for the packet length of received payload.
Definition: SX128x.cpp:1236
-int16_t finishTransmit() override
Clean up after transmission is done.
Definition: SX128x.cpp:579
-int16_t setBitRate(float br)
Sets FSK or FLRC bit rate. Allowed values are 125, 250, 400, 500, 800, 1000, 1600 and 2000 kbps (for ...
Definition: SX128x.cpp:832
+int16_t setGainControl(uint8_t gain=0)
Enables or disables receiver manual gain control.
Definition: SX128x.cpp:1138
+size_t getPacketLength(bool update=true) override
Query modem for the packet length of received payload.
Definition: SX128x.cpp:1251
+int16_t finishTransmit() override
Clean up after transmission is done.
Definition: SX128x.cpp:548
+int16_t setBitRate(float br)
Sets FSK or FLRC bit rate. Allowed values are 125, 250, 400, 500, 800, 1000, 1600 and 2000 kbps (for ...
Definition: SX128x.cpp:847
int16_t transmit(const char *str, uint8_t addr=0)
C-string transmit method.
Definition: PhysicalLayer.cpp:52
int16_t transmitDirect(uint32_t frf=0) override
Starts direct mode transmission.
Definition: SX128x.cpp:390
-void setRfSwitchPins(uint32_t rxEn, uint32_t txEn)
Some modules contain external RF switch controlled by pins. This function gives RadioLib control over...
Definition: SX128x.cpp:1325
-void setPacketReceivedAction(void(*func)(void))
Sets interrupt service routine to call when a packet is received.
Definition: SX128x.cpp:499
-int16_t checkOutputPower(int8_t power, int8_t *clipped)
Check if output power is configurable.
Definition: SX128x.cpp:776
-int16_t setHighSensitivityMode(bool enable)
Enables or disables receiver high sensitivity mode.
Definition: SX128x.cpp:1106
+void setRfSwitchPins(uint32_t rxEn, uint32_t txEn)
Some modules contain external RF switch controlled by pins. This function gives RadioLib control over...
Definition: SX128x.cpp:1340
+void setPacketReceivedAction(void(*func)(void))
Sets interrupt service routine to call when a packet is received.
Definition: SX128x.cpp:468
+int16_t checkOutputPower(int8_t power, int8_t *clipped)
Check if output power is configurable.
Definition: SX128x.cpp:791
+int16_t setHighSensitivityMode(bool enable)
Enables or disables receiver high sensitivity mode.
Definition: SX128x.cpp:1121
int16_t beginGFSK(float freq=2400.0, uint16_t br=800, float freqDev=400.0, int8_t pwr=10, uint16_t preambleLength=16)
Initialization method for GFSK modem.
Definition: SX128x.cpp:73
-void clearPacketSentAction()
Clears interrupt service routine to call when a packet is sent.
Definition: SX128x.cpp:511
-int16_t setEncoding(uint8_t encoding) override
Sets transmission encoding. Serves only as alias for PhysicalLayer compatibility.
Definition: SX128x.cpp:1321
+void clearPacketSentAction()
Clears interrupt service routine to call when a packet is sent.
Definition: SX128x.cpp:480
+int16_t setEncoding(uint8_t encoding) override
Sets transmission encoding. Serves only as alias for PhysicalLayer compatibility.
Definition: SX128x.cpp:1336
int16_t scanChannel()
Performs scan for LoRa transmission in the current channel. Detects both preamble and payload.
Definition: SX128x.cpp:413
-float getSNR()
Gets SNR (Signal to Noise Ratio) of the last received packet. Only available for LoRa or ranging mode...
Definition: SX128x.cpp:1183
-int16_t setWhitening(bool enabled)
Sets whitening parameters, not available for LoRa or FLRC modem.
Definition: SX128x.cpp:1075
+float getSNR()
Gets SNR (Signal to Noise Ratio) of the last received packet. Only available for LoRa or ranging mode...
Definition: SX128x.cpp:1198
+int16_t setWhitening(bool enabled)
Sets whitening parameters, not available for LoRa or FLRC modem.
Definition: SX128x.cpp:1090
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 setAccessAddress(uint32_t addr)
Sets BLE access address.
Definition: SX128x.cpp:1095
-int16_t explicitHeader()
Set explicit header mode for future reception/transmission.
Definition: SX128x.cpp:1317
-float getRSSI()
Gets RSSI (Recorded Signal Strength Indicator) of the last received packet.
Definition: SX128x.cpp:1159
-uint8_t randomByte()
Dummy random method, to ensure PhysicalLayer compatibility.
Definition: SX128x.cpp:1333
-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:922
+int16_t setAccessAddress(uint32_t addr)
Sets BLE access address.
Definition: SX128x.cpp:1110
+int16_t startChannelScan() override
Interrupt-driven channel activity detection method. DIO1 will be activated when LoRa preamble is dete...
Definition: SX128x.cpp:636
+int16_t explicitHeader()
Set explicit header mode for future reception/transmission.
Definition: SX128x.cpp:1332
+float getRSSI()
Gets RSSI (Recorded Signal Strength Indicator) of the last received packet.
Definition: SX128x.cpp:1174
+uint8_t randomByte()
Dummy random method, to ensure PhysicalLayer compatibility.
Definition: SX128x.cpp:1348
+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:937
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:739
-RadioLibTime_t getTimeOnAir(size_t len)
Get expected time-on-air for a given size of payload.
Definition: SX128x.cpp:1249
-int16_t setCRC(uint8_t len, uint32_t initial=0x1D0F, uint16_t polynomial=0x1021)
Sets CRC configuration.
Definition: SX128x.cpp:1011
+int16_t setCodingRate(uint8_t cr, bool longInterleaving=false)
Sets LoRa coding rate denominator. Allowed values range from 5 to 8.
Definition: SX128x.cpp:754
+RadioLibTime_t getTimeOnAir(size_t len)
Get expected time-on-air for a given size of payload.
Definition: SX128x.cpp:1264
+int16_t setCRC(uint8_t len, uint32_t initial=0x1D0F, uint16_t polynomial=0x1021)
Sets CRC configuration.
Definition: SX128x.cpp:1026
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:495
-int16_t implicitHeader(size_t len)
Set implicit header mode for future reception/transmission.
Definition: SX128x.cpp:1313
-void setPacketSentAction(void(*func)(void))
Sets interrupt service routine to call when a packet is sent.
Definition: SX128x.cpp:507
+void clearDio1Action()
Clears interrupt service routine to call when DIO1 activates.
Definition: SX128x.cpp:464
+int16_t getChannelScanResult() override
Read the channel scan result.
Definition: SX128x.cpp:661
+int16_t implicitHeader(size_t len)
Set implicit header mode for future reception/transmission.
Definition: SX128x.cpp:1328
+void setPacketSentAction(void(*func)(void))
Sets interrupt service routine to call when a packet is sent.
Definition: SX128x.cpp:476
int16_t beginBLE(float freq=2400.0, uint16_t br=800, float freqDev=400.0, int8_t pwr=10, uint8_t dataShaping=RADIOLIB_SHAPING_0_5)
Initialization method for BLE modem.
Definition: SX128x.cpp:145
-void readBit(uint32_t pin)
Dummy method, to ensure PhysicalLayer compatibility.
Definition: SX128x.cpp:1360
-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: SX128x.cpp:1329
-int16_t setOutputPower(int8_t pwr)
Sets output power. Allowed values are in range from -18 to 13 dBm.
Definition: SX128x.cpp:767
-uint16_t getIrqStatus()
Reads the current IRQ status.
Definition: SX128x.cpp:1464
-int16_t setSpreadingFactor(uint8_t sf)
Sets LoRa spreading factor. Allowed values range from 5 to 12.
Definition: SX128x.cpp:705
-int16_t setBandwidth(float bw)
Sets LoRa bandwidth. Allowed values are 203.125, 406.25, 812.5 and 1625.0 kHz.
Definition: SX128x.cpp:675
-int16_t startReceive()
Interrupt-driven receive method with default parameters. Implemented for compatibility with PhysicalL...
Definition: SX128x.cpp:587
-void setDirectAction(void(*func)(void))
Dummy method, to ensure PhysicalLayer compatibility.
Definition: SX128x.cpp:1354
+void readBit(uint32_t pin)
Dummy method, to ensure PhysicalLayer compatibility.
Definition: SX128x.cpp:1375
+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: SX128x.cpp:1344
+int16_t setOutputPower(int8_t pwr)
Sets output power. Allowed values are in range from -18 to 13 dBm.
Definition: SX128x.cpp:782
+uint16_t getIrqStatus()
Reads the current IRQ status.
Definition: SX128x.cpp:1479
+int16_t setSpreadingFactor(uint8_t sf)
Sets LoRa spreading factor. Allowed values range from 5 to 12.
Definition: SX128x.cpp:720
+int16_t setBandwidth(float bw)
Sets LoRa bandwidth. Allowed values are 203.125, 406.25, 812.5 and 1625.0 kHz.
Definition: SX128x.cpp:690
+int16_t startReceive()
Interrupt-driven receive method with default parameters. Implemented for compatibility with PhysicalL...
Definition: SX128x.cpp:556
+void setDirectAction(void(*func)(void))
Dummy method, to ensure PhysicalLayer compatibility.
Definition: SX128x.cpp:1369
int16_t receiveDirect() override
Starts direct mode reception. Only implemented for PhysicalLayer compatibility, as SX128x series does...
Definition: SX128x.cpp:405
#define RADIOLIB_SHAPING_0_5
Gaussian shaping filter, BT = 0.5.
Definition: TypeDef.h:27
unsigned long RadioLibTime_t
Type used for durations in RadioLib.
Definition: TypeDef.h:586
diff --git a/class_physical_layer.html b/class_physical_layer.html
index d5bfbd30..1a7988a9 100644
--- a/class_physical_layer.html
+++ b/class_physical_layer.html
@@ -560,7 +560,7 @@ class LoRaWANNode |
Read the channel scan result.
- Returns
- Status Codes
-Reimplemented in SX127x, SX126x, and LR11x0.
+Reimplemented in SX128x, SX127x, SX126x, and LR11x0.
@@ -1838,7 +1838,7 @@ class LoRaWANNode |
Interrupt-driven channel activity detection method. interrupt will be activated when packet is detected. Must be implemented in module class.
- Returns
- Status Codes
-Reimplemented in SX127x, SX126x, and LR11x0.
+Reimplemented in SX128x, SX127x, SX126x, and LR11x0.
diff --git a/class_s_x1280-members.html b/class_s_x1280-members.html
index 6434af0b..0906a109 100644
--- a/class_s_x1280-members.html
+++ b/class_s_x1280-members.html
@@ -104,7 +104,7 @@ $(document).ready(function(){initNavTree('class_s_x1280.html',''); initResizable
dropSync() | PhysicalLayer | |
explicitHeader() | SX128x | |
finishTransmit() override | SX128x | virtual |
- getChannelScanResult() | PhysicalLayer | virtual |
+ getChannelScanResult() override | SX128x | virtual |
getFreqStep() const | PhysicalLayer | |
getFrequencyError() | SX128x | |
getIrqStatus() | SX128x | |
@@ -165,7 +165,7 @@ $(document).ready(function(){initNavTree('class_s_x1280.html',''); initResizable
standby() override | SX128x | virtual |
standby(uint8_t mode, bool wakeup=false) | SX128x | |
PhysicalLayer::standby(uint8_t mode) | PhysicalLayer | virtual |
- startChannelScan() | PhysicalLayer | virtual |
+ startChannelScan() override | SX128x | virtual |
startDirect() | PhysicalLayer | |
startRanging(bool master, uint32_t addr, uint16_t calTable[3][6]=NULL) | SX1280 | |
startReceive() | SX128x | virtual |
diff --git a/class_s_x1280.html b/class_s_x1280.html
index db7b7ffd..61ba1dbe 100644
--- a/class_s_x1280.html
+++ b/class_s_x1280.html
@@ -207,6 +207,12 @@ void | int16_t | readData (uint8_t *data, size_t len) override |
| Reads data received after calling startReceive method. When the packet length is not known in advance, getPacketLength method must be called BEFORE calling readData! More...
|
|
+int16_t | startChannelScan () override |
+ | Interrupt-driven channel activity detection method. DIO1 will be activated when LoRa preamble is detected, or upon timeout. Defaults to CAD parameter values recommended by AN1200.48. More...
|
+ |
+int16_t | getChannelScanResult () override |
+ | Read the channel scan result. More...
|
+ |
int16_t | setFrequency (float freq) |
| Sets carrier frequency. Allowed values are in range from 2400.0 to 2500.0 MHz. More...
|
|
@@ -361,12 +367,6 @@ void | virtual bool | isRxTimeout () |
| Check whether the IRQ bit for RxTimeout is set. More...
|
|
-virtual int16_t | startChannelScan () |
- | Interrupt-driven channel activity detection method. interrupt will be activated when packet is detected. Must be implemented in module class. More...
|
- |
-virtual int16_t | getChannelScanResult () |
- | Read the channel scan result. More...
|
- |
int32_t | random (int32_t max) |
| Get truly random number in range 0 - max. More...
|
|
diff --git a/class_s_x1281-members.html b/class_s_x1281-members.html
index faceb48d..d0120edc 100644
--- a/class_s_x1281-members.html
+++ b/class_s_x1281-members.html
@@ -104,7 +104,7 @@ $(document).ready(function(){initNavTree('class_s_x1281.html',''); initResizable
dropSync() | PhysicalLayer | |
explicitHeader() | SX128x | |
finishTransmit() override | SX128x | virtual |
- getChannelScanResult() | PhysicalLayer | virtual |
+ getChannelScanResult() override | SX128x | virtual |
getFreqStep() const | PhysicalLayer | |
getFrequencyError() | SX128x | |
getIrqStatus() | SX128x | |
@@ -163,7 +163,7 @@ $(document).ready(function(){initNavTree('class_s_x1281.html',''); initResizable
standby() override | SX128x | virtual |
standby(uint8_t mode, bool wakeup=false) | SX128x | |
PhysicalLayer::standby(uint8_t mode) | PhysicalLayer | virtual |
- startChannelScan() | PhysicalLayer | virtual |
+ startChannelScan() override | SX128x | virtual |
startDirect() | PhysicalLayer | |
startReceive() | SX128x | virtual |
startReceive(uint16_t timeout, uint16_t irqFlags=RADIOLIB_SX128X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX128X_IRQ_RX_DONE, size_t len=0) | SX128x | |
diff --git a/class_s_x1281.html b/class_s_x1281.html
index 8572a87f..a700d43b 100644
--- a/class_s_x1281.html
+++ b/class_s_x1281.html
@@ -194,6 +194,12 @@ void | int16_t | readData (uint8_t *data, size_t len) override |
| Reads data received after calling startReceive method. When the packet length is not known in advance, getPacketLength method must be called BEFORE calling readData! More...
|
|
+int16_t | startChannelScan () override |
+ | Interrupt-driven channel activity detection method. DIO1 will be activated when LoRa preamble is detected, or upon timeout. Defaults to CAD parameter values recommended by AN1200.48. More...
|
+ |
+int16_t | getChannelScanResult () override |
+ | Read the channel scan result. More...
|
+ |
int16_t | setFrequency (float freq) |
| Sets carrier frequency. Allowed values are in range from 2400.0 to 2500.0 MHz. More...
|
|
@@ -348,12 +354,6 @@ void | virtual bool | isRxTimeout () |
| Check whether the IRQ bit for RxTimeout is set. More...
|
|
-virtual int16_t | startChannelScan () |
- | Interrupt-driven channel activity detection method. interrupt will be activated when packet is detected. Must be implemented in module class. More...
|
- |
-virtual int16_t | getChannelScanResult () |
- | Read the channel scan result. More...
|
- |
int32_t | random (int32_t max) |
| Get truly random number in range 0 - max. More...
|
|
diff --git a/class_s_x1282-members.html b/class_s_x1282-members.html
index ac2fec45..8e1524d1 100644
--- a/class_s_x1282-members.html
+++ b/class_s_x1282-members.html
@@ -104,7 +104,7 @@ $(document).ready(function(){initNavTree('class_s_x1282.html',''); initResizable
dropSync() | PhysicalLayer | |
explicitHeader() | SX128x | |
finishTransmit() override | SX128x | virtual |
- getChannelScanResult() | PhysicalLayer | virtual |
+ getChannelScanResult() override | SX128x | virtual |
getFreqStep() const | PhysicalLayer | |
getFrequencyError() | SX128x | |
getIrqStatus() | SX128x | |
@@ -165,7 +165,7 @@ $(document).ready(function(){initNavTree('class_s_x1282.html',''); initResizable
standby() override | SX128x | virtual |
standby(uint8_t mode, bool wakeup=false) | SX128x | |
PhysicalLayer::standby(uint8_t mode) | PhysicalLayer | virtual |
- startChannelScan() | PhysicalLayer | virtual |
+ startChannelScan() override | SX128x | virtual |
startDirect() | PhysicalLayer | |
startRanging(bool master, uint32_t addr, uint16_t calTable[3][6]=NULL) | SX1280 | |
startReceive() | SX128x | virtual |
diff --git a/class_s_x1282.html b/class_s_x1282.html
index 3cdc4b1f..edee33e2 100644
--- a/class_s_x1282.html
+++ b/class_s_x1282.html
@@ -211,6 +211,12 @@ void | int16_t | readData (uint8_t *data, size_t len) override |
| Reads data received after calling startReceive method. When the packet length is not known in advance, getPacketLength method must be called BEFORE calling readData! More...
|
|
+int16_t | startChannelScan () override |
+ | Interrupt-driven channel activity detection method. DIO1 will be activated when LoRa preamble is detected, or upon timeout. Defaults to CAD parameter values recommended by AN1200.48. More...
|
+ |
+int16_t | getChannelScanResult () override |
+ | Read the channel scan result. More...
|
+ |
int16_t | setFrequency (float freq) |
| Sets carrier frequency. Allowed values are in range from 2400.0 to 2500.0 MHz. More...
|
|
@@ -365,12 +371,6 @@ void | virtual bool | isRxTimeout () |
| Check whether the IRQ bit for RxTimeout is set. More...
|
|
-virtual int16_t | startChannelScan () |
- | Interrupt-driven channel activity detection method. interrupt will be activated when packet is detected. Must be implemented in module class. More...
|
- |
-virtual int16_t | getChannelScanResult () |
- | Read the channel scan result. More...
|
- |
int32_t | random (int32_t max) |
| Get truly random number in range 0 - max. More...
|
|
diff --git a/class_s_x128x-members.html b/class_s_x128x-members.html
index f270a940..3fca132e 100644
--- a/class_s_x128x-members.html
+++ b/class_s_x128x-members.html
@@ -104,7 +104,7 @@ $(document).ready(function(){initNavTree('class_s_x128x.html',''); initResizable
dropSync() | PhysicalLayer | |
explicitHeader() | SX128x | |
finishTransmit() override | SX128x | virtual |
- getChannelScanResult() | PhysicalLayer | virtual |
+ getChannelScanResult() override | SX128x | virtual |
getFreqStep() const | PhysicalLayer | |
getFrequencyError() | SX128x | |
getIrqStatus() | SX128x | |
@@ -163,7 +163,7 @@ $(document).ready(function(){initNavTree('class_s_x128x.html',''); initResizable
standby() override | SX128x | virtual |
standby(uint8_t mode, bool wakeup=false) | SX128x | |
PhysicalLayer::standby(uint8_t mode) | PhysicalLayer | virtual |
- startChannelScan() | PhysicalLayer | virtual |
+ startChannelScan() override | SX128x | virtual |
startDirect() | PhysicalLayer | |
startReceive() | SX128x | virtual |
startReceive(uint16_t timeout, uint16_t irqFlags=RADIOLIB_SX128X_IRQ_RX_DEFAULT, uint16_t irqMask=RADIOLIB_SX128X_IRQ_RX_DONE, size_t len=0) | SX128x | |
diff --git a/class_s_x128x.html b/class_s_x128x.html
index ecb626c9..94a2132e 100644
--- a/class_s_x128x.html
+++ b/class_s_x128x.html
@@ -190,6 +190,12 @@ void | int16_t | readData (uint8_t *data, size_t len) override |
| Reads data received after calling startReceive method. When the packet length is not known in advance, getPacketLength method must be called BEFORE calling readData! More...
|
|
+int16_t | startChannelScan () override |
+ | Interrupt-driven channel activity detection method. DIO1 will be activated when LoRa preamble is detected, or upon timeout. Defaults to CAD parameter values recommended by AN1200.48. More...
|
+ |
+int16_t | getChannelScanResult () override |
+ | Read the channel scan result. More...
|
+ |
int16_t | setFrequency (float freq) |
| Sets carrier frequency. Allowed values are in range from 2400.0 to 2500.0 MHz. More...
|
|
@@ -344,12 +350,6 @@ void | virtual bool | isRxTimeout () |
| Check whether the IRQ bit for RxTimeout is set. More...
|
|
-virtual int16_t | startChannelScan () |
- | Interrupt-driven channel activity detection method. interrupt will be activated when packet is detected. Must be implemented in module class. More...
|
- |
-virtual int16_t | getChannelScanResult () |
- | Read the channel scan result. More...
|
- |
int32_t | random (int32_t max) |
| Get truly random number in range 0 - max. More...
|
|
@@ -772,6 +772,36 @@ virtual void Reimplemented from PhysicalLayer.
+
+
+
+◆ getChannelScanResult()
+
+
+
+
+
+
+
+
+ int16_t SX128x::getChannelScanResult |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+overridevirtual |
+
+
+
@@ -2205,6 +2235,36 @@ virtual void |
- Returns
- Status Codes
+
+
+
+◆ startChannelScan()
+
+
+
+
+
+
+
+
+ int16_t SX128x::startChannelScan |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+overridevirtual |
+
+
+
+
+ Interrupt-driven channel activity detection method. DIO1 will be activated when LoRa preamble is detected, or upon timeout. Defaults to CAD parameter values recommended by AN1200.48.
+ - Returns
- Status Codes
+
+ Reimplemented from PhysicalLayer.
+
diff --git a/class_s_x128x.js b/class_s_x128x.js
index 2a4d7a7e..5ca57263 100644
--- a/class_s_x128x.js
+++ b/class_s_x128x.js
@@ -11,6 +11,7 @@ var class_s_x128x =
[ "clearPacketSentAction", "class_s_x128x.html#a86000239b7f9871168fdfa8f8c73b377", null ],
[ "explicitHeader", "class_s_x128x.html#a94b7fb26cc99385d30b0c98b76d8188d", null ],
[ "finishTransmit", "class_s_x128x.html#a4587409a9b96a0c496cf12b3acac20c4", null ],
+ [ "getChannelScanResult", "class_s_x128x.html#ac39f77b77a2e4124cc30aeae08b4c653", null ],
[ "getFrequencyError", "class_s_x128x.html#a2b424000856a9dc212f571d0e8890635", null ],
[ "getIrqStatus", "class_s_x128x.html#ae1f933f767161cc59fdaca816ab93e22", null ],
[ "getPacketLength", "class_s_x128x.html#a390fd0749b316eed67da7b54f4f24735", null ],
@@ -54,6 +55,7 @@ var class_s_x128x =
[ "sleep", "class_s_x128x.html#a1d15e13e15b060ddbbe84257d5fcb66f", null ],
[ "standby", "class_s_x128x.html#a2be8cc6c3b61b59cb6a6ca4f6a030b45", null ],
[ "standby", "class_s_x128x.html#a389aab93e24ec8c7cc9c14de90e5dfae", null ],
+ [ "startChannelScan", "class_s_x128x.html#a948156af6e886bc46a6c6c5fb10a087a", null ],
[ "startReceive", "class_s_x128x.html#afe700968c1e02e335c389b59d950ca39", null ],
[ "startReceive", "class_s_x128x.html#a776286e4a267d1d71531bc9df7aa4276", null ],
[ "startTransmit", "class_s_x128x.html#a923654706eff5118ef6e84214e837f27", null ],
diff --git a/functions_func_g.html b/functions_func_g.html
index e5dbfc20..4c1290ff 100644
--- a/functions_func_g.html
+++ b/functions_func_g.html
@@ -105,6 +105,7 @@ $(document).ready(function(){initNavTree('functions_func_g.html',''); initResiza
, PhysicalLayer
, SX126x
, SX127x
+, SX128x
getChipVersion()
: CC1101
diff --git a/functions_func_s.html b/functions_func_s.html
index 80d5faaa..f560d3d8 100644
--- a/functions_func_s.html
+++ b/functions_func_s.html
@@ -654,20 +654,20 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
: Module
SSTVClient()
-: SSTVClient
+: SSTVClient
standby()
: BellClient
, CC1101
, FSK4Client
-, LR11x0
-, nRF24
+, LR11x0
+, nRF24
, PhysicalLayer
-, RF69
+, RF69
, RTTYClient
, Si443x
, SX126x
-, SX127x
+, SX127x
, SX128x
startChannelScan()
@@ -675,6 +675,7 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
, PhysicalLayer
, SX126x
, SX127x
+, SX128x
startDirect()
: PhysicalLayer
diff --git a/functions_g.html b/functions_g.html
index ea4f439f..a32e6b50 100644
--- a/functions_g.html
+++ b/functions_g.html
@@ -105,6 +105,7 @@ $(document).ready(function(){initNavTree('functions_g.html',''); initResizable()
, PhysicalLayer
, SX126x
, SX127x
+, SX128x
getChipVersion()
: CC1101
diff --git a/functions_s.html b/functions_s.html
index 0ebbbe48..09a0efa1 100644
--- a/functions_s.html
+++ b/functions_s.html
@@ -424,7 +424,7 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
setOutputPower()
: CC1101
-, LR11x0
+, LR11x0
, nRF24
, PhysicalLayer
, RF69
@@ -484,7 +484,7 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
, RF69
setReceivePipe()
-: nRF24
+: nRF24
setRecvSequence()
: AX25Frame
@@ -690,21 +690,21 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
: LR11x0WifiResultExtended_t
SSTVClient()
-: SSTVClient
+: SSTVClient
standby()
: BellClient
, CC1101
, FSK4Client
, LR11x0
-, nRF24
-, PhysicalLayer
-, RF69
+, nRF24
+, PhysicalLayer
+, RF69
, RTTYClient
-, Si443x
-, SX126x
+, Si443x
+, SX126x
, SX127x
-, SX128x
+, SX128x
standbyXOSC
: SX126x
@@ -712,8 +712,9 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
startChannelScan()
: LR11x0
, PhysicalLayer
-, SX126x
+, SX126x
, SX127x
+, SX128x
startDirect()
: PhysicalLayer
diff --git a/navtreedata.js b/navtreedata.js
index e7e9b680..9ffcdee0 100644
--- a/navtreedata.js
+++ b/navtreedata.js
@@ -54,7 +54,7 @@ var NAVTREEINDEX =
"class_r_f69.html#a2f5852cf0757e38b56b6208760d9a459",
"class_s_x126x.html#a865397e1cca38bec2d055c047825ea07",
"class_s_x128x.html#a3837662441a9eb3f0a71f4f667db9e91",
-"group__config__standby.html#ga37f835c3cd3323e2cde1fe1ab7c635e7"
+"group__config__shaping.html#gaa9495bc5eb54df04f2ed7b1ccbb4f277"
];
var SYNCONMSG = 'click to disable panel synchronisation';
diff --git a/navtreeindex3.js b/navtreeindex3.js
index 1c4d42f9..f83ae2f7 100644
--- a/navtreeindex3.js
+++ b/navtreeindex3.js
@@ -234,20 +234,20 @@ var NAVTREEINDEX3 =
"class_s_x1282.html":[3,0,73],
"class_s_x1282.html#ae90b7dcd7167c4cbe20e33ced04e4232":[3,0,73,0],
"class_s_x128x.html":[3,0,74],
-"class_s_x128x.html#a0759fb31b3ce5bf1c832259c9c2245ed":[3,0,74,34],
-"class_s_x128x.html#a0efa595867624a54153d693d16f9f731":[3,0,74,48],
-"class_s_x128x.html#a1463f0769b815e95d789fd708dc2ffe6":[3,0,74,18],
-"class_s_x128x.html#a1984a405262f155f16a4759c5f6b0133":[3,0,74,44],
-"class_s_x128x.html#a1bef6b6f3058be6b1681c78334342bc1":[3,0,74,49],
-"class_s_x128x.html#a1d15e13e15b060ddbbe84257d5fcb66f":[3,0,74,51],
-"class_s_x128x.html#a2043ef7bb806968b9d9dcb64561ca371":[3,0,74,37],
+"class_s_x128x.html#a0759fb31b3ce5bf1c832259c9c2245ed":[3,0,74,35],
+"class_s_x128x.html#a0efa595867624a54153d693d16f9f731":[3,0,74,49],
+"class_s_x128x.html#a1463f0769b815e95d789fd708dc2ffe6":[3,0,74,19],
+"class_s_x128x.html#a1984a405262f155f16a4759c5f6b0133":[3,0,74,45],
+"class_s_x128x.html#a1bef6b6f3058be6b1681c78334342bc1":[3,0,74,50],
+"class_s_x128x.html#a1d15e13e15b060ddbbe84257d5fcb66f":[3,0,74,52],
+"class_s_x128x.html#a2043ef7bb806968b9d9dcb64561ca371":[3,0,74,38],
"class_s_x128x.html#a20b21a4f804b148fede4b7199c4d1e71":[3,0,74,7],
-"class_s_x128x.html#a2643ce22176293631fea2169f5e68e66":[3,0,74,26],
-"class_s_x128x.html#a26d0d02e5e53a3172df9208fa343a3f1":[3,0,74,38],
+"class_s_x128x.html#a2643ce22176293631fea2169f5e68e66":[3,0,74,27],
+"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,11],
-"class_s_x128x.html#a2be8cc6c3b61b59cb6a6ca4f6a030b45":[3,0,74,52],
+"class_s_x128x.html#a2b424000856a9dc212f571d0e8890635":[3,0,74,12],
+"class_s_x128x.html#a2be8cc6c3b61b59cb6a6ca4f6a030b45":[3,0,74,53],
"class_s_x128x.html#a2c4a24623c5fd27b3cc937e55783d709":[3,0,74,3],
-"class_s_x128x.html#a32b7b674d63c36f15b7f58a2cb837a99":[3,0,74,24],
-"class_s_x128x.html#a3563453988a83d22dd07d4691543a300":[3,0,74,21]
+"class_s_x128x.html#a32b7b674d63c36f15b7f58a2cb837a99":[3,0,74,25],
+"class_s_x128x.html#a3563453988a83d22dd07d4691543a300":[3,0,74,22]
};
diff --git a/navtreeindex4.js b/navtreeindex4.js
index 357b4f94..fd0a3d26 100644
--- a/navtreeindex4.js
+++ b/navtreeindex4.js
@@ -1,52 +1,54 @@
var NAVTREEINDEX4 =
{
-"class_s_x128x.html#a3837662441a9eb3f0a71f4f667db9e91":[3,0,74,39],
-"class_s_x128x.html#a389aab93e24ec8c7cc9c14de90e5dfae":[3,0,74,53],
-"class_s_x128x.html#a390fd0749b316eed67da7b54f4f24735":[3,0,74,13],
-"class_s_x128x.html#a3dd42f8d5569487ea74f004ca652a709":[3,0,74,60],
+"class_s_x128x.html#a3837662441a9eb3f0a71f4f667db9e91":[3,0,74,40],
+"class_s_x128x.html#a389aab93e24ec8c7cc9c14de90e5dfae":[3,0,74,54],
+"class_s_x128x.html#a390fd0749b316eed67da7b54f4f24735":[3,0,74,14],
+"class_s_x128x.html#a3dd42f8d5569487ea74f004ca652a709":[3,0,74,62],
"class_s_x128x.html#a4587409a9b96a0c496cf12b3acac20c4":[3,0,74,10],
-"class_s_x128x.html#a465ac114dbe6844069b5cb989f87c3ee":[3,0,74,30],
-"class_s_x128x.html#a492b2d057dd803c3884fa1adc8e22534":[3,0,74,59],
-"class_s_x128x.html#a53892566b0259d348158efe3c3c3601a":[3,0,74,62],
-"class_s_x128x.html#a5ba683fbc4a46418ce3736f224fb55f2":[3,0,74,45],
-"class_s_x128x.html#a697880c42c4b1def04c8fe7f3a023ffb":[3,0,74,42],
+"class_s_x128x.html#a465ac114dbe6844069b5cb989f87c3ee":[3,0,74,31],
+"class_s_x128x.html#a492b2d057dd803c3884fa1adc8e22534":[3,0,74,61],
+"class_s_x128x.html#a53892566b0259d348158efe3c3c3601a":[3,0,74,64],
+"class_s_x128x.html#a5ba683fbc4a46418ce3736f224fb55f2":[3,0,74,46],
+"class_s_x128x.html#a697880c42c4b1def04c8fe7f3a023ffb":[3,0,74,43],
"class_s_x128x.html#a6c9116b17c5f795c874c48f6d0b6fbb7":[3,0,74,5],
-"class_s_x128x.html#a6e45fbfaec7063e52e188f47a3a585a5":[3,0,74,40],
+"class_s_x128x.html#a6e45fbfaec7063e52e188f47a3a585a5":[3,0,74,41],
"class_s_x128x.html#a6ed60dfbd142315bb4e1abd2555a470a":[3,0,74,4],
-"class_s_x128x.html#a776286e4a267d1d71531bc9df7aa4276":[3,0,74,55],
+"class_s_x128x.html#a776286e4a267d1d71531bc9df7aa4276":[3,0,74,57],
"class_s_x128x.html#a86000239b7f9871168fdfa8f8c73b377":[3,0,74,8],
-"class_s_x128x.html#a8720a388d2cd10fac3112b89f4a80947":[3,0,74,36],
-"class_s_x128x.html#a89cc916f5cd5cdfbd331bb15f8a3d5cb":[3,0,74,27],
-"class_s_x128x.html#a89ebf1f4f227cd35c0799c06d5d9c1d2":[3,0,74,15],
-"class_s_x128x.html#a8b3eea268f21bf911b6eaf37c5eb0b5f":[3,0,74,50],
-"class_s_x128x.html#a923654706eff5118ef6e84214e837f27":[3,0,74,56],
-"class_s_x128x.html#a9346490a6c56edcff2e12ae0369a8df5":[3,0,74,28],
+"class_s_x128x.html#a8720a388d2cd10fac3112b89f4a80947":[3,0,74,37],
+"class_s_x128x.html#a89cc916f5cd5cdfbd331bb15f8a3d5cb":[3,0,74,28],
+"class_s_x128x.html#a89ebf1f4f227cd35c0799c06d5d9c1d2":[3,0,74,16],
+"class_s_x128x.html#a8b3eea268f21bf911b6eaf37c5eb0b5f":[3,0,74,51],
+"class_s_x128x.html#a923654706eff5118ef6e84214e837f27":[3,0,74,58],
+"class_s_x128x.html#a9346490a6c56edcff2e12ae0369a8df5":[3,0,74,29],
+"class_s_x128x.html#a948156af6e886bc46a6c6c5fb10a087a":[3,0,74,55],
"class_s_x128x.html#a94b7fb26cc99385d30b0c98b76d8188d":[3,0,74,9],
-"class_s_x128x.html#a94bca43258b09217fb476a2d8db784bb":[3,0,74,22],
-"class_s_x128x.html#a94d3003277925e2dc3372548b3311008":[3,0,74,14],
-"class_s_x128x.html#a95637e8addc48b0e1c30c2cf6f54354a":[3,0,74,19],
-"class_s_x128x.html#a99491c705e88dddc820f884b778f1660":[3,0,74,33],
+"class_s_x128x.html#a94bca43258b09217fb476a2d8db784bb":[3,0,74,23],
+"class_s_x128x.html#a94d3003277925e2dc3372548b3311008":[3,0,74,15],
+"class_s_x128x.html#a95637e8addc48b0e1c30c2cf6f54354a":[3,0,74,20],
+"class_s_x128x.html#a99491c705e88dddc820f884b778f1660":[3,0,74,34],
"class_s_x128x.html#a9ccbf51f8304f1041c8eef182be547a7":[3,0,74,0],
-"class_s_x128x.html#a9da544e4a6120f73a078b46c6138505a":[3,0,74,31],
-"class_s_x128x.html#a9ff92bccb8193937a5484e38c0dad2c7":[3,0,74,16],
-"class_s_x128x.html#aa4b1e0b96347011522e053f30202c0fe":[3,0,74,32],
-"class_s_x128x.html#ab82617fa3fa9f21d4cd427314ecc4af8":[3,0,74,23],
+"class_s_x128x.html#a9da544e4a6120f73a078b46c6138505a":[3,0,74,32],
+"class_s_x128x.html#a9ff92bccb8193937a5484e38c0dad2c7":[3,0,74,17],
+"class_s_x128x.html#aa4b1e0b96347011522e053f30202c0fe":[3,0,74,33],
+"class_s_x128x.html#ab82617fa3fa9f21d4cd427314ecc4af8":[3,0,74,24],
"class_s_x128x.html#ab8a3fe8e2843fa039ef369668f1a423f":[3,0,74,6],
-"class_s_x128x.html#ac69cc622020419cb3393eac5cc88915b":[3,0,74,17],
-"class_s_x128x.html#acaa115bb9eb3d325d6baba1f578d678b":[3,0,74,43],
+"class_s_x128x.html#ac39f77b77a2e4124cc30aeae08b4c653":[3,0,74,11],
+"class_s_x128x.html#ac69cc622020419cb3393eac5cc88915b":[3,0,74,18],
+"class_s_x128x.html#acaa115bb9eb3d325d6baba1f578d678b":[3,0,74,44],
"class_s_x128x.html#ace5ede905bf85aada0c61b9cfaaea127":[3,0,74,2],
-"class_s_x128x.html#aceeb18acbfedb20c6cf60e26d5275793":[3,0,74,20],
-"class_s_x128x.html#ad5789bd27d46b24f54aac9ca55ec9958":[3,0,74,46],
-"class_s_x128x.html#ad59e37ce0606dc8051e40be9d14cfec3":[3,0,74,57],
-"class_s_x128x.html#ad988727ea6c9b4e11562651d312514c0":[3,0,74,41],
-"class_s_x128x.html#ae1f933f767161cc59fdaca816ab93e22":[3,0,74,12],
-"class_s_x128x.html#ae435f57132f76f4283abb870176acf54":[3,0,74,47],
-"class_s_x128x.html#ae93c99c85deb950fe9bc7101142b5f6a":[3,0,74,29],
-"class_s_x128x.html#aef221e7d463c5228ce00ed6934512848":[3,0,74,58],
-"class_s_x128x.html#af253e1e45361de74aefd01a7c73c28f5":[3,0,74,61],
-"class_s_x128x.html#afe700968c1e02e335c389b59d950ca39":[3,0,74,54],
-"class_s_x128x.html#aff1b549077b9d752f53bf9dfc6840236":[3,0,74,35],
-"class_s_x128x.html#aff7d86352c98771595375e17d19a2a97":[3,0,74,25],
+"class_s_x128x.html#aceeb18acbfedb20c6cf60e26d5275793":[3,0,74,21],
+"class_s_x128x.html#ad5789bd27d46b24f54aac9ca55ec9958":[3,0,74,47],
+"class_s_x128x.html#ad59e37ce0606dc8051e40be9d14cfec3":[3,0,74,59],
+"class_s_x128x.html#ad988727ea6c9b4e11562651d312514c0":[3,0,74,42],
+"class_s_x128x.html#ae1f933f767161cc59fdaca816ab93e22":[3,0,74,13],
+"class_s_x128x.html#ae435f57132f76f4283abb870176acf54":[3,0,74,48],
+"class_s_x128x.html#ae93c99c85deb950fe9bc7101142b5f6a":[3,0,74,30],
+"class_s_x128x.html#aef221e7d463c5228ce00ed6934512848":[3,0,74,60],
+"class_s_x128x.html#af253e1e45361de74aefd01a7c73c28f5":[3,0,74,63],
+"class_s_x128x.html#afe700968c1e02e335c389b59d950ca39":[3,0,74,56],
+"class_s_x128x.html#aff1b549077b9d752f53bf9dfc6840236":[3,0,74,36],
+"class_s_x128x.html#aff7d86352c98771595375e17d19a2a97":[3,0,74,26],
"class_si4430.html":[3,0,49],
"class_si4430.html#a025a31861d1511090168e416140d0343":[3,0,49,2],
"class_si4430.html#aaed612b8936609442042d8156e085d2c":[3,0,49,1],
@@ -247,7 +249,5 @@ var NAVTREEINDEX4 =
"group__config__shaping.html#ga677dde0ea956d5e99af30cf501a727ad":[2,3,2],
"group__config__shaping.html#ga6a562fca42573d39e4a214c293756f64":[2,3,0],
"group__config__shaping.html#ga80e2185af1123c7632aa40cad1691e6d":[2,3,3],
-"group__config__shaping.html#gaa778d14c29d21fe329137a28a3f54a5d":[2,3,1],
-"group__config__shaping.html#gaa9495bc5eb54df04f2ed7b1ccbb4f277":[2,3,4],
-"group__config__standby.html":[2,5]
+"group__config__shaping.html#gaa778d14c29d21fe329137a28a3f54a5d":[2,3,1]
};
diff --git a/navtreeindex5.js b/navtreeindex5.js
index bc18fab8..e228860c 100644
--- a/navtreeindex5.js
+++ b/navtreeindex5.js
@@ -1,5 +1,7 @@
var NAVTREEINDEX5 =
{
+"group__config__shaping.html#gaa9495bc5eb54df04f2ed7b1ccbb4f277":[2,3,4],
+"group__config__standby.html":[2,5],
"group__config__standby.html#ga37f835c3cd3323e2cde1fe1ab7c635e7":[2,5,0],
"group__config__standby.html#ga3f3398b244d584ad94c691f60f2d9517":[2,5,1],
"group__config__standby.html#ga9c4af50dde47d157538b1877190ea7b5":[2,5,2],
diff --git a/search/all_10.js b/search/all_10.js
index e43ec135..582e143d 100644
--- a/search/all_10.js
+++ b/search/all_10.js
@@ -139,7 +139,7 @@ var searchData=
['standby_536',['standby',['../class_c_c1101.html#a7612bf81e48086004c62548de2682266',1,'CC1101::standby() override'],['../class_c_c1101.html#af374ad0ecd820a01baef7d177a30132a',1,'CC1101::standby(uint8_t mode) override'],['../class_l_r11x0.html#a2d682ec2ca0ddf4da41a93dd8e728665',1,'LR11x0::standby()'],['../class_r_t_t_y_client.html#a928dd206749d68b8ce450e14c24b9f22',1,'RTTYClient::standby()'],['../class_physical_layer.html#a7d5da4311092e3df6b193ff303a0c5e8',1,'PhysicalLayer::standby(uint8_t mode)'],['../class_physical_layer.html#acbcaf6aefcb77a354797e66222fe5018',1,'PhysicalLayer::standby()'],['../class_f_s_k4_client.html#a8b5765371ebbf68a21bc0bbfdf9f82ac',1,'FSK4Client::standby()'],['../class_bell_client.html#a57c19c733b0dfe80bd321f23b18c1e80',1,'BellClient::standby()'],['../class_s_x128x.html#a389aab93e24ec8c7cc9c14de90e5dfae',1,'SX128x::standby(uint8_t mode, bool wakeup=false)'],['../class_s_x128x.html#a2be8cc6c3b61b59cb6a6ca4f6a030b45',1,'SX128x::standby() override'],['../class_s_x127x.html#aa565bbff460e487672953dc05d335cb0',1,'SX127x::standby(uint8_t mode) override'],['../class_s_x127x.html#a760b8c5103128f122fbe489c6529ce41',1,'SX127x::standby() override'],['../class_s_x126x.html#a2fa0384a529746811e2dcb2eeb4188ec',1,'SX126x::standby(uint8_t mode, bool wakeup=true)'],['../class_s_x126x.html#a7a1579e2557c36a4a34b09039c0d0c71',1,'SX126x::standby() override'],['../class_si443x.html#acbc0f95f32ca961294666405596ff529',1,'Si443x::standby(uint8_t mode) override'],['../class_si443x.html#ac45d2776df3ff338db154ead143fb7b8',1,'Si443x::standby() override'],['../class_r_f69.html#a6e3002ab0c58e2087a7d101eda7afa82',1,'RF69::standby(uint8_t mode) override'],['../class_r_f69.html#a20242499eb926ff7b7da6e3f74a9ece1',1,'RF69::standby() override'],['../classn_r_f24.html#a03e9ae7fbd0d55887acf1996df28ed5b',1,'nRF24::standby(uint8_t mode) override'],['../classn_r_f24.html#a5957f06a891d3d9c07e87b59c239ce56',1,'nRF24::standby() override'],['../class_l_r11x0.html#a74c3f3f8409f1fd0f41347b7d3c7dc24',1,'LR11x0::standby()']]],
['standby_20mode_20type_20aliases_2e_537',['Standby mode type aliases.',['../group__config__standby.html',1,'']]],
['standbyxosc_538',['standbyXOSC',['../class_s_x126x.html#ae731568798d03d9722a440fd6a23faf2',1,'SX126x']]],
- ['startchannelscan_539',['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_x127x.html#a6fa5723724393576ed597509200e17d1',1,'SX127x::startChannelScan()'],['../class_physical_layer.html#ae30dfbb5445bb674898fc54f5f90b2f9',1,'PhysicalLayer::startChannelScan()']]],
+ ['startchannelscan_539',['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_540',['startDirect',['../class_physical_layer.html#a88a10657bd2215a11a2331f937414b55',1,'PhysicalLayer']]],
['startranging_541',['startRanging',['../class_s_x1280.html#a78cebe909fb2776f11f6c50f4f241c10',1,'SX1280']]],
['startreceive_542',['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()']]],
diff --git a/search/all_6.js b/search/all_6.js
index 782a4fed..2ccc7fad 100644
--- a/search/all_6.js
+++ b/search/all_6.js
@@ -5,7 +5,7 @@ var searchData=
['getafcntdown_119',['getAFCntDown',['../class_lo_ra_w_a_n_node.html#a6785265f3311ff6bf296f82429c96701',1,'LoRaWANNode']]],
['getbuffernonces_120',['getBufferNonces',['../class_lo_ra_w_a_n_node.html#a84004883006b4a498d4899874952445b',1,'LoRaWANNode']]],
['getbuffersession_121',['getBufferSession',['../class_lo_ra_w_a_n_node.html#a90369a4f2c4da11527872a7bbbf9ab06',1,'LoRaWANNode']]],
- ['getchannelscanresult_122',['getChannelScanResult',['../class_l_r11x0.html#a1ae2cddeb7671d9b71e9c83bf020820f',1,'LR11x0::getChannelScanResult()'],['../class_s_x126x.html#afdd901c5eac2ca8773d0977e2c493317',1,'SX126x::getChannelScanResult()'],['../class_s_x127x.html#a81189ce77541d78fc8feb99c2a3f35b2',1,'SX127x::getChannelScanResult()'],['../class_physical_layer.html#a63979795a7b53557560bb95b65480906',1,'PhysicalLayer::getChannelScanResult()']]],
+ ['getchannelscanresult_122',['getChannelScanResult',['../class_l_r11x0.html#a1ae2cddeb7671d9b71e9c83bf020820f',1,'LR11x0::getChannelScanResult()'],['../class_s_x126x.html#afdd901c5eac2ca8773d0977e2c493317',1,'SX126x::getChannelScanResult()'],['../class_s_x127x.html#a81189ce77541d78fc8feb99c2a3f35b2',1,'SX127x::getChannelScanResult()'],['../class_s_x128x.html#ac39f77b77a2e4124cc30aeae08b4c653',1,'SX128x::getChannelScanResult()'],['../class_physical_layer.html#a63979795a7b53557560bb95b65480906',1,'PhysicalLayer::getChannelScanResult()']]],
['getchipversion_123',['getChipVersion',['../class_c_c1101.html#a2a4c6e622dffd2788d8ac52d708b0705',1,'CC1101::getChipVersion()'],['../class_r_f69.html#a0c30202b2d52eb32f43066bc0f938638',1,'RF69::getChipVersion()'],['../class_si443x.html#a55252bda74e8c67636a8c1fa0e9f58d3',1,'Si443x::getChipVersion()'],['../class_s_x127x.html#aee5324d7d854e7a2f6768221d4f362cd',1,'SX127x::getChipVersion()']]],
['getcs_124',['getCs',['../class_module.html#aa6cac04c7cb6d5278a318db0966ad1a7',1,'Module']]],
['getcurrentlimit_125',['getCurrentLimit',['../class_s_x126x.html#aa668babb0bd129b2facee9fd280525ab',1,'SX126x']]],
diff --git a/search/functions_6.js b/search/functions_6.js
index 6de66df4..561a7208 100644
--- a/search/functions_6.js
+++ b/search/functions_6.js
@@ -5,8 +5,8 @@ var searchData=
['getafcntdown_751',['getAFCntDown',['../class_lo_ra_w_a_n_node.html#a6785265f3311ff6bf296f82429c96701',1,'LoRaWANNode']]],
['getbuffernonces_752',['getBufferNonces',['../class_lo_ra_w_a_n_node.html#a84004883006b4a498d4899874952445b',1,'LoRaWANNode']]],
['getbuffersession_753',['getBufferSession',['../class_lo_ra_w_a_n_node.html#a90369a4f2c4da11527872a7bbbf9ab06',1,'LoRaWANNode']]],
- ['getchannelscanresult_754',['getChannelScanResult',['../class_l_r11x0.html#a1ae2cddeb7671d9b71e9c83bf020820f',1,'LR11x0::getChannelScanResult()'],['../class_s_x126x.html#afdd901c5eac2ca8773d0977e2c493317',1,'SX126x::getChannelScanResult()'],['../class_s_x127x.html#a81189ce77541d78fc8feb99c2a3f35b2',1,'SX127x::getChannelScanResult()'],['../class_physical_layer.html#a63979795a7b53557560bb95b65480906',1,'PhysicalLayer::getChannelScanResult()']]],
- ['getchipversion_755',['getChipVersion',['../class_c_c1101.html#a2a4c6e622dffd2788d8ac52d708b0705',1,'CC1101::getChipVersion()'],['../class_r_f69.html#a0c30202b2d52eb32f43066bc0f938638',1,'RF69::getChipVersion()'],['../class_si443x.html#a55252bda74e8c67636a8c1fa0e9f58d3',1,'Si443x::getChipVersion()'],['../class_s_x127x.html#aee5324d7d854e7a2f6768221d4f362cd',1,'SX127x::getChipVersion()']]],
+ ['getchannelscanresult_754',['getChannelScanResult',['../class_l_r11x0.html#a1ae2cddeb7671d9b71e9c83bf020820f',1,'LR11x0::getChannelScanResult()'],['../class_s_x126x.html#afdd901c5eac2ca8773d0977e2c493317',1,'SX126x::getChannelScanResult()'],['../class_s_x127x.html#a81189ce77541d78fc8feb99c2a3f35b2',1,'SX127x::getChannelScanResult()'],['../class_s_x128x.html#ac39f77b77a2e4124cc30aeae08b4c653',1,'SX128x::getChannelScanResult()'],['../class_physical_layer.html#a63979795a7b53557560bb95b65480906',1,'PhysicalLayer::getChannelScanResult()']]],
+ ['getchipversion_755',['getChipVersion',['../class_s_x127x.html#aee5324d7d854e7a2f6768221d4f362cd',1,'SX127x::getChipVersion()'],['../class_si443x.html#a55252bda74e8c67636a8c1fa0e9f58d3',1,'Si443x::getChipVersion()'],['../class_r_f69.html#a0c30202b2d52eb32f43066bc0f938638',1,'RF69::getChipVersion()'],['../class_c_c1101.html#a2a4c6e622dffd2788d8ac52d708b0705',1,'CC1101::getChipVersion()']]],
['getcs_756',['getCs',['../class_module.html#aa6cac04c7cb6d5278a318db0966ad1a7',1,'Module']]],
['getcurrentlimit_757',['getCurrentLimit',['../class_s_x126x.html#aa668babb0bd129b2facee9fd280525ab',1,'SX126x']]],
['getdatarate_758',['getDataRate',['../class_l_r11x0.html#a1ec81f3625fdc8a3ef6c54a3804c3aa9',1,'LR11x0::getDataRate()'],['../class_s_x126x.html#acbe2d75b1e2df8bcc58c4fd9d8e6e4f9',1,'SX126x::getDataRate()'],['../class_s_x127x.html#adc25b685de0859b799488bf7729350b6',1,'SX127x::getDataRate()']]],
diff --git a/search/functions_f.js b/search/functions_f.js
index 01ba2fd4..ec6ed775 100644
--- a/search/functions_f.js
+++ b/search/functions_f.js
@@ -123,8 +123,8 @@ var searchData=
['spiwriteregisterburst_964',['SPIwriteRegisterBurst',['../class_module.html#a2826f0fa116eb0a4dd18ddb9b21e4caf',1,'Module']]],
['spiwritestream_965',['SPIwriteStream',['../class_module.html#af99b0e74e67417a88f500ab7261ddd20',1,'Module::SPIwriteStream(uint16_t cmd, uint8_t *data, size_t numBytes, bool waitForGpio=true, bool verify=true)'],['../class_module.html#a7acbe601ebe6398781d0f2de5177305e',1,'Module::SPIwriteStream(uint8_t *cmd, uint8_t cmdLen, uint8_t *data, size_t numBytes, bool waitForGpio=true, bool verify=true)']]],
['sstvclient_966',['SSTVClient',['../class_s_s_t_v_client.html#af15cf501c00172270d2d2c43d7a7100a',1,'SSTVClient::SSTVClient(PhysicalLayer *phy)'],['../class_s_s_t_v_client.html#a99e46bec8403dfc36b9e5b102b1f7cf1',1,'SSTVClient::SSTVClient(AFSKClient *audio)']]],
- ['standby_967',['standby',['../class_s_x127x.html#a760b8c5103128f122fbe489c6529ce41',1,'SX127x::standby()'],['../class_r_t_t_y_client.html#a928dd206749d68b8ce450e14c24b9f22',1,'RTTYClient::standby()'],['../class_physical_layer.html#a7d5da4311092e3df6b193ff303a0c5e8',1,'PhysicalLayer::standby(uint8_t mode)'],['../class_physical_layer.html#acbcaf6aefcb77a354797e66222fe5018',1,'PhysicalLayer::standby()'],['../class_f_s_k4_client.html#a8b5765371ebbf68a21bc0bbfdf9f82ac',1,'FSK4Client::standby()'],['../class_bell_client.html#a57c19c733b0dfe80bd321f23b18c1e80',1,'BellClient::standby()'],['../class_s_x128x.html#a389aab93e24ec8c7cc9c14de90e5dfae',1,'SX128x::standby(uint8_t mode, bool wakeup=false)'],['../class_s_x128x.html#a2be8cc6c3b61b59cb6a6ca4f6a030b45',1,'SX128x::standby() override'],['../class_s_x127x.html#aa565bbff460e487672953dc05d335cb0',1,'SX127x::standby()'],['../class_s_x126x.html#a2fa0384a529746811e2dcb2eeb4188ec',1,'SX126x::standby()'],['../class_si443x.html#acbc0f95f32ca961294666405596ff529',1,'Si443x::standby()'],['../class_c_c1101.html#a7612bf81e48086004c62548de2682266',1,'CC1101::standby()'],['../class_si443x.html#ac45d2776df3ff338db154ead143fb7b8',1,'Si443x::standby()'],['../class_r_f69.html#a6e3002ab0c58e2087a7d101eda7afa82',1,'RF69::standby(uint8_t mode) override'],['../class_r_f69.html#a20242499eb926ff7b7da6e3f74a9ece1',1,'RF69::standby() override'],['../classn_r_f24.html#a03e9ae7fbd0d55887acf1996df28ed5b',1,'nRF24::standby(uint8_t mode) override'],['../classn_r_f24.html#a5957f06a891d3d9c07e87b59c239ce56',1,'nRF24::standby() override'],['../class_l_r11x0.html#a2d682ec2ca0ddf4da41a93dd8e728665',1,'LR11x0::standby(uint8_t mode, bool wakeup=true)'],['../class_l_r11x0.html#a74c3f3f8409f1fd0f41347b7d3c7dc24',1,'LR11x0::standby() override'],['../class_c_c1101.html#af374ad0ecd820a01baef7d177a30132a',1,'CC1101::standby()'],['../class_s_x126x.html#a7a1579e2557c36a4a34b09039c0d0c71',1,'SX126x::standby() override']]],
- ['startchannelscan_968',['startChannelScan',['../class_s_x126x.html#aff8ec92d828421564322f13fb1c90223',1,'SX126x::startChannelScan()'],['../class_physical_layer.html#ae30dfbb5445bb674898fc54f5f90b2f9',1,'PhysicalLayer::startChannelScan()'],['../class_s_x127x.html#a6fa5723724393576ed597509200e17d1',1,'SX127x::startChannelScan()'],['../class_s_x126x.html#a001c4637f01ed6f0216cd6c4d7e10da3',1,'SX126x::startChannelScan()'],['../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']]],
+ ['standby_967',['standby',['../class_s_x127x.html#aa565bbff460e487672953dc05d335cb0',1,'SX127x::standby()'],['../class_r_t_t_y_client.html#a928dd206749d68b8ce450e14c24b9f22',1,'RTTYClient::standby()'],['../class_physical_layer.html#a7d5da4311092e3df6b193ff303a0c5e8',1,'PhysicalLayer::standby(uint8_t mode)'],['../class_physical_layer.html#acbcaf6aefcb77a354797e66222fe5018',1,'PhysicalLayer::standby()'],['../class_f_s_k4_client.html#a8b5765371ebbf68a21bc0bbfdf9f82ac',1,'FSK4Client::standby()'],['../class_bell_client.html#a57c19c733b0dfe80bd321f23b18c1e80',1,'BellClient::standby()'],['../class_s_x128x.html#a389aab93e24ec8c7cc9c14de90e5dfae',1,'SX128x::standby(uint8_t mode, bool wakeup=false)'],['../class_s_x128x.html#a2be8cc6c3b61b59cb6a6ca4f6a030b45',1,'SX128x::standby() override'],['../class_s_x127x.html#a760b8c5103128f122fbe489c6529ce41',1,'SX127x::standby()'],['../class_s_x126x.html#a2fa0384a529746811e2dcb2eeb4188ec',1,'SX126x::standby()'],['../class_si443x.html#acbc0f95f32ca961294666405596ff529',1,'Si443x::standby(uint8_t mode) override'],['../class_si443x.html#ac45d2776df3ff338db154ead143fb7b8',1,'Si443x::standby() override'],['../class_c_c1101.html#a7612bf81e48086004c62548de2682266',1,'CC1101::standby()'],['../class_r_f69.html#a6e3002ab0c58e2087a7d101eda7afa82',1,'RF69::standby(uint8_t mode) override'],['../class_r_f69.html#a20242499eb926ff7b7da6e3f74a9ece1',1,'RF69::standby() override'],['../classn_r_f24.html#a03e9ae7fbd0d55887acf1996df28ed5b',1,'nRF24::standby(uint8_t mode) override'],['../classn_r_f24.html#a5957f06a891d3d9c07e87b59c239ce56',1,'nRF24::standby() override'],['../class_l_r11x0.html#a2d682ec2ca0ddf4da41a93dd8e728665',1,'LR11x0::standby(uint8_t mode, bool wakeup=true)'],['../class_l_r11x0.html#a74c3f3f8409f1fd0f41347b7d3c7dc24',1,'LR11x0::standby() override'],['../class_c_c1101.html#af374ad0ecd820a01baef7d177a30132a',1,'CC1101::standby()'],['../class_s_x126x.html#a7a1579e2557c36a4a34b09039c0d0c71',1,'SX126x::standby()']]],
+ ['startchannelscan_968',['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_969',['startDirect',['../class_physical_layer.html#a88a10657bd2215a11a2331f937414b55',1,'PhysicalLayer']]],
['startranging_970',['startRanging',['../class_s_x1280.html#a78cebe909fb2776f11f6c50f4f241c10',1,'SX1280']]],
['startreceive_971',['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()']]],
|