uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
STM32F10x_System_Private_Variables

Variables

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

Detailed Description

Variable Documentation

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

Definition at line 127 of file system_stm32f10x.c.

uint32_t SystemCoreClock = SYSCLK_FREQ_72MHz

System Clock Frequency (Core Clock)

Definition at line 122 of file system_stm32f10x.c.