#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.
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.