Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_utils.c715 uint32_t hclks_frequency_current; in UTILS_EnablePLLAndSwitchSystem() local
731 hclks_frequency_current = __LL_RCC_CALC_HCLK3_FREQ(sysclk_current, LL_RCC_GetAHB3Prescaler()); in UTILS_EnablePLLAndSwitchSystem()
734 if (hclks_frequency_current < hclks_frequency_target) in UTILS_EnablePLLAndSwitchSystem()
769 if (hclks_frequency_current > hclks_frequency_target) in UTILS_EnablePLLAndSwitchSystem()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_utils.c687 uint32_t hclks_frequency_target, hclks_frequency_current, sysclk_current; in UTILS_EnablePLLAndSwitchSystem() local
700 hclks_frequency_current = __LL_RCC_CALC_HCLK4_FREQ(sysclk_current, LL_RCC_GetAHB4Prescaler()); in UTILS_EnablePLLAndSwitchSystem()
703 if (hclks_frequency_current < hclks_frequency_target) in UTILS_EnablePLLAndSwitchSystem()
736 if (hclks_frequency_current > hclks_frequency_target) in UTILS_EnablePLLAndSwitchSystem()