diff --git a/_s_x126x_8h_source.html b/_s_x126x_8h_source.html index b758116f..89b8fcbd 100644 --- a/_s_x126x_8h_source.html +++ b/_s_x126x_8h_source.html @@ -627,39 +627,39 @@ $(document).ready(function(){initNavTree('_s_x126x_8h_source.html',''); initResi
939 
947  size_t getPacketLength(bool update = true) override;
948 
-
956  int16_t fixedPacketLengthMode(uint8_t len = RADIOLIB_SX126X_MAX_PACKET_LENGTH);
+
956  int16_t fixedPacketLengthMode(uint8_t len = RADIOLIB_SX126X_MAX_PACKET_LENGTH);
957 
-
965  int16_t variablePacketLengthMode(uint8_t maxLen = RADIOLIB_SX126X_MAX_PACKET_LENGTH);
+
965  int16_t variablePacketLengthMode(uint8_t maxLen = RADIOLIB_SX126X_MAX_PACKET_LENGTH);
966 
-
974  uint32_t getTimeOnAir(size_t len);
+
974  uint32_t getTimeOnAir(size_t len);
975 
-
981  float getRSSIInst();
+
981  float getRSSIInst();
982 
-
990  int16_t implicitHeader(size_t len);
+
990  int16_t implicitHeader(size_t len);
991 
-
997  int16_t explicitHeader();
+
997  int16_t explicitHeader();
998 
-
1004  int16_t setRegulatorLDO();
+
1004  int16_t setRegulatorLDO();
1005 
-
1011  int16_t setRegulatorDCDC();
+
1011  int16_t setRegulatorDCDC();
1012 
-
1020  int16_t setEncoding(uint8_t encoding) override;
+
1020  int16_t setEncoding(uint8_t encoding) override;
1021 
-
1023  void setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn);
+
1023  void setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn);
1024 
-
1026  void setRfSwitchTable(const RADIOLIB_PIN_TYPE (&pins)[Module::RFSWITCH_MAX_PINS], const Module::RfSwitchMode_t table[]);
+
1026  void setRfSwitchTable(const RADIOLIB_PIN_TYPE (&pins)[Module::RFSWITCH_MAX_PINS], const Module::RfSwitchMode_t table[]);
1027 
-
1036  int16_t forceLDRO(bool enable);
+
1036  int16_t forceLDRO(bool enable);
1037 
-
1044  int16_t autoLDRO();
+
1044  int16_t autoLDRO();
1045 
-
1051  uint8_t randomByte();
+
1051  uint8_t randomByte();
1052 
-
1053  #if !defined(RADIOLIB_EXCLUDE_DIRECT_RECEIVE)
-
1059  void setDirectAction(void (*func)(void));
+
1053  #if !defined(RADIOLIB_EXCLUDE_DIRECT_RECEIVE)
+
1059  void setDirectAction(void (*func)(void));
1060 
-
1066  void readBit(RADIOLIB_PIN_TYPE pin);
-
1067  #endif
+
1066  void readBit(RADIOLIB_PIN_TYPE pin);
+
1067  #endif
1068 
1082  int16_t uploadPatch(const uint32_t* patch, size_t len, bool nonvolatile = true);
1083