Lines Matching refs:SystemCoreClock
70 uint32_t SystemCoreClock = __SYSTEM_CLOCK_48M_PLL_IRC8M; variable
73 uint32_t SystemCoreClock = __SYSTEM_CLOCK_72M_PLL_IRC8M; variable
76 uint32_t SystemCoreClock = __SYSTEM_CLOCK_108M_PLL_IRC8M; variable
80 uint32_t SystemCoreClock = __SYSTEM_CLOCK_HXTAL; variable
83 uint32_t SystemCoreClock = __SYSTEM_CLOCK_24M_PLL_HXTAL; variable
86 uint32_t SystemCoreClock = __SYSTEM_CLOCK_36M_PLL_HXTAL; variable
89 uint32_t SystemCoreClock = __SYSTEM_CLOCK_48M_PLL_HXTAL; variable
92 uint32_t SystemCoreClock = __SYSTEM_CLOCK_56M_PLL_HXTAL; variable
95 uint32_t SystemCoreClock = __SYSTEM_CLOCK_72M_PLL_HXTAL; variable
98 uint32_t SystemCoreClock = __SYSTEM_CLOCK_96M_PLL_HXTAL; variable
101 uint32_t SystemCoreClock = __SYSTEM_CLOCK_108M_PLL_HXTAL; variable
104 uint32_t SystemCoreClock = IRC8M_VALUE; variable
199 SystemCoreClock = IRC8M_VALUE; in SystemCoreClockUpdate()
204 SystemCoreClock = HXTAL_VALUE; in SystemCoreClockUpdate()
248 SystemCoreClock = ck_src * pllmf; in SystemCoreClockUpdate()
252 SystemCoreClock = ck_src * 6U + ck_src / 2U; in SystemCoreClockUpdate()
259 SystemCoreClock = IRC8M_VALUE; in SystemCoreClockUpdate()