Simple 64-bit timer for mbed. It is a drastically simplified version of Timer64 class by Tom Doyle. It is meant to be used in single-thread applications, where timer is used frequently, while standard 32-bit Timer is not enough.
Fork of Timer64 by
Diff: Timer64.h
- Revision:
- 2:e89b02820e93
- Parent:
- 1:497fba179833
- Child:
- 3:8396d3e6eb62
--- a/Timer64.h Sun Mar 27 20:18:44 2016 +0000 +++ b/Timer64.h Sun Mar 27 20:44:54 2016 +0000 @@ -13,6 +13,7 @@ #define TIMER64_WARNING_ALREADY_INITIALIZED 1 #define TIMER64_WARNING_ALREADY_RUNNING 2 #define TIMER64_WARNING_ALREADY_STOPPED 3 +#define TIMER64_WARNING_ALREADY_RELEASED 4 #define TIMER64_15MINUTE_ROLLOVER_CHECK_IN_MSECS 900000 #define TIMER64_MIN_ROLLOVER_CHECK_IN_MSECS 60000 // 0:01:00.000