Searched refs:RCC_CFGR2_APB1DIS (Results 1 – 23 of 23) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_bus.h | 1823 CLEAR_BIT(RCC->CFGR2, RCC_CFGR2_APB1DIS); in LL_APB1_GRP1_EnableBusClock() 1824 tmpreg = READ_BIT(RCC->CFGR2, RCC_CFGR2_APB1DIS); in LL_APB1_GRP1_EnableBusClock() 1980 SET_BIT(RCC->CFGR2, RCC_CFGR2_APB1DIS); in LL_APB1_GRP1_DisableBusClock()
|
D | stm32u5xx_hal_rcc.h | 1296 #define __HAL_RCC_APB1_CLK_DISABLE() SET_BIT(RCC->CFGR2, RCC_CFGR2_APB1DIS); 1333 CLEAR_BIT(RCC->CFGR2, RCC_CFGR2_APB1DIS); \ 1334 tmpreg = READ_BIT(RCC->CFGR2, RCC_CFGR2_APB1DIS); \
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 2026 SET_BIT(RCC->CFGR2, RCC_CFGR2_APB1DIS); \ 2028 … tmpreg = READ_BIT(RCC->CFGR2, RCC_CFGR2_APB1DIS); \ 2057 #define __HAL_RCC_APB1_CLK_ENABLE() CLEAR_BIT(RCC->CFGR2, RCC_CFGR2_APB1DIS) 2763 #define __HAL_RCC_APB1_IS_CLK_DISABLED() (READ_BIT(RCC->CFGR2, RCC_CFGR2_APB1DIS) != 0U)
|
D | stm32h5xx_ll_bus.h | 83 #define LL_APB_BRANCH_CLK_APB1 RCC_CFGR2_APB1DIS
|
D | stm32h5xx_ll_rcc.h | 324 #define LL_RCC_APB1_PERIPH_DIS RCC_CFGR2_APB1DIS /*!< Clock Branch…
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 8476 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32h523xx.h | 12616 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32h562xx.h | 13296 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32h533xx.h | 13135 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32h573xx.h | 15899 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32h563xx.h | 15380 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 14450 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32u535xx.h | 13937 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32u575xx.h | 15345 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32u585xx.h | 15907 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32u595xx.h | 16373 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32u5a5xx.h | 16935 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32u5f7xx.h | 17906 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32u599xx.h | 20099 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32u5g7xx.h | 18468 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32u5f9xx.h | 21035 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32u5a9xx.h | 20661 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|
D | stm32u5g9xx.h | 21597 #define RCC_CFGR2_APB1DIS RCC_CFGR2_APB1DIS_Msk /*!< APB1 clock… macro
|