Searched refs:timer_tick_period_ns (Results 1 – 1 of 1) sorted by relevance
395 uint64_t timer_tick_period_ns = 0; in afe_timer_calc_ticks() local399 timer_tick_period_ns = ((1 << g_timer_prescaler) * 1000) / (PeripheralClock / 1000000); in afe_timer_calc_ticks()401 ratioed_ticks = nanoseconds / timer_tick_period_ns; in afe_timer_calc_ticks()