Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rcc.h4327 … void LL_RCC_PLL1_ConfigDomain_SYS(uint32_t Source, uint32_t PLL1M, uint32_t PLL1N, uint32_t PLL1P) in LL_RCC_PLL1_ConfigDomain_SYS() argument
4331 ((PLL1N - 1UL) << RCC_PLL1DIVR_PLL1N_Pos) | ((PLL1P - 1UL) << RCC_PLL1DIVR_PLL1P_Pos)); in LL_RCC_PLL1_ConfigDomain_SYS()
4389 __STATIC_INLINE void LL_RCC_PLL1_SetP(uint32_t PLL1P) in LL_RCC_PLL1_SetP() argument
4391 MODIFY_REG(RCC->PLL1DIVR, RCC_PLL1DIVR_PLL1P, (PLL1P - 1UL) << RCC_PLL1DIVR_PLL1P_Pos); in LL_RCC_PLL1_SetP()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_rcc.h2414 __STATIC_INLINE void LL_RCC_PLL1_SetP(uint32_t PLL1P) in LL_RCC_PLL1_SetP() argument
2416 MODIFY_REG(RCC->PLL1DIVR, RCC_PLL1DIVR_PLL1P, (PLL1P - 1UL) << RCC_PLL1DIVR_PLL1P_Pos); in LL_RCC_PLL1_SetP()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rcc.h4015 __STATIC_INLINE void LL_RCC_PLL1_SetP(uint32_t PLL1P) in LL_RCC_PLL1_SetP() argument
4017 MODIFY_REG(RCC->PLL1DIVR, RCC_PLL1DIVR_PLL1P, (PLL1P - 1UL) << RCC_PLL1DIVR_PLL1P_Pos); in LL_RCC_PLL1_SetP()