Home
last modified time | relevance | path

Searched refs:PWR_CR_ULP (Results 1 – 25 of 46) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_pwr.c475 ulpbit = READ_BIT(PWR->CR, PWR_CR_ULP); in HAL_PWR_EnterSLEEPMode()
479 CLEAR_BIT(PWR->CR, PWR_CR_ULP); in HAL_PWR_EnterSLEEPMode()
513 SET_BIT(PWR->CR, PWR_CR_ULP); in HAL_PWR_EnterSLEEPMode()
556 ulpbit = READ_BIT(PWR->CR, PWR_CR_ULP); in HAL_PWR_EnterSTOPMode()
560 CLEAR_BIT(PWR->CR, PWR_CR_ULP); in HAL_PWR_EnterSTOPMode()
597 SET_BIT(PWR->CR, PWR_CR_ULP); in HAL_PWR_EnterSTOPMode()
Dstm32l0xx_hal_pwr_ex.c105 SET_BIT(PWR->CR, PWR_CR_ULP); in HAL_PWREx_EnableUltraLowPower()
115 CLEAR_BIT(PWR->CR, PWR_CR_ULP); in HAL_PWREx_DisableUltraLowPower()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_pwr.h533 SET_BIT(PWR->CR, PWR_CR_ULP); in LL_PWR_EnableUltraLowPower()
543 CLEAR_BIT(PWR->CR, PWR_CR_ULP); in LL_PWR_DisableUltraLowPower()
553 return (READ_BIT(PWR->CR, PWR_CR_ULP) == (PWR_CR_ULP)); in LL_PWR_IsEnabledUltraLowPower()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_pwr.h530 SET_BIT(PWR->CR, PWR_CR_ULP); in LL_PWR_EnableUltraLowPower()
540 CLEAR_BIT(PWR->CR, PWR_CR_ULP); in LL_PWR_DisableUltraLowPower()
550 return ((READ_BIT(PWR->CR, PWR_CR_ULP) == PWR_CR_ULP) ? 1UL : 0UL); in LL_PWR_IsEnabledUltraLowPower()
Dstm32l1xx_hal_pwr.h117 #define ULP_BIT_NUMBER POSITION_VAL(PWR_CR_ULP)
/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dstm32l041xx.h3234 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
Dstm32l010x8.h2945 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
Dstm32l010xb.h2953 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
Dstm32l011xx.h3040 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
Dstm32l021xx.h3168 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
Dstm32l031xx.h3106 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
Dstm32l051xx.h3184 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
Dstm32l010x4.h2937 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
Dstm32l010x6.h2943 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
Dstm32l081xx.h3358 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
Dstm32l071xx.h3230 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
Dstm32l052xx.h3473 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
Dstm32l062xx.h3601 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
Dstm32l053xx.h3615 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
/hal_stm32-latest/stm32cube/stm32l1xx/soc/
Dstm32l152xb.h3797 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
Dstm32l152xba.h3791 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
Dstm32l100xba.h3785 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
Dstm32l100xb.h3779 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
Dstm32l151xb.h3664 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
Dstm32l151xba.h3673 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro

12