Searched refs:DIVM3 (Results 1 – 1 of 1) sorted by relevance
4769 __STATIC_INLINE void LL_RCC_PLL3_SetM(uint32_t DIVM3) in LL_RCC_PLL3_SetM() argument4771 MODIFY_REG(RCC->PLL3CFGR1, RCC_PLL3CFGR1_DIVM3, (DIVM3 - 1U) << RCC_PLL3CFGR1_DIVM3_Pos); in LL_RCC_PLL3_SetM()