[][src]Function cmsis_rtos2::cmsis_os2::osTimerStart

pub unsafe extern "C" fn osTimerStart(
    timer_id: osTimerId_t,
    ticks: u32
) -> osStatus_t

Start or restart a timer. \param[in] timer_id timer ID obtained by \ref osTimerNew. \param[in] ticks \ref CMSIS_RTOS_TimeOutValue "time ticks" value of the timer. \return status code that indicates the execution status of the function.