Home
last modified time | relevance | path

Searched refs:RCC_CR_PLL2ON (Results 1 – 25 of 74) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rcc.c287 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()
Dstm32f1xx_ll_rcc.c130 #if defined(RCC_CR_PLL2ON) in LL_RCC_DeInit()
132 CLEAR_BIT(RCC->CR, RCC_CR_PLL2ON); in LL_RCC_DeInit()
Dstm32f1xx_hal_rcc_ex.c230 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/
Dsystem_stm32h5xx.c219 … 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()
Dsystem_stm32h5xx_s.c236 … 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/
Dstm32h7rsxx_hal_rcc.c338 CLEAR_BIT(RCC->CR, RCC_CR_PLL2ON); in HAL_RCC_DeInit()
1742 if ((regvalue & RCC_CR_PLL2ON) == RCC_CR_PLL2ON) in HAL_RCC_GetOscConfig()
Dstm32h7rsxx_ll_rcc.c177 RCC_CR_HSI48ON | RCC_CR_PLL1ON | RCC_CR_PLL2ON | RCC_CR_PLL3ON); in LL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_rcc.h1704 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/
Dsystem_stm32u5xx.c210 RCC->CR &= ~(RCC_CR_HSEON | RCC_CR_CSSON | RCC_CR_PLL1ON | RCC_CR_PLL2ON | RCC_CR_PLL3ON); in SystemInit()
Dsystem_stm32u5xx_s.c228 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/
Dstm32u5xx_hal_rcc_ex.h1171 #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)
Dstm32u5xx_ll_rcc.h4336 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/
Dstm32u5xx_hal_rcc.c407 …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()
Dstm32u5xx_ll_rcc.c208 RCC_CR_PLL1ON | RCC_CR_PLL2ON | RCC_CR_PLL3ON)); in LL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_rcc.c228 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()
Dstm32h5xx_hal_rcc.c348 CLEAR_BIT(RCC->CR, RCC_CR_PLL2ON); in HAL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h1535 #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)
Dstm32h5xx_ll_rcc.h4565 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/
Dstm32h7xx_hal_rcc_ex.h1772 #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)
Dstm32h7xx_ll_rcc.h4638 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/
Dstm32h7xx_ll_rcc.c146 | RCC_CR_CSSHSEON | RCC_CR_PLL1ON | RCC_CR_PLL2ON | RCC_CR_PLL3ON); in LL_RCC_DeInit()
Dstm32h7xx_hal_rcc.c286 CLEAR_BIT(RCC->CR, RCC_CR_PLL2ON); in HAL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_rcc.h4220 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()
Dstm32h7rsxx_hal_rcc.h3999 #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/
Dstm32f105xc.h1300 #define RCC_CR_PLL2ON RCC_CR_PLL2ON_Msk /*!< PLL2 enable */ macro

123