/hal_stm32-3.6.0/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_pwr.h | 561 SET_BIT(PWR->CR, PWR_CR_FWU); in LL_PWR_EnableFastWakeUp() 572 CLEAR_BIT(PWR->CR, PWR_CR_FWU); in LL_PWR_DisableFastWakeUp() 582 return ((READ_BIT(PWR->CR, PWR_CR_FWU) == PWR_CR_FWU) ? 1UL : 0UL); in LL_PWR_IsEnabledFastWakeUp()
|
D | stm32l1xx_hal_pwr.h | 113 #define FWU_BIT_NUMBER POSITION_VAL(PWR_CR_FWU)
|
/hal_stm32-3.6.0/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_pwr.h | 564 SET_BIT(PWR->CR, PWR_CR_FWU); in LL_PWR_EnableFastWakeUp() 575 CLEAR_BIT(PWR->CR, PWR_CR_FWU); in LL_PWR_DisableFastWakeUp() 585 return (READ_BIT(PWR->CR, PWR_CR_FWU) == (PWR_CR_FWU)); in LL_PWR_IsEnabledFastWakeUp()
|
/hal_stm32-3.6.0/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_pwr_ex.c | 85 SET_BIT(PWR->CR, PWR_CR_FWU); in HAL_PWREx_EnableFastWakeUp() 95 CLEAR_BIT(PWR->CR, PWR_CR_FWU); in HAL_PWREx_DisableFastWakeUp()
|
/hal_stm32-3.6.0/stm32cube/stm32l0xx/soc/ |
D | stm32l051xx.h | 3187 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
|
D | stm32l010x4.h | 2940 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
|
D | stm32l011xx.h | 3043 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
|
D | stm32l021xx.h | 3171 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
|
D | stm32l031xx.h | 3109 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
|
D | stm32l041xx.h | 3237 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
|
D | stm32l010x6.h | 2946 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
|
D | stm32l010x8.h | 2948 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
|
D | stm32l010xb.h | 2956 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
|
D | stm32l071xx.h | 3233 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
|
D | stm32l081xx.h | 3361 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
|
D | stm32l052xx.h | 3476 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
|
D | stm32l053xx.h | 3618 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
|
D | stm32l062xx.h | 3604 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
|
D | stm32l063xx.h | 3746 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
|
/hal_stm32-3.6.0/stm32cube/stm32l1xx/soc/ |
D | stm32l152xb.h | 3800 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
|
D | stm32l152xba.h | 3794 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
|
D | stm32l151xba.h | 3676 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
|
D | stm32l151xb.h | 3667 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
|
D | stm32l100xb.h | 3782 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
|
D | stm32l100xba.h | 3788 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
|