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.c221 const uint32_t debugStateInSleepMode = 0x00000007; /* debug in all modes */ in platInitialize() local
266 dbg->CR |= debugStateInSleepMode; in platInitialize()
268 dbg->CR &=~ debugStateInSleepMode; in platInitialize()