/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_rcc.h | 583 …(((__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()
|
D | stm32f0xx_hal_rcc.h | 1070 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/ |
D | stm32f3xx_ll_rcc.h | 906 …(((__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()
|
D | stm32f3xx_hal_rcc_ex.h | 1804 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/ |
D | system_stm32f3xx.c | 241 predivfactor = (RCC->CFGR2 & RCC_CFGR2_PREDIV) + 1; in SystemCoreClockUpdate() 260 predivfactor = (RCC->CFGR2 & RCC_CFGR2_PREDIV) + 1; in SystemCoreClockUpdate()
|
D | stm32f301x8.h | 5223 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
|
D | stm32f318xx.h | 5213 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_rcc.c | 656 (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()
|
D | stm32f3xx_hal_rcc_ex.c | 1541 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/ |
D | stm32f0xx_hal_rcc.c | 742 (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()
|
D | stm32f0xx_hal_rcc_ex.c | 520 predivfactor = (RCC->CFGR2 & RCC_CFGR2_PREDIV) + 1U; in HAL_RCCEx_GetPeriphCLKFreq()
|
/hal_stm32-latest/stm32cube/stm32f0xx/soc/ |
D | system_stm32f0xx.c | 198 predivfactor = (RCC->CFGR2 & RCC_CFGR2_PREDIV) + 1; in SystemCoreClockUpdate()
|
D | stm32f030x6.h | 3222 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
|
D | stm32f030x8.h | 3266 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
|
D | stm32f070x6.h | 3293 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
|
D | stm32f031x6.h | 3348 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
|
D | stm32f030xc.h | 3568 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
|
D | stm32f038xx.h | 3320 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
|
D | stm32f070xb.h | 3427 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
|
D | stm32f058xx.h | 3810 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
|
D | stm32f051x8.h | 3838 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
|
D | stm32f071xb.h | 4293 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
|
D | stm32f042x6.h | 7579 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
|
D | stm32f048xx.h | 7552 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
|
D | stm32f072xb.h | 8080 #define RCC_CFGR2_PREDIV RCC_CFGR2_PREDIV_Msk /*!< PREDIV[3:0] bit… macro
|