Home
last modified time | relevance | path

Searched refs:PLL2R (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c1338 …pPeriphClkInit->PLL2.PLL2R = (uint32_t)((RCC->PLL2DIVR & RCC_PLL2DIVR_PLL2R) >> RCC_PLL2DIVR_PLL2R… in HAL_RCCEx_GetPeriphCLKConfig()
3104 assert_param(IS_RCC_PLLR_VALUE(PLL2Init->PLL2R)); in HAL_RCCEx_EnablePLL2()
3133 PLL2Init->PLL2P, PLL2Init->PLL2Q, PLL2Init->PLL2R); in HAL_RCCEx_EnablePLL2()
4175 assert_param(IS_RCC_PLLR_VALUE(pll2->PLL2R)); in RCCEx_PLL2_Config()
4198 pll2->PLL2R); in RCCEx_PLL2_Config()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c2550 …pPeriphClkInit->PLL2.PLL2R = (uint32_t)((RCC->PLL2DIVR & RCC_PLL2DIVR_PLL2R) >> RCC_PLL2DIVR_PLL2R… in HAL_RCCEx_GetPeriphCLKConfig()
5298 assert_param(IS_RCC_PLL2_DIVR_VALUE(pPLL2Init->PLL2R)); in HAL_RCCEx_EnablePLL2()
5330 pPLL2Init->PLL2P, pPLL2Init->PLL2Q, pPLL2Init->PLL2R); in HAL_RCCEx_EnablePLL2()
6135 assert_param(IS_RCC_PLL2_DIVR_VALUE(pll2->PLL2R)); in RCCEx_PLL2_Config()
6162 pll2->PLL2R); in RCCEx_PLL2_Config()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1753 …PeriphClkInit->PLL2.PLL2R = (uint32_t)((RCC->PLL2DIVR & RCC_PLL2DIVR_R2) >> RCC_PLL2DIVR_R2_Pos) +… in HAL_RCCEx_GetPeriphCLKConfig()
3701 assert_param(IS_RCC_PLL2R_VALUE(pll2->PLL2R)); in RCCEx_PLL2_Config()
3736 pll2->PLL2R); in RCCEx_PLL2_Config()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rcc.h4709 __STATIC_INLINE void LL_RCC_PLL2_SetR(uint32_t PLL2R) in LL_RCC_PLL2_SetR() argument
4711 MODIFY_REG(RCC->PLL2DIVR, RCC_PLL2DIVR_PLL2R, (PLL2R - 1UL) << RCC_PLL2DIVR_PLL2R_Pos); in LL_RCC_PLL2_SetR()
Dstm32h5xx_hal_rcc_ex.h63 uint32_t PLL2R; /*!< PLL2R: Division factor for peripheral clocks. member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rcc.h4541 __STATIC_INLINE void LL_RCC_PLL2_SetR(uint32_t PLL2R) in LL_RCC_PLL2_SetR() argument
4543 MODIFY_REG(RCC->PLL2DIVR, RCC_PLL2DIVR_PLL2R, (PLL2R - 1UL) << RCC_PLL2DIVR_PLL2R_Pos); in LL_RCC_PLL2_SetR()
Dstm32u5xx_hal_rcc_ex.h63 uint32_t PLL2R; /*!< PLL2R: Division factor for peripheral clocks. member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h63 uint32_t PLL2R; /*!< PLL2R: Division factor for peripheral clocks. member