#include <rtl.h>
void os_itv_set (
U16 interval_time ); /* Time interval for periodic wake-up */
Description
The os_itv_set function sets up the calling task for
periodic wake-up after a time interval specified by
interval_time. You must use the os_itv_wait function to
wait for the completion of the time interval. The time interval is
measured in units of system ticks, and you can set it to any value
between 1 and 0x7FFF.
The os_itv_set function is in the RL-RTX library. The
prototype is defined in rtl.h.
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.