#include <rtl.h>
void os_dly_wait (
U16 delay_time ); /* Length of time to pause */
Description
The os_dly_wait function pauses the calling task. The
argument delay_time specifies the length of the pause and is
measured in number of system_ticks. You can set the delay_time
to any value between 1 and 0xFFFE.
The os_dly_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 delay wait method) in the same
task.
Return Value
The os_dly_wait function does not return any value.
This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.
ARM websites use two types of cookie: (1) those that enable the site to function and perform as required; and (2) analytical cookies which anonymously track visitors only while using the site. If you are not happy with this use of these cookies please review our Privacy Policy to learn how they can be disabled. By disabling cookies some features of the site will not work.