![]() |
posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
|
Interval timer specification used with timer_settime() and timer_gettime(). More...
#include <zephyr/posix/posix_time.h>

Data Fields | |
| struct timespec | it_interval |
| Timer interval (period); zero for a one-shot timer. | |
| struct timespec | it_value |
| Initial expiration time; zero to disarm. | |
Interval timer specification used with timer_settime() and timer_gettime().
| struct timespec itimerspec::it_interval |
| struct timespec itimerspec::it_value |