Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/src/
H A Dtimer.c47 static void (*rt_timer_exit_hook)(struct rt_timer *timer); variable
74 rt_timer_exit_hook = hook; in rt_timer_exit_sethook()
529 RT_OBJECT_HOOK_CALL(rt_timer_exit_hook, (t)); in rt_timer_check()
610 RT_OBJECT_HOOK_CALL(rt_timer_exit_hook, (t)); in rt_soft_timer_check()