Searched refs:DIVM2 (Results 1 – 1 of 1) sorted by relevance
4386 __STATIC_INLINE void LL_RCC_PLL2_SetM(uint32_t DIVM2) in LL_RCC_PLL2_SetM() argument4388 MODIFY_REG(RCC->PLL2CFGR1, RCC_PLL2CFGR1_DIVM2, (DIVM2 - 1U) << RCC_PLL2CFGR1_DIVM2_Pos); in LL_RCC_PLL2_SetM()