Searched refs:callback_function (Results 1 – 2 of 2) sorted by relevance
20 void (*callback_function)(void const *argument); member32 (cm_timer->callback_function)(cm_timer->arg); in zephyr_timer_wrapper()57 timer->callback_function = timer_def->ptimer; in osTimerCreate()
31 (cm_timer->callback_function)(cm_timer->arg); in zephyr_timer_wrapper()63 timer->callback_function = func; in osTimerNew()
Completed in 8 milliseconds