Mistake on this page?
Report an issue in GitHub or email us
Data Fields
wsfTimer_tag Struct Reference

Timer structure. More...

#include <wsf_timer.h>

Data Fields

struct wsfTimer_tagpNext
 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...
 

Detailed Description

Timer structure.

Definition at line 53 of file wsf_timer.h.

Field Documentation

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.

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.

number of ticks until expiration

Definition at line 57 of file wsf_timer.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.