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

Variables

uint32_t SystemCoreClock = 64000000
 
uint32_t SystemD2Clock = 64000000
 
const uint8_t D1CorePrescTable [16] = {0, 0, 0, 0, 1, 2, 3, 4, 1, 2, 3, 4, 6, 7, 8, 9}
 

Detailed Description

Variable Documentation

◆ D1CorePrescTable

const uint8_t D1CorePrescTable[16] = {0, 0, 0, 0, 1, 2, 3, 4, 1, 2, 3, 4, 6, 7, 8, 9}

Definition at line 155 of file system_stm32h7xx.c.

Referenced by SystemCoreClockUpdate().

◆ SystemCoreClock

uint32_t SystemCoreClock = 64000000

Definition at line 153 of file system_stm32h7xx.c.

Referenced by SystemCoreClockUpdate().

◆ SystemD2Clock

uint32_t SystemD2Clock = 64000000

Definition at line 154 of file system_stm32h7xx.c.

Referenced by SystemCoreClockUpdate().