Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.
Dependents: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
TARGET_SAMD21J18A/system_samd21.h@120:2eb10e18b8d7, 2016-04-13 (annotated)
- Committer:
- elijahorr
- Date:
- Wed Apr 13 12:29:27 2016 +0000
- Revision:
- 120:2eb10e18b8d7
- Parent:
- 111:4336505e4b1c
V1.1
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Kojto | 111:4336505e4b1c | 1 | #ifndef _SYSTEM_SAMD21_H_INCLUDED_ |
Kojto | 111:4336505e4b1c | 2 | #define _SYSTEM_SAMD21_H_INCLUDED_ |
Kojto | 111:4336505e4b1c | 3 | |
Kojto | 111:4336505e4b1c | 4 | #ifdef __cplusplus |
Kojto | 111:4336505e4b1c | 5 | extern "C" { |
Kojto | 111:4336505e4b1c | 6 | #endif |
Kojto | 111:4336505e4b1c | 7 | |
Kojto | 111:4336505e4b1c | 8 | #include <stdint.h> |
Kojto | 111:4336505e4b1c | 9 | |
Kojto | 111:4336505e4b1c | 10 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */ |
Kojto | 111:4336505e4b1c | 11 | |
Kojto | 111:4336505e4b1c | 12 | void SystemInit(void); |
Kojto | 111:4336505e4b1c | 13 | void SystemCoreClockUpdate(void); |
Kojto | 111:4336505e4b1c | 14 | |
Kojto | 111:4336505e4b1c | 15 | #ifdef __cplusplus |
Kojto | 111:4336505e4b1c | 16 | } |
Kojto | 111:4336505e4b1c | 17 | #endif |
Kojto | 111:4336505e4b1c | 18 | |
Kojto | 111:4336505e4b1c | 19 | #endif /* SYSTEM_SAMD21_H_INCLUDED */ |