Keil Logo

Time Management Routines

Routine Attributes Description
os_dly_wait Pauses the calling task for a specified interval.
os_itv_set Enables the calling task for periodic wake up.
os_itv_wait Pauses the calling task until the periodic wake up interval expires.
os_time_get Obtains the current OS time in clock ticks.

note

  • The time management routines enable you to pause and restart tasks using a timer.
  • 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 logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

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.