Home
last modified time | relevance | path

Searched refs:__HAL_RCC_GET_PLL_OSCSOURCE (Results 1 – 25 of 64) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc.c321 …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/
Dstm32f1xx_hal_rcc.c367 …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()
Dstm32f1xx_hal_rcc_ex.c743 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/
Dstm32wbxx_hal_rcc.c407 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/
Dstm32l4xx_hal_rcc_ex.c1210 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()
Dstm32l4xx_hal_rcc.c421 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/
Dstm32f3xx_hal_rcc.c339 …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/
Dstm32l1xx_hal_rcc.c337 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/
Dstm32l0xx_hal_rcc.c353 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()
Dstm32l0xx_hal_rcc_ex.c476 if(__HAL_RCC_GET_PLL_OSCSOURCE() == RCC_PLLSOURCE_HSI) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc.c331 temp_pllckcfg = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_OscConfig()
388 temp_pllckcfg = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_OscConfig()
Dstm32g0xx_hal_rcc_ex.c654 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/
Dstm32g4xx_hal_rcc.c334 temp_pllckcfg = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_OscConfig()
389 temp_pllckcfg = __HAL_RCC_GET_PLL_OSCSOURCE(); in HAL_RCC_OscConfig()
Dstm32g4xx_hal_rcc_ex.c724 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/
Dstm32wlxx_hal_rcc.c352 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/
Dstm32u0xx_hal_rcc.c338 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/
Dstm32l5xx_hal_rcc.c445 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/
Dstm32u5xx_hal_rcc.c545 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/
Dstm32f4xx_hal_rcc.c910 if (__HAL_RCC_GET_PLL_OSCSOURCE() != RCC_PLLSOURCE_HSI) in HAL_RCC_GetSysClockFreq()
Dstm32f4xx_hal_rcc_ex.c3120 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/
Dstm32f2xx_hal_rcc.c1011 if(__HAL_RCC_GET_PLL_OSCSOURCE() != RCC_PLLSOURCE_HSI) in HAL_RCC_GetSysClockFreq()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c3708 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/
Dstm32f7xx_hal_rcc.c1024 if (__HAL_RCC_GET_PLL_OSCSOURCE() != RCC_PLLCFGR_PLLSRC_HSI) in HAL_RCC_GetSysClockFreq()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc.h980 #define __HAL_RCC_GET_PLL_OSCSOURCE() ((uint32_t)(RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC)) macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc.h881 #define __HAL_RCC_GET_PLL_OSCSOURCE() ((uint32_t)(READ_BIT(RCC->CFGR, RCC_CFGR_PLLSRC))) macro

123