Sleep Functions
The following functions are available to access eRTOS sleep services:
- Sleep suspends the current thread for the specified number of milliseconds.
- RtSleepFt suspends the current thread for the specified period in 100-nanosecond units.
Programming Considerations
The rounding policy on timer expiration including timers, wait functions, and sleep functions is to truncate the specified interval down to the timer tick count. If the count is zero, the count is set to one.