Home
last modified time | relevance | path

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

/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/drivers/B91/
Dpm.c440 …unsigned int span = (unsigned int)(wakeup_tick - ((wakeup_tick_type == PM_TICK_STIMER_16M)?stimer_… in pm_sleep_wakeup() local
442 if (span > 0xE0000000){ //BIT(31)+BIT(30)+BIT(29) 7/8 cylce of 32bit, 268.44*7/8 = 234.88 S in pm_sleep_wakeup()
445 else if (span < g_pm_early_wakeup_time_us.sleep_min_time_us * SYSTEM_TIMER_TICK_1US){ // 0 us base in pm_sleep_wakeup()
451 } while ( ((unsigned int)stimer_get_tick () - t < span) && !st); in pm_sleep_wakeup()