Searched refs:callback_function (Results 1 – 5 of 5) 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()
70 void *callback_function; member
31 (cm_timer->callback_function)(cm_timer->arg); in zephyr_timer_wrapper()60 timer->callback_function = func; in osTimerNew()
33 void (*callback_function)(void *argument); member
778 ((cy_timer_callback_t)_timer->callback_function)( in zephyr_timer_event_handler()790 timer->callback_function = (void *)fun; in cy_rtos_init_timer()