Searched refs:RCC_CFGR2_AHB1DIS (Results 1 – 23 of 23) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_bus.h | 378 CLEAR_BIT(RCC->CFGR2, RCC_CFGR2_AHB1DIS); in LL_AHB1_GRP1_EnableBusClock() 379 tmpreg = READ_BIT(RCC->CFGR2, RCC_CFGR2_AHB1DIS); in LL_AHB1_GRP1_EnableBusClock() 489 SET_BIT(RCC->CFGR2, RCC_CFGR2_AHB1DIS); in LL_AHB1_GRP1_DisableBusClock()
|
D | stm32u5xx_hal_rcc.h | 1288 #define __HAL_RCC_AHB1_CLK_DISABLE() SET_BIT(RCC->CFGR2, RCC_CFGR2_AHB1DIS); 1304 CLEAR_BIT(RCC->CFGR2, RCC_CFGR2_AHB1DIS); \ 1305 tmpreg = READ_BIT(RCC->CFGR2, RCC_CFGR2_AHB1DIS); \
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 2000 SET_BIT(RCC->CFGR2, RCC_CFGR2_AHB1DIS); \ 2002 … tmpreg = READ_BIT(RCC->CFGR2, RCC_CFGR2_AHB1DIS); \ 2049 #define __HAL_RCC_AHB1_CLK_ENABLE() CLEAR_BIT(RCC->CFGR2, RCC_CFGR2_AHB1DIS) 2755 #define __HAL_RCC_AHB1_IS_CLK_DISABLED() (READ_BIT(RCC->CFGR2, RCC_CFGR2_AHB1DIS) != 0U)
|
D | stm32h5xx_ll_bus.h | 71 #define LL_AHB_BRANCH_CLK_AHB1 RCC_CFGR2_AHB1DIS
|
D | stm32h5xx_ll_rcc.h | 300 #define LL_RCC_AHB1_PERIPH_DIS RCC_CFGR2_AHB1DIS /*!< Clock Branch…
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 8470 #define RCC_CFGR2_AHB1DIS RCC_CFGR2_AHB1DIS_Msk /*!< AHB1 clock… macro
|
D | stm32h523xx.h | 12607 #define RCC_CFGR2_AHB1DIS RCC_CFGR2_AHB1DIS_Msk /*!< AHB1 clock… macro
|
D | stm32h562xx.h | 13287 #define RCC_CFGR2_AHB1DIS RCC_CFGR2_AHB1DIS_Msk /*!< AHB1 clock… macro
|
D | stm32h533xx.h | 13126 #define RCC_CFGR2_AHB1DIS RCC_CFGR2_AHB1DIS_Msk /*!< AHB1 clock… macro
|
D | stm32h573xx.h | 15890 #define RCC_CFGR2_AHB1DIS RCC_CFGR2_AHB1DIS_Msk /*!< AHB1 clock… macro
|
D | stm32h563xx.h | 15371 #define RCC_CFGR2_AHB1DIS RCC_CFGR2_AHB1DIS_Msk /*!< AHB1 clock… macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 14441 #define RCC_CFGR2_AHB1DIS RCC_CFGR2_AHB1DIS_Msk /*!< AHB1 clock… macro
|
D | stm32u535xx.h | 13928 #define RCC_CFGR2_AHB1DIS RCC_CFGR2_AHB1DIS_Msk /*!< AHB1 clock… macro
|
D | stm32u575xx.h | 15336 #define RCC_CFGR2_AHB1DIS RCC_CFGR2_AHB1DIS_Msk /*!< AHB1 clock… macro
|
D | stm32u585xx.h | 15898 #define RCC_CFGR2_AHB1DIS RCC_CFGR2_AHB1DIS_Msk /*!< AHB1 clock… macro
|
D | stm32u595xx.h | 16364 #define RCC_CFGR2_AHB1DIS RCC_CFGR2_AHB1DIS_Msk /*!< AHB1 clock… macro
|
D | stm32u5a5xx.h | 16926 #define RCC_CFGR2_AHB1DIS RCC_CFGR2_AHB1DIS_Msk /*!< AHB1 clock… macro
|
D | stm32u5f7xx.h | 17897 #define RCC_CFGR2_AHB1DIS RCC_CFGR2_AHB1DIS_Msk /*!< AHB1 clock… macro
|
D | stm32u599xx.h | 20090 #define RCC_CFGR2_AHB1DIS RCC_CFGR2_AHB1DIS_Msk /*!< AHB1 clock… macro
|
D | stm32u5g7xx.h | 18459 #define RCC_CFGR2_AHB1DIS RCC_CFGR2_AHB1DIS_Msk /*!< AHB1 clock… macro
|
D | stm32u5f9xx.h | 21026 #define RCC_CFGR2_AHB1DIS RCC_CFGR2_AHB1DIS_Msk /*!< AHB1 clock… macro
|
D | stm32u5a9xx.h | 20652 #define RCC_CFGR2_AHB1DIS RCC_CFGR2_AHB1DIS_Msk /*!< AHB1 clock… macro
|
D | stm32u5g9xx.h | 21588 #define RCC_CFGR2_AHB1DIS RCC_CFGR2_AHB1DIS_Msk /*!< AHB1 clock… macro
|