Definitions for base addresses, unions, and structures. More...
|
Macros | |
| #define | CoreDebug ((CoreDebug_Type *) CoreDebug_BASE) |
| #define | CoreDebug_BASE (0xE000EDF0UL) |
| #define | DWT ((DWT_Type *) DWT_BASE ) |
| #define | DWT_BASE (0xE0001000UL) |
| #define | ITM ((ITM_Type *) ITM_BASE ) |
| #define | ITM_BASE (0xE0000000UL) |
| #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 | SCnSCB ((SCnSCB_Type *) SCS_BASE ) |
| #define | SCS_BASE (0xE000E000UL) |
| #define | SysTick ((SysTick_Type *) SysTick_BASE ) |
| #define | SysTick_BASE (SCS_BASE + 0x0010UL) |
| #define | TPI ((TPI_Type *) TPI_BASE ) |
| #define | TPI_BASE (0xE0040000UL) |
Definitions for base addresses, unions, and structures.
| #define CoreDebug ((CoreDebug_Type *) CoreDebug_BASE) |
Core Debug configuration struct
Definition at line 1605 of file core_cm7.h.
| #define CoreDebug_BASE (0xE000EDF0UL) |
Core Debug Base Address
Definition at line 1593 of file core_cm7.h.
DWT configuration struct
Definition at line 1603 of file core_cm7.h.
| #define DWT_BASE (0xE0001000UL) |
DWT Base Address
Definition at line 1591 of file core_cm7.h.
ITM configuration struct
Definition at line 1602 of file core_cm7.h.
| #define ITM_BASE (0xE0000000UL) |
ITM Base Address
Definition at line 1590 of file core_cm7.h.
NVIC configuration struct
Definition at line 1601 of file core_cm7.h.
| #define NVIC_BASE (SCS_BASE + 0x0100UL) |
NVIC Base Address
Definition at line 1595 of file core_cm7.h.
SCB configuration struct
Definition at line 1599 of file core_cm7.h.
| #define SCB_BASE (SCS_BASE + 0x0D00UL) |
System Control Block Base Address
Definition at line 1596 of file core_cm7.h.
| #define SCnSCB ((SCnSCB_Type *) SCS_BASE ) |
System control Register not in SCB
Definition at line 1598 of file core_cm7.h.
| #define SCS_BASE (0xE000E000UL) |
System Control Space Base Address
Definition at line 1589 of file core_cm7.h.
| #define SysTick ((SysTick_Type *) SysTick_BASE ) |
SysTick configuration struct
Definition at line 1600 of file core_cm7.h.
| #define SysTick_BASE (SCS_BASE + 0x0010UL) |
SysTick Base Address
Definition at line 1594 of file core_cm7.h.
TPI configuration struct
Definition at line 1604 of file core_cm7.h.
| #define TPI_BASE (0xE0040000UL) |
TPI Base Address
Definition at line 1592 of file core_cm7.h.