Searched refs:PLL2P (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rcc_ex.c | 1336 …pPeriphClkInit->PLL2.PLL2P = (uint32_t)((RCC->PLL2DIVR & RCC_PLL2DIVR_PLL2P) >> RCC_PLL2DIVR_PLL2P… in HAL_RCCEx_GetPeriphCLKConfig() 3102 assert_param(IS_RCC_PLLP_VALUE(PLL2Init->PLL2P)); in HAL_RCCEx_EnablePLL2() 3133 PLL2Init->PLL2P, PLL2Init->PLL2Q, PLL2Init->PLL2R); in HAL_RCCEx_EnablePLL2() 4173 assert_param(IS_RCC_PLLP_VALUE(pll2->PLL2P)); in RCCEx_PLL2_Config() 4196 pll2->PLL2P, in RCCEx_PLL2_Config()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_rcc_ex.c | 2548 …pPeriphClkInit->PLL2.PLL2P = (uint32_t)((RCC->PLL2DIVR & RCC_PLL2DIVR_PLL2P) >> RCC_PLL2DIVR_PLL2P… in HAL_RCCEx_GetPeriphCLKConfig() 5296 assert_param(IS_RCC_PLL2_DIVP_VALUE(pPLL2Init->PLL2P)); in HAL_RCCEx_EnablePLL2() 5330 pPLL2Init->PLL2P, pPLL2Init->PLL2Q, pPLL2Init->PLL2R); in HAL_RCCEx_EnablePLL2() 6133 assert_param(IS_RCC_PLL2_DIVP_VALUE(pll2->PLL2P)); in RCCEx_PLL2_Config() 6160 pll2->PLL2P, in RCCEx_PLL2_Config()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_rcc_ex.c | 1754 …PeriphClkInit->PLL2.PLL2P = (uint32_t)((RCC->PLL2DIVR & RCC_PLL2DIVR_P2) >> RCC_PLL2DIVR_P2_Pos) +… in HAL_RCCEx_GetPeriphCLKConfig() 3700 assert_param(IS_RCC_PLL2P_VALUE(pll2->PLL2P)); in RCCEx_PLL2_Config() 3734 pll2->PLL2P, in RCCEx_PLL2_Config()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_rcc.h | 4664 __STATIC_INLINE void LL_RCC_PLL2_SetP(uint32_t PLL2P) in LL_RCC_PLL2_SetP() argument 4666 MODIFY_REG(RCC->PLL2DIVR, RCC_PLL2DIVR_PLL2P, (PLL2P - 1UL) << RCC_PLL2DIVR_PLL2P_Pos); in LL_RCC_PLL2_SetP()
|
D | stm32h5xx_hal_rcc_ex.h | 57 uint32_t PLL2P; /*!< PLL2P: Division factor for peripheral clock. member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_rcc.h | 4496 __STATIC_INLINE void LL_RCC_PLL2_SetP(uint32_t PLL2P) in LL_RCC_PLL2_SetP() argument 4498 MODIFY_REG(RCC->PLL2DIVR, RCC_PLL2DIVR_PLL2P, (PLL2P - 1UL) << RCC_PLL2DIVR_PLL2P_Pos); in LL_RCC_PLL2_SetP()
|
D | stm32u5xx_hal_rcc_ex.h | 57 uint32_t PLL2P; /*!< PLL2P: Division factor for system clock. member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_rcc_ex.h | 56 uint32_t PLL2P; /*!< PLL2P: Division factor for system clock. member
|