Definitions for base addresses, unions, and structures. More...
|
Macros | |
| #define | NVIC ((NVIC_Type *) NVIC_BASE ) |
| #define | NVIC_BASE (SCS_BASE + 0x0100UL) |
| #define | SCB ((SCB_Type *) SCB_BASE ) |
| #define | SCB_BASE (SCS_BASE + 0x0D00UL) |
| #define | SCS_BASE (0xE000E000UL) |
| #define | SysTick ((SysTick_Type *) SysTick_BASE ) |
| #define | SysTick_BASE (SCS_BASE + 0x0010UL) |
Definitions for base addresses, unions, and structures.
NVIC configuration struct
Definition at line 461 of file core_cm0.h.
| #define NVIC_BASE (SCS_BASE + 0x0100UL) |
NVIC Base Address
Definition at line 456 of file core_cm0.h.
SCB configuration struct
Definition at line 459 of file core_cm0.h.
| #define SCB_BASE (SCS_BASE + 0x0D00UL) |
System Control Block Base Address
Definition at line 457 of file core_cm0.h.
| #define SCS_BASE (0xE000E000UL) |
System Control Space Base Address
Definition at line 454 of file core_cm0.h.
| #define SysTick ((SysTick_Type *) SysTick_BASE ) |
SysTick configuration struct
Definition at line 460 of file core_cm0.h.
| #define SysTick_BASE (SCS_BASE + 0x0010UL) |
SysTick Base Address
Definition at line 455 of file core_cm0.h.