[][src]Function mynewt::kernel::os::os_cputime_timer_stop

pub unsafe extern "C" fn os_cputime_timer_stop(timer: *mut hal_timer)

Stops a cputimer from running. The timer is removed from the timer queue and interrupts are disabled if no timers are left on the queue. Can be called even if timer is not running.