/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_rcc_ex.h | 1177 #define __HAL_RCC_TIM2_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1SMENR, (RCC_APB1SMENR_TIM2SMEN)) 1178 #define __HAL_RCC_TIM6_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1SMENR, (RCC_APB1SMENR_TIM6SMEN)) 1179 #define __HAL_RCC_SPI2_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1SMENR, (RCC_APB1SMENR_SPI2SMEN)) 1180 #define __HAL_RCC_USART2_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1SMENR, (RCC_APB1SMENR_USART2SMEN)) 1181 #define __HAL_RCC_LPUART1_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1SMENR, (RCC_APB1SMENR_LPUART1SMEN)) 1182 #define __HAL_RCC_I2C1_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1SMENR, (RCC_APB1SMENR_I2C1SMEN)) 1183 #define __HAL_RCC_I2C2_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1SMENR, (RCC_APB1SMENR_I2C2SMEN)) 1184 #define __HAL_RCC_DAC_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1SMENR, (RCC_APB1SMENR_DACSMEN)) 1185 #define __HAL_RCC_LPTIM1_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1SMENR, (RCC_APB1SMENR_LPTIM1SMEN)) 1187 #define __HAL_RCC_TIM2_CLK_SLEEP_DISABLE() CLEAR_BIT(RCC->APB1SMENR, (RCC_APB1SMENR_TIM2SMEN)) [all …]
|
D | stm32l0xx_hal_rcc.h | 982 #define __HAL_RCC_WWDG_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1SMENR, (RCC_APB1SMENR_WWDGSMEN)) 983 #define __HAL_RCC_PWR_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1SMENR, (RCC_APB1SMENR_PWRSMEN)) 985 #define __HAL_RCC_WWDG_CLK_SLEEP_DISABLE() CLEAR_BIT(RCC->APB1SMENR, (RCC_APB1SMENR_WWDGSMEN)) 986 #define __HAL_RCC_PWR_CLK_SLEEP_DISABLE() CLEAR_BIT(RCC->APB1SMENR, (RCC_APB1SMENR_PWRSMEN)) 1060 #define __HAL_RCC_WWDG_IS_CLK_SLEEP_ENABLED() (READ_BIT(RCC->APB1SMENR, RCC_APB1SMENR_WWDGSMEN) … 1061 #define __HAL_RCC_PWR_IS_CLK_SLEEP_ENABLED() (READ_BIT(RCC->APB1SMENR, RCC_APB1SMENR_PWRSMEN) !… 1062 #define __HAL_RCC_WWDG_IS_CLK_SLEEP_DISABLED() (READ_BIT(RCC->APB1SMENR, RCC_APB1SMENR_WWDGSMEN) … 1063 #define __HAL_RCC_PWR_IS_CLK_SLEEP_DISABLED() (READ_BIT(RCC->APB1SMENR, RCC_APB1SMENR_PWRSMEN) =…
|
D | stm32l0xx_ll_bus.h | 697 SET_BIT(RCC->APB1SMENR, Periphs); in LL_APB1_GRP1_EnableClockSleep() 699 tmpreg = READ_BIT(RCC->APB1SMENR, Periphs); in LL_APB1_GRP1_EnableClockSleep() 750 CLEAR_BIT(RCC->APB1SMENR, Periphs); in LL_APB1_GRP1_DisableClockSleep()
|
/hal_stm32-3.4.0/stm32cube/stm32l0xx/soc/ |
D | stm32l010xb.h | 347 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
|
D | stm32l010x6.h | 346 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
|
D | stm32l010x4.h | 346 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
|
D | stm32l010x8.h | 346 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
|
D | stm32l011xx.h | 361 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
|
D | stm32l021xx.h | 380 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
|
D | stm32l031xx.h | 362 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
|
D | stm32l041xx.h | 381 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
|
D | stm32l051xx.h | 383 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
|
D | stm32l081xx.h | 410 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
|
D | stm32l071xx.h | 391 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
|
D | stm32l052xx.h | 414 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
|
D | stm32l053xx.h | 428 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
|
D | stm32l062xx.h | 433 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
|
D | stm32l072xx.h | 427 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
|
D | stm32l083xx.h | 460 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
|
D | stm32l073xx.h | 441 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
|
D | stm32l082xx.h | 446 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
|
D | stm32l063xx.h | 447 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
|