Home
last modified time | relevance | path

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

/components/drivers/pm/
A Dlptimer.c111 rt_tick_t temp_tick = 0; in rt_lptimer_next_timeout_tick() local
126 temp_tick = timer->timer.timeout_tick - cur_tick; in rt_lptimer_next_timeout_tick()
129 if (min_tick > temp_tick) in rt_lptimer_next_timeout_tick()
131 min_tick = temp_tick; in rt_lptimer_next_timeout_tick()

Completed in 3 milliseconds