SAME54P20A Test Project
|
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 |
Low-level initialization functions called upon chip startup.
Copyright (c) 2019 Microchip Technology Inc.
\asf_license_start
Definition in file system_same54.h.
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.
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.
|
extern |
System Clock Frequency (Core Clock)
System Clock Frequency (Core Clock)
Definition at line 38 of file system_same54.c.