DIY Logging Volt/Ampmeter
STM32F1xx_System_Private_Defines

Macros

#define HSE_VALUE   8000000U
 
#define HSI_VALUE   8000000U
 

Detailed Description

Macro Definition Documentation

◆ HSE_VALUE

#define HSE_VALUE   8000000U

Default value of the External oscillator in Hz. This value can be provided and adapted by the user application.

Definition at line 78 of file system_stm32f1xx.c.

◆ HSI_VALUE

#define HSI_VALUE   8000000U

Default value of the Internal oscillator in Hz. This value can be provided and adapted by the user application.

Definition at line 83 of file system_stm32f1xx.c.