[−][src]Function mynewt::kernel::os::os_time_delay
pub unsafe extern "C" fn os_time_delay(osticks: os_time_t)
Puts the current task to sleep for the specified number of os ticks. There is no delay if ticks is 0.
osticks
: Number of ticks to delay (0 means no delay).