- 42 -
•
Delay task (dly_tsk)
Keeps a task waiting for a finite length of time. Figure 4.9 shows an example in which execution of a task is kept
waiting for 10 ms by the dly_tsk service call. The timeout value should be specified in ms units, and not in time
tick units.
10msec
dly_tsk(10)
Task
Figure 4.9 dly_tsk service call