diff --git a/_c_c1101_8h_source.html b/_c_c1101_8h_source.html
index de06889b..56660444 100644
--- a/_c_c1101_8h_source.html
+++ b/_c_c1101_8h_source.html
@@ -721,84 +721,83 @@ $(document).ready(function(){initNavTree('_c_c1101_8h_source.html',''); initResi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 923 #if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE
-
-
-
-
-
-
-
- 945 #if !RADIOLIB_GODMODE && !RADIOLIB_LOW_LEVEL
-
-
-
-
-
- 951 int16_t SPIgetRegValue(uint8_t reg, uint8_t msb = 7, uint8_t lsb = 0);
- 952 int16_t SPIsetRegValue(uint8_t reg, uint8_t value, uint8_t msb = 7, uint8_t lsb = 0, uint8_t checkInterval = 2);
- 953 void SPIreadRegisterBurst(uint8_t reg, uint8_t numBytes, uint8_t* inBytes);
- 954 uint8_t SPIreadRegister(uint8_t reg);
- 955 void SPIwriteRegisterBurst(uint8_t reg, uint8_t* data,
size_t len);
- 956 void SPIwriteRegister(uint8_t reg, uint8_t data);
-
- 958 void SPIsendCommand(uint8_t cmd);
-
- 960 #if !RADIOLIB_GODMODE
-
-
-
-
- 965 float frequency = RADIOLIB_CC1101_DEFAULT_FREQ;
- 966 float bitRate = RADIOLIB_CC1101_DEFAULT_BR;
-
-
- 969 uint8_t modulation = RADIOLIB_CC1101_MOD_FORMAT_2_FSK;
-
- 971 size_t packetLength = 0;
- 972 bool packetLengthQueried =
false;
- 973 uint8_t packetLengthConfig = RADIOLIB_CC1101_LENGTH_CONFIG_VARIABLE;
-
- 975 bool promiscuous =
false;
-
- 977 bool directModeEnabled =
true;
-
- 979 int8_t power = RADIOLIB_CC1101_DEFAULT_POWER;
-
-
-
-
- 984 int16_t directMode(
bool sync);
- 985 static void getExpMant(
float target, uint16_t mantOffset, uint8_t divExp, uint8_t expMax, uint8_t& exp, uint8_t& mant);
- 986 int16_t setPacketMode(uint8_t mode, uint16_t len);
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 924 #if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE
+
+
+
+
+
+
+
+ 946 #if !RADIOLIB_GODMODE && !RADIOLIB_LOW_LEVEL
+
+
+
+
+
+ 952 int16_t SPIgetRegValue(uint8_t reg, uint8_t msb = 7, uint8_t lsb = 0);
+ 953 int16_t SPIsetRegValue(uint8_t reg, uint8_t value, uint8_t msb = 7, uint8_t lsb = 0, uint8_t checkInterval = 2);
+ 954 void SPIreadRegisterBurst(uint8_t reg, uint8_t numBytes, uint8_t* inBytes);
+ 955 uint8_t SPIreadRegister(uint8_t reg);
+ 956 void SPIwriteRegisterBurst(uint8_t reg, uint8_t* data,
size_t len);
+ 957 void SPIwriteRegister(uint8_t reg, uint8_t data);
+
+ 959 void SPIsendCommand(uint8_t cmd);
+
+ 961 #if !RADIOLIB_GODMODE
+
+
+
+
+ 966 float frequency = RADIOLIB_CC1101_DEFAULT_FREQ;
+ 967 float bitRate = RADIOLIB_CC1101_DEFAULT_BR;
+
+
+ 970 uint8_t modulation = RADIOLIB_CC1101_MOD_FORMAT_2_FSK;
+
+ 972 size_t packetLength = 0;
+ 973 bool packetLengthQueried =
false;
+ 974 uint8_t packetLengthConfig = RADIOLIB_CC1101_LENGTH_CONFIG_VARIABLE;
+
+ 976 bool promiscuous =
false;
+
+ 978 bool directModeEnabled =
true;
+
+ 980 int8_t power = RADIOLIB_CC1101_DEFAULT_POWER;
+
+
+
+
+ 985 int16_t directMode(
bool sync);
+ 986 static void getExpMant(
float target, uint16_t mantOffset, uint8_t divExp, uint8_t expMax, uint8_t& exp, uint8_t& mant);
+ 987 int16_t setPacketMode(uint8_t mode, uint16_t len);
+
+
+
Control class for CC1101 module.
Definition: CC1101.h:530
-int16_t setDIOMapping(uint32_t pin, uint32_t value)
Configure DIO pin mapping to get a given signal on a DIO pin (if available).
Definition: CC1101.cpp:949
-int16_t setPromiscuousMode(bool enable=true)
Set modem in "sniff" mode: no packet filtering (e.g., no preamble, sync word, address,...
Definition: CC1101.cpp:829
+int16_t setDIOMapping(uint32_t pin, uint32_t value)
Configure DIO pin mapping to get a given signal on a DIO pin (if available).
Definition: CC1101.cpp:954
int16_t setFrequencyDeviation(float freqDev) override
Sets frequency deviation. Allowed values range from 1.587 to 380.8 kHz.
Definition: CC1101.cpp:492
size_t getPacketLength(bool update=true) override
Query modem for the packet length of received payload.
Definition: CC1101.cpp:767
void reset()
Reset method - resets the chip using manual reset sequence (without RESET pin).
Definition: CC1101.cpp:90
-void readBit(uint32_t pin)
Function to read and process data bit in direct reception mode.
Definition: CC1101.cpp:944
+void readBit(uint32_t pin)
Function to read and process data bit in direct reception mode.
Definition: CC1101.cpp:949
int16_t transmitDirect(uint32_t frf=0) override
Starts synchronous direct mode transmission.
Definition: CC1101.cpp:194
-int16_t getChipVersion()
Read version SPI register. Should return CC1101_VERSION_LEGACY (0x04) or CC1101_VERSION_CURRENT (0x14...
Definition: CC1101.cpp:935
+int16_t getChipVersion()
Read version SPI register. Should return CC1101_VERSION_LEGACY (0x04) or CC1101_VERSION_CURRENT (0x14...
Definition: CC1101.cpp:940
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 setRxBandwidth(float rxBw)
Sets receiver bandwidth. Allowed values are 58, 68, 81, 102, 116, 135, 162, 203, 232,...
Definition: CC1101.cpp:471
int16_t packetMode()
Stops direct mode. It is required to call this method to switch from direct transmissions to packet-b...
Definition: CC1101.cpp:246
@@ -809,9 +808,9 @@ $(document).ready(function(){initNavTree('_c_c1101_8h_source.html',''); initResi
void setPacketReceivedAction(void(*func)(void))
Sets interrupt service routine to call when a packet is received.
Definition: CC1101.cpp:261
int16_t setOutputPower(int8_t pwr)
Sets output power. Allowed values are -30, -20, -15, -10, 0, 5, 7 or 10 dBm.
Definition: CC1101.cpp:544
int16_t variablePacketLengthMode(uint8_t maxLen=RADIOLIB_CC1101_MAX_PACKET_LENGTH)
Set modem in variable packet length mode.
Definition: CC1101.cpp:791
-void setDirectAction(void(*func)(void))
Set interrupt service routine function to call when data bit is receveid in direct mode.
Definition: CC1101.cpp:940
+void setDirectAction(void(*func)(void))
Set interrupt service routine function to call when data bit is receveid in direct mode.
Definition: CC1101.cpp:945
uint8_t getLQI() const
Gets LQI (Link Quality Indicator) of the last received packet.
Definition: CC1101.cpp:763
-void setRfSwitchPins(uint32_t rxEn, uint32_t txEn)
Some modules contain external RF switch controlled by pins. This function gives RadioLib control over...
Definition: CC1101.cpp:908
+void setRfSwitchPins(uint32_t rxEn, uint32_t txEn)
Some modules contain external RF switch controlled by pins. This function gives RadioLib control over...
Definition: CC1101.cpp:913
int16_t setCrcFiltering(bool enable=true)
Enable CRC filtering and generation.
Definition: CC1101.cpp:819
CC1101(Module *module)
Default constructor.
Definition: CC1101.cpp:5
int16_t setNodeAddress(uint8_t nodeAddr, uint8_t numBroadcastAddrs=0)
Sets node and broadcast addresses. Calling this method will also enable address filtering.
Definition: CC1101.cpp:690
@@ -819,8 +818,8 @@ $(document).ready(function(){initNavTree('_c_c1101_8h_source.html',''); initResi
void clearPacketSentAction()
Clears interrupt service routine to call when a packet is sent.
Definition: CC1101.cpp:273
void clearPacketReceivedAction()
Clears interrupt service routine to call when a packet is received.
Definition: CC1101.cpp:265
int16_t standby() override
Sets the module to standby mode.
Definition: CC1101.cpp:170
-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: CC1101.cpp:912
-uint8_t randomByte()
Get one truly random byte from RSSI noise.
Definition: CC1101.cpp:916
+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: CC1101.cpp:917
+uint8_t randomByte()
Get one truly random byte from RSSI noise.
Definition: CC1101.cpp:921
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 setFrequency(float freq)
Sets carrier frequency. Allowed values are in bands 300.0 to 348.0 MHz, 387.0 to 464....
Definition: CC1101.cpp:425
int16_t disableAddressFiltering()
Disables address filtering. Calling this method will also erase previously set addresses.
Definition: CC1101.cpp:701
@@ -828,17 +827,18 @@ $(document).ready(function(){initNavTree('_c_c1101_8h_source.html',''); initResi
int16_t receiveDirectAsync()
Starts asynchronous direct mode reception.
Definition: CC1101.cpp:229
int16_t setBitRate(float br)
Sets bit rate. Allowed values range from 0.025 to 600.0 kbps.
Definition: CC1101.cpp:451
int16_t receiveDirect() override
Starts synchronous direct mode reception.
Definition: CC1101.cpp:225
-int16_t setEncoding(uint8_t encoding) override
Sets transmission encoding. Allowed values are RADIOLIB_ENCODING_NRZ, RADIOLIB_ENCODING_MANCHESTER,...
Definition: CC1101.cpp:884
+int16_t setEncoding(uint8_t encoding) override
Sets transmission encoding. Allowed values are RADIOLIB_ENCODING_NRZ, RADIOLIB_ENCODING_MANCHESTER,...
Definition: CC1101.cpp:889
void clearGdo0Action()
Clears interrupt service routine to call when GDO0 activates.
Definition: CC1101.cpp:257
virtual int16_t receive(uint8_t *data, size_t len)
Binary receive method. Must be implemented in module class.
Definition: PhysicalLayer.cpp:112
int16_t getFrequencyDeviation(float *freqDev)
Gets frequency deviation.
Definition: CC1101.cpp:519
+int16_t setPromiscuousMode(bool enable=true, bool requireCarrierSense=false)
Set modem in "sniff" mode: no packet filtering (e.g., no preamble, sync word, address,...
Definition: CC1101.cpp:829
void clearGdo2Action()
Clears interrupt service routine to call when GDO0 activates.
Definition: CC1101.cpp:285
int16_t fixedPacketLengthMode(uint8_t len=RADIOLIB_CC1101_MAX_PACKET_LENGTH)
Set modem in fixed packet length mode.
Definition: CC1101.cpp:781
void setGdo2Action(void(*func)(void), uint32_t dir)
Sets interrupt service routine to call when GDO2 activates.
Definition: CC1101.cpp:277
int16_t begin(float freq=RADIOLIB_CC1101_DEFAULT_FREQ, float br=RADIOLIB_CC1101_DEFAULT_BR, float freqDev=RADIOLIB_CC1101_DEFAULT_FREQDEV, float rxBw=RADIOLIB_CC1101_DEFAULT_RXBW, int8_t pwr=RADIOLIB_CC1101_DEFAULT_POWER, uint8_t preambleLength=RADIOLIB_CC1101_DEFAULT_PREAMBLELEN)
Initialization method.
Definition: CC1101.cpp:9
-int16_t setDataShaping(uint8_t sh) override
Sets Gaussian filter bandwidth-time product that will be used for data shaping. Allowed value is RADI...
Definition: CC1101.cpp:865
+int16_t setDataShaping(uint8_t sh) override
Sets Gaussian filter bandwidth-time product that will be used for data shaping. Allowed value is RADI...
Definition: CC1101.cpp:870
int16_t setPreambleLength(uint8_t preambleLength, uint8_t qualityThreshold)
Sets preamble length.
Definition: CC1101.cpp:648
-bool getPromiscuousMode()
Get whether the modem is in promiscuous mode: no packet filtering (e.g., no preamble,...
Definition: CC1101.cpp:861
+bool getPromiscuousMode()
Get whether the modem is in promiscuous mode: no packet filtering (e.g., no preamble,...
Definition: CC1101.cpp:866
int16_t transmitDirectAsync(uint32_t frf=0)
Starts asynchronous direct mode transmission.
Definition: CC1101.cpp:198
int16_t finishTransmit() override
Clean up after transmission is done.
Definition: CC1101.cpp:331
int16_t startReceive()
Interrupt-driven receive method. GDO0 will be activated when full packet is received.
Definition: CC1101.cpp:342
diff --git a/class_c_c1101-members.html b/class_c_c1101-members.html
index ec1b21c5..33b31373 100644
--- a/class_c_c1101-members.html
+++ b/class_c_c1101-members.html
@@ -153,7 +153,7 @@ $(document).ready(function(){initNavTree('class_c_c1101.html',''); initResizable
setPacketSentAction(void(*func)(void)) | CC1101 | virtual |
setPreambleLength(uint8_t preambleLength, uint8_t qualityThreshold) | CC1101 | |
PhysicalLayer::setPreambleLength(size_t len) | PhysicalLayer | virtual |
- setPromiscuousMode(bool enable=true) | CC1101 | |
+ setPromiscuousMode(bool enable=true, bool requireCarrierSense=false) | CC1101 | |
setRfSwitchPins(uint32_t rxEn, uint32_t txEn) | CC1101 | |
setRfSwitchTable(const uint32_t(&pins)[Module::RFSWITCH_MAX_PINS], const Module::RfSwitchMode_t table[]) | CC1101 | |
setRxBandwidth(float rxBw) | CC1101 | |
diff --git a/class_c_c1101.html b/class_c_c1101.html
index 6ce22747..5929f545 100644
--- a/class_c_c1101.html
+++ b/class_c_c1101.html
@@ -247,9 +247,9 @@ void | int16_t | setCrcFiltering (bool enable=true) |
| Enable CRC filtering and generation. More...
|
|
-int16_t | setPromiscuousMode (bool enable=true) |
- | Set modem in "sniff" mode: no packet filtering (e.g., no preamble, sync word, address, CRC). More...
|
- |
+int16_t | setPromiscuousMode (bool enable=true, bool requireCarrierSense=false) |
+ | Set modem in "sniff" mode: no packet filtering (e.g., no preamble, sync word, address, CRC). More...
|
+ |
bool | getPromiscuousMode () |
| Get whether the modem is in promiscuous mode: no packet filtering (e.g., no preamble, sync word, address, CRC). More...
|
|
@@ -1616,8 +1616,8 @@ virtual void
-
-◆ setPromiscuousMode()
+
+◆ setPromiscuousMode()
@@ -1626,8 +1626,18 @@ virtual void | int16_t CC1101::setPromiscuousMode |
( |
bool |
- enable = true | ) |
+ enable = true , |
+
+
+ |
|
+ bool |
+ requireCarrierSense = false |
+
+
+ |
+ ) |
+ | |
@@ -1636,6 +1646,7 @@ virtual void
Parameters
enable | Set or unset promiscuous mode. |
+ defaults | to false: no carriersense, true: sets carriersense above threshold |
diff --git a/class_c_c1101.js b/class_c_c1101.js
index a862f469..44eb613a 100644
--- a/class_c_c1101.js
+++ b/class_c_c1101.js
@@ -43,7 +43,7 @@ var class_c_c1101 =
[ "setPacketReceivedAction", "class_c_c1101.html#a4f47f83e7a1cb6cd014161803db867fb", null ],
[ "setPacketSentAction", "class_c_c1101.html#aff4ddeb8f8680307079a1e84de1cc676", null ],
[ "setPreambleLength", "class_c_c1101.html#ae77c828c9c7cc12012fe011e8c4d3570", null ],
- [ "setPromiscuousMode", "class_c_c1101.html#a047be5159af73374521a26e8f880fe12", null ],
+ [ "setPromiscuousMode", "class_c_c1101.html#ac1155543b27e46fa27aa4c9180da18bb", null ],
[ "setRfSwitchPins", "class_c_c1101.html#a5ef45183690bb1879f106af079b01140", null ],
[ "setRfSwitchTable", "class_c_c1101.html#a7b401995be4bc136063a035ce1820634", null ],
[ "setRxBandwidth", "class_c_c1101.html#a381d0059d7a0ccd8a2f54d7d3376f9b6", null ],
diff --git a/functions_func_s.html b/functions_func_s.html
index b196a8aa..59609e52 100644
--- a/functions_func_s.html
+++ b/functions_func_s.html
@@ -447,7 +447,7 @@ $(document).ready(function(){initNavTree('functions_func_s.html',''); initResiza
, SX128x
setPromiscuousMode()
-: CC1101
+: CC1101
, RF69
setReceivePipe()
diff --git a/functions_s.html b/functions_s.html
index 68ce886e..ac0232c5 100644
--- a/functions_s.html
+++ b/functions_s.html
@@ -453,7 +453,7 @@ $(document).ready(function(){initNavTree('functions_s.html',''); initResizable()
, SX128x
setPromiscuousMode()
-: CC1101
+: CC1101
, RF69
setReceivePipe()
diff --git a/navtreeindex0.js b/navtreeindex0.js
index b48b904d..efbf6631 100644
--- a/navtreeindex0.js
+++ b/navtreeindex0.js
@@ -118,7 +118,6 @@ var NAVTREEINDEX0 =
"class_bell_client.html#add9edc89cd6ff5c527ddbdabe79cb60f":[3,0,7,2],
"class_c_c1101.html":[3,0,9],
"class_c_c1101.html#a009c31564866d8d14759f17f29b08ee6":[3,0,9,30],
-"class_c_c1101.html#a047be5159af73374521a26e8f880fe12":[3,0,9,43],
"class_c_c1101.html#a0d69713b9f20c9de354c13c3167b18b3":[3,0,9,34],
"class_c_c1101.html#a0df2938e2509a8f2746b20ae0558d4ea":[3,0,9,55],
"class_c_c1101.html#a122281f6a915b77ee9dafc9926e731a0":[3,0,9,14],
@@ -164,6 +163,7 @@ var NAVTREEINDEX0 =
"class_c_c1101.html#ab82617fa3fa9f21d4cd427314ecc4af8":[3,0,9,22],
"class_c_c1101.html#ab89b0932dbacadc34d049a2bd2292001":[3,0,9,47],
"class_c_c1101.html#abe26fa310e973bf2b14750b9eae02124":[3,0,9,12],
+"class_c_c1101.html#ac1155543b27e46fa27aa4c9180da18bb":[3,0,9,43],
"class_c_c1101.html#ac7a8b1fe7d08dc6db20cf1569b0d37b4":[3,0,9,3],
"class_c_c1101.html#ad25ad96cddf62273bffd601384d22275":[3,0,9,10],
"class_c_c1101.html#ad59e37ce0606dc8051e40be9d14cfec3":[3,0,9,54],
diff --git a/navtreeindex4.js b/navtreeindex4.js
index 4cf1a484..6278a986 100644
--- a/navtreeindex4.js
+++ b/navtreeindex4.js
@@ -226,8 +226,8 @@ var NAVTREEINDEX4 =
"group__status__codes.html#gafc3bca002b982af27b703c30b2d12df3":[2,4,64],
"group__status__codes.html#gafeff72bd7b618959d86b804a11f09063":[2,4,2],
"hierarchy.html":[3,2],
-"index.html":[],
"index.html":[0],
+"index.html":[],
"modules.html":[2],
"n_r_f24_8h_source.html":[4,0,0,0,2,0],
"pages.html":[],
diff --git a/search/all_10.js b/search/all_10.js
index b868fae1..fc6ce7d6 100644
--- a/search/all_10.js
+++ b/search/all_10.js
@@ -76,7 +76,7 @@ var searchData=
['setpacketsentaction_413',['setPacketSentAction',['../class_c_c1101.html#aff4ddeb8f8680307079a1e84de1cc676',1,'CC1101::setPacketSentAction()'],['../class_r_f69.html#a27fad7a67c4239c19bd94d1ccfb493ca',1,'RF69::setPacketSentAction()'],['../class_si443x.html#aa55274bb345f178328ea2a674621fc84',1,'Si443x::setPacketSentAction()'],['../class_s_t_m32_w_lx.html#a771bb4b32a6d9a2f44326e85678e3270',1,'STM32WLx::setPacketSentAction()'],['../class_s_x126x.html#a0417720a61b2d587e5633360cbecb33c',1,'SX126x::setPacketSentAction()'],['../class_s_x127x.html#a91476a51019910b958f464e73ba797c5',1,'SX127x::setPacketSentAction()'],['../class_s_x128x.html#acaa115bb9eb3d325d6baba1f578d678b',1,'SX128x::setPacketSentAction()'],['../class_physical_layer.html#a32b512b34f6575b2109ae3c3f35d1369',1,'PhysicalLayer::setPacketSentAction()'],['../classn_r_f24.html#a8e00d6729ee3c869cda8ccb5ae15ba27',1,'nRF24::setPacketSentAction()']]],
['setpaconfig_414',['setPaConfig',['../class_s_x126x.html#a1623e7d5450c97ca092913ad79d62208',1,'SX126x']]],
['setpreamblelength_415',['setPreambleLength',['../class_s_x127x.html#a844499bace6ae001446d71bee2877656',1,'SX127x::setPreambleLength()'],['../class_physical_layer.html#a85db1ff64e6c56e054f276c511194633',1,'PhysicalLayer::setPreambleLength()'],['../class_s_x128x.html#a1984a405262f155f16a4759c5f6b0133',1,'SX128x::setPreambleLength()'],['../class_s_x126x.html#ad6274222ccf534e98e3cd17dfa1520d4',1,'SX126x::setPreambleLength()'],['../class_si443x.html#a4821a6141caf16141074615c976ecd91',1,'Si443x::setPreambleLength()'],['../class_r_f69.html#a7c84b3f881cad6e05b0f4f68c24496d9',1,'RF69::setPreambleLength()'],['../class_c_c1101.html#ae77c828c9c7cc12012fe011e8c4d3570',1,'CC1101::setPreambleLength(uint8_t preambleLength, uint8_t qualityThreshold)']]],
- ['setpromiscuousmode_416',['setPromiscuousMode',['../class_c_c1101.html#a047be5159af73374521a26e8f880fe12',1,'CC1101::setPromiscuousMode()'],['../class_r_f69.html#ae004326d663a9d6a9c30e792aa368b49',1,'RF69::setPromiscuousMode()']]],
+ ['setpromiscuousmode_416',['setPromiscuousMode',['../class_c_c1101.html#ac1155543b27e46fa27aa4c9180da18bb',1,'CC1101::setPromiscuousMode()'],['../class_r_f69.html#ae004326d663a9d6a9c30e792aa368b49',1,'RF69::setPromiscuousMode()']]],
['setreceivepipe_417',['setReceivePipe',['../classn_r_f24.html#a31bcc5a8c3747bf08a273dbdadc5481a',1,'nRF24::setReceivePipe(uint8_t pipeNum, uint8_t *addr)'],['../classn_r_f24.html#ab5bc08aef88d8cf41c38369044005da8',1,'nRF24::setReceivePipe(uint8_t pipeNum, uint8_t addrByte)']]],
['setrecvsequence_418',['setRecvSequence',['../class_a_x25_frame.html#a4696a8eede8bac85f0ee6de6fee79ea8',1,'AX25Frame']]],
['setregulatordcdc_419',['setRegulatorDCDC',['../class_s_x126x.html#a5ae69309ca0cf5f13c60f2d162916ff8',1,'SX126x']]],
diff --git a/search/functions_f.js b/search/functions_f.js
index dca05a74..8beaa049 100644
--- a/search/functions_f.js
+++ b/search/functions_f.js
@@ -74,7 +74,7 @@ var searchData=
['setpacketsentaction_828',['setPacketSentAction',['../classn_r_f24.html#a8e00d6729ee3c869cda8ccb5ae15ba27',1,'nRF24::setPacketSentAction()'],['../class_c_c1101.html#aff4ddeb8f8680307079a1e84de1cc676',1,'CC1101::setPacketSentAction()'],['../class_physical_layer.html#a32b512b34f6575b2109ae3c3f35d1369',1,'PhysicalLayer::setPacketSentAction()'],['../class_s_x128x.html#acaa115bb9eb3d325d6baba1f578d678b',1,'SX128x::setPacketSentAction()'],['../class_s_x127x.html#a91476a51019910b958f464e73ba797c5',1,'SX127x::setPacketSentAction()'],['../class_s_t_m32_w_lx.html#a771bb4b32a6d9a2f44326e85678e3270',1,'STM32WLx::setPacketSentAction()'],['../class_si443x.html#aa55274bb345f178328ea2a674621fc84',1,'Si443x::setPacketSentAction()'],['../class_r_f69.html#a27fad7a67c4239c19bd94d1ccfb493ca',1,'RF69::setPacketSentAction()'],['../class_s_x126x.html#a0417720a61b2d587e5633360cbecb33c',1,'SX126x::setPacketSentAction(void(*func)(void))']]],
['setpaconfig_829',['setPaConfig',['../class_s_x126x.html#a1623e7d5450c97ca092913ad79d62208',1,'SX126x']]],
['setpreamblelength_830',['setPreambleLength',['../class_s_x127x.html#a844499bace6ae001446d71bee2877656',1,'SX127x::setPreambleLength()'],['../class_physical_layer.html#a85db1ff64e6c56e054f276c511194633',1,'PhysicalLayer::setPreambleLength()'],['../class_s_x128x.html#a1984a405262f155f16a4759c5f6b0133',1,'SX128x::setPreambleLength()'],['../class_s_x126x.html#ad6274222ccf534e98e3cd17dfa1520d4',1,'SX126x::setPreambleLength()'],['../class_si443x.html#a4821a6141caf16141074615c976ecd91',1,'Si443x::setPreambleLength()'],['../class_r_f69.html#a7c84b3f881cad6e05b0f4f68c24496d9',1,'RF69::setPreambleLength()'],['../class_c_c1101.html#ae77c828c9c7cc12012fe011e8c4d3570',1,'CC1101::setPreambleLength(uint8_t preambleLength, uint8_t qualityThreshold)']]],
- ['setpromiscuousmode_831',['setPromiscuousMode',['../class_c_c1101.html#a047be5159af73374521a26e8f880fe12',1,'CC1101::setPromiscuousMode()'],['../class_r_f69.html#ae004326d663a9d6a9c30e792aa368b49',1,'RF69::setPromiscuousMode()']]],
+ ['setpromiscuousmode_831',['setPromiscuousMode',['../class_c_c1101.html#ac1155543b27e46fa27aa4c9180da18bb',1,'CC1101::setPromiscuousMode()'],['../class_r_f69.html#ae004326d663a9d6a9c30e792aa368b49',1,'RF69::setPromiscuousMode()']]],
['setreceivepipe_832',['setReceivePipe',['../classn_r_f24.html#a31bcc5a8c3747bf08a273dbdadc5481a',1,'nRF24::setReceivePipe(uint8_t pipeNum, uint8_t *addr)'],['../classn_r_f24.html#ab5bc08aef88d8cf41c38369044005da8',1,'nRF24::setReceivePipe(uint8_t pipeNum, uint8_t addrByte)']]],
['setrecvsequence_833',['setRecvSequence',['../class_a_x25_frame.html#a4696a8eede8bac85f0ee6de6fee79ea8',1,'AX25Frame']]],
['setregulatordcdc_834',['setRegulatorDCDC',['../class_s_x126x.html#a5ae69309ca0cf5f13c60f2d162916ff8',1,'SX126x']]],
|