STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Variables
STM32F7xx_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

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

AHB prescalers table values

Definition at line 130 of file system_stm32f7xx.c.

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

APB prescalers table values

Definition at line 131 of file system_stm32f7xx.c.

uint32_t SystemCoreClock = 16000000

System Clock Frequency (Core Clock)

Definition at line 129 of file system_stm32f7xx.c.