Vehicle Control Unit 0.01
This is the c library for controlling the car.
Loading...
Searching...
No Matches
Macros
STM32F7xx_System_Private_Includes
Collaboration diagram for STM32F7xx_System_Private_Includes:

Macros

#define HSE_VALUE   ((uint32_t)25000000)
 
#define HSI_VALUE   ((uint32_t)16000000)
 

Detailed Description

Macro Definition Documentation

◆ HSE_VALUE

#define HSE_VALUE   ((uint32_t)25000000)

Default value of the External oscillator in Hz

Definition at line 50 of file system_stm32f7xx.c.

◆ HSI_VALUE

#define HSI_VALUE   ((uint32_t)16000000)

Value of the Internal oscillator in Hz

Definition at line 54 of file system_stm32f7xx.c.