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

LL_RCC_SYS_CLKSOURCE_STATUS_HSE macro

HSE used as system clock

Syntax

#define LL_RCC_SYS_CLKSOURCE_STATUS_HSE RCC_CFGR_SWS_HSE

Examples

LL_RCC_SYS_CLKSOURCE_STATUS_HSE is referenced by 2 libraries and example projects.

References

LocationText
stm32f4xx_ll_rcc.h:211
#define LL_RCC_SYS_CLKSOURCE_STATUS_HSE RCC_CFGR_SWS_HSE /*!< HSE used as system clock */
stm32f4xx_ll_rcc.c:1129
case LL_RCC_SYS_CLKSOURCE_STATUS_HSE: /* HSE used as system clock source */