Typedef OSTimerStruct t - DEPRECATED

Page date Thu Feb 17 13:05:20 2011 .   Improve this page

Structure used in OSTimer for storing a timeout, after which an event is notified.

Members

OSTimerTicks_t ticks

Store the actual interval, after which the event is notified.

OSEvent_t event

The event which is notified.

union u

OSEventWaitReturn_t ret

The return value of the event.

Timer *pTimer

Pointer to an advanced timer used to extend the capabilities of the OSTimer. Using this member the timeout could be set as periodic, or even a custom one.