Timer Functions

The following functions are available to access eRTOS timer services:

Note: Application timers can only have periods as small as the kernel'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.