Da Vinci Firmware 1
Firmware for the DaVinci-M rocket avionics board.
Loading...
Searching...
No Matches
STM32H7xx_System_Private_Includes
Collaboration diagram for STM32H7xx_System_Private_Includes:

Macros

#define HSE_VALUE   ((uint32_t)25000000)
 
#define CSI_VALUE   ((uint32_t)4000000)
 
#define HSI_VALUE   ((uint32_t)64000000)
 

Detailed Description

Macro Definition Documentation

◆ CSI_VALUE

#define CSI_VALUE   ((uint32_t)4000000)

Value of the Internal oscillator in Hz

Definition at line 60 of file system_stm32h7xx.c.

◆ HSE_VALUE

#define HSE_VALUE   ((uint32_t)25000000)

Value of the External oscillator in Hz

Definition at line 56 of file system_stm32h7xx.c.

◆ HSI_VALUE

#define HSI_VALUE   ((uint32_t)64000000)

Value of the Internal oscillator in Hz

Definition at line 64 of file system_stm32h7xx.c.