123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- #ifndef _SYSTEM_SAML11_H_INCLUDED_
- #define _SYSTEM_SAML11_H_INCLUDED_
- #ifdef __cplusplus
- extern "C" {
- #endif
- #include <stdint.h>
- extern uint32_t SystemCoreClock;
- void SystemInit(void);
- void SystemCoreClockUpdate(void);
- #ifdef __cplusplus
- }
- #endif
- #endif
|