Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/timer/
Dnpcx_itim_timer.c87 uint32_t cnt64h, cnt64h_check, cnt64l; in npcx_itim_get_sys_cyc64() local
92 cnt64l = sys_tmr->ITCNT64L; in npcx_itim_get_sys_cyc64()
97 cnt64l = NPCX_ITIM64_MAX_HALF_CNT - cnt64l + 1; in npcx_itim_get_sys_cyc64()
101 return ((((uint64_t)cnt64h) << 32) | cnt64l) + in npcx_itim_get_sys_cyc64()
104 return (((uint64_t)cnt64h) << 32) | cnt64l; in npcx_itim_get_sys_cyc64()