Searched refs:PLL3N (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rcc_ex.c | 1346 …pPeriphClkInit->PLL3.PLL3N = (uint32_t)((RCC->PLL3DIVR & RCC_PLL3DIVR_PLL3N) >> RCC_PLL3DIVR_PLL3N… in HAL_RCCEx_GetPeriphCLKConfig() 3217 assert_param(IS_RCC_PLLN_VALUE(PLL3Init->PLL3N)); in HAL_RCCEx_EnablePLL3() 3246 …__HAL_RCC_PLL3_CONFIG(PLL3Init->PLL3Source, PLL3Init->PLL3M, PLL3Init->PLL3N, PLL3Init->PLL3P, PLL… in HAL_RCCEx_EnablePLL3() 4245 assert_param(IS_RCC_PLLN_VALUE(pll3->PLL3N)); in RCCEx_PLL3_Config() 4268 pll3->PLL3N, in RCCEx_PLL3_Config()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_rcc_ex.c | 2559 …pPeriphClkInit->PLL3.PLL3N = (uint32_t)((RCC->PLL3DIVR & RCC_PLL3DIVR_PLL3N) >> RCC_PLL3DIVR_PLL3N… in HAL_RCCEx_GetPeriphCLKConfig() 5419 assert_param(IS_RCC_PLL3_MULN_VALUE(pPLL3Init->PLL3N)); in HAL_RCCEx_EnablePLL3() 5453 …__HAL_RCC_PLL3_CONFIG(pPLL3Init->PLL3Source, pPLL3Init->PLL3M, pPLL3Init->PLL3N, pPLL3Init->PLL3P, in HAL_RCCEx_EnablePLL3() 6214 assert_param(IS_RCC_PLL3_MULN_VALUE(pll3->PLL3N)); in RCCEx_PLL3_Config() 6241 pll3->PLL3N, in RCCEx_PLL3_Config()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_rcc_ex.c | 1743 …PeriphClkInit->PLL3.PLL3N = (uint32_t)((RCC->PLL3DIVR & RCC_PLL3DIVR_N3) >> RCC_PLL3DIVR_N3_Pos) +… in HAL_RCCEx_GetPeriphCLKConfig() 3803 assert_param(IS_RCC_PLL3N_VALUE(pll3->PLL3N)); in RCCEx_PLL3_Config() 3836 pll3->PLL3N, in RCCEx_PLL3_Config()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_rcc.h | 4975 __STATIC_INLINE void LL_RCC_PLL3_SetN(uint32_t PLL3N) in LL_RCC_PLL3_SetN() argument 4977 MODIFY_REG(RCC->PLL3DIVR, RCC_PLL3DIVR_PLL3N, (PLL3N - 1UL) << RCC_PLL3DIVR_PLL3N_Pos); in LL_RCC_PLL3_SetN()
|
D | stm32h5xx_hal_rcc_ex.h | 93 uint32_t PLL3N; /*!< PLL3N: Multiplication factor for PLL3 VCO output clock. member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_rcc.h | 4896 __STATIC_INLINE void LL_RCC_PLL3_SetN(uint32_t PLL3N) in LL_RCC_PLL3_SetN() argument 4898 MODIFY_REG(RCC->PLL3DIVR, RCC_PLL3DIVR_PLL3N, (PLL3N - 1UL) << RCC_PLL3DIVR_PLL3N_Pos); in LL_RCC_PLL3_SetN()
|
D | stm32u5xx_hal_rcc_ex.h | 88 uint32_t PLL3N; /*!< PLL3N: Multiplication factor for PLL3 VCO output clock. member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_rcc_ex.h | 83 uint32_t PLL3N; /*!< PLL3N: Multiplication factor for PLL3 VCO output clock. member
|