Home
last modified time | relevance | path

Searched refs:LL_RCC_PLLSOURCE_PLL2 (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_rcc.c422 case LL_RCC_PLLSOURCE_PLL2: /* PLL2 used as PLL clock source */ in RCC_PLL_GetFreqDomain_SYS()
Dstm32f1xx_ll_utils.c507 …LL_RCC_PLL_ConfigDomain_SYS((LL_RCC_PLLSOURCE_PLL2 | UTILS_PLLInitStruct->Prediv), UTILS_PLLInitSt… in LL_PLL_ConfigSystemClock_PLL2()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_rcc.h404 #define LL_RCC_PLLSOURCE_PLL2 (RCC_CFGR_PLLSRC | RCC_CFGR2_PREDIV1SRC << 4U) /*!< PLL2… macro