Home
last modified time | relevance | path

Searched refs:RCC_PLLCKSELR_PLLSRC (Results 1 – 25 of 40) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc.c1293 pllsource = (RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC); in HAL_RCC_GetSysClockFreq()
1714 RCC_OscInitStruct->PLL1.PLLSource = (regvalue & RCC_PLLCKSELR_PLLSRC); in HAL_RCC_GetOscConfig()
1753 RCC_OscInitStruct->PLL2.PLLSource = (regvalue & RCC_PLLCKSELR_PLLSRC); in HAL_RCC_GetOscConfig()
1792 RCC_OscInitStruct->PLL3.PLLSource = (regvalue & RCC_PLLCKSELR_PLLSRC); in HAL_RCC_GetOscConfig()
2025 …MODIFY_REG(RCC->PLLCKSELR, (RCC_PLLCKSELR_PLLSRC | (RCC_PLLCKSELR_DIVM1 << ((RCC_PLLCKSELR_DIVM2_P… in RCC_PLL_Config()
2028 if ((RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC) != pllsrc) in RCC_PLL_Config()
2083 | RCC_PLLCKSELR_PLLSRC), RCC_PLLSOURCE_NONE); in RCC_PLL_Config()
2128 switch (tmpreg1 & RCC_PLLCKSELR_PLLSRC) in RCC_PLL1_GetVCOOutputFreq()
2203 switch (tmpreg1 & RCC_PLLCKSELR_PLLSRC) in RCC_PLL2_GetVCOOutputFreq()
2278 switch (tmpreg1 & RCC_PLLCKSELR_PLLSRC) in RCC_PLL3_GetVCOOutputFreq()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc.c427 …) || ((temp_sysclksrc == RCC_CFGR_SWS_PLL1) && ((temp_pllckselr & RCC_PLLCKSELR_PLLSRC) == RCC_PLL… in HAL_RCC_OscConfig()
480 …) || ((temp_sysclksrc == RCC_CFGR_SWS_PLL1) && ((temp_pllckselr & RCC_PLLCKSELR_PLLSRC) == RCC_PLL… in HAL_RCC_OscConfig()
561 …) || ((temp_sysclksrc == RCC_CFGR_SWS_PLL1) && ((temp_pllckselr & RCC_PLLCKSELR_PLLSRC) == RCC_PLL… in HAL_RCC_OscConfig()
861 (READ_BIT(temp1_pllckcfg, RCC_PLLCKSELR_PLLSRC) != RCC_OscInitStruct->PLL.PLLSource) || in HAL_RCC_OscConfig()
1424 pllsource = (RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC); in HAL_RCC_GetSysClockFreq()
1699 RCC_OscInitStruct->PLL.PLLSource = (uint32_t)(RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC); in HAL_RCC_GetOscConfig()
Dstm32h7xx_hal_rcc_ex.c2953 pllsource = (RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC); in HAL_RCCEx_GetPLL2ClockFreq()
3022 pllsource = (RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC); in HAL_RCCEx_GetPLL3ClockFreq()
3087 pllsource = (RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC); in HAL_RCCEx_GetPLL1ClockFreq()
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dsystem_stm32h7rsxx.c219 pllsource = (RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC); in SystemCoreClockUpdate()
Dsystem_stm32h7xx.c368 pllsource = (RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC); in SystemCoreClockUpdate()
Dstm32h7r3xx.h14731 #define RCC_PLLCKSELR_PLLSRC RCC_PLLCKSELR_PLLSRC_Msk /*!< DIVMx and PLLs … macro
Dstm32h7s7xx.h15765 #define RCC_PLLCKSELR_PLLSRC RCC_PLLCKSELR_PLLSRC_Msk /*!< DIVMx and PLLs … macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc.h285 #define RCC_PLLSOURCE_NONE RCC_PLLCKSELR_PLLSRC /*!< No clock selected as PLL entry c…
3837 MODIFY_REG(RCC->PLLCKSELR, RCC_PLLCKSELR_PLLSRC, (__PLLSOURCE__))
3848 READ_BIT(RCC->PLLCKSELR, RCC_PLLCKSELR_PLLSRC)
3944 …MODIFY_REG(RCC->PLLCKSELR, (RCC_PLLCKSELR_PLLSRC | RCC_PLLCKSELR_DIVM1) , ((__PLLSOURCE__) | ( (__…
4083 MODIFY_REG(RCC->PLLCKSELR, (RCC_PLLCKSELR_DIVM2 | RCC_PLLCKSELR_PLLSRC), \
4223 MODIFY_REG(RCC->PLLCKSELR, (RCC_PLLCKSELR_DIVM3 | RCC_PLLCKSELR_PLLSRC), \
Dstm32h7rsxx_ll_rcc.h3695 MODIFY_REG(RCC->PLLCKSELR, RCC_PLLCKSELR_PLLSRC, PLLSource); in LL_RCC_PLL_SetSource()
3709 return (uint32_t)(READ_BIT(RCC->PLLCKSELR, RCC_PLLCKSELR_PLLSRC)); in LL_RCC_PLL_GetSource()
3764 MODIFY_REG(RCC->PLLCKSELR, RCC_PLLCKSELR_DIVM1 | RCC_PLLCKSELR_PLLSRC, in LL_RCC_PLL1_ConfigDomain_SYS()
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dsystem_stm32h7xx_dualcore_bootcm4_cm7gated.c347 pllsource = (RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC); in SystemCoreClockUpdate()
Dsystem_stm32h7xx_dualcore_bootcm7_cm4gated.c353 pllsource = (RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC); in SystemCoreClockUpdate()
Dsystem_stm32h7xx_dualcore_boot_cm4_cm7.c355 pllsource = (RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC); in SystemCoreClockUpdate()
Dsystem_stm32h7xx_singlecore.c348 pllsource = (RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC); in SystemCoreClockUpdate()
Dsystem_stm32h7xx.c373 pllsource = (RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC); in SystemCoreClockUpdate()
Dstm32h7a3xx.h13006 #define RCC_PLLCKSELR_PLLSRC RCC_PLLCKSELR_PLLSRC_Msk macro
Dstm32h7b0xx.h13450 #define RCC_PLLCKSELR_PLLSRC RCC_PLLCKSELR_PLLSRC_Msk macro
Dstm32h7b0xxq.h13462 #define RCC_PLLCKSELR_PLLSRC RCC_PLLCKSELR_PLLSRC_Msk macro
Dstm32h7a3xxq.h13018 #define RCC_PLLCKSELR_PLLSRC RCC_PLLCKSELR_PLLSRC_Msk macro
Dstm32h7b3xx.h13457 #define RCC_PLLCKSELR_PLLSRC RCC_PLLCKSELR_PLLSRC_Msk macro
Dstm32h7b3xxq.h13469 #define RCC_PLLCKSELR_PLLSRC RCC_PLLCKSELR_PLLSRC_Msk macro
Dstm32h730xxq.h15318 #define RCC_PLLCKSELR_PLLSRC RCC_PLLCKSELR_PLLSRC_Msk macro
Dstm32h733xx.h15306 #define RCC_PLLCKSELR_PLLSRC RCC_PLLCKSELR_PLLSRC_Msk macro
Dstm32h725xx.h14867 #define RCC_PLLCKSELR_PLLSRC RCC_PLLCKSELR_PLLSRC_Msk macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rcc.h4300 MODIFY_REG(RCC->PLLCKSELR, RCC_PLLCKSELR_PLLSRC, PLLSource); in LL_RCC_PLL_SetSource()
4314 return (uint32_t)(READ_BIT(RCC->PLLCKSELR, RCC_PLLCKSELR_PLLSRC)); in LL_RCC_PLL_GetSource()
Dstm32h7xx_hal_rcc.h7592 …do{ MODIFY_REG(RCC->PLLCKSELR, (RCC_PLLCKSELR_PLLSRC | RCC_PLLCKSELR_DIVM1) , ((__RCC_PLLSOURCE__)…
7607 …CC_PLL_PLLSOURCE_CONFIG(__PLLSOURCE__) MODIFY_REG(RCC->PLLCKSELR, RCC_PLLCKSELR_PLLSRC, (__PLLSOUR…
7687 #define __HAL_RCC_GET_PLL_OSCSOURCE() ((uint32_t)(RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC))
7951 #define RCC_GET_PLL_OSCSOURCE() ((RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC) >> RCC_PLLCKSELR_PLLSRC_Po…

12