Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dsystem_stm32h7rsxx.c197 uint32_t sysclk, hsivalue, pllsource, pllm, pllp, core_presc; in SystemCoreClockUpdate() local
263 core_presc = (RCC->CDCFGR & RCC_CDCFGR_CPRE); in SystemCoreClockUpdate()
264 if (core_presc >= 8U) in SystemCoreClockUpdate()
266 SystemCoreClock = (sysclk >> (core_presc - RCC_CDCFGR_CPRE_3 + 1U)); in SystemCoreClockUpdate()