Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rcc.h4386 __STATIC_INLINE void LL_RCC_PLL2_SetM(uint32_t DIVM2) in LL_RCC_PLL2_SetM() argument
4388 MODIFY_REG(RCC->PLL2CFGR1, RCC_PLL2CFGR1_DIVM2, (DIVM2 - 1U) << RCC_PLL2CFGR1_DIVM2_Pos); in LL_RCC_PLL2_SetM()