Searched refs:of_cnt (Results 1 – 1 of 1) sorted by relevance
482 uint32_t of_cnt; in sl_sleeptimer_get_tick_count64() local487 of_cnt = overflow_counter; in sl_sleeptimer_get_tick_count64()491 of_cnt++; in sl_sleeptimer_get_tick_count64()495 return (((uint64_t) of_cnt) << 32) | tick_cnt; in sl_sleeptimer_get_tick_count64()