The os_itv_wait function waits for a periodic time interval after which the RTX kernel wakes up the calling task. You must set the time interval using the os_itv_set function. you can use the os_itv_wait function to perform a job at regular intervals independent of the execution time of the task. The os_itv_wait function is in the RL-RTX library. The prototype is defined in rtl.h. Note - You cannot intermix with a single task the wait method os_itv_wait () and os_dly_wait ().
|