| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
Representation of an instant in two time scales. More...
#include <timeutil.h>
Data Fields | |
| uint64_t | ref | 
| uint64_t | local | 
Representation of an instant in two time scales.
Capturing the same instant in two time scales provides a registration point that can be used to convert between those time scales.
| uint64_t timeutil_sync_instant::local | 
The corresponding instance in the local time scale.
This may be zero in a valid timeutil_sync_instant object.
| uint64_t timeutil_sync_instant::ref | 
An instant in the reference time scale.
This must never be zero in an initialized timeutil_sync_instant object.