Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c116 static uint32_t mSleepDevsToKeepAlive = 0; variable
350 …while (!atomicCmpXchg32bits(&mSleepDevsToKeepAlive, mSleepDevsToKeepAlive, mSleepDevsToKeepAlive |… in platRequestDevInSleepMode()
370 …while (!atomicCmpXchg32bits(&mSleepDevsToKeepAlive, mSleepDevsToKeepAlive, mSleepDevsToKeepAlive &… in platReleaseDevInSleepMode()
626 if ((sleepClock->devsAvail & mSleepDevsToKeepAlive) != mSleepDevsToKeepAlive) in platSleep()
631 if (!(mSleepDevsToKeepAlive & (1 << i))) in platSleep()