Searched refs:CKGDISR (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_rcc.h | 712 #define __HAL_RCC_AXI_INTERCONNECT_CLK_GATING_ENABLE() CLEAR_BIT(RCC->CKGDISR, RCC_CKGDISR_AXI… 714 #define __HAL_RCC_AXI_MASTER_AHB_CLK_GATING_ENABLE() CLEAR_BIT(RCC->CKGDISR, RCC_CKGDISR_AHB… 716 #define __HAL_RCC_AXI_MASTER_SDMMC1_CLK_GATING_ENABLE() CLEAR_BIT(RCC->CKGDISR, RCC_CKGDISR_SDM… 718 #define __HAL_RCC_AXI_MASTER_HPDMA1_CLK_GATING_ENABLE() CLEAR_BIT(RCC->CKGDISR, RCC_CKGDISR_HPD… 720 #define __HAL_RCC_AXI_MASTER_CPU_CLK_GATING_ENABLE() CLEAR_BIT(RCC->CKGDISR, RCC_CKGDISR_CPU… 722 #define __HAL_RCC_AXI_MASTER_GPU2D_0_CLK_GATING_ENABLE() CLEAR_BIT(RCC->CKGDISR, RCC_CKGDISR_GPU… 724 #define __HAL_RCC_AXI_MASTER_GPU2D_1_CLK_GATING_ENABLE() CLEAR_BIT(RCC->CKGDISR, RCC_CKGDISR_GPU… 726 #define __HAL_RCC_AXI_MASTER_GPU2D_CACHE_CLK_GATING_ENABLE() CLEAR_BIT(RCC->CKGDISR, RCC_CKGDISR_GP… 728 #define __HAL_RCC_AXI_MASTER_DCMIPP_CLK_GATING_ENABLE() CLEAR_BIT(RCC->CKGDISR, RCC_CKGDISR_DCM… 730 #define __HAL_RCC_AXI_MASTER_DMA2D_CLK_GATING_ENABLE() CLEAR_BIT(RCC->CKGDISR, RCC_CKGDISR_DMA… [all …]
|
D | stm32h7rsxx_ll_bus.h | 2590 CLEAR_BIT(RCC->CKGDISR, Periphs); in LL_CKGA_Enable() 2650 return ((READ_BIT(RCC->CKGDISR, Periphs) == 0U) ? 1U : 0U); in LL_CKGA_IsEnabledClock() 2710 SET_BIT(RCC->CKGDISR, Periphs); in LL_CKGA_Disable()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 1457 …__IO uint32_t CKGDISR ; /*!< RCC AXI clocks gating disable register, … member
|
D | stm32h7s7xx.h | 1619 …__IO uint32_t CKGDISR ; /*!< RCC AXI clocks gating disable register, … member
|
D | stm32h7s3xx.h | 1550 …__IO uint32_t CKGDISR ; /*!< RCC AXI clocks gating disable register, … member
|
D | stm32h7r7xx.h | 1524 …__IO uint32_t CKGDISR ; /*!< RCC AXI clocks gating disable register, … member
|