diff --git a/_r_f69_8h_source.html b/_r_f69_8h_source.html
index b772d56e..f5a5ac1e 100644
--- a/_r_f69_8h_source.html
+++ b/_r_f69_8h_source.html
@@ -623,7 +623,7 @@ $(document).ready(function(){initNavTree('_r_f69_8h_source.html',''); initResiza
- 673 bool fifoAdd(uint8_t* data,
int totalLen,
volatile int* remLen);
+ 673 bool fifoAdd(uint8_t* data,
int totalLen,
int* remLen);
686 bool fifoGet(
volatile uint8_t* data,
int totalLen,
volatile int* rcvLen);
@@ -765,71 +765,71 @@ $(document).ready(function(){initNavTree('_r_f69_8h_source.html',''); initResiza
int16_t startTransmit(String &str, uint8_t addr=0)
Interrupt-driven Arduino String transmit method. Unlike the standard transmit method,...
Definition: PhysicalLayer.cpp:53
int16_t receive(String &str, size_t len=0)
Arduino String receive method.
Definition: PhysicalLayer.cpp:104
Control class for RF69 module. Also serves as base class for SX1231.
Definition: RF69.h:479
-int16_t getTemperature()
Measures temperature.
Definition: RF69.cpp:760
-int16_t getChipVersion()
Read version SPI register. Should return RF69_CHIP_VERSION (0x24) if SX127x is connected and working.
Definition: RF69.cpp:973
-void readBit(RADIOLIB_PIN_TYPE pin)
Function to read and process data bit in direct reception mode.
Definition: RF69.cpp:956
+int16_t getTemperature()
Measures temperature.
Definition: RF69.cpp:747
+int16_t getChipVersion()
Read version SPI register. Should return RF69_CHIP_VERSION (0x24) if SX127x is connected and working.
Definition: RF69.cpp:960
+void readBit(RADIOLIB_PIN_TYPE pin)
Function to read and process data bit in direct reception mode.
Definition: RF69.cpp:943
void clearFifoEmptyAction()
Clears interrupt service routine to call when FIFO is empty.
Definition: RF69.cpp:304
-int16_t fixedPacketLengthMode(uint8_t len=RADIOLIB_RF69_MAX_PACKET_LENGTH)
Set modem in fixed packet length mode.
Definition: RF69.cpp:790
-bool fifoAdd(uint8_t *data, int totalLen, volatile int *remLen)
Set interrupt service routine function to call when FIFO is empty.
Definition: RF69.cpp:322
+int16_t fixedPacketLengthMode(uint8_t len=RADIOLIB_RF69_MAX_PACKET_LENGTH)
Set modem in fixed packet length mode.
Definition: RF69.cpp:777
int16_t disableAES()
Disables AES encryption.
Definition: RF69.cpp:238
void setFifoFullAction(void(*func)(void))
Set interrupt service routine function to call when FIFO is full.
Definition: RF69.cpp:308
-int16_t setBroadcastAddress(uint8_t broadAddr)
Sets broadcast address. Calling this method will also enable address filtering for node and broadcast...
Definition: RF69.cpp:734
+int16_t setBroadcastAddress(uint8_t broadAddr)
Sets broadcast address. Calling this method will also enable address filtering for node and broadcast...
Definition: RF69.cpp:721
int16_t enableAES()
Enables AES encryption.
Definition: RF69.cpp:234
-uint8_t randomByte()
Get one truly random byte from RSSI noise.
Definition: RF69.cpp:932
+uint8_t randomByte()
Get one truly random byte from RSSI noise.
Definition: RF69.cpp:919
int16_t standby() override
Sets the module to standby mode.
Definition: RF69.cpp:168
-int16_t setOokThresholdType(uint8_t type)
Selects the type of threshold in the OOK data slicer.
Definition: RF69.cpp:502
+int16_t setOokThresholdType(uint8_t type)
Selects the type of threshold in the OOK data slicer.
Definition: RF69.cpp:489
int16_t transmitDirect(uint32_t frf=0) override
Starts direct mode transmission.
Definition: RF69.cpp:176
-int16_t getFrequency(float *freq)
Gets carrier frequency.
Definition: RF69.cpp:538
-int16_t setSyncWord(uint8_t *syncWord, size_t len, uint8_t maxErrBits=0)
Sets sync word. Up to 8 bytes can be set as sync word.
Definition: RF69.cpp:687
-int16_t getFrequencyDeviation(float *freqDev)
Gets frequency deviation.
Definition: RF69.cpp:625
-int16_t setOokFixedThreshold(uint8_t value)
Fixed threshold for the Data Slicer in OOK mode or floor threshold for the Data Slicer in OOK when Pe...
Definition: RF69.cpp:509
-int16_t finishTransmit() override
Clean up after transmission is done.
Definition: RF69.cpp:438
-int16_t disableSyncWordFiltering()
Disable preamble and sync word filtering and generation.
Definition: RF69.cpp:803
-int16_t setDataShaping(uint8_t sh) override
Sets Gaussian filter bandwidth-time product that will be used for data shaping. Allowed values are RA...
Definition: RF69.cpp:872
-int16_t setOokPeakThresholdDecrement(uint8_t value)
Period of decrement of the RSSI threshold in the OOK demodulator.
Definition: RF69.cpp:513
+int16_t getFrequency(float *freq)
Gets carrier frequency.
Definition: RF69.cpp:525
+int16_t setSyncWord(uint8_t *syncWord, size_t len, uint8_t maxErrBits=0)
Sets sync word. Up to 8 bytes can be set as sync word.
Definition: RF69.cpp:674
+int16_t getFrequencyDeviation(float *freqDev)
Gets frequency deviation.
Definition: RF69.cpp:612
+int16_t setOokFixedThreshold(uint8_t value)
Fixed threshold for the Data Slicer in OOK mode or floor threshold for the Data Slicer in OOK when Pe...
Definition: RF69.cpp:496
+int16_t finishTransmit() override
Clean up after transmission is done.
Definition: RF69.cpp:425
+int16_t disableSyncWordFiltering()
Disable preamble and sync word filtering and generation.
Definition: RF69.cpp:790
+int16_t setDataShaping(uint8_t sh) override
Sets Gaussian filter bandwidth-time product that will be used for data shaping. Allowed values are RA...
Definition: RF69.cpp:859
+int16_t setOokPeakThresholdDecrement(uint8_t value)
Period of decrement of the RSSI threshold in the OOK demodulator.
Definition: RF69.cpp:500
int16_t sleep()
Sets the module to sleep mode.
Definition: RF69.cpp:160
-int16_t setDIOMapping(RADIOLIB_PIN_TYPE pin, uint8_t value)
Configure DIO pin mapping to get a given signal on a DIO pin (if available).
Definition: RF69.cpp:961
-int16_t disableAddressFiltering()
Disables address filtering. Calling this method will also erase previously set addresses.
Definition: RF69.cpp:743
-int16_t enableSyncWordFiltering(uint8_t maxErrBits=0)
Enable sync word filtering and generation.
Definition: RF69.cpp:798
+int16_t setDIOMapping(RADIOLIB_PIN_TYPE pin, uint8_t value)
Configure DIO pin mapping to get a given signal on a DIO pin (if available).
Definition: RF69.cpp:948
+int16_t disableAddressFiltering()
Disables address filtering. Calling this method will also erase previously set addresses.
Definition: RF69.cpp:730
+int16_t enableSyncWordFiltering(uint8_t maxErrBits=0)
Enable sync word filtering and generation.
Definition: RF69.cpp:785
int16_t begin(float freq=RADIOLIB_RF69_DEFAULT_FREQ, float br=RADIOLIB_RF69_DEFAULT_BR, float freqDev=RADIOLIB_RF69_DEFAULT_FREQDEV, float rxBw=RADIOLIB_RF69_DEFAULT_RXBW, int8_t power=RADIOLIB_RF69_DEFAULT_POWER, uint8_t preambleLen=RADIOLIB_RF69_DEFAULT_PREAMBLELEN)
Initialization method.
Definition: RF69.cpp:12
int16_t packetMode()
Stops direct mode. It is required to call this method to switch from direct transmissions to packet-b...
Definition: RF69.cpp:226
-int16_t setPromiscuousMode(bool promiscuous=true)
Set modem in "sniff" mode: no packet filtering (e.g., no preamble, sync word, address,...
Definition: RF69.cpp:834
-int16_t setRxBandwidth(float rxBw)
Sets receiver bandwidth. Allowed values are 2.6, 3.1, 3.9, 5.2, 6.3, 7.8, 10.4, 12....
Definition: RF69.cpp:574
+int16_t setPromiscuousMode(bool promiscuous=true)
Set modem in "sniff" mode: no packet filtering (e.g., no preamble, sync word, address,...
Definition: RF69.cpp:821
+int16_t setRxBandwidth(float rxBw)
Sets receiver bandwidth. Allowed values are 2.6, 3.1, 3.9, 5.2, 6.3, 7.8, 10.4, 12....
Definition: RF69.cpp:561
void setFifoEmptyAction(void(*func)(void))
Set interrupt service routine function to call when FIFO is empty.
Definition: RF69.cpp:293
-int16_t setPreambleLength(uint8_t preambleLen)
Sets preamble length.
Definition: RF69.cpp:713
-int16_t enableContinuousModeBitSync()
Enable Bit synchronization in continuous mode.
Definition: RF69.cpp:808
-void setDirectAction(void(*func)(void))
Set interrupt service routine function to call when data bit is receveid in direct mode.
Definition: RF69.cpp:952
-size_t getPacketLength(bool update=true) override
Query modem for the packet length of received payload.
Definition: RF69.cpp:777
+int16_t setPreambleLength(uint8_t preambleLen)
Sets preamble length.
Definition: RF69.cpp:700
+int16_t enableContinuousModeBitSync()
Enable Bit synchronization in continuous mode.
Definition: RF69.cpp:795
+void setDirectAction(void(*func)(void))
Set interrupt service routine function to call when data bit is receveid in direct mode.
Definition: RF69.cpp:939
+size_t getPacketLength(bool update=true) override
Query modem for the packet length of received payload.
Definition: RF69.cpp:764
void clearDio0Action()
Clears interrupt service routine to call when DIO0 activates.
Definition: RF69.cpp:274
-int16_t disableContinuousModeBitSync()
Disable Bit synchronization in continuous mode.
Definition: RF69.cpp:817
-int16_t setOutputPower(int8_t power, bool highPower=false)
Sets output power. Allowed values range from -18 to 13 dBm for low power modules (RF69C/CW) or -2 to ...
Definition: RF69.cpp:649
-int16_t setOOK(bool enableOOK)
Enables/disables OOK modulation instead of FSK. Note: This function calls setRxBandwidth again,...
Definition: RF69.cpp:483
+int16_t disableContinuousModeBitSync()
Disable Bit synchronization in continuous mode.
Definition: RF69.cpp:804
+int16_t setOutputPower(int8_t power, bool highPower=false)
Sets output power. Allowed values range from -18 to 13 dBm for low power modules (RF69C/CW) or -2 to ...
Definition: RF69.cpp:636
+int16_t setOOK(bool enableOOK)
Enables/disables OOK modulation instead of FSK. Note: This function calls setRxBandwidth again,...
Definition: RF69.cpp:470
void setDio0Action(void(*func)(void))
Sets interrupt service routine to call when DIO0 activates.
Definition: RF69.cpp:270
-int16_t setLnaTestBoost(bool value)
Enable/disable LNA Boost mode (disabled by default).
Definition: RF69.cpp:910
-bool fifoGet(volatile uint8_t *data, int totalLen, volatile int *rcvLen)
Set interrupt service routine function to call when FIFO is sufficently full to read.
Definition: RF69.cpp:352
+int16_t setLnaTestBoost(bool value)
Enable/disable LNA Boost mode (disabled by default).
Definition: RF69.cpp:897
+bool fifoGet(volatile uint8_t *data, int totalLen, volatile int *rcvLen)
Set interrupt service routine function to call when FIFO is sufficently full to read.
Definition: RF69.cpp:345
void setDio1Action(void(*func)(void))
Sets interrupt service routine to call when DIO1 activates.
Definition: RF69.cpp:278
-void setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn)
Some modules contain external RF switch controlled by two pins. This function gives RadioLib control ...
Definition: RF69.cpp:928
-int16_t setEncoding(uint8_t encoding) override
Sets transmission encoding. Allowed values are RADIOLIB_ENCODING_NRZ, RADIOLIB_ENCODING_MANCHESTER an...
Definition: RF69.cpp:892
+void setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn)
Some modules contain external RF switch controlled by two pins. This function gives RadioLib control ...
Definition: RF69.cpp:915
+int16_t setEncoding(uint8_t encoding) override
Sets transmission encoding. Allowed values are RADIOLIB_ENCODING_NRZ, RADIOLIB_ENCODING_MANCHESTER an...
Definition: RF69.cpp:879
int16_t transmit(__FlashStringHelper *fstr, uint8_t addr=0)
Arduino Flash String transmit method.
Definition: PhysicalLayer.cpp:12
-int16_t setFrequency(float freq)
Sets carrier frequency. Allowed values are in bands 290.0 to 340.0 MHz, 431.0 to 510....
Definition: RF69.cpp:517
-int16_t setNodeAddress(uint8_t nodeAddr)
Sets node address. Calling this method will also enable address filtering for node address only.
Definition: RF69.cpp:725
+int16_t setFrequency(float freq)
Sets carrier frequency. Allowed values are in bands 290.0 to 340.0 MHz, 431.0 to 510....
Definition: RF69.cpp:504
+bool fifoAdd(uint8_t *data, int totalLen, int *remLen)
Set interrupt service routine function to call when FIFO is empty.
Definition: RF69.cpp:322
+int16_t setNodeAddress(uint8_t nodeAddr)
Sets node address. Calling this method will also enable address filtering for node address only.
Definition: RF69.cpp:712
int16_t receiveDirect() override
Starts direct mode reception.
Definition: RF69.cpp:197
void setAESKey(uint8_t *key)
Sets AES key.
Definition: RF69.cpp:230
-int16_t setCrcFiltering(bool crcOn=true)
Enable CRC filtering and generation.
Definition: RF69.cpp:826
-void setAmbientTemperature(int16_t tempAmbient)
Sets ambient temperature. Required to correct values from on-board temperature sensor.
Definition: RF69.cpp:756
-float getRSSI()
Gets RSSI (Recorded Signal Strength Indicator) of the last received packet.
Definition: RF69.cpp:918
-int16_t setBitRate(float br)
Sets bit rate. Allowed values range from 1.2 to 300.0 kbps.
Definition: RF69.cpp:553
-int16_t setFrequencyDeviation(float freqDev) override
Sets frequency deviation.
Definition: RF69.cpp:602
+int16_t setCrcFiltering(bool crcOn=true)
Enable CRC filtering and generation.
Definition: RF69.cpp:813
+void setAmbientTemperature(int16_t tempAmbient)
Sets ambient temperature. Required to correct values from on-board temperature sensor.
Definition: RF69.cpp:743
+float getRSSI()
Gets RSSI (Recorded Signal Strength Indicator) of the last received packet.
Definition: RF69.cpp:905
+int16_t setBitRate(float br)
Sets bit rate. Allowed values range from 1.2 to 300.0 kbps.
Definition: RF69.cpp:540
+int16_t setFrequencyDeviation(float freqDev) override
Sets frequency deviation.
Definition: RF69.cpp:589
void clearDio1Action()
Clears interrupt service routine to call when DIO1 activates.
Definition: RF69.cpp:286
int16_t readData(String &str, size_t len=0)
Reads data that was received after calling startReceive method.
Definition: PhysicalLayer.cpp:61
void clearFifoFullAction()
Clears interrupt service routine to call when FIFO is full.
Definition: RF69.cpp:317
int16_t startTransmit(String &str, uint8_t addr=0)
Interrupt-driven Arduino String transmit method. Unlike the standard transmit method,...
Definition: PhysicalLayer.cpp:53
-int16_t variablePacketLengthMode(uint8_t maxLen=RADIOLIB_RF69_MAX_PACKET_LENGTH)
Set modem in variable packet length mode.
Definition: RF69.cpp:794
+int16_t variablePacketLengthMode(uint8_t maxLen=RADIOLIB_RF69_MAX_PACKET_LENGTH)
Set modem in variable packet length mode.
Definition: RF69.cpp:781
void reset()
Reset method. Will reset the chip to the default state using RST pin.
Definition: RF69.cpp:106
int16_t startReceive()
Interrupt-driven receive method. GDO0 will be activated when full packet is received.
Definition: RF69.cpp:242
int16_t receive(String &str, size_t len=0)
Arduino String receive method.
Definition: PhysicalLayer.cpp:104
RF69(Module *module)
Default constructor.
Definition: RF69.cpp:4
-int16_t setRSSIThreshold(float dbm)
Sets the RSSI value above which the RSSI interrupt is signaled.
Definition: RF69.cpp:922
+int16_t setRSSIThreshold(float dbm)
Sets the RSSI value above which the RSSI interrupt is signaled.
Definition: RF69.cpp:909
diff --git a/_s_x127x_8h_source.html b/_s_x127x_8h_source.html
index 5029187d..88ce5432 100644
--- a/_s_x127x_8h_source.html
+++ b/_s_x127x_8h_source.html
@@ -718,7 +718,7 @@ $(document).ready(function(){initNavTree('_s_x127x_8h_source.html',''); initResi
- 779 bool fifoAdd(uint8_t* data,
int totalLen,
volatile int* remLen);
+ 779 bool fifoAdd(uint8_t* data,
int totalLen,
int* remLen);
792 bool fifoGet(
volatile uint8_t* data,
int totalLen,
volatile int* rcvLen);
@@ -896,8 +896,8 @@ $(document).ready(function(){initNavTree('_s_x127x_8h_source.html',''); initResi
bool fifoGet(volatile uint8_t *data, int totalLen, volatile int *rcvLen)
Set interrupt service routine function to call when FIFO is sufficently full to read.
Definition: SX127x.cpp:488
int16_t setRxBandwidth(float rxBw)
Sets FSK receiver bandwidth. Allowed values range from 2.6 to 250 kHz. Only available in FSK mode.
Definition: SX127x.cpp:890
uint8_t getModemStatus()
Reads modem status. Only available in LoRa mode.
Definition: SX127x.cpp:1247
-bool fifoAdd(uint8_t *data, int totalLen, volatile int *remLen)
Set interrupt service routine function to call when FIFO is empty.
Definition: SX127x.cpp:465
virtual void reset()=0
Reset method. Will reset the chip to the default state using RST pin. Declared pure virtual since SX1...
+bool fifoAdd(uint8_t *data, int totalLen, int *remLen)
Set interrupt service routine function to call when FIFO is empty.
Definition: SX127x.cpp:465
int16_t setCurrentLimit(uint8_t currentLimit)
Sets current limit for over current protection at transmitter amplifier. Allowed values range from 45...
Definition: SX127x.cpp:682
void clearFHSSInt(void)
Clear the FHSS interrupt.
Definition: SX127x.cpp:1521
int16_t setAFC(bool isEnabled)
Enables or disables FSK automatic frequency correction(AFC)
Definition: SX127x.cpp:922
diff --git a/class_r_f69-members.html b/class_r_f69-members.html
index 3431beb4..38e87aaa 100644
--- a/class_r_f69-members.html
+++ b/class_r_f69-members.html
@@ -103,7 +103,7 @@ $(document).ready(function(){initNavTree('class_r_f69.html',''); initResizable()
enableAES() | RF69 | |
enableContinuousModeBitSync() | RF69 | |
enableSyncWordFiltering(uint8_t maxErrBits=0) | RF69 | |
- fifoAdd(uint8_t *data, int totalLen, volatile int *remLen) | RF69 | |
+ fifoAdd(uint8_t *data, int totalLen, int *remLen) | RF69 | |
fifoGet(volatile uint8_t *data, int totalLen, volatile int *rcvLen) | RF69 | |
finishTransmit() override | RF69 | virtual |
fixedPacketLengthMode(uint8_t len=RADIOLIB_RF69_MAX_PACKET_LENGTH) | RF69 | |
diff --git a/class_r_f69.html b/class_r_f69.html
index bada9d7e..2ae805e5 100644
--- a/class_r_f69.html
+++ b/class_r_f69.html
@@ -179,9 +179,9 @@ void clearFifoFullAction () |
| Clears interrupt service routine to call when FIFO is full.
|
|
-bool | fifoAdd (uint8_t *data, int totalLen, volatile int *remLen) |
- | Set interrupt service routine function to call when FIFO is empty. More...
|
- |
+bool | fifoAdd (uint8_t *data, int totalLen, int *remLen) |
+ | Set interrupt service routine function to call when FIFO is empty. More...
|
+ |
bool | fifoGet (volatile uint8_t *data, int totalLen, volatile int *rcvLen) |
| Set interrupt service routine function to call when FIFO is sufficently full to read. More...
|
|
@@ -638,8 +638,8 @@ void
-◆ fifoAdd()
+
+◆ fifoAdd()
| |
|
- volatile int * |
+ int * |
remLen |
diff --git a/class_r_f69.js b/class_r_f69.js
index d3f6fab9..1e75bc05 100644
--- a/class_r_f69.js
+++ b/class_r_f69.js
@@ -13,7 +13,7 @@ var class_r_f69 =
[ "enableAES", "class_r_f69.html#a1fd4609f419d8b0213ee39b05dd40b69", null ],
[ "enableContinuousModeBitSync", "class_r_f69.html#a7e2201b5bc389a68765400b70439f3f0", null ],
[ "enableSyncWordFiltering", "class_r_f69.html#a643a711bcb4b7771a7ab1f457e61a417", null ],
- [ "fifoAdd", "class_r_f69.html#a13ed34d82f3e08131b496196ba05a66d", null ],
+ [ "fifoAdd", "class_r_f69.html#ab6d98f3f2d964d1833e20da246a5be89", null ],
[ "fifoGet", "class_r_f69.html#aa6886410230c654400c76ec7710d623c", null ],
[ "finishTransmit", "class_r_f69.html#a3e449fa06c9e76cf69585bfbeed1c46b", null ],
[ "fixedPacketLengthMode", "class_r_f69.html#a0de2a07f264839cda945faebf7319e0e", null ],
diff --git a/class_r_f_m95-members.html b/class_r_f_m95-members.html
index 7daf6a1b..0c85754a 100644
--- a/class_r_f_m95-members.html
+++ b/class_r_f_m95-members.html
@@ -105,7 +105,7 @@ $(document).ready(function(){initNavTree('class_r_f_m95.html',''); initResizable
dropSync() | PhysicalLayer | |
enableBitSync() | SX127x | |
explicitHeader() | SX1278 | |
- fifoAdd(uint8_t *data, int totalLen, volatile int *remLen) | SX127x | |
+ fifoAdd(uint8_t *data, int totalLen, int *remLen) | SX127x | |
fifoGet(volatile uint8_t *data, int totalLen, volatile int *rcvLen) | SX127x | |
finishTransmit() override | SX127x | virtual |
fixedPacketLengthMode(uint8_t len=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
diff --git a/class_r_f_m95.html b/class_r_f_m95.html
index 6e74df70..a173d6cb 100644
--- a/class_r_f_m95.html
+++ b/class_r_f_m95.html
@@ -242,9 +242,9 @@ void clearFifoFullAction () |
| Clears interrupt service routine to call when FIFO is full.
|
|
-bool | fifoAdd (uint8_t *data, int totalLen, volatile int *remLen) |
- | Set interrupt service routine function to call when FIFO is empty. More...
|
- |
+bool | fifoAdd (uint8_t *data, int totalLen, int *remLen) |
+ | Set interrupt service routine function to call when FIFO is empty. More...
|
+ |
bool | fifoGet (volatile uint8_t *data, int totalLen, volatile int *rcvLen) |
| Set interrupt service routine function to call when FIFO is sufficently full to read. More...
|
|
diff --git a/class_r_f_m96-members.html b/class_r_f_m96-members.html
index f72524a5..8dc2b529 100644
--- a/class_r_f_m96-members.html
+++ b/class_r_f_m96-members.html
@@ -105,7 +105,7 @@ $(document).ready(function(){initNavTree('class_r_f_m96.html',''); initResizable
dropSync() | PhysicalLayer | |
enableBitSync() | SX127x | |
explicitHeader() | SX1278 | |
- fifoAdd(uint8_t *data, int totalLen, volatile int *remLen) | SX127x | |
+ fifoAdd(uint8_t *data, int totalLen, int *remLen) | SX127x | |
fifoGet(volatile uint8_t *data, int totalLen, volatile int *rcvLen) | SX127x | |
finishTransmit() override | SX127x | virtual |
fixedPacketLengthMode(uint8_t len=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
diff --git a/class_r_f_m96.html b/class_r_f_m96.html
index 9c4dacf0..146ebb1e 100644
--- a/class_r_f_m96.html
+++ b/class_r_f_m96.html
@@ -241,9 +241,9 @@ void clearFifoFullAction () |
| Clears interrupt service routine to call when FIFO is full.
|
|
-bool | fifoAdd (uint8_t *data, int totalLen, volatile int *remLen) |
- | Set interrupt service routine function to call when FIFO is empty. More...
|
- |
+bool | fifoAdd (uint8_t *data, int totalLen, int *remLen) |
+ | Set interrupt service routine function to call when FIFO is empty. More...
|
+ |
bool | fifoGet (volatile uint8_t *data, int totalLen, volatile int *rcvLen) |
| Set interrupt service routine function to call when FIFO is sufficently full to read. More...
|
|
diff --git a/class_r_f_m97-members.html b/class_r_f_m97-members.html
index 14b51f09..b98de017 100644
--- a/class_r_f_m97-members.html
+++ b/class_r_f_m97-members.html
@@ -105,7 +105,7 @@ $(document).ready(function(){initNavTree('class_r_f_m97.html',''); initResizable
dropSync() | PhysicalLayer | |
enableBitSync() | SX127x | |
explicitHeader() | SX1278 | |
- fifoAdd(uint8_t *data, int totalLen, volatile int *remLen) | SX127x | |
+ fifoAdd(uint8_t *data, int totalLen, int *remLen) | SX127x | |
fifoGet(volatile uint8_t *data, int totalLen, volatile int *rcvLen) | SX127x | |
finishTransmit() override | SX127x | virtual |
fixedPacketLengthMode(uint8_t len=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
diff --git a/class_r_f_m97.html b/class_r_f_m97.html
index 5a0adac9..84030a81 100644
--- a/class_r_f_m97.html
+++ b/class_r_f_m97.html
@@ -249,9 +249,9 @@ void clearFifoFullAction () |
| Clears interrupt service routine to call when FIFO is full.
|
|
-bool | fifoAdd (uint8_t *data, int totalLen, volatile int *remLen) |
- | Set interrupt service routine function to call when FIFO is empty. More...
|
- |
+bool | fifoAdd (uint8_t *data, int totalLen, int *remLen) |
+ | Set interrupt service routine function to call when FIFO is empty. More...
|
+ |
bool | fifoGet (volatile uint8_t *data, int totalLen, volatile int *rcvLen) |
| Set interrupt service routine function to call when FIFO is sufficently full to read. More...
|
|
diff --git a/class_s_x1231-members.html b/class_s_x1231-members.html
index bfa7b8dc..e9f3efa2 100644
--- a/class_s_x1231-members.html
+++ b/class_s_x1231-members.html
@@ -103,7 +103,7 @@ $(document).ready(function(){initNavTree('class_s_x1231.html',''); initResizable
enableAES() | RF69 | |
enableContinuousModeBitSync() | RF69 | |
enableSyncWordFiltering(uint8_t maxErrBits=0) | RF69 | |
- fifoAdd(uint8_t *data, int totalLen, volatile int *remLen) | RF69 | |
+ fifoAdd(uint8_t *data, int totalLen, int *remLen) | RF69 | |
fifoGet(volatile uint8_t *data, int totalLen, volatile int *rcvLen) | RF69 | |
finishTransmit() override | RF69 | virtual |
fixedPacketLengthMode(uint8_t len=RADIOLIB_RF69_MAX_PACKET_LENGTH) | RF69 | |
diff --git a/class_s_x1231.html b/class_s_x1231.html
index 0533113d..b4bfd0ad 100644
--- a/class_s_x1231.html
+++ b/class_s_x1231.html
@@ -186,9 +186,9 @@ void clearFifoFullAction () |
| Clears interrupt service routine to call when FIFO is full.
|
|
-bool | fifoAdd (uint8_t *data, int totalLen, volatile int *remLen) |
- | Set interrupt service routine function to call when FIFO is empty. More...
|
- |
+bool | fifoAdd (uint8_t *data, int totalLen, int *remLen) |
+ | Set interrupt service routine function to call when FIFO is empty. More...
|
+ |
bool | fifoGet (volatile uint8_t *data, int totalLen, volatile int *rcvLen) |
| Set interrupt service routine function to call when FIFO is sufficently full to read. More...
|
|
diff --git a/class_s_x1272-members.html b/class_s_x1272-members.html
index f65cdd44..e1a86219 100644
--- a/class_s_x1272-members.html
+++ b/class_s_x1272-members.html
@@ -105,7 +105,7 @@ $(document).ready(function(){initNavTree('class_s_x1272.html',''); initResizable
dropSync() | PhysicalLayer | |
enableBitSync() | SX127x | |
explicitHeader() | SX1272 | |
- fifoAdd(uint8_t *data, int totalLen, volatile int *remLen) | SX127x | |
+ fifoAdd(uint8_t *data, int totalLen, int *remLen) | SX127x | |
fifoGet(volatile uint8_t *data, int totalLen, volatile int *rcvLen) | SX127x | |
finishTransmit() override | SX127x | virtual |
fixedPacketLengthMode(uint8_t len=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
diff --git a/class_s_x1272.html b/class_s_x1272.html
index 77b1f0ba..b6893468 100644
--- a/class_s_x1272.html
+++ b/class_s_x1272.html
@@ -228,9 +228,9 @@ void clearFifoFullAction () |
| Clears interrupt service routine to call when FIFO is full.
|
|
-bool | fifoAdd (uint8_t *data, int totalLen, volatile int *remLen) |
- | Set interrupt service routine function to call when FIFO is empty. More...
|
- |
+bool | fifoAdd (uint8_t *data, int totalLen, int *remLen) |
+ | Set interrupt service routine function to call when FIFO is empty. More...
|
+ |
bool | fifoGet (volatile uint8_t *data, int totalLen, volatile int *rcvLen) |
| Set interrupt service routine function to call when FIFO is sufficently full to read. More...
|
|
diff --git a/class_s_x1273-members.html b/class_s_x1273-members.html
index d4524c27..c3d49006 100644
--- a/class_s_x1273-members.html
+++ b/class_s_x1273-members.html
@@ -105,7 +105,7 @@ $(document).ready(function(){initNavTree('class_s_x1273.html',''); initResizable
dropSync() | PhysicalLayer | |
enableBitSync() | SX127x | |
explicitHeader() | SX1272 | |
- fifoAdd(uint8_t *data, int totalLen, volatile int *remLen) | SX127x | |
+ fifoAdd(uint8_t *data, int totalLen, int *remLen) | SX127x | |
fifoGet(volatile uint8_t *data, int totalLen, volatile int *rcvLen) | SX127x | |
finishTransmit() override | SX127x | virtual |
fixedPacketLengthMode(uint8_t len=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
diff --git a/class_s_x1273.html b/class_s_x1273.html
index f47ce106..8475cf1f 100644
--- a/class_s_x1273.html
+++ b/class_s_x1273.html
@@ -238,9 +238,9 @@ void clearFifoFullAction () |
| Clears interrupt service routine to call when FIFO is full.
|
|
-bool | fifoAdd (uint8_t *data, int totalLen, volatile int *remLen) |
- | Set interrupt service routine function to call when FIFO is empty. More...
|
- |
+bool | fifoAdd (uint8_t *data, int totalLen, int *remLen) |
+ | Set interrupt service routine function to call when FIFO is empty. More...
|
+ |
bool | fifoGet (volatile uint8_t *data, int totalLen, volatile int *rcvLen) |
| Set interrupt service routine function to call when FIFO is sufficently full to read. More...
|
|
diff --git a/class_s_x1276-members.html b/class_s_x1276-members.html
index 39a5fc02..e7580894 100644
--- a/class_s_x1276-members.html
+++ b/class_s_x1276-members.html
@@ -105,7 +105,7 @@ $(document).ready(function(){initNavTree('class_s_x1276.html',''); initResizable
dropSync() | PhysicalLayer | |
enableBitSync() | SX127x | |
explicitHeader() | SX1278 | |
- fifoAdd(uint8_t *data, int totalLen, volatile int *remLen) | SX127x | |
+ fifoAdd(uint8_t *data, int totalLen, int *remLen) | SX127x | |
fifoGet(volatile uint8_t *data, int totalLen, volatile int *rcvLen) | SX127x | |
finishTransmit() override | SX127x | virtual |
fixedPacketLengthMode(uint8_t len=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
diff --git a/class_s_x1276.html b/class_s_x1276.html
index 8401f9ef..d47fd9a9 100644
--- a/class_s_x1276.html
+++ b/class_s_x1276.html
@@ -241,9 +241,9 @@ void clearFifoFullAction () |
| Clears interrupt service routine to call when FIFO is full.
|
|
-bool | fifoAdd (uint8_t *data, int totalLen, volatile int *remLen) |
- | Set interrupt service routine function to call when FIFO is empty. More...
|
- |
+bool | fifoAdd (uint8_t *data, int totalLen, int *remLen) |
+ | Set interrupt service routine function to call when FIFO is empty. More...
|
+ |
bool | fifoGet (volatile uint8_t *data, int totalLen, volatile int *rcvLen) |
| Set interrupt service routine function to call when FIFO is sufficently full to read. More...
|
|
diff --git a/class_s_x1277-members.html b/class_s_x1277-members.html
index 5274c523..3f5b22c2 100644
--- a/class_s_x1277-members.html
+++ b/class_s_x1277-members.html
@@ -105,7 +105,7 @@ $(document).ready(function(){initNavTree('class_s_x1277.html',''); initResizable
dropSync() | PhysicalLayer | |
enableBitSync() | SX127x | |
explicitHeader() | SX1278 | |
- fifoAdd(uint8_t *data, int totalLen, volatile int *remLen) | SX127x | |
+ fifoAdd(uint8_t *data, int totalLen, int *remLen) | SX127x | |
fifoGet(volatile uint8_t *data, int totalLen, volatile int *rcvLen) | SX127x | |
finishTransmit() override | SX127x | virtual |
fixedPacketLengthMode(uint8_t len=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
diff --git a/class_s_x1277.html b/class_s_x1277.html
index d3d564d8..10e4a231 100644
--- a/class_s_x1277.html
+++ b/class_s_x1277.html
@@ -244,9 +244,9 @@ void clearFifoFullAction () |
| Clears interrupt service routine to call when FIFO is full.
|
|
-bool | fifoAdd (uint8_t *data, int totalLen, volatile int *remLen) |
- | Set interrupt service routine function to call when FIFO is empty. More...
|
- |
+bool | fifoAdd (uint8_t *data, int totalLen, int *remLen) |
+ | Set interrupt service routine function to call when FIFO is empty. More...
|
+ |
bool | fifoGet (volatile uint8_t *data, int totalLen, volatile int *rcvLen) |
| Set interrupt service routine function to call when FIFO is sufficently full to read. More...
|
|
diff --git a/class_s_x1278-members.html b/class_s_x1278-members.html
index 42e4644d..02e92772 100644
--- a/class_s_x1278-members.html
+++ b/class_s_x1278-members.html
@@ -105,7 +105,7 @@ $(document).ready(function(){initNavTree('class_s_x1278.html',''); initResizable
dropSync() | PhysicalLayer | |
enableBitSync() | SX127x | |
explicitHeader() | SX1278 | |
- fifoAdd(uint8_t *data, int totalLen, volatile int *remLen) | SX127x | |
+ fifoAdd(uint8_t *data, int totalLen, int *remLen) | SX127x | |
fifoGet(volatile uint8_t *data, int totalLen, volatile int *rcvLen) | SX127x | |
finishTransmit() override | SX127x | virtual |
fixedPacketLengthMode(uint8_t len=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
diff --git a/class_s_x1278.html b/class_s_x1278.html
index 67ac83da..ea86e503 100644
--- a/class_s_x1278.html
+++ b/class_s_x1278.html
@@ -233,9 +233,9 @@ void clearFifoFullAction () |
| Clears interrupt service routine to call when FIFO is full.
|
|
-bool | fifoAdd (uint8_t *data, int totalLen, volatile int *remLen) |
- | Set interrupt service routine function to call when FIFO is empty. More...
|
- |
+bool | fifoAdd (uint8_t *data, int totalLen, int *remLen) |
+ | Set interrupt service routine function to call when FIFO is empty. More...
|
+ |
bool | fifoGet (volatile uint8_t *data, int totalLen, volatile int *rcvLen) |
| Set interrupt service routine function to call when FIFO is sufficently full to read. More...
|
|
diff --git a/class_s_x1279-members.html b/class_s_x1279-members.html
index cb27092b..7667cc92 100644
--- a/class_s_x1279-members.html
+++ b/class_s_x1279-members.html
@@ -105,7 +105,7 @@ $(document).ready(function(){initNavTree('class_s_x1279.html',''); initResizable
dropSync() | PhysicalLayer | |
enableBitSync() | SX127x | |
explicitHeader() | SX1278 | |
- fifoAdd(uint8_t *data, int totalLen, volatile int *remLen) | SX127x | |
+ fifoAdd(uint8_t *data, int totalLen, int *remLen) | SX127x | |
fifoGet(volatile uint8_t *data, int totalLen, volatile int *rcvLen) | SX127x | |
finishTransmit() override | SX127x | virtual |
fixedPacketLengthMode(uint8_t len=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
diff --git a/class_s_x1279.html b/class_s_x1279.html
index 5de994c7..fb8b23ff 100644
--- a/class_s_x1279.html
+++ b/class_s_x1279.html
@@ -238,9 +238,9 @@ void clearFifoFullAction () |
| Clears interrupt service routine to call when FIFO is full.
|
|
-bool | fifoAdd (uint8_t *data, int totalLen, volatile int *remLen) |
- | Set interrupt service routine function to call when FIFO is empty. More...
|
- |
+bool | fifoAdd (uint8_t *data, int totalLen, int *remLen) |
+ | Set interrupt service routine function to call when FIFO is empty. More...
|
+ |
bool | fifoGet (volatile uint8_t *data, int totalLen, volatile int *rcvLen) |
| Set interrupt service routine function to call when FIFO is sufficently full to read. More...
|
|
diff --git a/class_s_x127x-members.html b/class_s_x127x-members.html
index 3bcb62b7..b502ef31 100644
--- a/class_s_x127x-members.html
+++ b/class_s_x127x-members.html
@@ -101,7 +101,7 @@ $(document).ready(function(){initNavTree('class_s_x127x.html',''); initResizable
disableBitSync() | SX127x | |
dropSync() | PhysicalLayer | |
enableBitSync() | SX127x | |
- fifoAdd(uint8_t *data, int totalLen, volatile int *remLen) | SX127x | |
+ fifoAdd(uint8_t *data, int totalLen, int *remLen) | SX127x | |
fifoGet(volatile uint8_t *data, int totalLen, volatile int *rcvLen) | SX127x | |
finishTransmit() override | SX127x | virtual |
fixedPacketLengthMode(uint8_t len=RADIOLIB_SX127X_MAX_PACKET_LENGTH_FSK) | SX127x | |
diff --git a/class_s_x127x.html b/class_s_x127x.html
index 057af723..6ee8b915 100644
--- a/class_s_x127x.html
+++ b/class_s_x127x.html
@@ -183,9 +183,9 @@ void clearFifoFullAction () |
| Clears interrupt service routine to call when FIFO is full.
|
|
-bool | fifoAdd (uint8_t *data, int totalLen, volatile int *remLen) |
- | Set interrupt service routine function to call when FIFO is empty. More...
|
- |
+bool | fifoAdd (uint8_t *data, int totalLen, int *remLen) |
+ | Set interrupt service routine function to call when FIFO is empty. More...
|
+ |
bool | fifoGet (volatile uint8_t *data, int totalLen, volatile int *rcvLen) |
| Set interrupt service routine function to call when FIFO is sufficently full to read. More...
|
|
@@ -637,8 +637,8 @@ void
-◆ fifoAdd()
+
+◆ fifoAdd()
| |
|
- volatile int * |
+ int * |
remLen |
diff --git a/class_s_x127x.js b/class_s_x127x.js
index 5d2d6b57..cf3e3179 100644
--- a/class_s_x127x.js
+++ b/class_s_x127x.js
@@ -11,7 +11,7 @@ var class_s_x127x =
[ "disableAddressFiltering", "class_s_x127x.html#afe6e9bbfd75f9cad26f9f72c34c4ada5", null ],
[ "disableBitSync", "class_s_x127x.html#a8025b05b8f4f2f2abb4cd803b06e2ebd", null ],
[ "enableBitSync", "class_s_x127x.html#a1921e1d9fc1d888d2e73bb732e7db7aa", null ],
- [ "fifoAdd", "class_s_x127x.html#a2f993bc663b8937f3683047f5e3b2509", null ],
+ [ "fifoAdd", "class_s_x127x.html#a36dbd1697a415c6db3b47cd620c8c02e", null ],
[ "fifoGet", "class_s_x127x.html#a25b193b71ddb6015d25b0a161809d75a", null ],
[ "finishTransmit", "class_s_x127x.html#a7fd9cec52b7fbd0c69cbd861dc17549f", null ],
[ "fixedPacketLengthMode", "class_s_x127x.html#a6fb42d9cd518e9f6408a40753c0be359", null ],
diff --git a/functions_f.html b/functions_f.html
index 54b8c19a..ce16e094 100644
--- a/functions_f.html
+++ b/functions_f.html
@@ -86,8 +86,8 @@ $(document).ready(function(){initNavTree('functions_f.html',''); initResizable()
- f -
- fifoAdd()
-: RF69
-, SX127x
+: RF69
+, SX127x
- fifoGet()
: RF69
diff --git a/functions_func_f.html b/functions_func_f.html
index adff3c38..b70ce057 100644
--- a/functions_func_f.html
+++ b/functions_func_f.html
@@ -86,8 +86,8 @@ $(document).ready(function(){initNavTree('functions_func_f.html',''); initResiza
- f -
- fifoAdd()
-: RF69
-, SX127x
+: RF69
+, SX127x
- fifoGet()
: RF69
diff --git a/navtreeindex1.js b/navtreeindex1.js
index 6efd6b9d..0f9a5e3f 100644
--- a/navtreeindex1.js
+++ b/navtreeindex1.js
@@ -88,7 +88,6 @@ var NAVTREEINDEX1 =
"class_r_f69.html#a0ca79ae99c3e0c9d7c097a7acefd6faa":[3,0,14,26],
"class_r_f69.html#a0d7b67499462777f7909860405ca6b62":[3,0,14,4],
"class_r_f69.html#a0de2a07f264839cda945faebf7319e0e":[3,0,14,16],
-"class_r_f69.html#a13ed34d82f3e08131b496196ba05a66d":[3,0,14,13],
"class_r_f69.html#a15fafb6c24a8b5721623be447628bbaa":[3,0,14,7],
"class_r_f69.html#a1a6ecb5fcc42c49bc3d9032e9c5db07b":[3,0,14,47],
"class_r_f69.html#a1b7598b87ffaabdbe733c47317fa91d8":[3,0,14,38],
@@ -136,6 +135,7 @@ var NAVTREEINDEX1 =
"class_r_f69.html#aae828ce8dda16da4e54d2f18b1fb8af2":[3,0,14,45],
"class_r_f69.html#ab139a34e03a6fd5a781cd54da21d308f":[3,0,14,70],
"class_r_f69.html#ab467f0fc318e651d0cdfbc0399d4c34b":[3,0,14,48],
+"class_r_f69.html#ab6d98f3f2d964d1833e20da246a5be89":[3,0,14,13],
"class_r_f69.html#ab9c217d5ece259950780a05c6e41f75c":[3,0,14,51],
"class_r_f69.html#abd556b0f455f9510213b17588a4baf1b":[3,0,14,33],
"class_r_f69.html#abe5b378d7cc274fd8b75881e7d604bf3":[3,0,14,35],
diff --git a/navtreeindex2.js b/navtreeindex2.js
index b3e53486..9c1f00e2 100644
--- a/navtreeindex2.js
+++ b/navtreeindex2.js
@@ -136,8 +136,8 @@ var NAVTREEINDEX2 =
"class_s_x127x.html#a2ad4c6a8ac267f8ac590260414ffcda3":[3,0,39,37],
"class_s_x127x.html#a2cc53b9f9d90647c5709cb974779cf53":[3,0,39,68],
"class_s_x127x.html#a2cf6a5bd8f3257f98ee4f250cbdf8bdc":[3,0,39,23],
-"class_s_x127x.html#a2f993bc663b8937f3683047f5e3b2509":[3,0,39,11],
"class_s_x127x.html#a3321ac4a7f65e73004202486db9b1d68":[3,0,39,39],
+"class_s_x127x.html#a36dbd1697a415c6db3b47cd620c8c02e":[3,0,39,11],
"class_s_x127x.html#a400575e3d83977bd250c5cb382fc7002":[3,0,39,47],
"class_s_x127x.html#a41089d9e5b45217d3e31ac22b5326b66":[3,0,39,5],
"class_s_x127x.html#a41a1de0ebffe7b65de6fd8cceb9a5123":[3,0,39,78],
diff --git a/navtreeindex4.js b/navtreeindex4.js
index f15ba81a..42fa3780 100644
--- a/navtreeindex4.js
+++ b/navtreeindex4.js
@@ -31,8 +31,8 @@ var NAVTREEINDEX4 =
"group__status__codes.html#gafbc04b924d23cba05307e94972d7d607":[2,3,5],
"group__status__codes.html#gafeff72bd7b618959d86b804a11f09063":[2,3,1],
"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_5.js b/search/all_5.js
index 2879d5e3..ebd50792 100644
--- a/search/all_5.js
+++ b/search/all_5.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['fifoadd_48',['fifoAdd',['../class_r_f69.html#a13ed34d82f3e08131b496196ba05a66d',1,'RF69::fifoAdd()'],['../class_s_x127x.html#a2f993bc663b8937f3683047f5e3b2509',1,'SX127x::fifoAdd()']]],
+ ['fifoadd_48',['fifoAdd',['../class_r_f69.html#ab6d98f3f2d964d1833e20da246a5be89',1,'RF69::fifoAdd()'],['../class_s_x127x.html#a36dbd1697a415c6db3b47cd620c8c02e',1,'SX127x::fifoAdd()']]],
['fifoget_49',['fifoGet',['../class_r_f69.html#aa6886410230c654400c76ec7710d623c',1,'RF69::fifoGet()'],['../class_s_x127x.html#a25b193b71ddb6015d25b0a161809d75a',1,'SX127x::fifoGet()']]],
['finishtransmit_50',['finishTransmit',['../class_c_c1101.html#af70ea860154cd6d2b2e2a6962e161c8f',1,'CC1101::finishTransmit()'],['../classn_r_f24.html#af0c21ff66c011dfdc1ad12bc7dd11c2f',1,'nRF24::finishTransmit()'],['../class_r_f69.html#a3e449fa06c9e76cf69585bfbeed1c46b',1,'RF69::finishTransmit()'],['../class_si443x.html#a6792f13441a1bbb3340d2ba3d9abbec3',1,'Si443x::finishTransmit()'],['../class_s_x126x.html#a8e22d67b64953c8b4da779d87d563f3e',1,'SX126x::finishTransmit()'],['../class_s_x127x.html#a7fd9cec52b7fbd0c69cbd861dc17549f',1,'SX127x::finishTransmit()'],['../class_s_x128x.html#a4587409a9b96a0c496cf12b3acac20c4',1,'SX128x::finishTransmit()'],['../class_physical_layer.html#aeba51a21ad3c6d56b61a55061de7fc92',1,'PhysicalLayer::finishTransmit()']]],
['fixedpacketlengthmode_51',['fixedPacketLengthMode',['../class_c_c1101.html#ad25ad96cddf62273bffd601384d22275',1,'CC1101::fixedPacketLengthMode()'],['../class_s_x127x.html#a6fb42d9cd518e9f6408a40753c0be359',1,'SX127x::fixedPacketLengthMode()'],['../class_s_x126x.html#abc3a4f9213b2a7052e97c2e3a0bf45a5',1,'SX126x::fixedPacketLengthMode()'],['../class_si443x.html#ad2b3a961a99d9e8f3a7ead6e8b69e858',1,'Si443x::fixedPacketLengthMode()'],['../class_r_f69.html#a0de2a07f264839cda945faebf7319e0e',1,'RF69::fixedPacketLengthMode()']]],
diff --git a/search/functions_5.js b/search/functions_5.js
index ad3c6a0a..ad45dd82 100644
--- a/search/functions_5.js
+++ b/search/functions_5.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['fifoadd_437',['fifoAdd',['../class_s_x127x.html#a2f993bc663b8937f3683047f5e3b2509',1,'SX127x::fifoAdd()'],['../class_r_f69.html#a13ed34d82f3e08131b496196ba05a66d',1,'RF69::fifoAdd(uint8_t *data, int totalLen, volatile int *remLen)']]],
+ ['fifoadd_437',['fifoAdd',['../class_s_x127x.html#a36dbd1697a415c6db3b47cd620c8c02e',1,'SX127x::fifoAdd()'],['../class_r_f69.html#ab6d98f3f2d964d1833e20da246a5be89',1,'RF69::fifoAdd(uint8_t *data, int totalLen, int *remLen)']]],
['fifoget_438',['fifoGet',['../class_r_f69.html#aa6886410230c654400c76ec7710d623c',1,'RF69::fifoGet()'],['../class_s_x127x.html#a25b193b71ddb6015d25b0a161809d75a',1,'SX127x::fifoGet()']]],
['finishtransmit_439',['finishTransmit',['../class_c_c1101.html#af70ea860154cd6d2b2e2a6962e161c8f',1,'CC1101::finishTransmit()'],['../classn_r_f24.html#af0c21ff66c011dfdc1ad12bc7dd11c2f',1,'nRF24::finishTransmit()'],['../class_r_f69.html#a3e449fa06c9e76cf69585bfbeed1c46b',1,'RF69::finishTransmit()'],['../class_si443x.html#a6792f13441a1bbb3340d2ba3d9abbec3',1,'Si443x::finishTransmit()'],['../class_s_x126x.html#a8e22d67b64953c8b4da779d87d563f3e',1,'SX126x::finishTransmit()'],['../class_s_x127x.html#a7fd9cec52b7fbd0c69cbd861dc17549f',1,'SX127x::finishTransmit()'],['../class_s_x128x.html#a4587409a9b96a0c496cf12b3acac20c4',1,'SX128x::finishTransmit()'],['../class_physical_layer.html#aeba51a21ad3c6d56b61a55061de7fc92',1,'PhysicalLayer::finishTransmit()']]],
['fixedpacketlengthmode_440',['fixedPacketLengthMode',['../class_c_c1101.html#ad25ad96cddf62273bffd601384d22275',1,'CC1101::fixedPacketLengthMode()'],['../class_s_x127x.html#a6fb42d9cd518e9f6408a40753c0be359',1,'SX127x::fixedPacketLengthMode()'],['../class_s_x126x.html#abc3a4f9213b2a7052e97c2e3a0bf45a5',1,'SX126x::fixedPacketLengthMode()'],['../class_si443x.html#ad2b3a961a99d9e8f3a7ead6e8b69e858',1,'Si443x::fixedPacketLengthMode()'],['../class_r_f69.html#a0de2a07f264839cda945faebf7319e0e',1,'RF69::fixedPacketLengthMode()']]],