Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_utils.c718 assert_param(IS_LL_UTILS_SYSCLK_DIV(UTILS_ClkInitStruct->CPU1CLKDivider)); in UTILS_EnablePLLAndSwitchSystem()
752 LL_RCC_SetAHBPrescaler(UTILS_ClkInitStruct->CPU1CLKDivider); in UTILS_EnablePLLAndSwitchSystem()
781 …etSystemCoreClock(__LL_RCC_CALC_HCLK1_FREQ(SYSCLK_Frequency, UTILS_ClkInitStruct->CPU1CLKDivider)); in UTILS_EnablePLLAndSwitchSystem()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_utils.c689 assert_param(IS_LL_UTILS_SYSCLK_DIV(UTILS_ClkInitStruct->CPU1CLKDivider)); in UTILS_EnablePLLAndSwitchSystem()
721 LL_RCC_SetAHBPrescaler(UTILS_ClkInitStruct->CPU1CLKDivider); in UTILS_EnablePLLAndSwitchSystem()
745 …etSystemCoreClock(__LL_RCC_CALC_HCLK1_FREQ(SYSCLK_Frequency, UTILS_ClkInitStruct->CPU1CLKDivider)); in UTILS_EnablePLLAndSwitchSystem()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_utils.h121 …uint32_t CPU1CLKDivider; /*!< The CPU1 clock (HCLK1) divider. This clock is derived from t… member
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_utils.h121 …uint32_t CPU1CLKDivider; /*!< The CPU1 clock (HCLK1) divider. This clock is derived from t… member