Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/timer/
Dnpcx_itim_timer.c113 evt_tmr->ITCTS32 |= BIT(NPCX_ITCTSXX_ITEN); in npcx_itim_evt_enable()
120 while (!IS_BIT_SET(evt_tmr->ITCTS32, NPCX_ITCTSXX_ITEN)) { in npcx_itim_evt_enable()
124 if (!IS_BIT_SET(evt_tmr->ITCTS32, NPCX_ITCTSXX_ITEN)) { in npcx_itim_evt_enable()
137 evt_tmr->ITCTS32 &= ~BIT(NPCX_ITCTSXX_ITEN); in npcx_itim_evt_disable()
174 if (IS_BIT_SET(evt_tmr->ITCTS32, NPCX_ITCTSXX_ITEN)) { in npcx_itim_start_evt_tmr_by_tick()
385 sys_tmr->ITCTS64 |= BIT(NPCX_ITCTSXX_ITEN); in sys_clock_driver_init()
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h1312 #define NPCX_ITCTSXX_ITEN 7 macro