posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
timespec Struct Reference

Time value with nanosecond resolution. More...

#include <zephyr/posix/aio.h>

Data Fields

time_t tv_sec
 Seconds.
 
long tv_nsec
 Nanoseconds [0, 999999999].
 

Detailed Description

Time value with nanosecond resolution.

See also
clock_gettime(), nanosleep()

Definition at line 62 of file aio.h.

Field Documentation

◆ tv_nsec

long timespec::tv_nsec

Nanoseconds [0, 999999999].

Definition at line 64 of file aio.h.

◆ tv_sec

time_t timespec::tv_sec

Seconds.

Definition at line 63 of file aio.h.


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