/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_rcc.c | 321 …RCC_GET_SYSCLK_SOURCE() == RCC_SYSCLKSOURCE_STATUS_PLLCLK) && (__HAL_RCC_GET_PLL_OSCSOURCE() == RC… in HAL_RCC_OscConfig() 374 …RCC_GET_SYSCLK_SOURCE() == RCC_SYSCLKSOURCE_STATUS_PLLCLK) && (__HAL_RCC_GET_PLL_OSCSOURCE() == RC… in HAL_RCC_OscConfig() 614 …RCC_GET_SYSCLK_SOURCE() == RCC_SYSCLKSOURCE_STATUS_PLLCLK) && (__HAL_RCC_GET_PLL_OSCSOURCE() == RC… in HAL_RCC_OscConfig()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_rcc.c | 367 …RCC_GET_SYSCLK_SOURCE() == RCC_SYSCLKSOURCE_STATUS_PLLCLK) && (__HAL_RCC_GET_PLL_OSCSOURCE() == RC… in HAL_RCC_OscConfig() 420 …RCC_GET_SYSCLK_SOURCE() == RCC_SYSCLKSOURCE_STATUS_PLLCLK) && (__HAL_RCC_GET_PLL_OSCSOURCE() == RC… in HAL_RCC_OscConfig() 601 if ((__HAL_RCC_GET_PLL_OSCSOURCE() == RCC_PLLSOURCE_HSE) && \ in HAL_RCC_OscConfig()
|
D | stm32f1xx_hal_rcc_ex.c | 743 if ((__HAL_RCC_GET_PLL_OSCSOURCE() == RCC_PLLSOURCE_HSE) && \ in HAL_RCCEx_EnablePLL2() 814 if ((__HAL_RCC_GET_PLL_OSCSOURCE() == RCC_PLLSOURCE_HSE) && \ in HAL_RCCEx_DisablePLL2()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_rcc.c | 407 const uint32_t temp_plloscsrc = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_OscConfig() 512 const uint32_t temp_plloscsrc = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_OscConfig() 567 const uint32_t temp_plloscsrc = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_OscConfig()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_rcc_ex.c | 1210 pll_oscsource = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCCEx_GetPeriphCLKFreq() 2920 if(__HAL_RCC_GET_PLL_OSCSOURCE() != RCC_PLLSOURCE_NONE) in RCCEx_PLLSAI1_Config() 2923 if((__HAL_RCC_GET_PLL_OSCSOURCE() != PllSai1->PLLSAI1Source) in RCCEx_PLLSAI1_Config() 3125 if(__HAL_RCC_GET_PLL_OSCSOURCE() != RCC_PLLSOURCE_NONE) in RCCEx_PLLSAI2_Config() 3128 if((__HAL_RCC_GET_PLL_OSCSOURCE() != PllSai2->PLLSAI2Source) in RCCEx_PLLSAI2_Config()
|
D | stm32l4xx_hal_rcc.c | 421 pll_config = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_OscConfig() 1405 pll_oscsource = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_GetSysClockFreq()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_rcc.c | 339 …RCC_GET_SYSCLK_SOURCE() == RCC_SYSCLKSOURCE_STATUS_PLLCLK) && (__HAL_RCC_GET_PLL_OSCSOURCE() == RC… in HAL_RCC_OscConfig() 396 …RCC_GET_SYSCLK_SOURCE() == RCC_SYSCLKSOURCE_STATUS_PLLCLK) && (__HAL_RCC_GET_PLL_OSCSOURCE() == RC… in HAL_RCC_OscConfig()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_rcc.c | 337 pll_config = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_OscConfig() 1104 if (__HAL_RCC_GET_PLL_OSCSOURCE() != RCC_PLLSOURCE_HSI) in HAL_RCC_GetSysClockFreq()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_rcc.c | 353 pll_config = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_OscConfig() 1242 if (__HAL_RCC_GET_PLL_OSCSOURCE() != RCC_PLLSOURCE_HSI) in HAL_RCC_GetSysClockFreq()
|
D | stm32l0xx_hal_rcc_ex.c | 476 if(__HAL_RCC_GET_PLL_OSCSOURCE() == RCC_PLLSOURCE_HSI) in HAL_RCCEx_GetPeriphCLKFreq()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_rcc.c | 331 temp_pllckcfg = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_OscConfig() 388 temp_pllckcfg = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_OscConfig()
|
D | stm32g0xx_hal_rcc_ex.c | 654 if (__HAL_RCC_GET_PLL_OSCSOURCE() == RCC_PLLSOURCE_HSI) /* HSI ? */ in HAL_RCCEx_GetPeriphCLKFreq() 658 else if (__HAL_RCC_GET_PLL_OSCSOURCE() == RCC_PLLSOURCE_HSE) /* HSE ? */ in HAL_RCCEx_GetPeriphCLKFreq()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_rcc.c | 334 temp_pllckcfg = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_OscConfig() 389 temp_pllckcfg = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_OscConfig()
|
D | stm32g4xx_hal_rcc_ex.c | 724 if(__HAL_RCC_GET_PLL_OSCSOURCE() == RCC_PLLSOURCE_HSI) /* HSI ? */ in HAL_RCCEx_GetPeriphCLKFreq() 735 else if(__HAL_RCC_GET_PLL_OSCSOURCE() == RCC_PLLSOURCE_HSE) /* HSE ? */ in HAL_RCCEx_GetPeriphCLKFreq()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_rcc.c | 352 pll_config = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_OscConfig() 1260 pllsource = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_GetSysClockFreq()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_rcc.c | 338 pll_config = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_OscConfig() 1205 pll_oscsource = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_GetSysClockFreq()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_rcc.c | 445 pll_config = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_OscConfig() 1442 pll_oscsource = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_GetSysClockFreq()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rcc.c | 545 pll_config = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_OscConfig() 1724 pll_oscsource = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_GetSysClockFreq()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_rcc.c | 910 if (__HAL_RCC_GET_PLL_OSCSOURCE() != RCC_PLLSOURCE_HSI) in HAL_RCC_GetSysClockFreq()
|
D | stm32f4xx_hal_rcc_ex.c | 3120 if (__HAL_RCC_GET_PLL_OSCSOURCE() != RCC_PLLSOURCE_HSI) in HAL_RCC_GetSysClockFreq() 3140 if (__HAL_RCC_GET_PLL_OSCSOURCE() != RCC_PLLSOURCE_HSI) in HAL_RCC_GetSysClockFreq()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_rcc.c | 1011 if(__HAL_RCC_GET_PLL_OSCSOURCE() != RCC_PLLSOURCE_HSI) in HAL_RCC_GetSysClockFreq()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_rcc_ex.c | 3708 if (__HAL_RCC_GET_PLL_OSCSOURCE() == RCC_PLLSOURCE_NONE) in RCCEx_PLL2_Config() 3812 if (__HAL_RCC_GET_PLL_OSCSOURCE() == RCC_PLLSOURCE_NONE) in RCCEx_PLL3_Config()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_rcc.c | 1024 if (__HAL_RCC_GET_PLL_OSCSOURCE() != RCC_PLLCFGR_PLLSRC_HSI) in HAL_RCC_GetSysClockFreq()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rcc.h | 980 #define __HAL_RCC_GET_PLL_OSCSOURCE() ((uint32_t)(RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC)) macro
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_rcc.h | 881 #define __HAL_RCC_GET_PLL_OSCSOURCE() ((uint32_t)(READ_BIT(RCC->CFGR, RCC_CFGR_PLLSRC))) macro
|