Home
last modified time | relevance | path

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

/hal_telink-latest/tlsr9/drivers/B91/
Dpm.c46 _attribute_data_retention_sec_ unsigned int g_pm_tick_32k_cur; variable
463 g_pm_tick_32k_cur = clock_get_32k_tick(); in pm_sleep_wakeup()
470 g_pm_tick_32k_cur = clock_get_32k_tick (); in pm_sleep_wakeup()
473 pm_update_32k_rc_sleep_tick (g_pm_tick_32k_cur, g_pm_tick_cur); in pm_sleep_wakeup()
596 tick_reset = g_pm_tick_32k_cur + tick_wakeup_reset; in pm_sleep_wakeup()
658 … while ((unsigned int)(clock_get_32k_tick() - wakeup_tick - g_pm_tick_32k_cur + 37*16) > BIT(30)); in pm_sleep_wakeup()
/hal_telink-latest/tlsr9/drivers/B91/ext_driver/
Dext_pm.h120 extern unsigned int g_pm_tick_32k_cur;