Searched refs:APB5LPENR (Results 1 – 11 of 11) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_bus.h | 2501 SET_BIT(RCC->APB5LPENR, Periphs); in LL_APB5_GRP1_EnableClockSleep() 2503 tmpreg = READ_BIT(RCC->APB5LPENR, Periphs); in LL_APB5_GRP1_EnableClockSleep() 2522 CLEAR_BIT(RCC->APB5LPENR, Periphs); in LL_APB5_GRP1_DisableClockSleep()
|
D | stm32h7rsxx_hal_rcc.h | 3159 #define __HAL_RCC_LTDC_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB5LPENR, RCC_APB5LPENR_LTDCLPEN) 3161 #define __HAL_RCC_DCMIPP_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB5LPENR, RCC_APB5LPENR_DCMIPPLPEN) 3163 #define __HAL_RCC_GFXTIM_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB5LPENR, RCC_APB5LPENR_GFXTIMLPEN) 3166 #define __HAL_RCC_LTDC_CLK_SLEEP_DISABLE() CLEAR_BIT(RCC->APB5LPENR, RCC_APB5LPENR_LTDCLPEN) 3168 #define __HAL_RCC_DCMIPP_CLK_SLEEP_DISABLE() CLEAR_BIT(RCC->APB5LPENR, RCC_APB5LPENR_DCMIPPLPEN) 3170 #define __HAL_RCC_GFXTIM_CLK_SLEEP_DISABLE() CLEAR_BIT(RCC->APB5LPENR, RCC_APB5LPENR_GFXTIMLPEN) 3497 #define __HAL_RCC_LTDC_IS_CLK_SLEEP_ENABLED() (READ_BIT(RCC->APB5LPENR, RCC_APB5LPENR_LTDCLPEN) … 3499 #define __HAL_RCC_DCMIPP_IS_CLK_SLEEP_ENABLED() (READ_BIT(RCC->APB5LPENR, RCC_APB5LPENR_DCMIPPLPEN… 3501 #define __HAL_RCC_GFXTIM_IS_CLK_SLEEP_ENABLED() (READ_BIT(RCC->APB5LPENR, RCC_APB5LPENR_GFXTIMLPEN…
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_bus.h | 3748 tmpreg = READ_REG(RCC->APB5LPENR); in LL_APB5_GRP1_EnableClockLowPower() 3769 return ((READ_BIT(RCC->APB5LPENR, Periphs) == Periphs) ? 1UL : 0UL); in LL_APB5_GRP1_IsEnabledClockLowPower()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 1488 …__IO uint32_t APB5LPENR; /*!< RCC APB5 peripheral sleep clocks enable register, … member
|
D | stm32h7s7xx.h | 1650 …__IO uint32_t APB5LPENR; /*!< RCC APB5 peripheral sleep clocks enable register, … member
|
D | stm32h7s3xx.h | 1581 …__IO uint32_t APB5LPENR; /*!< RCC APB5 peripheral sleep clocks enable register, … member
|
D | stm32h7r7xx.h | 1555 …__IO uint32_t APB5LPENR; /*!< RCC APB5 peripheral sleep clocks enable register, … member
|
/hal_stm32-latest/stm32cube/stm32n6xx/soc/ |
D | stm32n645xx.h | 2031 …__IO uint32_t APB5LPENR; /*!< RCC APB5 sleep enable register … member
|
D | stm32n657xx.h | 2157 …__IO uint32_t APB5LPENR; /*!< RCC APB5 sleep enable register … member
|
D | stm32n655xx.h | 2129 …__IO uint32_t APB5LPENR; /*!< RCC APB5 sleep enable register … member
|
D | stm32n647xx.h | 2059 …__IO uint32_t APB5LPENR; /*!< RCC APB5 sleep enable register … member
|