/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_rcc.c | 287 CLEAR_BIT(RCC->CR, RCC_CR_PLL2ON); in HAL_RCC_DeInit() 593 #if defined(RCC_CR_PLL2ON) in HAL_RCC_OscConfig() 1287 #if defined(RCC_CR_PLL2ON) in HAL_RCC_GetOscConfig() 1289 if ((RCC->CR & RCC_CR_PLL2ON) == RCC_CR_PLL2ON) in HAL_RCC_GetOscConfig()
|
D | stm32f1xx_ll_rcc.c | 130 #if defined(RCC_CR_PLL2ON) in LL_RCC_DeInit() 132 CLEAR_BIT(RCC->CR, RCC_CR_PLL2ON); in LL_RCC_DeInit()
|
D | stm32f1xx_hal_rcc_ex.c | 230 if (HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLL2ON) && \ in HAL_RCCEx_PeriphCLKConfig() 624 if (HAL_IS_BIT_SET(RCC->CR, RCC_CR_PLL2ON) && \ in HAL_RCCEx_EnablePLLI2S()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | system_stm32h5xx.c | 219 … RCC_CR_CSION | RCC_CR_CSIKERON |RCC_CR_HSI48ON | RCC_CR_PLL1ON | RCC_CR_PLL2ON | RCC_CR_PLL3ON); in SystemInit() 222 RCC_CR_CSION | RCC_CR_CSIKERON |RCC_CR_HSI48ON | RCC_CR_PLL1ON | RCC_CR_PLL2ON); in SystemInit()
|
D | system_stm32h5xx_s.c | 236 … RCC_CR_CSION | RCC_CR_CSIKERON |RCC_CR_HSI48ON | RCC_CR_PLL1ON | RCC_CR_PLL2ON | RCC_CR_PLL3ON); in SystemInit()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_rcc.c | 338 CLEAR_BIT(RCC->CR, RCC_CR_PLL2ON); in HAL_RCC_DeInit() 1742 if ((regvalue & RCC_CR_PLL2ON) == RCC_CR_PLL2ON) in HAL_RCC_GetOscConfig()
|
D | stm32h7rsxx_ll_rcc.c | 177 RCC_CR_HSI48ON | RCC_CR_PLL1ON | RCC_CR_PLL2ON | RCC_CR_PLL3ON); in LL_RCC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_rcc.h | 1704 SET_BIT(RCC->CR, RCC_CR_PLL2ON); in LL_RCC_PLL2_Enable() 1714 CLEAR_BIT(RCC->CR, RCC_CR_PLL2ON); in LL_RCC_PLL2_Disable()
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | system_stm32u5xx.c | 210 RCC->CR &= ~(RCC_CR_HSEON | RCC_CR_CSSON | RCC_CR_PLL1ON | RCC_CR_PLL2ON | RCC_CR_PLL3ON); in SystemInit()
|
D | system_stm32u5xx_s.c | 228 RCC->CR &= ~(RCC_CR_HSEON | RCC_CR_CSSON | RCC_CR_PLL1ON | RCC_CR_PLL2ON | RCC_CR_PLL3ON); in SystemInit()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc_ex.h | 1171 #define __HAL_RCC_PLL2_ENABLE() SET_BIT(RCC->CR, RCC_CR_PLL2ON) 1172 #define __HAL_RCC_PLL2_DISABLE() CLEAR_BIT(RCC->CR, RCC_CR_PLL2ON)
|
D | stm32u5xx_ll_rcc.h | 4336 SET_BIT(RCC->CR, RCC_CR_PLL2ON); in LL_RCC_PLL2_Enable() 4346 CLEAR_BIT(RCC->CR, RCC_CR_PLL2ON); in LL_RCC_PLL2_Disable()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rcc.c | 407 …RCC_CR_HSION | RCC_CR_HSIKERON | RCC_CR_PLL1ON | RCC_CR_PLL2ON | RCC_CR_PLL3ON | RCC_CR_HSI48ON | \ in HAL_RCC_DeInit() 430 CLEAR_BIT(RCC->CR, RCC_CR_PLL2ON); in HAL_RCC_DeInit()
|
D | stm32u5xx_ll_rcc.c | 208 RCC_CR_PLL1ON | RCC_CR_PLL2ON | RCC_CR_PLL3ON)); in LL_RCC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_rcc.c | 228 RCC_CR_HSEON | RCC_CR_PLL1ON | RCC_CR_PLL2ON | RCC_CR_PLL3ON); in LL_RCC_DeInit() 232 RCC_CR_HSEON | RCC_CR_PLL1ON | RCC_CR_PLL2ON); in LL_RCC_DeInit()
|
D | stm32h5xx_hal_rcc.c | 348 CLEAR_BIT(RCC->CR, RCC_CR_PLL2ON); in HAL_RCC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc_ex.h | 1535 #define __HAL_RCC_PLL2_ENABLE() SET_BIT(RCC->CR, RCC_CR_PLL2ON) 1536 #define __HAL_RCC_PLL2_DISABLE() CLEAR_BIT(RCC->CR, RCC_CR_PLL2ON)
|
D | stm32h5xx_ll_rcc.h | 4565 SET_BIT(RCC->CR, RCC_CR_PLL2ON); in LL_RCC_PLL2_Enable() 4575 CLEAR_BIT(RCC->CR, RCC_CR_PLL2ON); in LL_RCC_PLL2_Disable()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_rcc_ex.h | 1772 #define __HAL_RCC_PLL2_ENABLE() SET_BIT(RCC->CR, RCC_CR_PLL2ON) 1773 #define __HAL_RCC_PLL2_DISABLE() CLEAR_BIT(RCC->CR, RCC_CR_PLL2ON)
|
D | stm32h7xx_ll_rcc.h | 4638 SET_BIT(RCC->CR, RCC_CR_PLL2ON); in LL_RCC_PLL2_Enable() 4649 CLEAR_BIT(RCC->CR, RCC_CR_PLL2ON); in LL_RCC_PLL2_Disable()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_rcc.c | 146 | RCC_CR_CSSHSEON | RCC_CR_PLL1ON | RCC_CR_PLL2ON | RCC_CR_PLL3ON); in LL_RCC_DeInit()
|
D | stm32h7xx_hal_rcc.c | 286 CLEAR_BIT(RCC->CR, RCC_CR_PLL2ON); in HAL_RCC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_rcc.h | 4220 SET_BIT(RCC->CR, RCC_CR_PLL2ON); in LL_RCC_PLL2_Enable() 4231 CLEAR_BIT(RCC->CR, RCC_CR_PLL2ON); in LL_RCC_PLL2_Disable()
|
D | stm32h7rsxx_hal_rcc.h | 3999 #define __HAL_RCC_PLL2_ENABLE() SET_BIT(RCC->CR, RCC_CR_PLL2ON) 4000 #define __HAL_RCC_PLL2_DISABLE() CLEAR_BIT(RCC->CR, RCC_CR_PLL2ON)
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f105xc.h | 1300 #define RCC_CR_PLL2ON RCC_CR_PLL2ON_Msk /*!< PLL2 enable */ macro
|