モジュール | |
CMSIS CM0 NVIC | |
CMSIS CM0 SCB | |
CMSIS CM0 SysTick | |
CMSIS CM0 Core Debug | |
マクロ定義 | |
#define | SCS_BASE (0xE000E000) |
#define | CoreDebug_BASE (0xE000EDF0) |
#define | SysTick_BASE (SCS_BASE + 0x0010) |
#define | NVIC_BASE (SCS_BASE + 0x0100) |
#define | SCB_BASE (SCS_BASE + 0x0D00) |
#define | SCB ((SCB_Type *) SCB_BASE) |
#define | SysTick ((SysTick_Type *) SysTick_BASE) |
#define | NVIC ((NVIC_Type *) NVIC_BASE) |
#define | CoreDebug ((CoreDebug_Type *) CoreDebug_BASE) |
#define CoreDebug ((CoreDebug_Type *) CoreDebug_BASE) |
Core Debug configuration struct
#define CoreDebug_BASE (0xE000EDF0) |
Core Debug Base Address
#define NVIC ((NVIC_Type *) NVIC_BASE) |
NVIC configuration struct
#define NVIC_BASE (SCS_BASE + 0x0100) |
NVIC Base Address
#define SCB ((SCB_Type *) SCB_BASE) |
SCB configuration struct
#define SCB_BASE (SCS_BASE + 0x0D00) |
System Control Block Base Address
#define SCS_BASE (0xE000E000) |
System Control Space Base Address
#define SysTick ((SysTick_Type *) SysTick_BASE) |
SysTick configuration struct
#define SysTick_BASE (SCS_BASE + 0x0010) |
SysTick Base Address