µ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::state Struct Reference

Timer states. More...

#include <cmsis-plus/rtos/os.h>

Public Types

enum  : state_t {
  undefined = 0 ,
  initialized = 1 ,
  running = 2 ,
  completed = 3 ,
  stopped = 4 ,
  destroyed = 5
}
 

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : state_t
Enumerator
undefined 

Used to catch uninitialised threads.

initialized 
running 
completed 
stopped 
destroyed 

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

110 {
114 undefined = 0,
115 initialized = 1,
116 running = 2,
117 completed = 3,
118 stopped = 4,
119 destroyed = 5
120 };
@ undefined
Used to catch uninitialised threads.
Definition os-timer.h:114

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