CMSIS2000  0.0.7
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
system_LPC2xxx.h File Reference
#include <stdint.h>
#include "LPC2xxx.h"
#include "core_7tdmiInterrupt.h"
Include dependency graph for system_LPC2xxx.h:
This graph shows which files directly or indirectly include this file:

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

Macro Definition Documentation

#define constSystemCoreClock   F_CCLK_HZ

Definition at line 42 of file system_LPC2xxx.h.