/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_pwr.c | 475 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()
|
D | stm32l0xx_hal_pwr_ex.c | 105 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/ |
D | stm32l0xx_ll_pwr.h | 533 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/ |
D | stm32l1xx_ll_pwr.h | 530 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()
|
D | stm32l1xx_hal_pwr.h | 117 #define ULP_BIT_NUMBER POSITION_VAL(PWR_CR_ULP)
|
/hal_stm32-latest/stm32cube/stm32l0xx/soc/ |
D | stm32l041xx.h | 3234 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
|
D | stm32l010x8.h | 2945 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
|
D | stm32l010xb.h | 2953 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
|
D | stm32l011xx.h | 3040 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
|
D | stm32l021xx.h | 3168 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
|
D | stm32l031xx.h | 3106 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
|
D | stm32l051xx.h | 3184 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
|
D | stm32l010x4.h | 2937 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
|
D | stm32l010x6.h | 2943 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
|
D | stm32l081xx.h | 3358 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
|
D | stm32l071xx.h | 3230 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
|
D | stm32l052xx.h | 3473 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
|
D | stm32l062xx.h | 3601 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
|
D | stm32l053xx.h | 3615 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
|
/hal_stm32-latest/stm32cube/stm32l1xx/soc/ |
D | stm32l152xb.h | 3797 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
|
D | stm32l152xba.h | 3791 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
|
D | stm32l100xba.h | 3785 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
|
D | stm32l100xb.h | 3779 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
|
D | stm32l151xb.h | 3664 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
|
D | stm32l151xba.h | 3673 #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power… macro
|