Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/timer/timer_behavior/src/
Djitter_drift.c23 static uint32_t periodic_idx; variable
47 periodic_data[periodic_idx] = curr_cycle; in timer_period_fn()
49 if (periodic_idx == 0) { in timer_period_fn()
52 ++periodic_idx; in timer_period_fn()
53 if (periodic_idx >= ARRAY_SIZE(periodic_data)) { in timer_period_fn()
85 periodic_data[periodic_idx] = curr_cycle; in timer_startdelay_fn()
87 if (periodic_idx == 0) { in timer_startdelay_fn()
90 ++periodic_idx; in timer_startdelay_fn()
91 if (periodic_idx < ARRAY_SIZE(periodic_data)) { in timer_startdelay_fn()
137 periodic_idx = 0; in do_test_using()