18 #ifndef SYSTEM_SAM3U_H_INCLUDED 19 #define SYSTEM_SAM3U_H_INCLUDED void system_init_flash(uint32_t dw_clk)
Definition: system_sam3n.c:168
uint32_t SystemCoreClock
Definition: system_ARMCM0.c:39
void SystemInit(void)
Setup the microcontroller system. Initialize the System and update the SystemCoreClock variable...
Definition: system_ARMCM0.c:59
void SystemCoreClockUpdate(void)
Updates the SystemCoreClock with current core Clock retrieved from cpu registers. ...
Definition: system_ARMCM0.c:45