Searched refs:VCORange (Results 1 – 3 of 3) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_rcc.h | 4545 __STATIC_INLINE void LL_RCC_PLL1_SetVCOOutputRange(uint32_t VCORange) in LL_RCC_PLL1_SetVCOOutputRange() argument 4547 MODIFY_REG(RCC->PLL1CFGR, RCC_PLL1CFGR_PLL1VCOSEL, VCORange << RCC_PLL1CFGR_PLL1VCOSEL_Pos); in LL_RCC_PLL1_SetVCOOutputRange() 4896 __STATIC_INLINE void LL_RCC_PLL2_SetVCOOutputRange(uint32_t VCORange) in LL_RCC_PLL2_SetVCOOutputRange() argument 4898 MODIFY_REG(RCC->PLL2CFGR, RCC_PLL2CFGR_PLL2VCOSEL, VCORange << RCC_PLL2CFGR_PLL2VCOSEL_Pos); in LL_RCC_PLL2_SetVCOOutputRange() 5247 __STATIC_INLINE void LL_RCC_PLL3_SetVCOOutputRange(uint32_t VCORange) in LL_RCC_PLL3_SetVCOOutputRange() argument 5249 MODIFY_REG(RCC->PLL3CFGR, RCC_PLL3CFGR_PLL3VCOSEL, VCORange << RCC_PLL3CFGR_PLL3VCOSEL_Pos); in LL_RCC_PLL3_SetVCOOutputRange()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_rcc.h | 3979 __STATIC_INLINE void LL_RCC_PLL1_SetVCOOutputRange(uint32_t VCORange) in LL_RCC_PLL1_SetVCOOutputRange() argument 3981 MODIFY_REG(RCC->PLLCFGR, RCC_PLLCFGR_PLL1VCOSEL, VCORange); in LL_RCC_PLL1_SetVCOOutputRange() 4485 __STATIC_INLINE void LL_RCC_PLL2_SetVCOOutputRange(uint32_t VCORange) in LL_RCC_PLL2_SetVCOOutputRange() argument 4487 MODIFY_REG(RCC->PLLCFGR, RCC_PLLCFGR_PLL2VCOSEL, (VCORange << 11U)); in LL_RCC_PLL2_SetVCOOutputRange() 4980 __STATIC_INLINE void LL_RCC_PLL3_SetVCOOutputRange(uint32_t VCORange) in LL_RCC_PLL3_SetVCOOutputRange() argument 4982 MODIFY_REG(RCC->PLLCFGR, RCC_PLLCFGR_PLL3VCOSEL, (VCORange << 22U)); in LL_RCC_PLL3_SetVCOOutputRange()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_rcc.h | 4483 __STATIC_INLINE void LL_RCC_PLL1_SetVCOOutputRange(uint32_t VCORange) in LL_RCC_PLL1_SetVCOOutputRange() argument 4485 MODIFY_REG(RCC->PLLCFGR, RCC_PLLCFGR_PLL1VCOSEL, VCORange << RCC_PLLCFGR_PLL1VCOSEL_Pos); in LL_RCC_PLL1_SetVCOOutputRange() 4797 __STATIC_INLINE void LL_RCC_PLL2_SetVCOOutputRange(uint32_t VCORange) in LL_RCC_PLL2_SetVCOOutputRange() argument 4799 MODIFY_REG(RCC->PLLCFGR, RCC_PLLCFGR_PLL2VCOSEL, VCORange << RCC_PLLCFGR_PLL2VCOSEL_Pos); in LL_RCC_PLL2_SetVCOOutputRange() 5109 __STATIC_INLINE void LL_RCC_PLL3_SetVCOOutputRange(uint32_t VCORange) in LL_RCC_PLL3_SetVCOOutputRange() argument 5111 MODIFY_REG(RCC->PLLCFGR, RCC_PLLCFGR_PLL3VCOSEL, VCORange << RCC_PLLCFGR_PLL3VCOSEL_Pos); in LL_RCC_PLL3_SetVCOOutputRange()
|