[−][src]Function mynewt::kernel::os::os_cputime_delay_ticks
pub unsafe extern "C" fn os_cputime_delay_ticks(ticks: u32)
Wait until the number of ticks has elapsed. This is a blocking delay.
ticks
: The number of ticks to wait.