diff --git a/_s_x128x_8h_source.html b/_s_x128x_8h_source.html index 06a538ea..bd6841ec 100644 --- a/_s_x128x_8h_source.html +++ b/_s_x128x_8h_source.html @@ -512,7 +512,7 @@ $(document).ready(function(){initNavTree('_s_x128x_8h_source.html',''); initResi
623 
629  int16_t setOutputPower(int8_t pwr) override;
630 
-
637  int16_t checkOutputPower(int8_t power, int8_t* clipped) override;
+
637  int16_t checkOutputPower(int8_t pwr, int8_t* clipped) override;
638 
644  int16_t setPreambleLength(uint32_t preambleLength);
645 
@@ -660,7 +660,7 @@ $(document).ready(function(){initNavTree('_s_x128x_8h_source.html',''); initResi
SX128x::transmit
int16_t transmit(const char *str, uint8_t addr=0)
C-string transmit method.
Definition: PhysicalLayer.cpp:52
SX128x::transmitDirect
int16_t transmitDirect(uint32_t frf=0) override
Starts direct mode transmission.
Definition: SX128x.cpp:390
SX128x::setRfSwitchPins
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:1344
-
SX128x::checkOutputPower
int16_t checkOutputPower(int8_t power, int8_t *clipped) override
Check if output power is configurable.
Definition: SX128x.cpp:795
+
SX128x::checkOutputPower
int16_t checkOutputPower(int8_t pwr, int8_t *clipped) override
Check if output power is configurable.
Definition: SX128x.cpp:795
SX128x::setHighSensitivityMode
int16_t setHighSensitivityMode(bool enable)
Enables or disables receiver high sensitivity mode.
Definition: SX128x.cpp:1125
SX128x::beginGFSK
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
SX128x::startReceive
int16_t startReceive() override
Interrupt-driven receive method with default parameters. Implemented for compatibility with PhysicalL...
Definition: SX128x.cpp:560
diff --git a/class_physical_layer.html b/class_physical_layer.html index eda9f1f7..a27fa7f9 100644 --- a/class_physical_layer.html +++ b/class_physical_layer.html @@ -500,7 +500,7 @@ class LoRaWANNode
Returns
Status Codes
-

Reimplemented in SX128x, SX1278, SX1272, SX1268, SX1262, SX1261, LR11x0, and CC1101.

+

Reimplemented in SX128x, SX1278, SX1272, SX1268, SX1262, SX1261, LR11x0, and CC1101.

diff --git a/class_s_x1280-members.html b/class_s_x1280-members.html index d8c14a07..987591f7 100644 --- a/class_s_x1280-members.html +++ b/class_s_x1280-members.html @@ -96,7 +96,7 @@ $(document).ready(function(){initNavTree('class_s_x1280.html',''); initResizable beginGFSK(float freq=2400.0, uint16_t br=800, float freqDev=400.0, int8_t pwr=10, uint16_t preambleLength=16)SX128x calculateRxTimeout(RadioLibTime_t timeoutUs)PhysicalLayervirtual checkDataRate(DataRate_t dr)PhysicalLayervirtual - checkOutputPower(int8_t power, int8_t *clipped) overrideSX128xvirtual + checkOutputPower(int8_t pwr, int8_t *clipped) overrideSX128xvirtual clearChannelScanAction()PhysicalLayervirtual clearDio1Action()SX128x clearPacketReceivedAction() overrideSX128xvirtual diff --git a/class_s_x1280.html b/class_s_x1280.html index cae903fc..d89d5fb9 100644 --- a/class_s_x1280.html +++ b/class_s_x1280.html @@ -231,9 +231,9 @@ void int16_t setOutputPower (int8_t pwr) override  Sets output power. Allowed values are in range from -18 to 13 dBm. More...
  -int16_t checkOutputPower (int8_t power, int8_t *clipped) override - Check if output power is configurable. More...
-  +int16_t checkOutputPower (int8_t pwr, int8_t *clipped) override + Check if output power is configurable. More...
+  int16_t setPreambleLength (uint32_t preambleLength)  Sets preamble length for currently active modem. Allowed values range from 1 to 65535. More...
  diff --git a/class_s_x1281-members.html b/class_s_x1281-members.html index 46a0b7a0..77c3505a 100644 --- a/class_s_x1281-members.html +++ b/class_s_x1281-members.html @@ -96,7 +96,7 @@ $(document).ready(function(){initNavTree('class_s_x1281.html',''); initResizable beginGFSK(float freq=2400.0, uint16_t br=800, float freqDev=400.0, int8_t pwr=10, uint16_t preambleLength=16)SX128x calculateRxTimeout(RadioLibTime_t timeoutUs)PhysicalLayervirtual checkDataRate(DataRate_t dr)PhysicalLayervirtual - checkOutputPower(int8_t power, int8_t *clipped) overrideSX128xvirtual + checkOutputPower(int8_t pwr, int8_t *clipped) overrideSX128xvirtual clearChannelScanAction()PhysicalLayervirtual clearDio1Action()SX128x clearPacketReceivedAction() overrideSX128xvirtual diff --git a/class_s_x1281.html b/class_s_x1281.html index 54aa97df..331b316b 100644 --- a/class_s_x1281.html +++ b/class_s_x1281.html @@ -218,9 +218,9 @@ void int16_t setOutputPower (int8_t pwr) override  Sets output power. Allowed values are in range from -18 to 13 dBm. More...
  -int16_t checkOutputPower (int8_t power, int8_t *clipped) override - Check if output power is configurable. More...
-  +int16_t checkOutputPower (int8_t pwr, int8_t *clipped) override + Check if output power is configurable. More...
+  int16_t setPreambleLength (uint32_t preambleLength)  Sets preamble length for currently active modem. Allowed values range from 1 to 65535. More...
  diff --git a/class_s_x1282-members.html b/class_s_x1282-members.html index 58560555..cc0a0a68 100644 --- a/class_s_x1282-members.html +++ b/class_s_x1282-members.html @@ -96,7 +96,7 @@ $(document).ready(function(){initNavTree('class_s_x1282.html',''); initResizable beginGFSK(float freq=2400.0, uint16_t br=800, float freqDev=400.0, int8_t pwr=10, uint16_t preambleLength=16)SX128x calculateRxTimeout(RadioLibTime_t timeoutUs)PhysicalLayervirtual checkDataRate(DataRate_t dr)PhysicalLayervirtual - checkOutputPower(int8_t power, int8_t *clipped) overrideSX128xvirtual + checkOutputPower(int8_t pwr, int8_t *clipped) overrideSX128xvirtual clearChannelScanAction()PhysicalLayervirtual clearDio1Action()SX128x clearPacketReceivedAction() overrideSX128xvirtual diff --git a/class_s_x1282.html b/class_s_x1282.html index 091ac0de..9de68072 100644 --- a/class_s_x1282.html +++ b/class_s_x1282.html @@ -235,9 +235,9 @@ void int16_t setOutputPower (int8_t pwr) override  Sets output power. Allowed values are in range from -18 to 13 dBm. More...
  -int16_t checkOutputPower (int8_t power, int8_t *clipped) override - Check if output power is configurable. More...
-  +int16_t checkOutputPower (int8_t pwr, int8_t *clipped) override + Check if output power is configurable. More...
+  int16_t setPreambleLength (uint32_t preambleLength)  Sets preamble length for currently active modem. Allowed values range from 1 to 65535. More...
  diff --git a/class_s_x128x-members.html b/class_s_x128x-members.html index e4813bd0..3647edf0 100644 --- a/class_s_x128x-members.html +++ b/class_s_x128x-members.html @@ -96,7 +96,7 @@ $(document).ready(function(){initNavTree('class_s_x128x.html',''); initResizable beginGFSK(float freq=2400.0, uint16_t br=800, float freqDev=400.0, int8_t pwr=10, uint16_t preambleLength=16)SX128x calculateRxTimeout(RadioLibTime_t timeoutUs)PhysicalLayervirtual checkDataRate(DataRate_t dr)PhysicalLayervirtual - checkOutputPower(int8_t power, int8_t *clipped) overrideSX128xvirtual + checkOutputPower(int8_t pwr, int8_t *clipped) overrideSX128xvirtual clearChannelScanAction()PhysicalLayervirtual clearDio1Action()SX128x clearPacketReceivedAction() overrideSX128xvirtual diff --git a/class_s_x128x.html b/class_s_x128x.html index 80f2e11c..fa1b3b76 100644 --- a/class_s_x128x.html +++ b/class_s_x128x.html @@ -214,9 +214,9 @@ void int16_t setOutputPower (int8_t pwr) override  Sets output power. Allowed values are in range from -18 to 13 dBm. More...
  -int16_t checkOutputPower (int8_t power, int8_t *clipped) override - Check if output power is configurable. More...
-  +int16_t checkOutputPower (int8_t pwr, int8_t *clipped) override + Check if output power is configurable. More...
+  int16_t setPreambleLength (uint32_t preambleLength)  Sets preamble length for currently active modem. Allowed values range from 1 to 65535. More...
  @@ -678,8 +678,8 @@ virtual void  - -

◆ checkOutputPower()

+ +

◆ checkOutputPower()

@@ -691,7 +691,7 @@ virtual void int16_t SX128x::checkOutputPower ( int8_t  - power, + pwr, @@ -715,7 +715,7 @@ virtual void Check if output power is configurable.

Parameters
- +
powerOutput power in dBm.
pwrOutput power in dBm.
clippedClipped output power value to what is possible within the module's range.
diff --git a/class_s_x128x.js b/class_s_x128x.js index c4aa3ebe..8ffe996b 100644 --- a/class_s_x128x.js +++ b/class_s_x128x.js @@ -5,7 +5,7 @@ var class_s_x128x = [ "beginBLE", "class_s_x128x.html#ace5ede905bf85aada0c61b9cfaaea127", null ], [ "beginFLRC", "class_s_x128x.html#a2c4a24623c5fd27b3cc937e55783d709", null ], [ "beginGFSK", "class_s_x128x.html#a6ed60dfbd142315bb4e1abd2555a470a", null ], - [ "checkOutputPower", "class_s_x128x.html#a5cf9f188217bb10932cef65935b59da2", null ], + [ "checkOutputPower", "class_s_x128x.html#a5e876e02fd527390905004718225c25f", null ], [ "clearDio1Action", "class_s_x128x.html#ab8a3fe8e2843fa039ef369668f1a423f", null ], [ "clearPacketReceivedAction", "class_s_x128x.html#ac79047a072a038194f3429a913e7aaee", null ], [ "clearPacketSentAction", "class_s_x128x.html#ab2335d91c7899291312e3cd6576446e5", null ], diff --git a/functions_c.html b/functions_c.html index f1c886b5..3a33f1fb 100644 --- a/functions_c.html +++ b/functions_c.html @@ -119,7 +119,7 @@ $(document).ready(function(){initNavTree('functions_c.html',''); initResizable() ,
SX1268 , SX1272 , SX1278 -, SX128x +, SX128x
  • checkStatusCb : Module::SPIConfig_t diff --git a/functions_func_c.html b/functions_func_c.html index 99ed7026..3e1917d0 100644 --- a/functions_func_c.html +++ b/functions_func_c.html @@ -116,7 +116,7 @@ $(document).ready(function(){initNavTree('functions_func_c.html',''); initResiza , SX1268 , SX1272 , SX1278 -, SX128x +, SX128x
  • checksum() : RadioLibCRC diff --git a/navtreeindex4.js b/navtreeindex4.js index 1f48bcb2..de9452a5 100644 --- a/navtreeindex4.js +++ b/navtreeindex4.js @@ -28,7 +28,7 @@ var NAVTREEINDEX4 = "class_s_x128x.html#a492b2d057dd803c3884fa1adc8e22534":[3,0,76,62], "class_s_x128x.html#a53892566b0259d348158efe3c3c3601a":[3,0,76,65], "class_s_x128x.html#a5ba683fbc4a46418ce3736f224fb55f2":[3,0,76,46], -"class_s_x128x.html#a5cf9f188217bb10932cef65935b59da2":[3,0,76,5], +"class_s_x128x.html#a5e876e02fd527390905004718225c25f":[3,0,76,5], "class_s_x128x.html#a6083c3789671527e5aee5fd1b8723996":[3,0,76,58], "class_s_x128x.html#a6e45fbfaec7063e52e188f47a3a585a5":[3,0,76,41], "class_s_x128x.html#a6ed60dfbd142315bb4e1abd2555a470a":[3,0,76,4], diff --git a/search/all_2.js b/search/all_2.js index 13458470..aa8490a0 100644 --- a/search/all_2.js +++ b/search/all_2.js @@ -5,7 +5,7 @@ var searchData= ['cc1101_30',['CC1101',['../class_c_c1101.html',1,'CC1101'],['../class_c_c1101.html#a6807e4254c4b55fa8d393b2bf8f2db3e',1,'CC1101::CC1101()']]], ['channelfreq_31',['channelFreq',['../struct_l_r11x0_wifi_result__t.html#a520382420ad088ac1ace3754192cbfeb',1,'LR11x0WifiResult_t']]], ['checkdatarate_32',['checkDataRate',['../class_l_l_c_c68.html#a708183645ec0b9fec54d6369e7b1345f',1,'LLCC68::checkDataRate()'],['../class_l_r11x0.html#a4d18ad719be79c083f2b0ce77bbaa448',1,'LR11x0::checkDataRate()'],['../class_s_x126x.html#a75c8d32cee712e0c940163446b98e587',1,'SX126x::checkDataRate()'],['../class_s_x1272.html#a2a36487740f15731c6e508428e4b11f0',1,'SX1272::checkDataRate()'],['../class_s_x1273.html#a5eae1e82596f3a6c4c926c381c2737a7',1,'SX1273::checkDataRate()'],['../class_s_x1277.html#aef5d9e27edc2173d1b4cc1cb0d9733bc',1,'SX1277::checkDataRate()'],['../class_s_x1278.html#a7f238fd38f436d9e86aa92a387d48467',1,'SX1278::checkDataRate()'],['../class_physical_layer.html#a58d54eeb40fb586013ba48e15318abba',1,'PhysicalLayer::checkDataRate()']]], - ['checkoutputpower_33',['checkOutputPower',['../class_s_x1272.html#a2510072152c936d9f62557f46a4248d0',1,'SX1272::checkOutputPower()'],['../class_physical_layer.html#a1784cb227d04b3f2846625fda6797536',1,'PhysicalLayer::checkOutputPower()'],['../class_s_x128x.html#a5cf9f188217bb10932cef65935b59da2',1,'SX128x::checkOutputPower()'],['../class_s_x1278.html#ac6146c2a3d0a35662312165325fd97f8',1,'SX1278::checkOutputPower(int8_t power, int8_t *clipped, bool useRfo)'],['../class_s_x1278.html#aac7b585c4a616a1cd6f89a8b46a7d9f8',1,'SX1278::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_s_x1272.html#a1e39e8e3b228ca9a805f41a9bbf86c64',1,'SX1272::checkOutputPower()'],['../class_s_x1262.html#a33c304c19634a905c7318d9ca88f4e93',1,'SX1262::checkOutputPower()'],['../class_s_x1261.html#ae8e9968a9ee1c2199ed9f968d8f4e3b1',1,'SX1261::checkOutputPower()'],['../class_l_r11x0.html#aede2a1dd742516423d89c2e0645297e7',1,'LR11x0::checkOutputPower(int8_t power, int8_t *clipped, bool forceHighPower)'],['../class_l_r11x0.html#a681b20613f9213e98096f0407f8e418d',1,'LR11x0::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_c_c1101.html#aa86c74ed4339b70be6950e9f92be1d81',1,'CC1101::checkOutputPower(int8_t power, int8_t *clipped, uint8_t *raw)'],['../class_c_c1101.html#ab500e75fcf63f123eb3945925f361bd0',1,'CC1101::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_s_x1268.html#ae1b1f56336fcef9ce31d9408fbbbfe3c',1,'SX1268::checkOutputPower()']]], + ['checkoutputpower_33',['checkOutputPower',['../class_s_x1272.html#a2510072152c936d9f62557f46a4248d0',1,'SX1272::checkOutputPower()'],['../class_physical_layer.html#a1784cb227d04b3f2846625fda6797536',1,'PhysicalLayer::checkOutputPower()'],['../class_s_x128x.html#a5e876e02fd527390905004718225c25f',1,'SX128x::checkOutputPower()'],['../class_s_x1278.html#ac6146c2a3d0a35662312165325fd97f8',1,'SX1278::checkOutputPower(int8_t power, int8_t *clipped, bool useRfo)'],['../class_s_x1278.html#aac7b585c4a616a1cd6f89a8b46a7d9f8',1,'SX1278::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_s_x1272.html#a1e39e8e3b228ca9a805f41a9bbf86c64',1,'SX1272::checkOutputPower()'],['../class_s_x1262.html#a33c304c19634a905c7318d9ca88f4e93',1,'SX1262::checkOutputPower()'],['../class_s_x1261.html#ae8e9968a9ee1c2199ed9f968d8f4e3b1',1,'SX1261::checkOutputPower()'],['../class_l_r11x0.html#aede2a1dd742516423d89c2e0645297e7',1,'LR11x0::checkOutputPower(int8_t power, int8_t *clipped, bool forceHighPower)'],['../class_l_r11x0.html#a681b20613f9213e98096f0407f8e418d',1,'LR11x0::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_c_c1101.html#aa86c74ed4339b70be6950e9f92be1d81',1,'CC1101::checkOutputPower(int8_t power, int8_t *clipped, uint8_t *raw)'],['../class_c_c1101.html#ab500e75fcf63f123eb3945925f361bd0',1,'CC1101::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_s_x1268.html#ae1b1f56336fcef9ce31d9408fbbbfe3c',1,'SX1268::checkOutputPower()']]], ['checkstatuscb_34',['checkStatusCb',['../struct_module_1_1_s_p_i_config__t.html#ac1e7f50d134ec054ed2074b846f1124e',1,'Module::SPIConfig_t']]], ['checksum_35',['checksum',['../class_radio_lib_c_r_c.html#a92328d778fe59c046c6e74296eb5fb23',1,'RadioLibCRC']]], ['cid_36',['cid',['../struct_lo_ra_w_a_n_mac_spec__t.html#a1b106b73be8b6ae35fda3e0d90795fe9',1,'LoRaWANMacSpec_t::cid()'],['../struct_lo_ra_w_a_n_mac_command__t.html#aa41a9955ac6f0fad60b4990955e40834',1,'LoRaWANMacCommand_t::cid()']]], diff --git a/search/functions_2.js b/search/functions_2.js index 930e0f6f..4839e2cd 100644 --- a/search/functions_2.js +++ b/search/functions_2.js @@ -4,7 +4,7 @@ var searchData= ['calibrateimagerejection_748',['calibrateImageRejection',['../class_s_x126x.html#aa3c90f19cd141738ff013ae72f78f1bb',1,'SX126x']]], ['cc1101_749',['CC1101',['../class_c_c1101.html#a6807e4254c4b55fa8d393b2bf8f2db3e',1,'CC1101']]], ['checkdatarate_750',['checkDataRate',['../class_s_x1273.html#a5eae1e82596f3a6c4c926c381c2737a7',1,'SX1273::checkDataRate()'],['../class_physical_layer.html#a58d54eeb40fb586013ba48e15318abba',1,'PhysicalLayer::checkDataRate()'],['../class_s_x1278.html#a7f238fd38f436d9e86aa92a387d48467',1,'SX1278::checkDataRate()'],['../class_s_x1277.html#aef5d9e27edc2173d1b4cc1cb0d9733bc',1,'SX1277::checkDataRate()'],['../class_s_x1272.html#a2a36487740f15731c6e508428e4b11f0',1,'SX1272::checkDataRate()'],['../class_s_x126x.html#a75c8d32cee712e0c940163446b98e587',1,'SX126x::checkDataRate()'],['../class_l_r11x0.html#a4d18ad719be79c083f2b0ce77bbaa448',1,'LR11x0::checkDataRate()'],['../class_l_l_c_c68.html#a708183645ec0b9fec54d6369e7b1345f',1,'LLCC68::checkDataRate()']]], - ['checkoutputpower_751',['checkOutputPower',['../class_s_x1261.html#ae8e9968a9ee1c2199ed9f968d8f4e3b1',1,'SX1261::checkOutputPower()'],['../class_physical_layer.html#a1784cb227d04b3f2846625fda6797536',1,'PhysicalLayer::checkOutputPower()'],['../class_s_x128x.html#a5cf9f188217bb10932cef65935b59da2',1,'SX128x::checkOutputPower()'],['../class_s_x1278.html#ac6146c2a3d0a35662312165325fd97f8',1,'SX1278::checkOutputPower(int8_t power, int8_t *clipped, bool useRfo)'],['../class_s_x1278.html#aac7b585c4a616a1cd6f89a8b46a7d9f8',1,'SX1278::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_s_x1272.html#a1e39e8e3b228ca9a805f41a9bbf86c64',1,'SX1272::checkOutputPower(int8_t power, int8_t *clipped, bool useRfo)'],['../class_s_x1272.html#a2510072152c936d9f62557f46a4248d0',1,'SX1272::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_s_x1268.html#ae1b1f56336fcef9ce31d9408fbbbfe3c',1,'SX1268::checkOutputPower()'],['../class_s_x1262.html#a33c304c19634a905c7318d9ca88f4e93',1,'SX1262::checkOutputPower()'],['../class_l_r11x0.html#aede2a1dd742516423d89c2e0645297e7',1,'LR11x0::checkOutputPower(int8_t power, int8_t *clipped, bool forceHighPower)'],['../class_l_r11x0.html#a681b20613f9213e98096f0407f8e418d',1,'LR11x0::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_c_c1101.html#aa86c74ed4339b70be6950e9f92be1d81',1,'CC1101::checkOutputPower(int8_t power, int8_t *clipped, uint8_t *raw)'],['../class_c_c1101.html#ab500e75fcf63f123eb3945925f361bd0',1,'CC1101::checkOutputPower(int8_t power, int8_t *clipped) override']]], + ['checkoutputpower_751',['checkOutputPower',['../class_s_x1261.html#ae8e9968a9ee1c2199ed9f968d8f4e3b1',1,'SX1261::checkOutputPower()'],['../class_physical_layer.html#a1784cb227d04b3f2846625fda6797536',1,'PhysicalLayer::checkOutputPower()'],['../class_s_x128x.html#a5e876e02fd527390905004718225c25f',1,'SX128x::checkOutputPower()'],['../class_s_x1278.html#ac6146c2a3d0a35662312165325fd97f8',1,'SX1278::checkOutputPower(int8_t power, int8_t *clipped, bool useRfo)'],['../class_s_x1278.html#aac7b585c4a616a1cd6f89a8b46a7d9f8',1,'SX1278::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_s_x1272.html#a1e39e8e3b228ca9a805f41a9bbf86c64',1,'SX1272::checkOutputPower(int8_t power, int8_t *clipped, bool useRfo)'],['../class_s_x1272.html#a2510072152c936d9f62557f46a4248d0',1,'SX1272::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_s_x1268.html#ae1b1f56336fcef9ce31d9408fbbbfe3c',1,'SX1268::checkOutputPower()'],['../class_s_x1262.html#a33c304c19634a905c7318d9ca88f4e93',1,'SX1262::checkOutputPower()'],['../class_l_r11x0.html#aede2a1dd742516423d89c2e0645297e7',1,'LR11x0::checkOutputPower(int8_t power, int8_t *clipped, bool forceHighPower)'],['../class_l_r11x0.html#a681b20613f9213e98096f0407f8e418d',1,'LR11x0::checkOutputPower(int8_t power, int8_t *clipped) override'],['../class_c_c1101.html#aa86c74ed4339b70be6950e9f92be1d81',1,'CC1101::checkOutputPower(int8_t power, int8_t *clipped, uint8_t *raw)'],['../class_c_c1101.html#ab500e75fcf63f123eb3945925f361bd0',1,'CC1101::checkOutputPower(int8_t power, int8_t *clipped) override']]], ['checksum_752',['checksum',['../class_radio_lib_c_r_c.html#a92328d778fe59c046c6e74296eb5fb23',1,'RadioLibCRC']]], ['clearchannelscanaction_753',['clearChannelScanAction',['../class_s_t_m32_w_lx.html#a366a83d5f5ed02859717a83c21768378',1,'STM32WLx::clearChannelScanAction()'],['../class_s_x126x.html#a37dab0ab3c4cab82e367971fc31588a6',1,'SX126x::clearChannelScanAction()'],['../class_s_x127x.html#a0ce9beca21406e3556b3518370947ee2',1,'SX127x::clearChannelScanAction()'],['../class_physical_layer.html#a169a4d04c5c50d3336e274d70930d9f6',1,'PhysicalLayer::clearChannelScanAction()']]], ['cleardio0action_754',['clearDio0Action',['../class_r_f69.html#a9721d2a3ed9fa8dd878575d71d5a4942',1,'RF69::clearDio0Action()'],['../class_s_x127x.html#a729b4f3f36096b5b15bae19c7876e823',1,'SX127x::clearDio0Action()']]],