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

HSI_VALUE macro

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

Syntax

#define HSI_VALUE (16000000U)

References

LocationText
stm32f4xx_hal_conf.h:95
#define HSI_VALUE (16000000U) /*!< Value of the Internal oscillator in Hz*/
system_stm32f4xx.c:53
#if !defined (HSI_VALUE)
system_stm32f4xx.c:222
SystemCoreClock = HSI_VALUE;
system_stm32f4xx.c:243
pllvco = (HSI_VALUE / pllm) * ((RCC->PLLCFGR & RCC_PLLCFGR_PLLN) >> 6);
system_stm32f4xx.c:250
SystemCoreClock = HSI_VALUE;