Timer run types. More...
#include <os-timer.h>
Public Types | |
enum | : type_t { once = 0 , periodic = 1 } |
Timer run types.
Definition at line 82 of file os-timer.h.
anonymous enum : type_t |
Enumerator | |
---|---|
once | Run only once. |
periodic | Run periodically. |
Definition at line 84 of file os-timer.h.