|
CMSIS2000
0.0.7
|
CMSIS Device System Source File for ARMCM4 Device Series. More...
#include "ARMCM4.h"
Go to the source code of this file.
Macros | |
| #define | __HSI ( 8000000UL) |
| #define | __SYSTEM_CLOCK (5*__XTAL) |
| #define | __XTAL ( 5000000UL) /* Oscillator frequency */ |
Functions | |
| void | SystemCoreClockUpdate (void) |
| Update SystemCoreClock variable. | |
| void | SystemInit (void) |
| Initialize the system. | |
Variables | |
| uint32_t | SystemCoreClock = __SYSTEM_CLOCK |
CMSIS Device System Source File for ARMCM4 Device Series.
Definition in file system_ARMCM4.c.
| #define __HSI ( 8000000UL) |
Definition at line 30 of file system_ARMCM4.c.
| #define __SYSTEM_CLOCK (5*__XTAL) |
Definition at line 33 of file system_ARMCM4.c.
Referenced by SystemCoreClockUpdate(), and SystemInit().
| #define __XTAL ( 5000000UL) /* Oscillator frequency */ |
Definition at line 31 of file system_ARMCM4.c.