Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/timer/
Dmchp_xec_rtos_timer.c56 #define TIMER_REGS \ macro
141 TIMER_REGS->CTRL = 0U; in timer_restart()
142 TIMER_REGS->CTRL = MCHP_RTMR_CTRL_BLK_EN; in timer_restart()
143 TIMER_REGS->PRLD = countdown; in timer_restart()
144 TIMER_REGS->CTRL = TIMER_START_VAL; in timer_restart()
161 uint32_t ccr = TIMER_REGS->CNT; in timer_count()
163 if ((ccr == 0) && (TIMER_REGS->CTRL & MCHP_RTMR_CTRL_START)) { in timer_count()
200 TIMER_REGS->CTRL = 0U; /* stop timer */ in sys_clock_set_timeout()
220 TIMER_REGS->CTRL = 0u; in sys_clock_set_timeout()
368 TIMER_REGS->CTRL = 0U; in sys_clock_disable()
[all …]