Searched refs:APB1LPENR1 (Results 1 – 11 of 11) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_rcc.h | 2917 #define __HAL_RCC_TIM2_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1LPENR1, RCC_APB1LPENR1_TIM2LPEN) 2919 #define __HAL_RCC_TIM3_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1LPENR1, RCC_APB1LPENR1_TIM3LPEN) 2921 #define __HAL_RCC_TIM4_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1LPENR1, RCC_APB1LPENR1_TIM4LPEN) 2923 #define __HAL_RCC_TIM5_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1LPENR1, RCC_APB1LPENR1_TIM5LPEN) 2925 #define __HAL_RCC_TIM6_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1LPENR1, RCC_APB1LPENR1_TIM6LPEN) 2927 #define __HAL_RCC_TIM7_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1LPENR1, RCC_APB1LPENR1_TIM7LPEN) 2929 #define __HAL_RCC_TIM12_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1LPENR1, RCC_APB1LPENR1_TIM12LPEN) 2931 #define __HAL_RCC_TIM13_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1LPENR1, RCC_APB1LPENR1_TIM13LPEN) 2933 #define __HAL_RCC_TIM14_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1LPENR1, RCC_APB1LPENR1_TIM14LPEN) 2935 #define __HAL_RCC_LPTIM1_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1LPENR1, RCC_APB1LPENR1_LPTIM1LPEN) [all …]
|
D | stm32h7rsxx_ll_bus.h | 1721 SET_BIT(RCC->APB1LPENR1, Periphs); in LL_APB1_GRP1_EnableClockSleep() 1723 tmpreg = READ_BIT(RCC->APB1LPENR1, Periphs); in LL_APB1_GRP1_EnableClockSleep() 1784 CLEAR_BIT(RCC->APB1LPENR1, Periphs); in LL_APB1_GRP1_DisableClockSleep()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_bus.h | 2596 tmpreg = READ_REG(RCC->APB1LPENR1); in LL_APB1_GRP1_EnableClockLowPower() 2661 return ((READ_BIT(RCC->APB1LPENR1, Periphs) == Periphs) ? 1UL : 0UL); in LL_APB1_GRP1_IsEnabledClockLowPower()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 1484 …__IO uint32_t APB1LPENR1; /*!< RCC APB1 peripheral sleep clocks enable register 1, … member
|
D | stm32h7s7xx.h | 1646 …__IO uint32_t APB1LPENR1; /*!< RCC APB1 peripheral sleep clocks enable register 1, … member
|
D | stm32h7s3xx.h | 1577 …__IO uint32_t APB1LPENR1; /*!< RCC APB1 peripheral sleep clocks enable register 1, … member
|
D | stm32h7r7xx.h | 1551 …__IO uint32_t APB1LPENR1; /*!< RCC APB1 peripheral sleep clocks enable register 1, … member
|
/hal_stm32-latest/stm32cube/stm32n6xx/soc/ |
D | stm32n645xx.h | 2025 …__IO uint32_t APB1LPENR1; /*!< RCC APB1 sleep enable register 1 … member
|
D | stm32n657xx.h | 2151 …__IO uint32_t APB1LPENR1; /*!< RCC APB1 sleep enable register 1 … member
|
D | stm32n655xx.h | 2123 …__IO uint32_t APB1LPENR1; /*!< RCC APB1 sleep enable register 1 … member
|
D | stm32n647xx.h | 2053 …__IO uint32_t APB1LPENR1; /*!< RCC APB1 sleep enable register 1 … member
|