Home
last modified time | relevance | path

Searched refs:callback_function (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/subsys/portability/cmsis_rtos_v1/
Dcmsis_timer.c20 void (*callback_function)(void const *argument); member
32 (cm_timer->callback_function)(cm_timer->arg); in zephyr_timer_wrapper()
57 timer->callback_function = timer_def->ptimer; in osTimerCreate()
/Zephyr-Core-3.5.0/modules/hal_infineon/abstraction-rtos/include/COMPONENT_ZEPHYR/
Dcyabs_rtos_impl.h70 void *callback_function; member
/Zephyr-Core-3.5.0/subsys/portability/cmsis_rtos_v2/
Dtimer.c31 (cm_timer->callback_function)(cm_timer->arg); in zephyr_timer_wrapper()
60 timer->callback_function = func; in osTimerNew()
Dwrapper.h33 void (*callback_function)(void *argument); member
/Zephyr-Core-3.5.0/modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/
Dcyabs_rtos_zephyr.c778 ((cy_timer_callback_t)_timer->callback_function)( in zephyr_timer_event_handler()
790 timer->callback_function = (void *)fun; in cy_rtos_init_timer()