Function osTimerDelete

Source
pub unsafe extern "C" fn osTimerDelete(
    timer_id: osTimerId_t,
) -> osStatus_t
Expand description

Delete a timer. \param[in] timer_id timer ID obtained by \ref osTimerNew. \return status code that indicates the execution status of the function.