|
MG32L003 Standard Peripherals Firmware Library
|
Definitions for base addresses, unions, and structures. More...
Macros | |
| #define | SCS_BASE (0xE000E000UL) |
| #define | SysTick_BASE (SCS_BASE + 0x0010UL) |
| #define | NVIC_BASE (SCS_BASE + 0x0100UL) |
| #define | SCB_BASE (SCS_BASE + 0x0D00UL) |
| #define | SCB ((SCB_Type *) SCB_BASE ) |
| #define | SysTick ((SysTick_Type *) SysTick_BASE ) |
| #define | NVIC ((NVIC_Type *) NVIC_BASE ) |
Definitions for base addresses, unions, and structures.
| #define NVIC_BASE (SCS_BASE + 0x0100UL) |
NVIC Base Address
| #define SCB_BASE (SCS_BASE + 0x0D00UL) |
System Control Block Base Address
| #define SCS_BASE (0xE000E000UL) |
System Control Space Base Address
| #define SysTick ((SysTick_Type *) SysTick_BASE ) |
SysTick configuration struct
| #define SysTick_BASE (SCS_BASE + 0x0010UL) |
SysTick Base Address