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

Time value with microsecond resolution. More...

#include <zephyr/posix/sys/select.h>

Data Fields

time_t tv_sec
 Seconds.
 
suseconds_t tv_usec
 Microseconds [0, 999999].
 

Detailed Description

Time value with microsecond resolution.

Definition at line 79 of file select.h.

Field Documentation

◆ tv_sec

time_t timeval::tv_sec

Seconds.

Definition at line 80 of file select.h.

◆ tv_usec

suseconds_t timeval::tv_usec

Microseconds [0, 999999].

Definition at line 81 of file select.h.


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