Searched refs:PLL2Q (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rcc_ex.c | 1337 …pPeriphClkInit->PLL2.PLL2Q = (uint32_t)((RCC->PLL2DIVR & RCC_PLL2DIVR_PLL2Q) >> RCC_PLL2DIVR_PLL2Q… in HAL_RCCEx_GetPeriphCLKConfig() 3103 assert_param(IS_RCC_PLLQ_VALUE(PLL2Init->PLL2Q)); in HAL_RCCEx_EnablePLL2() 3133 PLL2Init->PLL2P, PLL2Init->PLL2Q, PLL2Init->PLL2R); in HAL_RCCEx_EnablePLL2() 4174 assert_param(IS_RCC_PLLQ_VALUE(pll2->PLL2Q)); in RCCEx_PLL2_Config() 4197 pll2->PLL2Q, in RCCEx_PLL2_Config()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_rcc_ex.c | 2549 …pPeriphClkInit->PLL2.PLL2Q = (uint32_t)((RCC->PLL2DIVR & RCC_PLL2DIVR_PLL2Q) >> RCC_PLL2DIVR_PLL2Q… in HAL_RCCEx_GetPeriphCLKConfig() 5297 assert_param(IS_RCC_PLL2_DIVQ_VALUE(pPLL2Init->PLL2Q)); in HAL_RCCEx_EnablePLL2() 5330 pPLL2Init->PLL2P, pPLL2Init->PLL2Q, pPLL2Init->PLL2R); in HAL_RCCEx_EnablePLL2() 6134 assert_param(IS_RCC_PLL2_DIVQ_VALUE(pll2->PLL2Q)); in RCCEx_PLL2_Config() 6161 pll2->PLL2Q, in RCCEx_PLL2_Config()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_rcc_ex.c | 1755 …PeriphClkInit->PLL2.PLL2Q = (uint32_t)((RCC->PLL2DIVR & RCC_PLL2DIVR_Q2) >> RCC_PLL2DIVR_Q2_Pos) +… in HAL_RCCEx_GetPeriphCLKConfig() 3702 assert_param(IS_RCC_PLL2Q_VALUE(pll2->PLL2Q)); in RCCEx_PLL2_Config() 3735 pll2->PLL2Q, in RCCEx_PLL2_Config()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_rcc.h | 4687 __STATIC_INLINE void LL_RCC_PLL2_SetQ(uint32_t PLL2Q) in LL_RCC_PLL2_SetQ() argument 4689 MODIFY_REG(RCC->PLL2DIVR, RCC_PLL2DIVR_PLL2Q, (PLL2Q - 1UL) << RCC_PLL2DIVR_PLL2Q_Pos); in LL_RCC_PLL2_SetQ()
|
D | stm32h5xx_hal_rcc_ex.h | 60 uint32_t PLL2Q; /*!< PLL2Q: Division factor for peripheral clocks. member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_rcc.h | 4519 __STATIC_INLINE void LL_RCC_PLL2_SetQ(uint32_t PLL2Q) in LL_RCC_PLL2_SetQ() argument 4521 MODIFY_REG(RCC->PLL2DIVR, RCC_PLL2DIVR_PLL2Q, (PLL2Q - 1UL) << RCC_PLL2DIVR_PLL2Q_Pos); in LL_RCC_PLL2_SetQ()
|
D | stm32u5xx_hal_rcc_ex.h | 60 uint32_t PLL2Q; /*!< PLL2Q: Division factor for peripheral clocks. member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_rcc_ex.h | 60 uint32_t PLL2Q; /*!< PLL2Q: Division factor for peripheral clocks. member
|