Searched refs:DIVM1 (Results 1 – 1 of 1) sorted by relevance
4065 __STATIC_INLINE void LL_RCC_PLL1_SetM(uint32_t DIVM1) in LL_RCC_PLL1_SetM() argument4067 MODIFY_REG(RCC->PLL1CFGR1, RCC_PLL1CFGR1_DIVM1, (DIVM1 - 1U) << RCC_PLL1CFGR1_DIVM1_Pos); in LL_RCC_PLL1_SetM()