Searched refs:RCC_CFGR2_APB2DIS (Results 1 – 23 of 23) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_bus.h | 2415 CLEAR_BIT(RCC->CFGR2, RCC_CFGR2_APB2DIS); in LL_APB2_GRP1_EnableBusClock() 2416 tmpreg = READ_BIT(RCC->CFGR2, RCC_CFGR2_APB2DIS); in LL_APB2_GRP1_EnableBusClock() 2509 SET_BIT(RCC->CFGR2, RCC_CFGR2_APB2DIS); in LL_APB2_GRP1_DisableBusClock()
|
D | stm32u5xx_hal_rcc.h | 1298 #define __HAL_RCC_APB2_CLK_DISABLE() SET_BIT(RCC->CFGR2, RCC_CFGR2_APB2DIS); 1340 CLEAR_BIT(RCC->CFGR2, RCC_CFGR2_APB2DIS); \ 1341 tmpreg = READ_BIT(RCC->CFGR2, RCC_CFGR2_APB2DIS); \
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 2034 SET_BIT(RCC->CFGR2, RCC_CFGR2_APB2DIS); \ 2036 … tmpreg = READ_BIT(RCC->CFGR2, RCC_CFGR2_APB2DIS); \ 2059 #define __HAL_RCC_APB2_CLK_ENABLE() CLEAR_BIT(RCC->CFGR2, RCC_CFGR2_APB2DIS) 2765 #define __HAL_RCC_APB2_IS_CLK_DISABLED() (READ_BIT(RCC->CFGR2, RCC_CFGR2_APB2DIS) != 0U)
|
D | stm32h5xx_ll_bus.h | 84 #define LL_APB_BRANCH_CLK_APB2 RCC_CFGR2_APB2DIS
|
D | stm32h5xx_ll_rcc.h | 332 #define LL_RCC_APB2_PERIPH_DIS RCC_CFGR2_APB2DIS /*!< Clock Branch…
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 8479 #define RCC_CFGR2_APB2DIS RCC_CFGR2_APB2DIS_Msk /*!< APB2 clock… macro
|
D | stm32h523xx.h | 12619 #define RCC_CFGR2_APB2DIS RCC_CFGR2_APB2DIS_Msk /*!< APB2 clock… macro
|
D | stm32h562xx.h | 13299 #define RCC_CFGR2_APB2DIS RCC_CFGR2_APB2DIS_Msk /*!< APB2 clock… macro
|
D | stm32h533xx.h | 13138 #define RCC_CFGR2_APB2DIS RCC_CFGR2_APB2DIS_Msk /*!< APB2 clock… macro
|
D | stm32h573xx.h | 15902 #define RCC_CFGR2_APB2DIS RCC_CFGR2_APB2DIS_Msk /*!< APB2 clock… macro
|
D | stm32h563xx.h | 15383 #define RCC_CFGR2_APB2DIS RCC_CFGR2_APB2DIS_Msk /*!< APB2 clock… macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 14453 #define RCC_CFGR2_APB2DIS RCC_CFGR2_APB2DIS_Msk /*!< APB2 clock… macro
|
D | stm32u535xx.h | 13940 #define RCC_CFGR2_APB2DIS RCC_CFGR2_APB2DIS_Msk /*!< APB2 clock… macro
|
D | stm32u575xx.h | 15348 #define RCC_CFGR2_APB2DIS RCC_CFGR2_APB2DIS_Msk /*!< APB2 clock… macro
|
D | stm32u585xx.h | 15910 #define RCC_CFGR2_APB2DIS RCC_CFGR2_APB2DIS_Msk /*!< APB2 clock… macro
|
D | stm32u595xx.h | 16376 #define RCC_CFGR2_APB2DIS RCC_CFGR2_APB2DIS_Msk /*!< APB2 clock… macro
|
D | stm32u5a5xx.h | 16938 #define RCC_CFGR2_APB2DIS RCC_CFGR2_APB2DIS_Msk /*!< APB2 clock… macro
|
D | stm32u5f7xx.h | 17909 #define RCC_CFGR2_APB2DIS RCC_CFGR2_APB2DIS_Msk /*!< APB2 clock… macro
|
D | stm32u599xx.h | 20102 #define RCC_CFGR2_APB2DIS RCC_CFGR2_APB2DIS_Msk /*!< APB2 clock… macro
|
D | stm32u5g7xx.h | 18471 #define RCC_CFGR2_APB2DIS RCC_CFGR2_APB2DIS_Msk /*!< APB2 clock… macro
|
D | stm32u5f9xx.h | 21038 #define RCC_CFGR2_APB2DIS RCC_CFGR2_APB2DIS_Msk /*!< APB2 clock… macro
|
D | stm32u5a9xx.h | 20664 #define RCC_CFGR2_APB2DIS RCC_CFGR2_APB2DIS_Msk /*!< APB2 clock… macro
|
D | stm32u5g9xx.h | 21600 #define RCC_CFGR2_APB2DIS RCC_CFGR2_APB2DIS_Msk /*!< APB2 clock… macro
|