Searched refs:counter (Results 1 – 3 of 3) sorted by relevance
35 | **GRTC** | Global real-time counter | N/A | N/A…58 | **RTC** | Real-time counter | ✔ | &#x…65 | **TIMER** | Timer/counter | ✅ | &#x…
156 static bs_time_t counter_to_time(uint64_t counter, int t){ in counter_to_time() argument158 Elapsed = (counter << NRF_TIMER_regs[t].PRESCALER) / nhw_timer_st[t].base_freq; in counter_to_time()
272 static uint64_t counter_to_time_sub_us(uint rtc, uint64_t counter) { in counter_to_time_sub_us() argument275 Elapsed = counter * (uint64_t)LF_CLOCK_PERIOD_subus * (nhw_rtc_st[rtc].PRESC + 1); in counter_to_time_sub_us()