Home
last modified time | relevance | path

Searched refs:PLL2Q (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c1003 …pPeriphClkInit->PLL2.PLL2Q = (uint32_t)((RCC->PLL2DIVR & RCC_PLL2DIVR_PLL2Q) >> RCC_PLL2DIVR_PLL2Q… in HAL_RCCEx_GetPeriphCLKConfig()
2419 assert_param(IS_RCC_PLLQ_VALUE(PLL2Init->PLL2Q)); in HAL_RCCEx_EnablePLL2()
2449 PLL2Init->PLL2P, PLL2Init->PLL2Q, PLL2Init->PLL2R); in HAL_RCCEx_EnablePLL2()
3384 assert_param(IS_RCC_PLLQ_VALUE(pll2->PLL2Q)); in RCCEx_PLL2_Config()
3407 pll2->PLL2Q, in RCCEx_PLL2_Config()
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1660 …PeriphClkInit->PLL2.PLL2Q = (uint32_t)((RCC->PLL2DIVR & RCC_PLL2DIVR_Q2) >> RCC_PLL2DIVR_Q2_Pos)+ … in HAL_RCCEx_GetPeriphCLKConfig()
3526 assert_param(IS_RCC_PLL2Q_VALUE(pll2->PLL2Q)); in RCCEx_PLL2_Config()
3559 pll2->PLL2Q, in RCCEx_PLL2_Config()
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h60 uint32_t PLL2Q; /*!< PLL2Q: Division factor for peripheral clocks. member
Dstm32u5xx_ll_rcc.h4000 __STATIC_INLINE void LL_RCC_PLL2_SetQ(uint32_t PLL2Q) in LL_RCC_PLL2_SetQ() argument
4002 MODIFY_REG(RCC->PLL2DIVR, RCC_PLL2DIVR_PLL2Q, (PLL2Q - 1UL) << RCC_PLL2DIVR_PLL2Q_Pos); in LL_RCC_PLL2_SetQ()
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h62 uint32_t PLL2Q; /*!< PLL2Q: Division factor for peripheral clocks. member