Searched refs:STM32_PLL2_PREDIV (Results 1 – 2 of 2) sorted by relevance
147 pll_div = ((STM32_PLL2_PREDIV - 1) << RCC_CFGR2_PREDIV2_Pos); in config_pll2()
217 #define STM32_PLL2_PREDIV DT_PROP(DT_NODELABEL(pll2), prediv) macro