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 mix the wait method os_itv_wait and
os_dly_wait (or any other wait with a timeout) in the same
task. RL-RTX maintains only one timer per task. It is used either
for interval or delay waits.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.