First page Back Continue Last page Graphics
More Timers
RTOS will provide a variety of timers:
- limit how long a task will block waiting to read from a queue.
- limit how long a task will block waiting for a semaphore
- schedule a function to execute after some period of time.