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
History
Simplified version (removed semaphore and rollover check timer).
2017-06-09, by andriym [Fri, 09 Jun 2017 13:32:48 +0000] rev 9
Simplified version (removed semaphore and rollover check timer).
Updated constants to accurately reflect unsigned values
2016-04-05, by tedoyle [Tue, 05 Apr 2016 19:07:09 +0000] rev 8
Updated constants to accurately reflect unsigned values
Minor edits;
2016-04-01, by tedoyle [Fri, 01 Apr 2016 18:37:38 +0000] rev 7
Minor edits;
?
2016-04-01, by tedoyle [Fri, 01 Apr 2016 16:26:49 +0000] rev 6
?
Fixes to the documentation.;
2016-03-28, by tedoyle [Mon, 28 Mar 2016 21:05:49 +0000] rev 5
Fixes to the documentation.;
Added documentation.; Added check for NULL pointer.;
2016-03-28, by tedoyle [Mon, 28 Mar 2016 20:56:40 +0000] rev 4
Added documentation.; Added check for NULL pointer.;
Added code to make Timer64 thread safe;
2016-03-28, by tedoyle [Mon, 28 Mar 2016 16:31:42 +0000] rev 3
Added code to make Timer64 thread safe;
Reorganized code to make it easier to read.
2016-03-27, by tedoyle [Sun, 27 Mar 2016 20:44:54 +0000] rev 2
Reorganized code to make it easier to read.
bug fixes and code updates;
2016-03-27, by tedoyle [Sun, 27 Mar 2016 20:18:44 +0000] rev 1
bug fixes and code updates;
Updated;
2016-03-26, by tedoyle [Sat, 26 Mar 2016 21:44:41 +0000] rev 0
Updated;