STM32F10x Standard Peripherals Library  3.5.0
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}

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 167 of file system_stm32f10x.c.

uint32_t SystemCoreClock = SYSCLK_FREQ_72MHz

System Clock Frequency (Core Clock)

Definition at line 162 of file system_stm32f10x.c.