[][src]Function rpi_pico_sdk_sys::cancel_repeating_timer

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

\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