#include <stdint.h>
Go to the source code of this file.
Functions | |
void | system_init_flash (uint32_t dw_clk) |
void | SystemCoreClockUpdate (void) |
Updates the SystemCoreClock with current core Clock retrieved from cpu registers. More... | |
void | SystemInit (void) |
Setup the microcontroller system. Initialize the System and update the SystemCoreClock variable. More... | |
Variables | |
uint32_t | SystemCoreClock |
Copyright (c) 2015-2018 Microchip Technology Inc. and its subsidiaries.
Definition in file system_same70.h.
void system_init_flash | ( | uint32_t | ul_clk | ) |
Initialize flash.
Definition at line 202 of file system_same70.c.
void SystemCoreClockUpdate | ( | void | ) |
Updates the SystemCoreClock with current core Clock retrieved from cpu registers.
Definition at line 108 of file system_same70.c.
void SystemInit | ( | void | ) |
Setup the microcontroller system. Initialize the System and update the SystemCoreClock variable.
Setup the microcontroller system. Initialize the System and update the SystemCoreClock variable.
Definition at line 59 of file system_same70.c.
uint32_t SystemCoreClock |
Definition at line 53 of file system_same70.c.