HAL + 0/84 examples
CodeScope will show references to RCC_PLLSOURCE_HSI from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Applications
EEPROM
Examples
GPIO
HAL
PWR
RCC
RTC
TIM
UART
STM32F411E-Discovery
Examples
ADC
DMA
FLASH
GPIO
I2C
PWR
RCC
SPI
TIM
UART
Applications
EEPROM
STM32446E-Nucleo
Applications
EEPROM
Examples
GPIO
HAL
I2C
PWR
RCC
RTC
TIM
UART
STM32446E_EVAL
Examples
RCC
STM32469I-Discovery
Examples
RCC
STM32469I_EVAL
Examples
RCC
STM324x9I_EVAL
Examples
RCC
STM324xG_EVAL
Examples
RCC
STM32F4-Discovery
Examples
RCC
STM32F401-Discovery
Examples
RCC
STM32F401RE-Nucleo
Applications
EEPROM
Examples
GPIO
HAL
PWR
TIM
UART
STM32F410xx-Nucleo
Applications
EEPROM
Examples
GPIO
HAL
I2C
PWR
RCC
RTC
TIM
UART
STM32F412G-Discovery
Examples
PWR
RCC
STM32F412ZG-Nucleo
Examples
PWR
RCC
STM32F413H-Discovery
Examples
RCC
STM32F413ZH-Nucleo
Examples
PWR
RCC
STM32F429I-Discovery
Examples
RCC
STM32F429ZI-Nucleo
Examples
RCC
UART
STM32F446ZE-Nucleo
Examples
PWR
RCC
 
Symbols
loading...
Files
loading...

RCC_PLLSOURCE_HSI macro

Syntax

#define RCC_PLLSOURCE_HSI RCC_PLLCFGR_PLLSRC_HSI

Examples

RCC_PLLSOURCE_HSI is referenced by 84 libraries and example projects.

References

LocationText
stm32f4xx_hal_rcc.h:179
#define RCC_PLLSOURCE_HSI RCC_PLLCFGR_PLLSRC_HSI
stm32f4xx_hal_rcc.c:908
if(__HAL_RCC_GET_PLL_OSCSOURCE() != RCC_PLLSOURCE_HSI)
stm32f4xx_hal_rcc.h:1366
#define IS_RCC_PLLSOURCE(SOURCE) (((SOURCE) == RCC_PLLSOURCE_HSI) || \
stm32f4xx_hal_rcc_ex.c:594
if((RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) == RCC_PLLSOURCE_HSI)
stm32f4xx_hal_rcc_ex.c:619
if((RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) == RCC_PLLSOURCE_HSI)
stm32f4xx_hal_rcc_ex.c:645
if((RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) == RCC_PLLSOURCE_HSI)
stm32f4xx_hal_rcc_ex.c:669
if((RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) == RCC_PLLSOURCE_HSI)
stm32f4xx_hal_rcc_ex.c:3101
if(__HAL_RCC_GET_PLL_OSCSOURCE() != RCC_PLLSOURCE_HSI)
stm32f4xx_hal_rcc_ex.c:3121
if(__HAL_RCC_GET_PLL_OSCSOURCE() != RCC_PLLSOURCE_HSI)
stm32f4xx_hal_sai_ex.c:194
if ((RCC->PLLCFGR & RCC_PLLCFGR_PLLSRC) == RCC_PLLSOURCE_HSI)