Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_utils.c510 uint32_t sysclk_frequency_current = 0U; in UTILS_EnablePLLAndSwitchSystem() local
517sysclk_frequency_current = (SystemCoreClock << AHBPrescTable[LL_RCC_GetAHBPrescaler() >> RCC_POSIT… in UTILS_EnablePLLAndSwitchSystem()
520 if (sysclk_frequency_current < SYSCLK_Frequency) in UTILS_EnablePLLAndSwitchSystem()
550 if (sysclk_frequency_current > SYSCLK_Frequency) in UTILS_EnablePLLAndSwitchSystem()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_utils.c553 uint32_t sysclk_frequency_current = 0U; in UTILS_EnablePLLAndSwitchSystem() local
559sysclk_frequency_current = (SystemCoreClock << AHBPrescTable[LL_RCC_GetAHBPrescaler() >> RCC_POSIT… in UTILS_EnablePLLAndSwitchSystem()
562 if (sysclk_frequency_current < SYSCLK_Frequency) in UTILS_EnablePLLAndSwitchSystem()
591 if (sysclk_frequency_current > SYSCLK_Frequency) in UTILS_EnablePLLAndSwitchSystem()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_utils.c684 uint32_t sysclk_frequency_current = 0U; in UTILS_EnablePLLAndSwitchSystem() local
693sysclk_frequency_current = (SystemCoreClock << AHBPrescTable[LL_RCC_GetAHBPrescaler() >> RCC_CFGR_… in UTILS_EnablePLLAndSwitchSystem()
698 if (sysclk_frequency_current < SYSCLK_Frequency) in UTILS_EnablePLLAndSwitchSystem()
741 if (sysclk_frequency_current > SYSCLK_Frequency) in UTILS_EnablePLLAndSwitchSystem()