Deepak Kodihalli | 8aac5db | 2016-11-15 06:57:35 -0600 | [diff] [blame] | 1 | description: > |
2 | Implement to control system time. | ||||
3 | properties: | ||||
4 | - name: Elapsed | ||||
5 | type: uint64 | ||||
6 | description: > | ||||
7 | Time elpased since the | ||||
8 | Epoch(1 Jan 1970 00:00:00 UTC), in microseconds. | ||||
9 | |||||
10 | # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 |