Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Dcore_cm0.h415 #define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) /*!< SCB … macro
Dcore_cm0plus.h436 #define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) /*!< SCB … macro
Dcore_sc000.h427 #define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) /*!< SCB … macro
Dcore_cm3.h462 #define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) /*!< SCB … macro
Dcore_sc300.h457 #define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) /*!< SCB … macro
Dcore_cm4.h501 #define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) /*!< SCB … macro
Dcore_cm7.h545 #define SCB_SCR_SLEEPONEXIT_Msk (1UL << SCB_SCR_SLEEPONEXIT_Pos) /*!< SCB … macro
/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c229 SCB->SCR &=~ SCB_SCR_SLEEPONEXIT_Msk; in platInitialize()