/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_rcc.h | 5821 #define __HAL_RCC_TIM2_CLK_SLEEP_ENABLE() (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM2LPEN) 5822 #define __HAL_RCC_TIM3_CLK_SLEEP_ENABLE() (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM3LPEN) 5823 #define __HAL_RCC_TIM4_CLK_SLEEP_ENABLE() (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM4LPEN) 5824 #define __HAL_RCC_TIM5_CLK_SLEEP_ENABLE() (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM5LPEN) 5825 #define __HAL_RCC_TIM6_CLK_SLEEP_ENABLE() (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM6LPEN) 5826 #define __HAL_RCC_TIM7_CLK_SLEEP_ENABLE() (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM7LPEN) 5827 #define __HAL_RCC_TIM12_CLK_SLEEP_ENABLE() (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM12LPEN) 5828 #define __HAL_RCC_TIM13_CLK_SLEEP_ENABLE() (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM13LPEN) 5829 #define __HAL_RCC_TIM14_CLK_SLEEP_ENABLE() (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_TIM14LPEN) 5830 #define __HAL_RCC_LPTIM1_CLK_SLEEP_ENABLE() (RCC->APB1LLPENR) |= (RCC_APB1LLPENR_LPTIM1LPEN) [all …]
|
D | stm32h7xx_ll_bus.h | 2185 SET_BIT(RCC->APB1LLPENR, Periphs); in LL_APB1_GRP1_EnableClockSleep() 2187 tmpreg = READ_BIT(RCC->APB1LLPENR, Periphs); in LL_APB1_GRP1_EnableClockSleep() 2252 CLEAR_BIT(RCC->APB1LLPENR, Periphs); in LL_APB1_GRP1_DisableClockSleep() 4511 SET_BIT(RCC_C1->APB1LLPENR, Periphs); in LL_C1_APB1_GRP1_EnableClockSleep() 4513 tmpreg = READ_BIT(RCC_C1->APB1LLPENR, Periphs); in LL_C1_APB1_GRP1_EnableClockSleep() 4576 CLEAR_BIT(RCC_C1->APB1LLPENR, Periphs); in LL_C1_APB1_GRP1_DisableClockSleep() 6269 SET_BIT(RCC_C2->APB1LLPENR, Periphs); in LL_C2_APB1_GRP1_EnableClockSleep() 6271 tmpreg = READ_BIT(RCC_C2->APB1LLPENR, Periphs); in LL_C2_APB1_GRP1_EnableClockSleep() 6334 CLEAR_BIT(RCC_C2->APB1LLPENR, Periphs); in LL_C2_APB1_GRP1_DisableClockSleep()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 3696 #define __HAL_RCC_TIM2_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1LLPENR, RCC_APB1LLPENR_TIM2LPEN) 3698 #define __HAL_RCC_TIM3_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1LLPENR, RCC_APB1LLPENR_TIM3LPEN) 3701 #define __HAL_RCC_TIM4_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1LLPENR, RCC_APB1LLPENR_TIM4LPEN) 3705 #define __HAL_RCC_TIM5_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1LLPENR, RCC_APB1LLPENR_TIM5LPEN) 3708 #define __HAL_RCC_TIM6_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1LLPENR, RCC_APB1LLPENR_TIM6LPEN) 3710 #define __HAL_RCC_TIM7_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1LLPENR, RCC_APB1LLPENR_TIM7LPEN) 3713 #define __HAL_RCC_TIM12_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1LLPENR, RCC_APB1LLPENR_TIM12LPEN) 3717 #define __HAL_RCC_TIM13_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1LLPENR, RCC_APB1LLPENR_TIM13LPEN) 3721 #define __HAL_RCC_TIM14_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1LLPENR, RCC_APB1LLPENR_TIM14LPEN) 3724 #define __HAL_RCC_WWDG_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB1LLPENR, RCC_APB1LLPENR_WWDGLPEN) [all …]
|
D | stm32h5xx_ll_bus.h | 1960 SET_BIT(RCC->APB1LLPENR, Periphs); in LL_APB1_GRP1_EnableClockSleep() 1962 tmpreg = READ_BIT(RCC->APB1LLPENR, Periphs); in LL_APB1_GRP1_EnableClockSleep() 2027 return ((READ_BIT(RCC->APB1LLPENR, Periphs) == Periphs) ? 1UL : 0UL); in LL_APB1_GRP1_IsEnabledClockSleep() 2091 CLEAR_BIT(RCC->APB1LLPENR, Periphs); in LL_APB1_GRP1_DisableClockSleep()
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h745xx.h | 1337 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, … member 1363 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, A… member
|
D | stm32h745xg.h | 1337 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, … member 1363 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, A… member
|
D | stm32h755xx.h | 1338 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, … member 1364 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, A… member
|
D | stm32h757xx.h | 1419 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, … member 1445 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, A… member
|
D | stm32h747xg.h | 1418 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, … member 1444 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, A… member
|
D | stm32h747xx.h | 1418 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, … member 1444 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, A… member
|
D | stm32h7a3xx.h | 1139 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, … member
|
D | stm32h7b0xx.h | 1142 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, … member
|
D | stm32h7b0xxq.h | 1143 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, … member
|
D | stm32h7a3xxq.h | 1140 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, … member
|
D | stm32h7b3xx.h | 1142 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, … member
|
D | stm32h7b3xxq.h | 1143 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, … member
|
D | stm32h730xxq.h | 1298 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, … member
|
D | stm32h733xx.h | 1297 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, … member
|
D | stm32h725xx.h | 1295 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, … member
|
D | stm32h730xx.h | 1297 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, … member
|
D | stm32h735xx.h | 1298 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, … member
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 752 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 Peripherals sleep clock Low Word Register … member
|
D | stm32h523xx.h | 916 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 Peripherals sleep clock Low Word Register … member
|
D | stm32h562xx.h | 963 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 Peripherals sleep clock Low Word Register … member
|
D | stm32h533xx.h | 980 …__IO uint32_t APB1LLPENR; /*!< RCC APB1 Peripherals sleep clock Low Word Register … member
|