Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Watchdog by
Diff: Watchdog.h
- Revision:
- 18:edfbf294c9e2
- Parent:
- 16:de80257a1ed0
- Child:
- 20:675c7f108707
--- a/Watchdog.h	Thu Mar 15 10:31:54 2018 +0000
+++ b/Watchdog.h	Mon Mar 19 04:35:39 2018 +0000
@@ -107,6 +107,11 @@
 #if defined( TARGET_STM )
     uint32_t reset_status() { return _rcc_csr; }
 #endif
+
+#if defined(TARGET_LPC81X) || defined(TARGET_LPC82X)
+    uint32_t get_wdtclock();
+#endif
+
 private:
     bool _wdreset;
 
    