µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
os::rtos::timer::run Struct Reference

Timer run types. More...

#include <os-timer.h>

Public Types

enum  : type_t {
  once = 0 ,
  periodic = 1
}
 

Detailed Description

Timer run types.

Definition at line 82 of file os-timer.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : type_t
Enumerator
once 

Run only once.

periodic 

Run periodically.

Definition at line 84 of file os-timer.h.


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