LPC1700CMSIS Standard Peripheral Firmware Library: CMSIS CM3 Core Register From LPC1700CMSIS previous page next page Main Page Related Pages Modules Data Structures Files CMSIS CM3 Core Register [CM3 Core Definitions] Modules CMSIS CM3 NVIC CMSIS CM3 SCB CMSIS CM3 SysTick CMSIS CM3 ITM CMSIS CM3 Interrupt Type CMSIS CM3 Core Debug Defines #define SCS_BASE (0xE000E000) #define ITM_BASE (0xE0000000) #define CoreDebug_BASE (0xE000EDF0) #define SysTick_BASE (SCS_BASE + 0x0010) #define NVIC_BASE (SCS_BASE + 0x0100) #define SCB_BASE (SCS_BASE + 0x0D00) #define InterruptType ((InterruptType_Type *) SCS_BASE) #define SCB ((SCB_Type *) SCB_BASE) #define SysTick ((SysTick_Type *) SysTick_BASE) #define NVIC ((NVIC_Type *) NVIC_BASE) #define ITM ((ITM_Type *) ITM_BASE) #define CoreDebug ((CoreDebug_Type *) CoreDebug_BASE) Define Documentation #define CoreDebug ((CoreDebug_Type *) CoreDebug_BASE) Core Debug configuration struct Definition at line 727 of file core_cm3.h. #define CoreDebug_BASE (0xE000EDF0) Core Debug Base Address Definition at line 717 of file core_cm3.h. #define InterruptType ((InterruptType_Type *) SCS_BASE) Interrupt Type Register Definition at line 722 of file core_cm3.h. #define ITM ((ITM_Type *) ITM_BASE) ITM configuration struct Definition at line 726 of file core_cm3.h. #define ITM_BASE (0xE0000000) ITM Base Address Definition at line 716 of file core_cm3.h. #define NVIC ((NVIC_Type *) NVIC_BASE) NVIC configuration struct Definition at line 725 of file core_cm3.h. #define NVIC_BASE (SCS_BASE + 0x0100) NVIC Base Address Definition at line 719 of file core_cm3.h. #define SCB ((SCB_Type *) SCB_BASE) SCB configuration struct Definition at line 723 of file core_cm3.h. #define SCB_BASE (SCS_BASE + 0x0D00) System Control Block Base Address Definition at line 720 of file core_cm3.h. #define SCS_BASE (0xE000E000) System Control Space Base Address Definition at line 715 of file core_cm3.h. #define SysTick ((SysTick_Type *) SysTick_BASE) SysTick configuration struct Definition at line 724 of file core_cm3.h. #define SysTick_BASE (SCS_BASE + 0x0010) SysTick Base Address Definition at line 718 of file core_cm3.h. Generated on Mon Feb 8 10:01:50 2010 for LPC1700CMSIS Standard Peripheral Firmware Library by 1.5.9 previous page start next page