Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/timer/
Dgecko_burtc_timer.c185 uint32_t hw_clock_freq; in burtc_init() local
192 hw_clock_freq = CMU_ClockFreqGet(cmuClock_BURTC); in burtc_init()
193 z_clock_hw_cycles_per_sec = hw_clock_freq; in burtc_init()
197 g_cyc_per_tick = hw_clock_freq / CONFIG_SYS_CLOCK_TICKS_PER_SEC; in burtc_init()
204 hw_clock_freq); in burtc_init()