VSF Documented
|
CMSIS Device System Source File for CMSDK_CM7 Device. More...
Macros | |
#define | XTAL (50000000UL) /* Oscillator frequency */ |
#define | SYSTEM_CLOCK (XTAL / 2) |
Functions | |
void | SystemCoreClockUpdate (void) |
Update SystemCoreClock variable. | |
void | SystemInit (void) |
Setup the microcontroller system. | |
Variables | |
uint32_t | SystemCoreClock = SYSTEM_CLOCK |
CMSIS Device System Source File for CMSDK_CM7 Device.
#define XTAL (50000000UL) /* Oscillator frequency */ |
#define SYSTEM_CLOCK (XTAL / 2) |
void SystemCoreClockUpdate | ( | void | ) |
Update SystemCoreClock variable.
Updates the SystemCoreClock with current core Clock retrieved from cpu registers.
void SystemInit | ( | void | ) |
Setup the microcontroller system.
Initialize the System and update the SystemCoreClock variable.
uint32_t SystemCoreClock = SYSTEM_CLOCK |
System Clock Frequency (Core Clock)