30#ifndef SYSTEM_SAMS70_H_INCLUDED
31#define SYSTEM_SAMS70_H_INCLUDED
33#include <bsp/atsam-clock-config.h>
67void system_init_flash(uint32_t dw_clk);
uint32_t SystemCoreClock
System clock frequency (core clock)
Definition: system_samv71.c:69
void SystemInit(void)
Setup the microcontroller system. Initialize the System and update the SystemCoreClock variable.
Definition: system_samv71.c:82
void SystemCoreClockUpdate(void)
Updates the SystemCoreClock with current core Clock retrieved from cpu registers.
Definition: system_samv71.c:158