Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_utils.c850 LL_RCC_SetSysClkSource(LL_RCC_SYS_CLKSOURCE_PLL1); in UTILS_EnablePLLAndSwitchSystem()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_utils.c827 LL_RCC_SetSysClkSource(LL_RCC_SYS_CLKSOURCE_PLL1); in UTILS_EnablePLLAndSwitchSystem()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_utils.c938 LL_RCC_SetSysClkSource(LL_RCC_SYS_CLKSOURCE_PLL1); in UTILS_EnablePLLAndSwitchSystem()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_utils.c1044 LL_RCC_SetSysClkSource(LL_RCC_SYS_CLKSOURCE_PLL1);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rcc.h202 #define LL_RCC_SYS_CLKSOURCE_PLL1 (RCC_CFGR1_SW_1 | RCC_CFGR1_SW_0) /*!< PLL1 selection… macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rcc.h296 #define LL_RCC_SYS_CLKSOURCE_PLL1 (RCC_CFGR1_SW_1 | RCC_CFGR1_SW_0) /*!< PLL selection… macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_rcc.h275 #define LL_RCC_SYS_CLKSOURCE_PLL1 (RCC_CFGR_SW_1 | RCC_CFGR_SW_0) macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rcc.h218 #define LL_RCC_SYS_CLKSOURCE_PLL1 RCC_CFGR_SW_PLL1 macro