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 intermix with a single task the wait method os_itv_wait () and os_dly_wait ().
|