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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
9:79633fe7d95b | 2017-06-09 | andriym | Simplified version (removed semaphore and rollover check timer). |
8:5d17ff4f9c23 | 2016-04-05 | tedoyle | Updated constants to accurately reflect unsigned values |
7:381bafbb2218 | 2016-04-01 | tedoyle | Minor edits; |
6:100cf27b43aa | 2016-04-01 | tedoyle | ? |
5:e2a2d9790e36 | 2016-03-28 | tedoyle | Fixes to the documentation.; |
4:9ca673a83acb | 2016-03-28 | tedoyle | Added documentation.; Added check for NULL pointer.; |
3:8396d3e6eb62 | 2016-03-28 | tedoyle | Added code to make Timer64 thread safe; |
2:e89b02820e93 | 2016-03-27 | tedoyle | Reorganized code to make it easier to read. |
1:497fba179833 | 2016-03-27 | tedoyle | bug fixes and code updates; |
0:1e0e79e82839 | 2016-03-26 | tedoyle | Updated; |