Home
last modified time | relevance | path

Searched refs:PWR_CR_FWU (Results 1 – 25 of 45) sorted by relevance

12

/hal_stm32-3.6.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_pwr.h561 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()
Dstm32l1xx_hal_pwr.h113 #define FWU_BIT_NUMBER POSITION_VAL(PWR_CR_FWU)
/hal_stm32-3.6.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_pwr.h564 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/
Dstm32l0xx_hal_pwr_ex.c85 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/
Dstm32l051xx.h3187 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
Dstm32l010x4.h2940 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
Dstm32l011xx.h3043 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
Dstm32l021xx.h3171 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
Dstm32l031xx.h3109 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
Dstm32l041xx.h3237 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
Dstm32l010x6.h2946 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
Dstm32l010x8.h2948 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
Dstm32l010xb.h2956 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
Dstm32l071xx.h3233 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
Dstm32l081xx.h3361 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
Dstm32l052xx.h3476 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
Dstm32l053xx.h3618 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
Dstm32l062xx.h3604 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
Dstm32l063xx.h3746 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
/hal_stm32-3.6.0/stm32cube/stm32l1xx/soc/
Dstm32l152xb.h3800 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
Dstm32l152xba.h3794 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
Dstm32l151xba.h3676 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
Dstm32l151xb.h3667 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
Dstm32l100xb.h3782 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro
Dstm32l100xba.h3788 #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ macro

12