|
CMSIS2000
0.0.7
|


Go to the source code of this file.
Macros | |
| #define | constSystemCoreClock F_CCLK_HZ |
| #define | SystemVIC_ClearISR(IRQn) SystemVIC_SetISR(NULL,IRQn,-1) |
| This macro will clear ISR. | |
Functions | |
| void | SystemInit (void) |
| Initialize the system. | |
| void | SystemVIC_Init (void) |
| Initialize the system VIC. | |
| uint32_t | SysTick_Config (uint32_t ticks) |
| System Tick Configuration. | |
Variables | |
| void *SystemVIC_SetISR isr_func | MOVE_CODE_TO_FLASH |
| Setup and turn on Interrupt in VIC. | |
| uint32_t | SystemCoreClock |
| #define constSystemCoreClock F_CCLK_HZ |
Definition at line 42 of file system_LPC2xxx.h.