Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c2561 …pPeriphClkInit->PLL3.PLL3Q = (uint32_t)((RCC->PLL3DIVR & RCC_PLL3DIVR_PLL3Q) >> RCC_PLL3DIVR_PLL3Q… in HAL_RCCEx_GetPeriphCLKConfig()
5421 assert_param(IS_RCC_PLL3_DIVQ_VALUE(pPLL3Init->PLL3Q)); in HAL_RCCEx_EnablePLL3()
5454 pPLL3Init->PLL3Q, pPLL3Init->PLL3R); in HAL_RCCEx_EnablePLL3()
6216 assert_param(IS_RCC_PLL3_DIVQ_VALUE(pll3->PLL3Q)); in RCCEx_PLL3_Config()
6243 pll3->PLL3Q, in RCCEx_PLL3_Config()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c1348 …pPeriphClkInit->PLL3.PLL3Q = (uint32_t)((RCC->PLL3DIVR & RCC_PLL3DIVR_PLL3Q) >> RCC_PLL3DIVR_PLL3Q… in HAL_RCCEx_GetPeriphCLKConfig()
3246 …_CONFIG(PLL3Init->PLL3Source, PLL3Init->PLL3M, PLL3Init->PLL3N, PLL3Init->PLL3P, PLL3Init->PLL3Q, \ in HAL_RCCEx_EnablePLL3()
4247 assert_param(IS_RCC_PLLQ_VALUE(pll3->PLL3Q)); in RCCEx_PLL3_Config()
4270 pll3->PLL3Q, in RCCEx_PLL3_Config()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1746 …PeriphClkInit->PLL3.PLL3Q = (uint32_t)((RCC->PLL3DIVR & RCC_PLL3DIVR_Q3) >> RCC_PLL3DIVR_Q3_Pos) +… in HAL_RCCEx_GetPeriphCLKConfig()
3806 assert_param(IS_RCC_PLL3Q_VALUE(pll3->PLL3Q)); in RCCEx_PLL3_Config()
3838 pll3->PLL3Q, in RCCEx_PLL3_Config()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rcc.h5018 __STATIC_INLINE void LL_RCC_PLL3_SetQ(uint32_t PLL3Q) in LL_RCC_PLL3_SetQ() argument
5020 MODIFY_REG(RCC->PLL3DIVR, RCC_PLL3DIVR_PLL3Q, (PLL3Q - 1UL) << RCC_PLL3DIVR_PLL3Q_Pos); in LL_RCC_PLL3_SetQ()
Dstm32h5xx_hal_rcc_ex.h99 uint32_t PLL3Q; /*!< PLL3Q: Division factor for peripheral clocks. member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rcc.h4941 __STATIC_INLINE void LL_RCC_PLL3_SetQ(uint32_t PLL3Q) in LL_RCC_PLL3_SetQ() argument
4943 MODIFY_REG(RCC->PLL3DIVR, RCC_PLL3DIVR_PLL3Q, (PLL3Q - 1UL) << RCC_PLL3DIVR_PLL3Q_Pos); in LL_RCC_PLL3_SetQ()
Dstm32u5xx_hal_rcc_ex.h94 uint32_t PLL3Q; /*!< PLL3Q: Division factor for peripheral clocks. member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h92 uint32_t PLL3Q; /*!< PLL3Q: Division factor for peripheral clocks. member