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

LL_RCC_SYS_CLKSOURCE_STATUS_HSI macro

HSI used as system clock

Syntax

#define LL_RCC_SYS_CLKSOURCE_STATUS_HSI RCC_CFGR_SWS_HSI

Examples

LL_RCC_SYS_CLKSOURCE_STATUS_HSI is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_rcc.h:210
#define LL_RCC_SYS_CLKSOURCE_STATUS_HSI RCC_CFGR_SWS_HSI /*!< HSI used as system clock */
stm32f4xx_ll_rcc.c:1125
case LL_RCC_SYS_CLKSOURCE_STATUS_HSI: /* HSI used as system clock source */