Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c234 const uint32_t debugStateInSleepMode = DBG_SLEEP | DBG_STOP | DBG_STANDBY; in platInitialize() local
277 DBGMCU->CR |= debugStateInSleepMode; in platInitialize()
279 DBGMCU->CR &=~ debugStateInSleepMode; in platInitialize()