rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Variables
STM32F4xx_System_Private_Variables
Collaboration diagram for STM32F4xx_System_Private_Variables:

Variables

uint32_t SystemCoreClock = 16000000
 
const uint8_t AHBPrescTable [16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}
 
const uint8_t APBPrescTable [8] = {0, 0, 0, 0, 1, 2, 3, 4}
 

Detailed Description

Variable Documentation

◆ AHBPrescTable

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

Definition at line 124 of file system_stm32f4xx.c.

124{0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9};

Referenced by SystemCoreClockUpdate().

◆ APBPrescTable

const uint8_t APBPrescTable[8] = {0, 0, 0, 0, 1, 2, 3, 4}

Definition at line 125 of file system_stm32f4xx.c.

125{0, 0, 0, 0, 1, 2, 3, 4};

◆ SystemCoreClock

uint32_t SystemCoreClock = 16000000

Definition at line 123 of file system_stm32f4xx.c.

Referenced by SystemCoreClockUpdate().