Home
last modified time | relevance | path

Searched refs:APB1SMENR (Results 1 – 22 of 22) sorted by relevance

/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rcc_ex.h1177 #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 …]
Dstm32l0xx_hal_rcc.h982 #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) =…
Dstm32l0xx_ll_bus.h697 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/
Dstm32l010xb.h347 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
Dstm32l010x6.h346 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
Dstm32l010x4.h346 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
Dstm32l010x8.h346 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
Dstm32l011xx.h361 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
Dstm32l021xx.h380 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
Dstm32l031xx.h362 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
Dstm32l041xx.h381 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
Dstm32l051xx.h383 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
Dstm32l081xx.h410 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
Dstm32l071xx.h391 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
Dstm32l052xx.h414 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
Dstm32l053xx.h428 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
Dstm32l062xx.h433 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
Dstm32l072xx.h427 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
Dstm32l083xx.h460 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
Dstm32l073xx.h441 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
Dstm32l082xx.h446 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member
Dstm32l063xx.h447 …__IO uint32_t APB1SMENR; /*!< RCC APB1 peripheral clock enable in sleep mode register, Ad… member