Home
last modified time | relevance | path

Searched refs:cnt64h_check (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
91 cnt64h_check = sys_tmr->ITCNT64H; in npcx_itim_get_sys_cyc64()
94 } while (cnt64h != cnt64h_check); in npcx_itim_get_sys_cyc64()