Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/timer/
Dambiq_stimer.c161 uint32_t gap_aligned = (gap / CYC_PER_TICK) * CYC_PER_TICK; in sys_clock_set_timeout() local
162 uint64_t next_aligned = last + gap_aligned; in sys_clock_set_timeout()