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

Interval timer specification used with timer_settime() and timer_gettime(). More...

#include <zephyr/posix/posix_time.h>

Collaboration diagram for itimerspec:

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.
 

Detailed Description

Interval timer specification used with timer_settime() and timer_gettime().

Definition at line 95 of file time.h.

Field Documentation

◆ it_interval

struct timespec itimerspec::it_interval

Timer interval (period); zero for a one-shot timer.

Definition at line 96 of file time.h.

◆ it_value

struct timespec itimerspec::it_value

Initial expiration time; zero to disarm.

Definition at line 97 of file time.h.


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