Searched refs:counter_to_time (Results 1 – 1 of 1) sorted by relevance
156 static bs_time_t counter_to_time(uint64_t counter, int t){ in counter_to_time() function187 return counter_to_time((uint64_t)mask_from_bitmode(t) + 1, t); in time_of_1_counter_wrap()219 + counter_to_time(NRF_TIMER_regs[t].CC[cc], t); in update_cc_timer()270 …this->start_t = nsi_hws_get_time() - counter_to_time(this->Counter, t); //If the counter is not ze… in nhw_timer_TASK_START()