Timer Functions

The following functions are available to access wRTOS timer services:

Note: Application timers can only have periods as small as the Subsystem's HAL timer period or a multiple of it.

Programming Considerations

If your application needs to inform other threads of a timer expiration, you should use the appropriate notification object in the handling routine to indicate the event.

Related topics: