Home
last modified time | relevance | path

Searched defs:now_64 (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/timer/
Dambiq_stimer.c70 uint64_t now_64 = (g_last_time_stamp <= now) ? (uint64_t)now : (uint64_t)now + COUNTER_MAX; in update_tick_counter() local
114 uint64_t now_64 = (g_last_time_stamp <= now) ? (uint64_t)now in stimer_isr() local
157 uint64_t now_64 = (g_last_time_stamp <= now) ? (uint64_t)now : (uint64_t)now + COUNTER_MAX; in sys_clock_set_timeout() local