Searched refs:RCC_CFGR2_APB1DIS (Results 1 – 17 of 17) sorted by relevance
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_bus.h | 1801 CLEAR_BIT(RCC->CFGR2, RCC_CFGR2_APB1DIS); in LL_APB1_GRP1_EnableBusClock() 1802 tmpreg = READ_BIT(RCC->CFGR2, RCC_CFGR2_APB1DIS); in LL_APB1_GRP1_EnableBusClock() 1958 SET_BIT(RCC->CFGR2, RCC_CFGR2_APB1DIS); in LL_APB1_GRP1_DisableBusClock()
|
D | stm32u5xx_hal_rcc.h | 1290 #define __HAL_RCC_APB1_CLK_DISABLE() SET_BIT(RCC->CFGR2, RCC_CFGR2_APB1DIS); 1327 CLEAR_BIT(RCC->CFGR2, RCC_CFGR2_APB1DIS); \ 1328 tmpreg = READ_BIT(RCC->CFGR2, RCC_CFGR2_APB1DIS); \
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_bus.h | 83 #define LL_APB_BRANCH_CLK_APB1 RCC_CFGR2_APB1DIS
|
D | stm32h5xx_hal_rcc.h | 2025 SET_BIT(RCC->CFGR2, RCC_CFGR2_APB1DIS); \ 2027 … tmpreg = READ_BIT(RCC->CFGR2, RCC_CFGR2_APB1DIS); \ 2056 #define __HAL_RCC_APB1_CLK_ENABLE() CLEAR_BIT(RCC->CFGR2, RCC_CFGR2_APB1DIS) 2757 #define __HAL_RCC_APB1_IS_CLK_DISABLED() (READ_BIT(RCC->CFGR2, RCC_CFGR2_APB1DIS) != 0U)
|
D | stm32h5xx_ll_rcc.h | 324 #define LL_RCC_APB1_PERIPH_DIS RCC_CFGR2_APB1DIS /*!< Clock Branch…
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 8868 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32h562xx.h | 13209 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32h563xx.h | 15293 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32h573xx.h | 15814 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/soc/ |
D | stm32u535xx.h | 13960 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32u545xx.h | 14470 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32u575xx.h | 15331 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32u585xx.h | 15890 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32u5a5xx.h | 16916 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32u595xx.h | 16357 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32u599xx.h | 20083 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32u5a9xx.h | 20642 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|