Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/timer/
Dnrf_rtc_timer.c52 static volatile uint32_t overflow_cnt; variable
425 uint64_t val = ((uint64_t)overflow_cnt) << COUNTER_BIT_WIDTH; in z_nrf_rtc_timer_read()
467 anchor = (((uint64_t)overflow_cnt) << COUNTER_BIT_WIDTH) + cc_value; in anchor_update()
571 overflow_cnt++; in rtc_nrf_isr()