Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/hal/pwrmgmt_hal/
A Dpwrmgmt_api.c11 static uint32_t cpu_suspend_lock = 0; variable
74 if (cpu_suspend_lock == 0) { in pwrmgmt_cpu_lowpower_suspend()
78 cpu_suspend_lock |= SET_BIT(suspend_module); in pwrmgmt_cpu_lowpower_suspend()
83 cpu_suspend_lock &= ~SET_BIT(resume_module); in pwrmgmt_cpu_lowpower_resume()
85 if (cpu_suspend_lock == 0) { in pwrmgmt_cpu_lowpower_resume()

Completed in 2 milliseconds