Home
last modified time | relevance | path

Searched refs:RCC_PLLSOURCE_HSI (Results 1 – 25 of 71) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc.c513 ((pllrdy != 0U) && (pllsrc == RCC_PLLSOURCE_HSI))) in HAL_RCC_OscConfig()
525 if ((pllsrc == RCC_PLLSOURCE_HSI) && (pllrdy != 0U) && \ in HAL_RCC_OscConfig()
1302 case RCC_PLLSOURCE_HSI: /* HSI used as PLL clock source */ in HAL_RCC_GetSysClockFreq()
1985 if (pllsrc == RCC_PLLSOURCE_HSI) in RCC_PLL_Config()
2131 case RCC_PLLSOURCE_HSI: in RCC_PLL1_GetVCOOutputFreq()
2206 case RCC_PLLSOURCE_HSI: in RCC_PLL2_GetVCOOutputFreq()
2281 case RCC_PLLSOURCE_HSI: in RCC_PLL3_GetVCOOutputFreq()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rcc_ex.c1403 if((RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) == RCC_PLLSOURCE_HSI) in HAL_RCCEx_GetPeriphCLKFreq()
1427 if((RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) == RCC_PLLSOURCE_HSI) in HAL_RCCEx_GetPeriphCLKFreq()
1456 if((RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) == RCC_PLLSOURCE_HSI) in HAL_RCCEx_GetPeriphCLKFreq()
1486 if((RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) == RCC_PLLSOURCE_HSI) in HAL_RCCEx_GetPeriphCLKFreq()
1510 if((RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) == RCC_PLLSOURCE_HSI) in HAL_RCCEx_GetPeriphCLKFreq()
1539 if((RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) == RCC_PLLSOURCE_HSI) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc_ex.h59 #define IS_RCC_PLLSOURCE(SOURCE) (((SOURCE) == RCC_PLLSOURCE_HSI) || \
80 #define IS_RCC_PLLSOURCE(SOURCE) (((SOURCE) == RCC_PLLSOURCE_HSI) || \
135 #define RCC_PLLSOURCE_HSI RCC_CFGR_PLLSRC_HSI_PREDIV macro
180 #define RCC_PLLSOURCE_HSI RCC_CFGR_PLLSRC_HSI_PREDIV
182 #define RCC_PLLSOURCE_HSI RCC_CFGR_PLLSRC_HSI_DIV2
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc.c390 …if (((temp_sysclksrc == RCC_CFGR_SWS_PLL) && (temp_pllckcfg == RCC_PLLSOURCE_HSI)) || (temp_sysclk… in HAL_RCC_OscConfig()
1094 case RCC_PLLSOURCE_HSI: /* HSI used as PLL clock source */ in HAL_RCC_GetSysClockFreq()
1376 case RCC_PLLSOURCE_HSI: /* HSI used as PLL clock source */ in RCC_GetSysClockFreqFromPLLSource()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rcc_ex.c605 if ((RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) == RCC_PLLSOURCE_HSI) in HAL_RCCEx_GetPeriphCLKFreq()
630 if ((RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) == RCC_PLLSOURCE_HSI) in HAL_RCCEx_GetPeriphCLKFreq()
656 if ((RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) == RCC_PLLSOURCE_HSI) in HAL_RCCEx_GetPeriphCLKFreq()
680 if ((RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) == RCC_PLLSOURCE_HSI) in HAL_RCCEx_GetPeriphCLKFreq()
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()
Dstm32f4xx_hal_sai_ex.c194 if ((RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) == RCC_PLLSOURCE_HSI) in SAI_GetInputClock()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c878 case RCC_PLLSOURCE_HSI: /* HSI ? */ in HAL_RCCEx_GetPeriphCLKFreq()
2448 case RCC_PLLSOURCE_HSI: in RCCEx_PLLSource_Enable()
2543 case RCC_PLLSOURCE_HSI: in RCCEx_PLLSAI1_Config()
2683 case RCC_PLLSOURCE_HSI: in RCCEx_PLLSAI2_Config()
Dstm32l5xx_hal_rcc.c633 ((sysclk_source == RCC_SYSCLKSOURCE_STATUS_PLLCLK) && (pll_config == RCC_PLLSOURCE_HSI))) in HAL_RCC_OscConfig()
1496 case RCC_PLLSOURCE_HSI: /* HSI used as PLL clock source */ in HAL_RCC_GetSysClockFreq()
2024 case RCC_PLLSOURCE_HSI: /* HSI used as PLL clock source */ in RCC_GetSysClockFreqFromPLLSource()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc.c593 ((sysclk_source == RCC_CFGR_SWS_PLL) && (pll_config == RCC_PLLSOURCE_HSI))) in HAL_RCC_OscConfig()
1456 case RCC_PLLSOURCE_HSI: /* HSI used as PLL clock source */ in HAL_RCC_GetSysClockFreq()
1895 case RCC_PLLSOURCE_HSI: /* HSI used as PLL clock source */ in RCC_GetSysClockFreqFromPLLSource()
Dstm32l4xx_hal_rcc_ex.c1226 case RCC_PLLSOURCE_HSI: /* HSI ? */ in HAL_RCCEx_GetPeriphCLKFreq()
2946 case RCC_PLLSOURCE_HSI: in RCCEx_PLLSAI1_Config()
3151 case RCC_PLLSOURCE_HSI: in RCCEx_PLLSAI2_Config()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc.h150 #define IS_RCC_PLLSOURCE(__SOURCE__) (((__SOURCE__) == RCC_PLLSOURCE_HSI) || \
334 #define RCC_PLLSOURCE_HSI RCC_CFGR_PLLSRC_HSI_PREDIV /*!< HSI clock selected as PLL entry… macro
337 #define RCC_PLLSOURCE_HSI RCC_CFGR_PLLSRC_HSI_DIV2 /*!< HSI clock divided by 2 selected… macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc.c396 …URCE() == RCC_SYSCLKSOURCE_STATUS_PLLCLK) && (__HAL_RCC_GET_PLL_OSCSOURCE() == RCC_PLLSOURCE_HSI))) in HAL_RCC_OscConfig()
986 if ((tmpreg & RCC_CFGR_PLLSRC) != RCC_PLLSOURCE_HSI) in HAL_RCC_GetSysClockFreq()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rcc.c399 || ((sysclk_source == RCC_SYSCLKSOURCE_STATUS_PLLCLK) && (pll_config == RCC_PLLSOURCE_HSI))) 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.c427 || ((sysclk_source == RCC_SYSCLKSOURCE_STATUS_PLLCLK) && (pll_config == RCC_PLLSOURCE_HSI))) in HAL_RCC_OscConfig()
1242 if (__HAL_RCC_GET_PLL_OSCSOURCE() != RCC_PLLSOURCE_HSI) in HAL_RCC_GetSysClockFreq()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc.h181 #define RCC_PLLSOURCE_HSI RCC_PLLCFGR_PLLSRC_HSI macro
1224 #define IS_RCC_PLLSOURCE(SOURCE) (((SOURCE) == RCC_PLLSOURCE_HSI) || \
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc.c389 if (((temp_sysclksrc == RCC_SYSCLKSOURCE_STATUS_PLLCLK) && (temp_pllckcfg == RCC_PLLSOURCE_HSI)) in HAL_RCC_OscConfig()
1162 case RCC_PLLSOURCE_HSI: /* HSI16 used as PLL clock source */ in HAL_RCC_GetSysClockFreq()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rcc.c528 ((sysclk_source == RCC_SYSCLKSOURCE_STATUS_PLLCLK) && (pll_config == RCC_PLLSOURCE_HSI))) in HAL_RCC_OscConfig()
1308 case RCC_PLLSOURCE_HSI: /* HSI used as PLL clock source */ in HAL_RCC_GetSysClockFreq()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc.c569 … ((temp_sysclksrc == RCC_SYSCLKSOURCE_STATUS_PLLCLK) && (temp_plloscsrc == RCC_PLLSOURCE_HSI))) in HAL_RCC_OscConfig()
1441 case RCC_PLLSOURCE_HSI: /* HSI used as PLL clock source */ in HAL_RCC_GetSysClockFreq()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc.c510 ((sysclk_source == RCC_SYSCLKSOURCE_STATUS_PLLCLK) && (pll_config == RCC_PLLSOURCE_HSI))) in HAL_RCC_OscConfig()
1273 case RCC_PLLSOURCE_HSI: /* HSI used as PLL clock source */ in HAL_RCC_GetSysClockFreq()
Dstm32u0xx_hal_rcc_ex.c1085 case RCC_PLLSOURCE_HSI: /* HSI used as PLL clock source */ in HAL_RCCEx_GetPLLClockFreq()
1840 case RCC_PLLSOURCE_HSI: in RCCEx_PLLSource_Enable()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc.c433 ((sysclksrc == RCC_SYSCLKSOURCE_STATUS_PLLCLK) && (pllsrc == RCC_PLLSOURCE_HSI))) in HAL_RCC_OscConfig()
1794 case RCC_PLLSOURCE_HSI: in RCC_PLL1_GetVCOOutputFreq()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c1517 case RCC_PLLSOURCE_HSI: /* HSI used as PLL clock source */ in HAL_RCCEx_GetPLL1ClockFreq()
1605 case RCC_PLLSOURCE_HSI: /* HSI used as PLL clock source */ in HAL_RCCEx_GetPLL2ClockFreq()
1694 case RCC_PLLSOURCE_HSI: /* HSI used as PLL clock source */ in HAL_RCCEx_GetPLL3ClockFreq()
4106 case RCC_PLLSOURCE_HSI: in RCCEx_PLLSource_Enable()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rcc.h119 #define IS_RCC_PLLSOURCE(__SOURCE__) (((__SOURCE__) == RCC_PLLSOURCE_HSI) || \
307 #define RCC_PLLSOURCE_HSI RCC_CFGR_PLLSRC_HSI /*!< HSI clock selected as PLL entry… macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc.h179 #define RCC_PLLSOURCE_HSI RCC_PLLCFGR_PLLSRC_HSI macro
1368 #define IS_RCC_PLLSOURCE(SOURCE) (((SOURCE) == RCC_PLLSOURCE_HSI) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c2963 case RCC_PLLSOURCE_HSI: /* HSI used as PLL clock source */ in HAL_RCCEx_GetPLL2ClockFreq()
3031 case RCC_PLLSOURCE_HSI: /* HSI used as PLL clock source */ in HAL_RCCEx_GetPLL3ClockFreq()
3097 case RCC_PLLSOURCE_HSI: /* HSI used as PLL clock source */ in HAL_RCCEx_GetPLL1ClockFreq()

123