Home
last modified time | relevance | path

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

/hal_telink-latest/tlsr9/drivers/B91/
Dstimer.h65 SYSTEM_TIMER_TICK_1US = 16, enumerator
171 return ((unsigned int)(stimer_get_tick() - ref) > us * SYSTEM_TIMER_TICK_1US); in clock_time_exceed()
Dpm.c445 else if (span < g_pm_early_wakeup_time_us.sleep_min_time_us * SYSTEM_TIMER_TICK_1US){ // 0 us base in pm_sleep_wakeup()
467 …g_pm_tick_cur = stimer_get_tick() + 37 * SYSTEM_TIMER_TICK_1US; //cpu_get_32k_tick will cost 30~4… in pm_sleep_wakeup()
551 …ick - ((wakeup_tick_type == PM_TICK_STIMER_16M)?(earlyWakeup_us * SYSTEM_TIMER_TICK_1US):earlyWake… in pm_sleep_wakeup()
644 reg_system_tick = g_pm_tick_cur + 20 * SYSTEM_TIMER_TICK_1US; in pm_sleep_wakeup()