nlib
nlib_timerspec Struct Reference

Specifies the time to elapse before the timer initially starts up and the interval between the subsequent startups. If 0 is specified for the both values, the timer stops. More...

#include <manual_en_platform.h>

Public Attributes

A timer

It allows a task to be regularly run.

nlib_duration due_time
 Specifies the time to elapse before the timer initially starts up.
 
nlib_duration interval
 Specifies the interval between the startups of the timer following its initial startup. If 0 is specified, the time works as a one-shot timer.
 

Detailed Description

Specifies the time to elapse before the timer initially starts up and the interval between the subsequent startups. If 0 is specified for the both values, the timer stops.

Definition at line 520 of file Platform.h.


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