SAME54P20A Test Project
Functions | Variables
system_same54.h File Reference

Low-level initialization functions called upon chip startup. More...

#include <stdint.h>

Go to the source code of this file.

Functions

void SystemInit (void)
 Setup the microcontroller system. Initialize the System and update the SystemCoreClock variable. More...
 
void SystemCoreClockUpdate (void)
 Updates the SystemCoreClock with current core Clock retrieved from cpu registers. More...
 

Variables

uint32_t SystemCoreClock
 

Detailed Description

Low-level initialization functions called upon chip startup.

Copyright (c) 2019 Microchip Technology Inc.

\asf_license_start

Definition in file system_same54.h.

Function Documentation

◆ SystemCoreClockUpdate()

void SystemCoreClockUpdate ( void  )

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

Update SystemCoreClock variable

Definition at line 59 of file system_same54.c.

60 {
61  // Not implemented
63  return;
64 }

◆ SystemInit()

void SystemInit ( void  )

Setup the microcontroller system. Initialize the System and update the SystemCoreClock variable.

Initialize the system

Definition at line 46 of file system_same54.c.

47 {
48  // Keep the default device state after reset
50  return;
51 }

Variable Documentation

◆ SystemCoreClock

uint32_t SystemCoreClock
extern

System Clock Frequency (Core Clock)

System Clock Frequency (Core Clock)

Definition at line 38 of file system_same54.c.

SystemCoreClock
uint32_t SystemCoreClock
Definition: system_same54.c:38
__SYSTEM_CLOCK
#define __SYSTEM_CLOCK
Definition: system_same54.c:36