Timer structure. More...
#include <wsf_timer.h>
Data Fields | |
struct wsfTimer_tag * | pNext |
pointer to next timer in queue More... | |
wsfMsgHdr_t | msg |
application-defined timer event parameters More... | |
wsfTimerTicks_t | ticks |
number of ticks until expiration More... | |
wsfHandlerId_t | handlerId |
event handler for this timer More... | |
uint8_t | isStarted |
TRUE if timer has been started. More... | |
Timer structure.
Definition at line 53 of file wsf_timer.h.
wsfHandlerId_t handlerId |
event handler for this timer
Definition at line 58 of file wsf_timer.h.
uint8_t isStarted |
TRUE if timer has been started.
Definition at line 59 of file wsf_timer.h.
wsfMsgHdr_t msg |
application-defined timer event parameters
Definition at line 56 of file wsf_timer.h.
struct wsfTimer_tag* pNext |
pointer to next timer in queue
Definition at line 55 of file wsf_timer.h.
wsfTimerTicks_t ticks |
number of ticks until expiration
Definition at line 57 of file wsf_timer.h.