Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dmpu.c66 uint64_t intState; in mpuRegionCfg() local
84 intState = cpuIntsOff(); in mpuRegionCfg()
93 cpuIntsRestore(intState); in mpuRegionCfg()
Drtc.c165 uint64_t intState; in rtcSetWakeupTimer() local
212 intState = cpuIntsOff(); in rtcSetWakeupTimer()
245 cpuIntsRestore(intState); in rtcSetWakeupTimer()
Dplatform.c397 uint64_t intState, curTime = timGetTime(); in platSleepClockRequest() local
402 intState = cpuIntsOff(); in platSleepClockRequest()
413 cpuIntsRestore(intState); in platSleepClockRequest()
589 uint64_t predecrement = 0, curTime = timGetTime(), length = mWakeupTime - curTime, intState; in platSleep() local
655 intState = cpuIntsOff(); in platSleep()
671 cpuIntsRestore(intState); in platSleep()
/device/google/contexthub/firmware/os/core/
Dtimer.c226 uint64_t intState = cpuIntsOff(); in timTimerCancelEx() local
237 cpuIntsRestore(intState); in timTimerCancelEx()
255 uint64_t intState; in timTimerCancelAll() local
260 intState = cpuIntsOff(); in timTimerCancelAll()
270 cpuIntsRestore(intState); in timTimerCancelAll()