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