HomeSort by relevance Sort by last modified time
    Searched refs:SCB_SCR_SLEEPDEEP_Msk (Results 1 - 8 of 8) sorted by null

  /device/google/contexthub/firmware/os/platform/stm32/
pwr.c 245 SCB->SCR &=~ SCB_SCR_SLEEPDEEP_Msk;
248 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk;
251 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk;
255 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk;
259 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk;
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
core_cm0.h 412 #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) /*!< SCB SCR: SLEEPDEEP Mask */
    [all...]
core_cm0plus.h 433 #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) /*!< SCB SCR: SLEEPDEEP Mask */
    [all...]
core_sc000.h 424 #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) /*!< SCB SCR: SLEEPDEEP Mask */
    [all...]
core_cm3.h 459 #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) /*!< SCB SCR: SLEEPDEEP Mask */
    [all...]
core_cm4.h 498 #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) /*!< SCB SCR: SLEEPDEEP Mask */
    [all...]
core_sc300.h 454 #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) /*!< SCB SCR: SLEEPDEEP Mask */
    [all...]
core_cm7.h 542 #define SCB_SCR_SLEEPDEEP_Msk (1UL << SCB_SCR_SLEEPDEEP_Pos) /*!< SCB SCR: SLEEPDEEP Mask */
    [all...]

Completed in 662 milliseconds