/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rcc.h | 447 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_PWREN);\ 449 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_PWREN);\ 454 #define __HAL_RCC_PWR_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_PWREN)) 504 #define __HAL_RCC_PWR_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_PWREN)) != RESET) 507 #define __HAL_RCC_PWR_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_PWREN)) == RESET)
|
D | stm32f7xx_ll_bus.h | 184 #define LL_APB1_GRP1_PERIPH_PWR RCC_APB1ENR_PWREN
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_rcc.h | 440 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_PWREN);\ 442 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_PWREN);\ 453 #define __HAL_RCC_PWR_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_PWREN)) 479 #define __HAL_RCC_PWR_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_PWREN)) != RESET) 480 #define __HAL_RCC_PWR_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_PWREN)) == RESET)
|
D | stm32f1xx_ll_bus.h | 122 #define LL_APB1_GRP1_PERIPH_PWR RCC_APB1ENR_PWREN
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_rcc.h | 753 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_PWREN);\ 755 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_PWREN);\ 763 #define __HAL_RCC_PWR_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_PWREN)) 779 #define __HAL_RCC_PWR_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_PWREN)) != RESET) 784 #define __HAL_RCC_PWR_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_PWREN)) == RESET)
|
D | stm32f0xx_ll_bus.h | 141 #define LL_APB1_GRP1_PERIPH_PWR RCC_APB1ENR_PWREN
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_rcc.h | 512 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_PWREN);\ 514 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_PWREN);\ 524 #define __HAL_RCC_PWR_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_PWREN)) 542 #define __HAL_RCC_PWR_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_PWREN)) != RESET) 550 #define __HAL_RCC_PWR_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_PWREN)) == RESET)
|
D | stm32f4xx_ll_bus.h | 256 #define LL_APB1_GRP1_PERIPH_PWR RCC_APB1ENR_PWREN
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_rcc.h | 816 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_PWREN);\ 818 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_PWREN);\ 835 #define __HAL_RCC_PWR_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_PWREN)) 938 #define __HAL_RCC_PWR_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_PWREN)) != RESET) 947 #define __HAL_RCC_PWR_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_PWREN)) == RESET)
|
D | stm32f3xx_ll_bus.h | 169 #define LL_APB1_GRP1_PERIPH_PWR RCC_APB1ENR_PWREN
|
/hal_stm32-latest/stm32cube/stm32l1xx/soc/ |
D | system_stm32l1xx.c | 278 RCC->APB1ENR |= RCC_APB1ENR_PWREN; in SystemInit_ExtMemCtl() 281 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_PWREN); in SystemInit_ExtMemCtl()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_rcc.h | 766 #define __HAL_RCC_PWR_CLK_ENABLE() SET_BIT(RCC->APB1ENR, (RCC_APB1ENR_PWREN)) 769 #define __HAL_RCC_PWR_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR, (RCC_APB1ENR_PWREN)) 838 #define __HAL_RCC_PWR_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR, RCC_APB1ENR_PWREN) != 0U) 840 #define __HAL_RCC_PWR_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR, RCC_APB1ENR_PWREN) == 0U)
|
D | stm32l0xx_ll_bus.h | 130 #define LL_APB1_GRP1_PERIPH_PWR RCC_APB1ENR_PWREN /*!< PWR clock enable */
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_rcc.h | 805 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_PWREN);\ 807 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_PWREN);\ 838 #define __HAL_RCC_PWR_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_PWREN)) 1153 #define __HAL_RCC_PWR_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_PWREN)) != 0U) 1168 #define __HAL_RCC_PWR_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_PWREN)) == 0U)
|
D | stm32l1xx_ll_bus.h | 135 #define LL_APB1_GRP1_PERIPH_PWR RCC_APB1ENR_PWREN
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_rcc.h | 803 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_PWREN);\ 805 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_PWREN);\ 835 #define __HAL_RCC_PWR_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_PWREN)) 869 #define __HAL_RCC_PWR_IS_CLK_ENABLED() ((RCC->APB1ENR &(RCC_APB1ENR_PWREN))!= RESET) 893 #define __HAL_RCC_PWR_IS_CLK_DISABLED() ((RCC->APB1ENR &(RCC_APB1ENR_PWREN))== RESET)
|
D | stm32f2xx_ll_bus.h | 151 #define LL_APB1_GRP1_PERIPH_PWR RCC_APB1ENR_PWREN
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f101x6.h | 1179 #define RCC_APB1ENR_PWREN RCC_APB1ENR_PWREN_Msk /*!< Power interface… macro
|
D | stm32f101xb.h | 1212 #define RCC_APB1ENR_PWREN RCC_APB1ENR_PWREN_Msk /*!< Power interface… macro
|
D | stm32f100xb.h | 1302 #define RCC_APB1ENR_PWREN RCC_APB1ENR_PWREN_Msk /*!< Power interface… macro
|
/hal_stm32-latest/stm32cube/stm32f0xx/soc/ |
D | stm32f030x6.h | 3125 #define RCC_APB1ENR_PWREN RCC_APB1ENR_PWREN_Msk /*!< PWR clock enabl… macro
|
D | stm32f030x8.h | 3169 #define RCC_APB1ENR_PWREN RCC_APB1ENR_PWREN_Msk /*!< PWR clock enabl… macro
|
D | stm32f070x6.h | 3196 #define RCC_APB1ENR_PWREN RCC_APB1ENR_PWREN_Msk /*!< PWR clock enabl… macro
|
/hal_stm32-latest/stm32cube/stm32l0xx/soc/ |
D | stm32l041xx.h | 3811 #define RCC_APB1ENR_PWREN RCC_APB1ENR_PWREN_Msk /*!< PWR clock enabl… macro
|
D | stm32l010x8.h | 3510 #define RCC_APB1ENR_PWREN RCC_APB1ENR_PWREN_Msk /*!< PWR clock enabl… macro
|