Home
last modified time | relevance | path

Searched refs:RCC_CFGR2_PREDIV (Results 1 – 25 of 40) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_rcc.h583 …(((__INPUTFREQ__) / ((((__PLLPREDIV__) & RCC_CFGR2_PREDIV) + 1U))) * ((((__PLLMUL__) & RCC_CFGR_PL…
1581 MODIFY_REG(RCC->CFGR2, RCC_CFGR2_PREDIV, PLLDiv); in LL_RCC_PLL_ConfigDomain_SYS()
1630 MODIFY_REG(RCC->CFGR2, RCC_CFGR2_PREDIV, (Source & RCC_CFGR2_PREDIV)); in LL_RCC_PLL_ConfigDomain_SYS()
1718 return (uint32_t)(READ_BIT(RCC->CFGR2, RCC_CFGR2_PREDIV)); in LL_RCC_PLL_GetPrediv()
Dstm32f0xx_hal_rcc.h1070 MODIFY_REG(RCC->CFGR2, RCC_CFGR2_PREDIV, (uint32_t)(__HSE_PREDIV_VALUE__))
1250 MODIFY_REG(RCC->CFGR2, RCC_CFGR2_PREDIV, (__PREDIV__)); \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rcc.h906 …(((__INPUTFREQ__) / ((((__PLLPREDIV__) & RCC_CFGR2_PREDIV) + 1U))) * ((((__PLLMUL__) & RCC_CFGR_PL…
2245 MODIFY_REG(RCC->CFGR2, RCC_CFGR2_PREDIV, PLLDiv); in LL_RCC_PLL_ConfigDomain_SYS()
2294 MODIFY_REG(RCC->CFGR2, RCC_CFGR2_PREDIV, (Source & RCC_CFGR2_PREDIV)); in LL_RCC_PLL_ConfigDomain_SYS()
2381 return (uint32_t)(READ_BIT(RCC->CFGR2, RCC_CFGR2_PREDIV)); in LL_RCC_PLL_GetPrediv()
Dstm32f3xx_hal_rcc_ex.h1804 MODIFY_REG(RCC->CFGR2, RCC_CFGR2_PREDIV, (__PREDIV__)); \
1851 MODIFY_REG(RCC->CFGR2, RCC_CFGR2_PREDIV, (uint32_t)(__HSE_PREDIV_VALUE__))
1856 #define __HAL_RCC_HSE_GET_PREDIV() READ_BIT(RCC->CFGR2, RCC_CFGR2_PREDIV)
/hal_stm32-latest/stm32cube/stm32f3xx/soc/
Dsystem_stm32f3xx.c241 predivfactor = (RCC->CFGR2 & RCC_CFGR2_PREDIV) + 1; in SystemCoreClockUpdate()
260 predivfactor = (RCC->CFGR2 & RCC_CFGR2_PREDIV) + 1; in SystemCoreClockUpdate()
Dstm32f301x8.h5223 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
Dstm32f318xx.h5213 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc.c656 (READ_BIT(pll_config2, RCC_CFGR2_PREDIV) != RCC_OscInitStruct->PLL.PREDIV)) in HAL_RCC_OscConfig()
984 … prediv = aPredivFactorTable[(uint32_t)(RCC->CFGR2 & RCC_CFGR2_PREDIV) >> RCC_CFGR2_PREDIV_Pos]; in HAL_RCC_GetSysClockFreq()
1142 RCC_OscInitStruct->PLL.PREDIV = (uint32_t)(RCC->CFGR2 & RCC_CFGR2_PREDIV); in HAL_RCC_GetOscConfig()
Dstm32f3xx_hal_rcc_ex.c1541 prediv = (RCC->CFGR2 & RCC_CFGR2_PREDIV) + 1U; in RCC_GetPLLCLKFreq()
1551 prediv = (RCC->CFGR2 & RCC_CFGR2_PREDIV) + 1U; in RCC_GetPLLCLKFreq()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc.c742 (READ_BIT(pll_config2, RCC_CFGR2_PREDIV) != RCC_OscInitStruct->PLL.PREDIV) || in HAL_RCC_OscConfig()
1121 …prediv = aPredivFactorTable[(uint32_t)(RCC->CFGR2 & RCC_CFGR2_PREDIV) >> RCC_CFGR2_PREDIV_BITNUMBE… in HAL_RCC_GetSysClockFreq()
1288 RCC_OscInitStruct->PLL.PREDIV = (uint32_t)(RCC->CFGR2 & RCC_CFGR2_PREDIV); in HAL_RCC_GetOscConfig()
Dstm32f0xx_hal_rcc_ex.c520 predivfactor = (RCC->CFGR2 & RCC_CFGR2_PREDIV) + 1U; in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dsystem_stm32f0xx.c198 predivfactor = (RCC->CFGR2 & RCC_CFGR2_PREDIV) + 1; in SystemCoreClockUpdate()
Dstm32f030x6.h3222 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
Dstm32f030x8.h3266 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
Dstm32f070x6.h3293 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
Dstm32f031x6.h3348 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
Dstm32f030xc.h3568 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
Dstm32f038xx.h3320 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
Dstm32f070xb.h3427 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
Dstm32f058xx.h3810 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
Dstm32f051x8.h3838 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
Dstm32f071xb.h4293 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
Dstm32f042x6.h7579 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
Dstm32f048xx.h7552 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
Dstm32f072xb.h8080 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro

12