Searched refs:DIVN (Results 1 – 1 of 1) sorted by relevance
4054 __STATIC_INLINE void LL_RCC_PLL1_SetN(uint32_t DIVN) in LL_RCC_PLL1_SetN() argument4056 MODIFY_REG(RCC->PLL1CFGR1, RCC_PLL1CFGR1_DIVN, (DIVN - 1U) << RCC_PLL1CFGR1_DIVN_Pos); in LL_RCC_PLL1_SetN()4375 __STATIC_INLINE void LL_RCC_PLL2_SetN(uint32_t DIVN) in LL_RCC_PLL2_SetN() argument4377 MODIFY_REG(RCC->PLL2CFGR1, RCC_PLL2CFGR1_DIVN, (DIVN - 1U) << RCC_PLL2CFGR1_DIVN_Pos); in LL_RCC_PLL2_SetN()4758 __STATIC_INLINE void LL_RCC_PLL3_SetN(uint32_t DIVN) in LL_RCC_PLL3_SetN() argument4760 MODIFY_REG(RCC->PLL3CFGR1, RCC_PLL3CFGR1_DIVN, (DIVN - 1U) << RCC_PLL3CFGR1_DIVN_Pos); in LL_RCC_PLL3_SetN()5155 __STATIC_INLINE void LL_RCC_PLL4_SetN(uint32_t DIVN) in LL_RCC_PLL4_SetN() argument5157 MODIFY_REG(RCC->PLL4CFGR1, RCC_PLL4CFGR1_DIVN, (DIVN - 1U) << RCC_PLL4CFGR1_DIVN_Pos); in LL_RCC_PLL4_SetN()