VSF Documented
Macros | Functions | Variables
system_CMSDK_ARMv8MML.c File Reference

CMSIS Device System Source File for CMSDK_ARMv8MML Device. More...

Macros

#define XTAL   (50000000UL) /* Oscillator frequency */
 
#define SYSTEM_CLOCK   (XTAL / 2U)
 

Functions

void SystemCoreClockUpdate (void)
 Update SystemCoreClock variable.
 
void SystemInit (void)
 Setup the microcontroller system.
 

Variables

void * __Vectors
 
uint32_t SystemCoreClock = SYSTEM_CLOCK
 

Detailed Description

CMSIS Device System Source File for CMSDK_ARMv8MML Device.

Version
V1.1.1
Date
07. December 2016

Macro Definition Documentation

◆ XTAL

#define XTAL   (50000000UL) /* Oscillator frequency */

◆ SYSTEM_CLOCK

#define SYSTEM_CLOCK   (XTAL / 2U)

Function Documentation

◆ SystemCoreClockUpdate()

void SystemCoreClockUpdate ( void  )

Update SystemCoreClock variable.

Updates the SystemCoreClock with current core Clock retrieved from cpu registers.

◆ SystemInit()

void SystemInit ( void  )

Setup the microcontroller system.

Initialize the System and update the SystemCoreClock variable.

Variable Documentation

◆ __Vectors

void* __Vectors
extern

◆ SystemCoreClock

uint32_t SystemCoreClock = SYSTEM_CLOCK

System Clock Frequency (Core Clock)