Searched refs:timer_def (Results 1 – 1 of 1) sorted by relevance
38 osTimerId osTimerCreate(const osTimerDef_t *timer_def, os_timer_type type, in osTimerCreate() argument43 if (timer_def == NULL) { in osTimerCreate()57 timer->callback_function = timer_def->ptimer; in osTimerCreate()
Completed in 13 milliseconds