From 45ba1470450539106778547fded4717d7e0d5d3e Mon Sep 17 00:00:00 2001 From: jgromes Date: Mon, 5 Aug 2024 19:07:08 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20d95e5?= =?UTF-8?q?e39e81682daf192ed441747729ae843c448=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _module_8h_source.html | 54 +++++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 27 deletions(-) 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
Implements all common low-level methods to control the wireless module. Every module class contains o...
Definition: Module.h:65
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
int16_t(* SPIcheckStatusCb_t)(Module *mod)
Callback for validation SPI status.
Definition: Module.h:166