HAL + 0/18 examples
CodeScope will show references to RCC_SYSCLKSOURCE_HSI from the following samples and libraries:
Examples
STM32446E-Nucleo
Examples
RCC
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
STM32F410xx-Nucleo
Examples
RCC
STM32F411E-Discovery
Examples
RCC
STM32F411RE-Nucleo
Examples
RCC
STM32F412G-Discovery
Examples
RCC
STM32F412ZG-Nucleo
Examples
RCC
STM32F413H-Discovery
Examples
RCC
STM32F413ZH-Nucleo
Examples
RCC
STM32F429I-Discovery
Examples
RCC
STM32F429ZI-Nucleo
Examples
RCC
STM32F446ZE-Nucleo
Examples
RCC
 
Symbols
loading...
Files
loading...

RCC_SYSCLKSOURCE_HSI macro

Syntax

#define RCC_SYSCLKSOURCE_HSI RCC_CFGR_SW_HSI

Notes

The RCC_SYSCLKSOURCE_PLLRCLK parameter is available only for STM32F446xx devices.

Examples

RCC_SYSCLKSOURCE_HSI is referenced by 18 libraries and example projects.

References

LocationText
stm32f4xx_hal_rcc.h:201
#define RCC_SYSCLKSOURCE_HSI RCC_CFGR_SW_HSI
stm32f4xx_hal_rcc.h:1369
#define IS_RCC_SYSCLKSOURCE(SOURCE) (((SOURCE) == RCC_SYSCLKSOURCE_HSI) || \