[][src]Function cmsis_rtos2::rtos_os_timer_new

pub fn rtos_os_timer_new(
    func: osTimerFunc_t,
    timer_type: osTimerType_t,
    argument: *mut c_void,
    attr: *const osTimerAttr_t
) -> osTimerId_t