Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/timer/
Dcc13xx_cc26xx_rtc_timer.c101 uint64_t ticks, currCount; in rtc_isr()
110 currCount = (uint64_t)AONRTCCurrent64BitValueGet(); in rtc_isr()
111 ticks = (currCount - rtc_last) / RTC_COUNTS_PER_TICK; in rtc_isr()