Searched refs:timer_def (Results 1 – 2 of 2) 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()
391 osTimerId osTimerCreate (const osTimerDef_t *timer_def, os_timer_type type, void *argument);