|
NNP STM Generic Remote Module git-main
|
timer struct More...
#include <timer.h>

Public Attributes | |
| UNS8 | state |
| CO_Data * | d |
| TimerCallback_t | callback |
| UNS32 | id |
| TIMEVAL | val |
| TIMEVAL | interval |
| TimerCallback_t struct_s_timer_entry::callback |
The callback func.
Definition at line 36 of file timer.h.
Referenced by SetAlarm(), and TimeDispatch().
| UNS32 struct_s_timer_entry::id |
The callback func.
Definition at line 37 of file timer.h.
Referenced by SetAlarm(), and TimeDispatch().
| TIMEVAL struct_s_timer_entry::interval |
| TIMEVAL struct_s_timer_entry::val |
this is the current timer value
Definition at line 38 of file timer.h.
Referenced by SetAlarm(), and TimeDispatch().