Searched refs:RCC_PLL2DIVR_PLL2N (Results 1 – 6 of 6) sorted by relevance
980 MODIFY_REG(RCC->PLL2DIVR ,(RCC_PLL2DIVR_PLL2N|RCC_PLL2DIVR_PLL2P|RCC_PLL2DIVR_PLL2Q|\981 … RCC_PLL2DIVR_PLL2R), ((((__PLL2N__) - 1U) & RCC_PLL2DIVR_PLL2N) | ((((__PLL2P__) -1U)<< \
1002 …pPeriphClkInit->PLL2.PLL2N = (uint32_t)((RCC->PLL2DIVR & RCC_PLL2DIVR_PLL2N) >> RCC_PLL2DIVR_PLL2N… in HAL_RCCEx_GetPeriphCLKConfig()1231 pll2n = (RCC->PLL2DIVR & RCC_PLL2DIVR_PLL2N); in HAL_RCCEx_GetPLL2ClockFreq()1243 …(float_t)HSI_VALUE / (float_t)pll2m) * ((float_t)(uint32_t)(RCC->PLL2DIVR & RCC_PLL2DIVR_PLL2N) + \ in HAL_RCCEx_GetPLL2ClockFreq()1253 …(float_t)HSE_VALUE / (float_t)pll2m) * ((float_t)(uint32_t)(RCC->PLL2DIVR & RCC_PLL2DIVR_PLL2N) + \ in HAL_RCCEx_GetPLL2ClockFreq()
2598 …pPeriphClkInit->PLL2.PLL2N = (uint32_t)((RCC->PLL2DIVR & RCC_PLL2DIVR_PLL2N) >> RCC_PLL2DIVR_PLL2N… in HAL_RCCEx_GetPeriphCLKConfig()2982 pll2n = (RCC->PLL2DIVR & RCC_PLL2DIVR_PLL2N); in HAL_RCCEx_GetPLL2ClockFreq()
1451 WRITE_REG(RCC->PLL2DIVR , ((((__PLL2N__) - 1U) & RCC_PLL2DIVR_PLL2N) | \
15582 #define RCC_PLL2DIVR_PLL2N RCC_PLL2DIVR_PLL2N_Msk /*!< PLL2N[8:0]… macro
16010 #define RCC_PLL2DIVR_PLL2N RCC_PLL2DIVR_PLL2N_Msk macro