NNP STM Generic Remote Module git-main
Loading...
Searching...
No Matches
struct_s_timer_entry Struct Reference

timer struct More...

#include <timer.h>

Collaboration diagram for struct_s_timer_entry:

Public Attributes

UNS8 state
 
CO_Datad
 
TimerCallback_t callback
 
UNS32 id
 
TIMEVAL val
 
TIMEVAL interval
 

Detailed Description

timer struct

Definition at line 33 of file timer.h.

Member Data Documentation

◆ callback

TimerCallback_t struct_s_timer_entry::callback

The callback func.

Definition at line 36 of file timer.h.

Referenced by SetAlarm(), and TimeDispatch().

◆ d

CO_Data* struct_s_timer_entry::d

Definition at line 35 of file timer.h.

◆ id

UNS32 struct_s_timer_entry::id

The callback func.

Definition at line 37 of file timer.h.

Referenced by SetAlarm(), and TimeDispatch().

◆ interval

TIMEVAL struct_s_timer_entry::interval

Periodicity

Definition at line 39 of file timer.h.

Referenced by SetAlarm(), and TimeDispatch().

◆ state

UNS8 struct_s_timer_entry::state

Definition at line 34 of file timer.h.

◆ val

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().


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