µ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

Timer states.

Definition at line 110 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 112 of file os-timer.h.


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