Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dtimer.c242 uint64_t intState = cpuIntsOff(); in timTimerCancelEx() local
253 cpuIntsRestore(intState); in timTimerCancelEx()
271 uint64_t intState; in timTimerCancelAll() local
276 intState = cpuIntsOff(); in timTimerCancelAll()
286 cpuIntsRestore(intState); in timTimerCancelAll()
/device/google/contexthub/firmware/os/platform/stm32/
Dmpu.c74 uint64_t len, proposedLen, intState; in mpuRegionCfg() local
95 intState = cpuIntsOff(); in mpuRegionCfg()
104 cpuIntsRestore(intState); in mpuRegionCfg()
Drtc.c165 uint64_t intState; in rtcSetWakeupTimer() local
212 intState = cpuIntsOff(); in rtcSetWakeupTimer()
245 cpuIntsRestore(intState); in rtcSetWakeupTimer()
Dplatform.c408 uint64_t intState, curTime = timGetTime(); in platSleepClockRequest() local
413 intState = cpuIntsOff(); in platSleepClockRequest()
424 cpuIntsRestore(intState); in platSleepClockRequest()
602 uint64_t predecrement = 0, curTime = timGetTime(), length = mWakeupTime - curTime, intState; in platSleep() local
668 intState = cpuIntsOff(); in platSleep()
684 cpuIntsRestore(intState); in platSleep()