Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/timer/
Dmchp_xec_rtos_timer.c79 #define TIMER_COUNT_MASK 0x0fffffffu macro
226 temp &= TIMER_COUNT_MASK; in sys_clock_set_timeout()
265 ticks &= TIMER_COUNT_MASK; in sys_clock_elapsed()
290 total_cycles &= TIMER_COUNT_MASK; in xec_rtos_timer_isr()
294 ticks &= TIMER_COUNT_MASK; in xec_rtos_timer_isr()
320 total_cycles = temp & TIMER_COUNT_MASK; in xec_rtos_timer_isr()
351 ret = (total_cycles + (cached_icr - ccr)) & TIMER_COUNT_MASK; in sys_clock_cycle_get_32()