Searched refs:PLL3R (Results 1 – 8 of 8) sorted by relevance
2562 …pPeriphClkInit->PLL3.PLL3R = (uint32_t)((RCC->PLL3DIVR & RCC_PLL3DIVR_PLL3R) >> RCC_PLL3DIVR_PLL3R… in HAL_RCCEx_GetPeriphCLKConfig()5422 assert_param(IS_RCC_PLL3_DIVR_VALUE(pPLL3Init->PLL3R)); in HAL_RCCEx_EnablePLL3()5454 pPLL3Init->PLL3Q, pPLL3Init->PLL3R); in HAL_RCCEx_EnablePLL3()6217 assert_param(IS_RCC_PLL3_DIVR_VALUE(pll3->PLL3R)); in RCCEx_PLL3_Config()6244 pll3->PLL3R); in RCCEx_PLL3_Config()
1349 …pPeriphClkInit->PLL3.PLL3R = (uint32_t)((RCC->PLL3DIVR & RCC_PLL3DIVR_PLL3R) >> RCC_PLL3DIVR_PLL3R… in HAL_RCCEx_GetPeriphCLKConfig()3247 PLL3Init->PLL3R); in HAL_RCCEx_EnablePLL3()4248 assert_param(IS_RCC_PLLR_VALUE(pll3->PLL3R)); in RCCEx_PLL3_Config()4271 pll3->PLL3R); in RCCEx_PLL3_Config()
1744 …PeriphClkInit->PLL3.PLL3R = (uint32_t)((RCC->PLL3DIVR & RCC_PLL3DIVR_R3) >> RCC_PLL3DIVR_R3_Pos) +… in HAL_RCCEx_GetPeriphCLKConfig()3805 assert_param(IS_RCC_PLL3R_VALUE(pll3->PLL3R)); in RCCEx_PLL3_Config()3839 pll3->PLL3R); in RCCEx_PLL3_Config()
5040 __STATIC_INLINE void LL_RCC_PLL3_SetR(uint32_t PLL3R) in LL_RCC_PLL3_SetR() argument5042 MODIFY_REG(RCC->PLL3DIVR, RCC_PLL3DIVR_PLL3R, (PLL3R - 1UL) << RCC_PLL3DIVR_PLL3R_Pos); in LL_RCC_PLL3_SetR()
102 uint32_t PLL3R; /*!< PLL3R: Division factor for peripheral clocks. member
4963 __STATIC_INLINE void LL_RCC_PLL3_SetR(uint32_t PLL3R) in LL_RCC_PLL3_SetR() argument4965 MODIFY_REG(RCC->PLL3DIVR, RCC_PLL3DIVR_PLL3R, (PLL3R - 1UL) << RCC_PLL3DIVR_PLL3R_Pos); in LL_RCC_PLL3_SetR()
97 uint32_t PLL3R; /*!< PLL3R: Division factor for peripheral clocks. member
95 uint32_t PLL3R; /*!< PLL3R: Division factor for peripheral clocks. member