HAL + 0/1 examples
CodeScope will show references to LL_RCC_PLLSOURCE_HSI from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
RCC
 
Symbols
loading...
Files
loading...

LL_RCC_PLLSOURCE_HSI macro

HSI16 clock selected as PLL entry clock source

Syntax

#define LL_RCC_PLLSOURCE_HSI RCC_PLLCFGR_PLLSRC_HSI

Examples

LL_RCC_PLLSOURCE_HSI is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_rcc.h:783
#define LL_RCC_PLLSOURCE_HSI RCC_PLLCFGR_PLLSRC_HSI /*!< HSI16 clock selected as PLL entry clock source */
stm32f4xx_ll_rcc.c:408
case LL_RCC_PLLSOURCE_HSI: /* I2S1 Clock is HSI Osc. */
stm32f4xx_ll_rcc.c:1200
case LL_RCC_PLLSOURCE_HSI: /* HSI used as PLL clock source */
stm32f4xx_ll_rcc.c:1244
case LL_RCC_PLLSOURCE_HSI: /* HSI used as PLL clock source */
stm32f4xx_ll_rcc.c:1310
case LL_RCC_PLLSOURCE_HSI: /* HSI used as PLL clock source */
stm32f4xx_ll_rcc.c:1594
case LL_RCC_PLLSOURCE_HSI: /* HSI used as PLLI2S clock source */
stm32f4xx_ll_utils.c:506