Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/timer/timer_behavior/src/
Dtick_timer_train.c21 uint32_t last_isr; member
35 if (tm_wrap->last_isr != 0) { in tm_fn()
36 uint32_t delta = now - tm_wrap->last_isr; in tm_fn()
43 tm_wrap->last_isr = now; in tm_fn()