Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/timer/
Dcc13xx_cc26xx_rtc_timer.c98 uint64_t newThreshold; in rtc_isr() local
121 newThreshold = nextThreshold + RTC_COUNTS_PER_TICK; in rtc_isr()
123 next = (uint32_t)((uint64_t)newThreshold >> 16); in rtc_isr()
126 nextThreshold = newThreshold; in rtc_isr()