![]() |
posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
|
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]. | |
| suseconds_t timeval::tv_usec |