| AFBR-S50 API Reference Manual
    v1.6.5
    AFBR-S50 Time-of-Flight Sensor SDK for Embedded Software | 
A data structure to represent current time. More...
#include <time.h>
| Data Fields | |
| uint32_t | sec | 
| uint32_t | usec | 
A data structure to represent current time.
Value is obtained from the PIT time which must be configured as lifetime counter.
Range: [0.000000, 4294967296.999999] seconds
| uint32_t ltc_t::sec | 
Seconds; Range: [0, UINT32_MAX] seconds
| uint32_t ltc_t::usec | 
Microseconds; Range: [0, 999999] microseconds