Seconds count. More...
#include <clock.h>
Public Attributes | |
UInt32 | secondsLow |
UInt16 | secondsHigh |
Seconds count.
The seconds count is split into 2 parts, the lower one with 32 bits and the higher one with 16 bits, forming 48 bits total. They are easily put together to represent a 48 bits integer, observing the bit order.