Home
last modified time | relevance | path

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

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/AFE/
Dafe_timer.c395 uint64_t timer_tick_period_ns = 0; in afe_timer_calc_ticks() local
399 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()