Home
last modified time | relevance | path

Searched refs:DIVN (Results 1 – 1 of 1) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rcc.h4054 __STATIC_INLINE void LL_RCC_PLL1_SetN(uint32_t DIVN) in LL_RCC_PLL1_SetN() argument
4056 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() argument
4377 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() argument
4760 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() argument
5157 MODIFY_REG(RCC->PLL4CFGR1, RCC_PLL4CFGR1_DIVN, (DIVN - 1U) << RCC_PLL4CFGR1_DIVN_Pos); in LL_RCC_PLL4_SetN()