LibJuno 0.42.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
JUNO_TIMESTAMP_TAG Struct Reference

#include <time_api.h>

Data Fields

JUNO_TIME_SECONDS_T iSeconds
 Seconds component of time.
 
JUNO_TIME_SUBSECONDS_T iSubSeconds
 

Field Documentation

◆ iSeconds

JUNO_TIME_SECONDS_T JUNO_TIMESTAMP_TAG::iSeconds

Seconds component of time.

◆ iSubSeconds

JUNO_TIME_SUBSECONDS_T JUNO_TIMESTAMP_TAG::iSubSeconds

Subseconds componenet of time. 1 Second == 1 << sizeof(JUNO_TIME_SUBSECONDS_T) - 1 Subseconds


The documentation for this struct was generated from the following file: