Home
last modified time | relevance | path

Searched refs:zephyr_timer_wrapper (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/portability/cmsis_rtos_v1/
Dcmsis_timer.c14 static void zephyr_timer_wrapper(struct k_timer *timer);
27 static void zephyr_timer_wrapper(struct k_timer *timer) in zephyr_timer_wrapper() function
62 k_timer_init(&timer->ztimer, zephyr_timer_wrapper, NULL); in osTimerCreate()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dtimer.c14 static void zephyr_timer_wrapper(struct k_timer *timer);
26 static void zephyr_timer_wrapper(struct k_timer *timer) in zephyr_timer_wrapper() function
65 k_timer_init(&timer->z_timer, zephyr_timer_wrapper, NULL); in osTimerNew()
/Zephyr-latest/lib/posix/options/
Dtimer.c22 static void zephyr_timer_wrapper(struct k_timer *ztimer);
37 static void zephyr_timer_wrapper(struct k_timer *ztimer) in zephyr_timer_wrapper() function
139 k_timer_init(&timer->ztimer, zephyr_timer_wrapper, NULL); in timer_create()