Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/timer/timer_behavior/src/
Dtick_timer_train.c31 struct timer_wrapper *tm_wrap = in tm_fn() local
35 if (tm_wrap->last_isr != 0) { in tm_fn()
36 uint32_t delta = now - tm_wrap->last_isr; in tm_fn()
38 tm_wrap->max_delta = delta > tm_wrap->max_delta ? delta : tm_wrap->max_delta; in tm_fn()
40 tm_wrap->late_callbacks++; in tm_fn()
43 tm_wrap->last_isr = now; in tm_fn()
44 tm_wrap->callbacks++; in tm_fn()
45 if (tm_wrap->callbacks >= MAX_CALLBACKS) { in tm_fn()
49 int64_t next = tm_wrap->last_scheduled + TIMERS; in tm_fn()
51 tm_wrap->last_scheduled = next; in tm_fn()