Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kThread_SleepAtLeast ( k64u  duration)

Causes the current thread to yield control for at least the specified duration.

This function sleeps until at least the specified duration has elapsed. Consider using this function when a sleep operation must provide a guaranteed minimum hold time.

Parameters
durationMinimum time to sleep, in microseconds
Returns
Operation status.