Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rcc.h5166 __STATIC_INLINE void LL_RCC_PLL4_SetM(uint32_t DIVM4) in LL_RCC_PLL4_SetM() argument
5168 MODIFY_REG(RCC->PLL4CFGR1, RCC_PLL4CFGR1_DIVM4, (DIVM4 - 1U) << RCC_PLL4CFGR1_DIVM4_Pos); in LL_RCC_PLL4_SetM()