Searched refs:PLL2Source (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rcc_ex.c | 1333 …pPeriphClkInit->PLL2.PLL2Source = (uint32_t)((RCC->PLL2CFGR & RCC_PLL2CFGR_PLL2SRC) >> RCC_PLL2CFG… in HAL_RCCEx_GetPeriphCLKConfig() 3099 assert_param(IS_RCC_PLLSOURCE(PLL2Init->PLL2Source)); in HAL_RCCEx_EnablePLL2() 3126 status = RCCEx_PLLSource_Enable(PLL2Init->PLL2Source); in HAL_RCCEx_EnablePLL2() 3132 __HAL_RCC_PLL2_CONFIG(PLL2Init->PLL2Source, PLL2Init->PLL2M, PLL2Init->PLL2N, in HAL_RCCEx_EnablePLL2() 4170 assert_param(IS_RCC_PLLSOURCE(pll2->PLL2Source)); in RCCEx_PLL2_Config() 4193 __HAL_RCC_PLL2_CONFIG(pll2->PLL2Source, in RCCEx_PLL2_Config()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_rcc_ex.c | 2545 …pPeriphClkInit->PLL2.PLL2Source = (uint32_t)((RCC->PLL2CFGR & RCC_PLL2CFGR_PLL2SRC) >> RCC_PLL2CFG… in HAL_RCCEx_GetPeriphCLKConfig() 5293 assert_param(IS_RCC_PLL2_SOURCE(pPLL2Init->PLL2Source)); in HAL_RCCEx_EnablePLL2() 5323 status = RCCEx_PLLSource_Enable(pPLL2Init->PLL2Source); in HAL_RCCEx_EnablePLL2() 5329 __HAL_RCC_PLL2_CONFIG(pPLL2Init->PLL2Source, pPLL2Init->PLL2M, pPLL2Init->PLL2N, in HAL_RCCEx_EnablePLL2() 6130 assert_param(IS_RCC_PLL2_SOURCE(pll2->PLL2Source)); in RCCEx_PLL2_Config() 6157 __HAL_RCC_PLL2_CONFIG(pll2->PLL2Source, in RCCEx_PLL2_Config()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_rcc.h | 4598 __STATIC_INLINE void LL_RCC_PLL2_SetSource(uint32_t PLL2Source) in LL_RCC_PLL2_SetSource() argument 4600 MODIFY_REG(RCC->PLL2CFGR, RCC_PLL2CFGR_PLL2SRC, PLL2Source); in LL_RCC_PLL2_SetSource()
|
D | stm32h5xx_hal_rcc_ex.h | 48 uint32_t PLL2Source; /*!< RCC_PLL2Source: PLL2 entry clock source. member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_rcc.h | 4450 __STATIC_INLINE void LL_RCC_PLL2_SetSource(uint32_t PLL2Source) in LL_RCC_PLL2_SetSource() argument 4452 MODIFY_REG(RCC->PLL2CFGR, RCC_PLL2CFGR_PLL2SRC, PLL2Source); in LL_RCC_PLL2_SetSource()
|
D | stm32u5xx_hal_rcc_ex.h | 48 uint32_t PLL2Source; /*!< RCC_PLL2Source: PLL2 entry clock source. member
|