Home
last modified time | relevance | path

Searched refs:SCR (Results 1 – 25 of 27) sorted by relevance

12

/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_pwr.c292 SCB->SCR &= (uint32_t)~((uint32_t)SCB_SCR_SLEEPDEEP_Msk); in HAL_PWR_EnterSLEEPMode()
349 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in HAL_PWR_EnterSTOPMode()
366 SCB->SCR &= (uint32_t)~((uint32_t)SCB_SCR_SLEEPDEEP_Msk); in HAL_PWR_EnterSTOPMode()
389 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in HAL_PWR_EnterSTANDBYMode()
410 SET_BIT(SCB->SCR, ((uint32_t)SCB_SCR_SLEEPONEXIT_Msk)); in HAL_PWR_EnableSleepOnExit()
423 CLEAR_BIT(SCB->SCR, ((uint32_t)SCB_SCR_SLEEPONEXIT_Msk)); in HAL_PWR_DisableSleepOnExit()
437 SET_BIT(SCB->SCR, ((uint32_t)SCB_SCR_SEVONPEND_Msk)); in HAL_PWR_EnableSEVOnPend()
450 CLEAR_BIT(SCB->SCR, ((uint32_t)SCB_SCR_SEVONPEND_Msk)); in HAL_PWR_DisableSEVOnPend()
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_pwr.c408 CLEAR_BIT(SCB->SCR, ((uint32_t)SCB_SCR_SLEEPDEEP_Msk)); in HAL_PWR_EnterSLEEPMode()
461 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in HAL_PWR_EnterSTOPMode()
474 SCB->SCR &= (uint32_t)~((uint32_t)SCB_SCR_SLEEPDEEP_Msk); in HAL_PWR_EnterSTOPMode()
493 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in HAL_PWR_EnterSTANDBYMode()
542 SET_BIT(SCB->SCR, ((uint32_t)SCB_SCR_SLEEPONEXIT_Msk)); in HAL_PWR_EnableSleepOnExit()
554 CLEAR_BIT(SCB->SCR, ((uint32_t)SCB_SCR_SLEEPONEXIT_Msk)); in HAL_PWR_DisableSleepOnExit()
566 SET_BIT(SCB->SCR, ((uint32_t)SCB_SCR_SEVONPEND_Msk)); in HAL_PWR_EnableSEVOnPend()
578 CLEAR_BIT(SCB->SCR, ((uint32_t)SCB_SCR_SEVONPEND_Msk)); in HAL_PWR_DisableSEVOnPend()
A Dstm32f7xx_hal_pwr_ex.c417 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in HAL_PWREx_EnterUnderDriveSTOPMode()
428 SCB->SCR &= (uint32_t)~((uint32_t)SCB_SCR_SLEEPDEEP_Msk); in HAL_PWREx_EnterUnderDriveSTOPMode()
/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_ll_cortex.h194 CLEAR_BIT(SCB->SCR, ((uint32_t)SCB_SCR_SLEEPDEEP_Msk)); in LL_LPM_EnableSleep()
205 SET_BIT(SCB->SCR, ((uint32_t)SCB_SCR_SLEEPDEEP_Msk)); in LL_LPM_EnableDeepSleep()
218 SET_BIT(SCB->SCR, ((uint32_t)SCB_SCR_SLEEPONEXIT_Msk)); in LL_LPM_EnableSleepOnExit()
229 CLEAR_BIT(SCB->SCR, ((uint32_t)SCB_SCR_SLEEPONEXIT_Msk)); in LL_LPM_DisableSleepOnExit()
241 SET_BIT(SCB->SCR, ((uint32_t)SCB_SCR_SEVONPEND_Msk)); in LL_LPM_EnableEventOnPend()
253 CLEAR_BIT(SCB->SCR, ((uint32_t)SCB_SCR_SEVONPEND_Msk)); in LL_LPM_DisableEventOnPend()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dpmu_15xx.c62 SCB->SCR |= (1UL << SCB_SCR_SLEEPDEEP_Pos); in Chip_PMU_DeepSleepState()
71 SCB->SCR |= (1UL << SCB_SCR_SLEEPDEEP_Pos); in Chip_PMU_PowerDownState()
81 SCB->SCR |= (1UL << SCB_SCR_SLEEPDEEP_Pos); in Chip_PMU_DeepPowerDownState()
/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_pwr.c212 SCB->SCR |= SCB_SCR_SLEEPDEEP; in PWR_EnterSTOPMode()
227 SCB->SCR &= (uint32_t)~((uint32_t)SCB_SCR_SLEEPDEEP); in PWR_EnterSTOPMode()
242 SCB->SCR |= SCB_SCR_SLEEPDEEP; in PWR_EnterSTANDBYMode()
A Dmisc.c181 SCB->SCR |= LowPowerMode; in NVIC_SystemLPConfig()
185 SCB->SCR &= (uint32_t)(~(uint32_t)LowPowerMode); in NVIC_SystemLPConfig()
/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_pwr.c486 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in PWR_EnterSTOPMode()
500 SCB->SCR &= (uint32_t)~((uint32_t)SCB_SCR_SLEEPDEEP_Msk); in PWR_EnterSTOPMode()
523 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in PWR_EnterSTANDBYMode()
A Dmisc.c207 SCB->SCR |= LowPowerMode; in NVIC_SystemLPConfig()
211 SCB->SCR &= (uint32_t)(~(uint32_t)LowPowerMode); in NVIC_SystemLPConfig()
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_pwr.c828 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in PWR_EnterSTOPMode()
842 SCB->SCR &= (uint32_t)~((uint32_t)SCB_SCR_SLEEPDEEP_Msk); in PWR_EnterSTOPMode()
892 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in PWR_EnterUnderDriveSTOPMode()
906 SCB->SCR &= (uint32_t)~((uint32_t)SCB_SCR_SLEEPDEEP_Msk); in PWR_EnterUnderDriveSTOPMode()
927 SCB->SCR |= SCB_SCR_SLEEPDEEP_Msk; in PWR_EnterSTANDBYMode()
A Dmisc.c200 SCB->SCR |= LowPowerMode; in NVIC_SystemLPConfig()
204 SCB->SCR &= (uint32_t)(~(uint32_t)LowPowerMode); in NVIC_SystemLPConfig()
/external/arch/arm/arm-m/CMSIS/Include/
A Dcore_cm0.h347 __IOM uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register */ member
A Dcore_cm1.h347 __IOM uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register */ member
A Dcore_sc000.h358 __IOM uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register */ member
A Dcore_cm0plus.h365 __IOM uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register */ member
A Dcore_cm3.h385 __IOM uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register */ member
A Dcore_sc300.h385 __IOM uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register */ member
A Dcore_cm4.h451 __IOM uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register */ member
A Dcore_armv8mbl.h393 __IOM uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register */ member
A Dcore_cm23.h393 __IOM uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register */ member
A Dcore_cm7.h466 __IOM uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register */ member
A Dcore_cm33.h510 __IOM uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register */ member
A Dcore_cm35p.h510 __IOM uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register */ member
A Dcore_armv8mml.h510 __IOM uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register */ member
/external/platform/pico/rp2_common/cmsis/stub/CMSIS/Core/Include/
A Dcore_cm0plus.h365 __IOM uint32_t SCR; /*!< Offset: 0x010 (R/W) System Control Register */ member

Completed in 105 milliseconds

12