![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
Timer structure. More...
#include <wsf_timer.h>
Data Fields | |
struct wsfTimer_tag * | pNext |
pointer to next timer in queue | |
wsfTimerTicks_t | ticks |
number of ticks until expiration | |
wsfHandlerId_t | handlerId |
event handler for this timer | |
bool_t | isStarted |
TRUE if timer has been started. | |
wsfMsgHdr_t | msg |
application-defined timer event parameters | |
Timer structure.
Definition at line 48 of file wsf_timer.h.