/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 4010 #define __HAL_RCC_SBS_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB3LPENR, RCC_APB3LPENR_SBSLPEN) 4013 #define __HAL_RCC_SPI5_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB3LPENR, RCC_APB3LPENR_SPI5LPEN) 4016 #define __HAL_RCC_LPUART1_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB3LPENR, RCC_APB3LPENR_LPUART1LP… 4019 #define __HAL_RCC_I2C3_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB3LPENR, RCC_APB3LPENR_I2C3LPEN) 4023 #define __HAL_RCC_I2C4_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB3LPENR, RCC_APB3LPENR_I2C4LPEN) 4027 #define __HAL_RCC_I3C2_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB3LPENR, RCC_APB3LPENR_I3C2LPEN) 4030 #define __HAL_RCC_LPTIM1_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB3LPENR, RCC_APB3LPENR_LPTIM1LPE… 4033 #define __HAL_RCC_LPTIM3_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB3LPENR, RCC_APB3LPENR_LPTIM3LPE… 4037 #define __HAL_RCC_LPTIM4_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB3LPENR, RCC_APB3LPENR_LPTIM4LPE… 4041 #define __HAL_RCC_LPTIM5_CLK_SLEEP_ENABLE() SET_BIT(RCC->APB3LPENR, RCC_APB3LPENR_LPTIM5LPE… [all …]
|
D | stm32h5xx_ll_bus.h | 2715 SET_BIT(RCC->APB3LPENR, Periphs); in LL_APB3_GRP1_EnableClockSleep() 2717 tmpreg = READ_BIT(RCC->APB3LPENR, Periphs); in LL_APB3_GRP1_EnableClockSleep() 2756 return ((READ_BIT(RCC->APB3LPENR, Periphs) == Periphs) ? 1UL : 0UL); in LL_APB3_GRP1_IsEnabledClockSleep() 2793 CLEAR_BIT(RCC->APB3LPENR, Periphs); in LL_APB3_GRP1_DisableClockSleep()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_bus.h | 1771 SET_BIT(RCC->APB3LPENR, Periphs); in LL_APB3_GRP1_EnableClockSleep() 1773 tmpreg = READ_BIT(RCC->APB3LPENR, Periphs); in LL_APB3_GRP1_EnableClockSleep() 1792 CLEAR_BIT(RCC->APB3LPENR, Periphs); in LL_APB3_GRP1_DisableClockSleep() 4229 SET_BIT(RCC_C1->APB3LPENR, Periphs); in LL_C1_APB3_GRP1_EnableClockSleep() 4231 tmpreg = READ_BIT(RCC_C1->APB3LPENR, Periphs); in LL_C1_APB3_GRP1_EnableClockSleep() 4250 CLEAR_BIT(RCC_C1->APB3LPENR, Periphs); in LL_C1_APB3_GRP1_DisableClockSleep() 5987 SET_BIT(RCC_C2->APB3LPENR, Periphs); in LL_C2_APB3_GRP1_EnableClockSleep() 5989 tmpreg = READ_BIT(RCC_C2->APB3LPENR, Periphs); in LL_C2_APB3_GRP1_EnableClockSleep() 6008 CLEAR_BIT(RCC_C2->APB3LPENR, Periphs); in LL_C2_APB3_GRP1_DisableClockSleep()
|
D | stm32h7xx_hal_rcc.h | 5774 #define __HAL_RCC_LTDC_CLK_SLEEP_ENABLE() (RCC->APB3LPENR) |= (RCC_APB3LPENR_LTDCLPEN) 5777 #define __HAL_RCC_DSI_CLK_SLEEP_ENABLE() (RCC->APB3LPENR) |= (RCC_APB3LPENR_DSILPEN) 5779 #define __HAL_RCC_WWDG1_CLK_SLEEP_ENABLE() (RCC->APB3LPENR) |= (RCC_APB3LPENR_WWDG1LPEN) 5782 #define __HAL_RCC_LTDC_CLK_SLEEP_DISABLE() (RCC->APB3LPENR) &= ~ (RCC_APB3LPENR_LTDCLPEN) 5785 #define __HAL_RCC_DSI_CLK_SLEEP_DISABLE() (RCC->APB3LPENR) &= ~ (RCC_APB3LPENR_DSILPEN) 5787 #define __HAL_RCC_WWDG1_CLK_SLEEP_DISABLE() (RCC->APB3LPENR) &= ~ (RCC_APB3LPENR_WWDG1LPEN) 5798 #define __HAL_RCC_LTDC_IS_CLK_SLEEP_ENABLED() ((RCC->APB3LPENR & (RCC_APB3LPENR_LTDCLPEN… 5801 #define __HAL_RCC_DSI_IS_CLK_SLEEP_ENABLED() ((RCC->APB3LPENR & (RCC_APB3LPENR_DSILPEN)… 5803 #define __HAL_RCC_WWDG1_IS_CLK_SLEEP_ENABLED() ((RCC->APB3LPENR & (RCC_APB3LPENR_WWDG1LPE… 5806 #define __HAL_RCC_LTDC_IS_CLK_SLEEP_DISABLED() ((RCC->APB3LPENR & (RCC_APB3LPENR_LTDCLPEN… [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h745xx.h | 1336 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, … member 1362 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, A… member
|
D | stm32h745xg.h | 1336 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, … member 1362 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, A… member
|
D | stm32h755xx.h | 1337 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, … member 1363 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, A… member
|
D | stm32h757xx.h | 1418 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, … member 1444 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, A… member
|
D | stm32h747xg.h | 1417 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, … member 1443 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, A… member
|
D | stm32h747xx.h | 1417 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, … member 1443 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, A… member
|
D | stm32h7a3xx.h | 1138 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, … member
|
D | stm32h7b0xx.h | 1141 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, … member
|
D | stm32h7b0xxq.h | 1142 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, … member
|
D | stm32h7a3xxq.h | 1139 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, … member
|
D | stm32h7b3xx.h | 1141 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, … member
|
D | stm32h7b3xxq.h | 1142 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, … member
|
D | stm32h730xxq.h | 1297 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, … member
|
D | stm32h733xx.h | 1296 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, … member
|
D | stm32h725xx.h | 1294 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, … member
|
D | stm32h730xx.h | 1296 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, … member
|
D | stm32h735xx.h | 1297 …__IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, … member
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 755 …__IO uint32_t APB3LPENR; /*!< RCC APB3 Peripherals Clock Low Power Enable Register … member
|
D | stm32h523xx.h | 919 …__IO uint32_t APB3LPENR; /*!< RCC APB3 Peripherals Clock Low Power Enable Register … member
|
D | stm32h562xx.h | 966 …__IO uint32_t APB3LPENR; /*!< RCC APB3 Peripherals Clock Low Power Enable Register … member
|
D | stm32h533xx.h | 983 …__IO uint32_t APB3LPENR; /*!< RCC APB3 Peripherals Clock Low Power Enable Register … member
|