HSE_VALUE is only used within MB1063.
 
Symbols
loading...
Files
loading...

HSE_VALUE macro

Adjust the value of External High Speed oscillator (HSE) used in your application. This value is used by the RCC HAL module to compute the system frequency (when HSE is used as system clock source, directly or through the PLL). Value of the External oscillator in Hz

Syntax

#define HSE_VALUE (25000000U)

References

LocationText
stm32f4xx_hal_conf.h:82
#define HSE_VALUE (25000000U) /*!< Value of the External oscillator in Hz */
system_stm32f4xx.c:49
#if !defined (HSE_VALUE)
system_stm32f4xx.c:225
SystemCoreClock = HSE_VALUE;
system_stm32f4xx.c:238
pllvco = (HSE_VALUE / pllm) * ((RCC->PLLCFGR & RCC_PLLCFGR_PLLN) >> 6);