Cortney Padua / mbed-dev

Dependents:   capstone_i2c

Fork of mbed-dev by mbed official

targets/cmsis/TARGET_Atmel/TARGET_SAM_CortexM0P/utils/cmsis/TARGET_SAMR21/source/system_samr21.h

Committer:
mbed_official
Date:
2015-11-04
Revision:
15:a81a8d6c1dfe

File content as of revision 15:a81a8d6c1dfe:

#ifndef _SYSTEM_SAMR21_H_INCLUDED_
#define _SYSTEM_SAMR21_H_INCLUDED_

#ifdef __cplusplus
extern "C" {
#endif

#include <stdint.h>

extern uint32_t SystemCoreClock;   /*!< System Clock Frequency (Core Clock)  */

void SystemInit(void);
void SystemCoreClockUpdate(void);

#ifdef __cplusplus
}
#endif

#endif /* SYSTEM_SAMR21_H_INCLUDED */