uc-sdk
|
CMSIS Cortex-M3 Device Peripheral Access Layer System Source File. More...
#include "stm32f10x.h"
Go to the source code of this file.
Macros | |
#define | SYSCLK_FREQ_72MHz 72000000 |
Functions | |
void | SystemInit (void) |
Setup the microcontroller system Initialize the Embedded Flash Interface, the PLL and update the SystemCoreClock variable. More... | |
void | SystemCoreClockUpdate (void) |
Update SystemCoreClock according to Clock Register Values. More... | |
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} |
CMSIS Cortex-M3 Device Peripheral Access Layer System Source File.
Definition in file system_stm32f10x.c.