Home
last modified time | relevance | path

Searched refs:pllsource (Results 1 – 25 of 49) sorted by relevance

12

/bsp/stm32/stm32g474-st-nucleo/board/CubeMX_Config/Src/
A Dsystem_stm32g4xx.c215 uint32_t tmp, pllvco, pllr, pllsource, pllm; in SystemCoreClockUpdate() local
232 pllsource = (RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC); in SystemCoreClockUpdate()
234 if (pllsource == 0x02UL) /* HSI used as PLL clock source */ in SystemCoreClockUpdate()
/bsp/stm32/stm32g491-st-nucleo/board/CubeMX_Config/Core/Src/
A Dsystem_stm32g4xx.c230 uint32_t tmp, pllvco, pllr, pllsource, pllm; in SystemCoreClockUpdate() local
247 pllsource = (RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC); in SystemCoreClockUpdate()
249 if (pllsource == 0x02UL) /* HSI used as PLL clock source */ in SystemCoreClockUpdate()
/bsp/stm32/stm32mp157a-st-discovery/board/CubeMX_Config/Common/System/
A Dsystem_stm32mp1xx.c206 uint32_t pllsource, pll3m, pll3fracen; in SystemCoreClockUpdate() local
224 pllsource = (RCC->RCK3SELR & RCC_RCK3SELR_PLL3SRC); in SystemCoreClockUpdate()
232 switch (pllsource) in SystemCoreClockUpdate()
/bsp/stm32/stm32mp157a-st-ev1/board/CubeMX_Config/Common/System/
A Dsystem_stm32mp1xx.c206 uint32_t pllsource, pll3m, pll3fracen; in SystemCoreClockUpdate() local
224 pllsource = (RCC->RCK3SELR & RCC_RCK3SELR_PLL3SRC); in SystemCoreClockUpdate()
232 switch (pllsource) in SystemCoreClockUpdate()
/bsp/stm32/libraries/templates/stm32mp1xx/board/CubeMX_Config/Common/System/
A Dsystem_stm32mp1xx.c206 uint32_t pllsource, pll3m, pll3fracen; in SystemCoreClockUpdate() local
224 pllsource = (RCC->RCK3SELR & RCC_RCK3SELR_PLL3SRC); in SystemCoreClockUpdate()
232 switch (pllsource) in SystemCoreClockUpdate()
/bsp/stm32/stm32l496-st-discovery/board/CubeMX_Config/Src/
A Dsystem_stm32l4xx.c253 uint32_t tmp, msirange, pllvco, pllsource, pllm, pllr; in SystemCoreClockUpdate() local
286 pllsource = (RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC); in SystemCoreClockUpdate()
289 switch (pllsource) in SystemCoreClockUpdate()
/bsp/stm32/stm32h7s7-st-disco/board/CubeMX_Config/Appli/Core/Src/
A Dsystem_stm32h7rsxx.c216 uint32_t sysclk, hsivalue, pllsource, pllm, pllp, core_presc; in SystemCoreClockUpdate() local
238 pllsource = (RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC); in SystemCoreClockUpdate()
251 switch (pllsource) in SystemCoreClockUpdate()
/bsp/stm32/stm32h7s7-st-disco/board/CubeMX_Config/Boot/Core/Src/
A Dsystem_stm32h7rsxx.c216 uint32_t sysclk, hsivalue, pllsource, pllm, pllp, core_presc; in SystemCoreClockUpdate() local
238 pllsource = (RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC); in SystemCoreClockUpdate()
251 switch (pllsource) in SystemCoreClockUpdate()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/HK32F0xx/Source/
A Dsystem_hk32f0xx.c209 uint32_t tmp = 0, pllmull = 0, pllsource = 0, prediv1factor = 0; in SystemCoreClockUpdate() local
225 pllsource = RCC->CFGR & RCC_CFGR_PLLSRC; in SystemCoreClockUpdate()
228 if (pllsource == 0x00) in SystemCoreClockUpdate()
/bsp/stm32/stm32u575-st-nucleo/board/CubeMX_Config/Src/
A Dsystem_stm32u5xx.c273 uint32_t pllr, pllsource, pllm , tmp, pllfracen, msirange; in SystemCoreClockUpdate() local
310 pllsource = (RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1SRC); in SystemCoreClockUpdate()
315 switch (pllsource) in SystemCoreClockUpdate()
/bsp/stm32/stm32u585-iot02a/board/CubeMX_Config/Src/
A Dsystem_stm32u5xx.c273 uint32_t pllr, pllsource, pllm , tmp, pllfracen, msirange; in SystemCoreClockUpdate() local
310 pllsource = (RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1SRC); in SystemCoreClockUpdate()
315 switch (pllsource) in SystemCoreClockUpdate()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_rcc.c272 uint32_t pllsource, pllinputfreq; in RCC_PLL_GetFreqDomain_SYS() local
277 pllsource = LL_RCC_PLL_GetMainSource(); in RCC_PLL_GetFreqDomain_SYS()
279 switch (pllsource) in RCC_PLL_GetFreqDomain_SYS()
/bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Source/Templates/
A Dsystem_stm32l1xx.c212 uint32_t tmp = 0, pllmul = 0, plldiv = 0, pllsource = 0, msirange = 0; in SystemCoreClockUpdate() local
236 pllsource = RCC->CFGR & RCC_CFGR_PLLSRC; in SystemCoreClockUpdate()
238 if (pllsource == 0x00) in SystemCoreClockUpdate()
/bsp/stm32/stm32h747-st-discovery/board/CubeMX_Config/Common/Src/
A Dsystem_stm32h7xx_dualcore_boot_cm4_cm7.c278 uint32_t pllp, pllsource, pllm, pllfracen, hsivalue, tmp; in SystemCoreClockUpdate() local
303 pllsource = (RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC); in SystemCoreClockUpdate()
310 switch (pllsource) in SystemCoreClockUpdate()
/bsp/stm32/stm32h503-st-nucleo/board/CubeMX_Config/Src/
A Dsystem_stm32h5xx.c323 uint32_t pllp, pllsource, pllm, pllfracen, hsivalue, tmp; in SystemCoreClockUpdate() local
345 pllsource = (RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1SRC); in SystemCoreClockUpdate()
350 switch (pllsource) in SystemCoreClockUpdate()
/bsp/stm32/stm32h563-st-nucleo/board/CubeMX_Config/Src/
A Dsystem_stm32h5xx.c323 uint32_t pllp, pllsource, pllm, pllfracen, hsivalue, tmp; in SystemCoreClockUpdate() local
345 pllsource = (RCC->PLL1CFGR & RCC_PLL1CFGR_PLL1SRC); in SystemCoreClockUpdate()
350 switch (pllsource) in SystemCoreClockUpdate()
/bsp/stm32/stm32h750-weact-ministm32h7xx/board/CubeMX_Config/Src/
A Dsystem_stm32h7xx.c313 uint32_t pllp, pllsource, pllm, pllfracen, hsivalue, tmp; in SystemCoreClockUpdate() local
339 pllsource = (RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC); in SystemCoreClockUpdate()
346 switch (pllsource) in SystemCoreClockUpdate()
/bsp/stm32/stm32h750-fk750m1-vbt6/board/CubeMX_Config/Src/
A Dsystem_stm32h7xx.c342 uint32_t pllp, pllsource, pllm, pllfracen, hsivalue, tmp; in SystemCoreClockUpdate() local
368 pllsource = (RCC->PLLCKSELR & RCC_PLLCKSELR_PLLSRC); in SystemCoreClockUpdate()
375 switch (pllsource) in SystemCoreClockUpdate()
/bsp/n32/libraries/N32G4FR_Firmware_Library/CMSIS/device/
A Dsystem_n32g4fr.c242 uint32_t tmp = 0, pllmull = 0, pllsource = 0; in SystemCoreClockUpdate() local
261 pllsource = RCC->CFG & RCC_CFG_PLLSRC; in SystemCoreClockUpdate()
272 if (pllsource == 0x00) in SystemCoreClockUpdate()
/bsp/n32/libraries/N32G45x_Firmware_Library/CMSIS/device/
A Dsystem_n32g45x.c242 uint32_t tmp = 0, pllmull = 0, pllsource = 0; in SystemCoreClockUpdate() local
261 pllsource = RCC->CFG & RCC_CFG_PLLSRC; in SystemCoreClockUpdate()
272 if (pllsource == 0x00) in SystemCoreClockUpdate()
/bsp/n32/libraries/N32WB452_Firmware_Library/CMSIS/device/
A Dsystem_n32wb452.c242 uint32_t tmp = 0, pllmull = 0, pllsource = 0; in SystemCoreClockUpdate() local
261 pllsource = RCC->CFG & RCC_CFG_PLLSRC; in SystemCoreClockUpdate()
272 if (pllsource == 0x00) in SystemCoreClockUpdate()
/bsp/n32g452xx/Libraries/N32_Std_Driver/CMSIS/device/
A Dsystem_n32g45x.c242 uint32_t tmp = 0, pllmull = 0, pllsource = 0; in SystemCoreClockUpdate() local
261 pllsource = RCC->CFG & RCC_CFG_PLLSRC; in SystemCoreClockUpdate()
272 if (pllsource == 0x00) in SystemCoreClockUpdate()
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/CMSIS/WCH/CH32V10x/Source/
A Dsystem_ch32v10x.c83 uint32_t tmp = 0, pllmull = 0, pllsource = 0; in SystemCoreClockUpdate() local
97 pllsource = RCC->CFGR0 & RCC_PLLSRC; in SystemCoreClockUpdate()
99 if(pllsource == 0x00) in SystemCoreClockUpdate()
/bsp/wch/arm/ch32f103c8-core/board/
A Dsystem_ch32f10x.c100 uint32_t tmp = 0, pllmull = 0, pllsource = 0; in SystemCoreClockUpdate() local
114 pllsource = RCC->CFGR0 & RCC_PLLSRC; in SystemCoreClockUpdate()
116 if (pllsource == 0x00) in SystemCoreClockUpdate()
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_rcc.c530 uint32_t tmp = 0, pllmull = 0, pllsource = 0, presc = 0; in RCC_GetClocksFreq() local
546 pllsource = RCC->CFGR0 & CFGR0_PLLSRC_Mask; in RCC_GetClocksFreq()
549 if(pllsource == 0x00) in RCC_GetClocksFreq()

Completed in 800 milliseconds

12