Home
last modified time | relevance | path

Searched refs:PLL2Source (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c1333 …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/
Dstm32h5xx_hal_rcc_ex.c2545 …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/
Dstm32h5xx_ll_rcc.h4598 __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()
Dstm32h5xx_hal_rcc_ex.h48 uint32_t PLL2Source; /*!< RCC_PLL2Source: PLL2 entry clock source. member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rcc.h4450 __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()
Dstm32u5xx_hal_rcc_ex.h48 uint32_t PLL2Source; /*!< RCC_PLL2Source: PLL2 entry clock source. member