cancel_repeating_timer

Function cancel_repeating_timer 

Source
pub unsafe extern "C" fn cancel_repeating_timer(
    timer: *mut repeating_timer_t,
) -> bool
Expand description

\brief Cancel a repeating timer \ingroup repeating_timer \param timer the repeating timer to cancel \return true if the repeating timer was cancelled, false if it didn’t exist \sa alarm_id_t for a note on reuse of IDs