#include <stdbool.h>
#include "stm32f10x.h"
Go to the source code of this file.
|
void | SetSysClock (bool overclock) |
|
void | SystemCoreClockUpdate (void) |
| Update SystemCoreClock variable according to Clock Register Values. The SystemCoreClock variable contains the core clock (HCLK), it can be used by the user application to setup the SysTick timer or configure other parameters. More...
|
|
void | SystemInit (void) |
| Setup the microcontroller system Initialize the Embedded Flash Interface, the PLL and update the SystemFrequency variable. More...
|
|
|
__I uint8_t | AHBPrescTable [16] = { 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9 } |
|
uint32_t | hse_value = 8000000 |
|
uint32_t | SystemCoreClock = SYSCLK_FREQ_72MHz |
|
#define SYSCLK_FREQ_72MHz 72000000 |
void SetSysClock |
( |
bool |
overclock | ) |
|
__I uint8_t AHBPrescTable[16] = { 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9 } |