diff --git a/_module_8h_source.html b/_module_8h_source.html index 75d63f65..41062102 100644 --- a/_module_8h_source.html +++ b/_module_8h_source.html @@ -258,33 +258,33 @@ $(document).ready(function(){initNavTree('_module_8h_source.html',''); initResiz
514  static uint32_t reflect(uint32_t in, uint8_t bits);
515 
516  #if RADIOLIB_DEBUG
-
525  static void hexdump(const char* level, uint8_t* data, size_t len, uint32_t offset = 0, uint8_t width = 1, bool be = false);
-
526 
-
533  void regdump(const char* level, uint16_t start, size_t len);
-
534  #endif
-
535 
-
536  #if RADIOLIB_DEBUG and defined(RADIOLIB_BUILD_ARDUINO)
-
537  static size_t serialPrintf(const char* format, ...);
-
538  #endif
-
539 
-
540 #if !RADIOLIB_GODMODE
-
541  private:
-
542 #endif
-
543  uint32_t csPin = RADIOLIB_NC;
-
544  uint32_t irqPin = RADIOLIB_NC;
-
545  uint32_t rstPin = RADIOLIB_NC;
-
546  uint32_t gpioPin = RADIOLIB_NC;
-
547 
-
548  // RF switch pins and table
-
549  uint32_t rfSwitchPins[RFSWITCH_MAX_PINS] = { RADIOLIB_NC, RADIOLIB_NC, RADIOLIB_NC, RADIOLIB_NC, RADIOLIB_NC };
-
550  const RfSwitchMode_t *rfSwitchTable = nullptr;
-
551 
-
552  #if RADIOLIB_INTERRUPT_TIMING
-
553  uint32_t prevTimingLen = 0;
-
554  #endif
-
555 };
-
556 
-
557 #endif
+
526  static void hexdump(const char* level, uint8_t* data, size_t len, uint32_t offset = 0, uint8_t width = 1, bool be = false);
+
527 
+
534  void regdump(const char* level, uint16_t start, size_t len);
+
535  #endif
+
536 
+
537  #if RADIOLIB_DEBUG and defined(RADIOLIB_BUILD_ARDUINO)
+
538  static size_t serialPrintf(const char* format, ...);
+
539  #endif
+
540 
+
541 #if !RADIOLIB_GODMODE
+
542  private:
+
543 #endif
+
544  uint32_t csPin = RADIOLIB_NC;
+
545  uint32_t irqPin = RADIOLIB_NC;
+
546  uint32_t rstPin = RADIOLIB_NC;
+
547  uint32_t gpioPin = RADIOLIB_NC;
+
548 
+
549  // RF switch pins and table
+
550  uint32_t rfSwitchPins[RFSWITCH_MAX_PINS] = { RADIOLIB_NC, RADIOLIB_NC, RADIOLIB_NC, RADIOLIB_NC, RADIOLIB_NC };
+
551  const RfSwitchMode_t *rfSwitchTable = nullptr;
+
552 
+
553  #if RADIOLIB_INTERRUPT_TIMING
+
554  uint32_t prevTimingLen = 0;
+
555  #endif
+
556 };
+
557 
+
558 #endif
Module
Implements all common low-level methods to control the wireless module. Every module class contains o...
Definition: Module.h:65
Module::RFSWITCH_MAX_PINS
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:74
Module::SPIcheckStatusCb_t
int16_t(* SPIcheckStatusCb_t)(Module *mod)
Callback for validation SPI status.
Definition: Module.h:166