Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/timer/
Dnpcx_itim_timer.c51 #define EVT_CYCLES_PER_SEC LFCLK /* 32768 Hz */ macro
56 DIV_ROUND_UP(ticks * EVT_CYCLES_PER_SEC, \
61 #define SYS_CYC_PER_EVT_CYC (sys_clock_hw_cycles_per_sec() / EVT_CYCLES_PER_SEC)
166 dticks = DIV_ROUND_UP(dcycles * EVT_CYCLES_PER_SEC, in npcx_itim_start_evt_tmr_by_tick()
325 sys_clock_hw_cycles_per_sec()) / EVT_CYCLES_PER_SEC; in npcx_clock_compensate_system_timer()