Definitions for base addresses, unions, and structures. More...

Modules

 Functions and Instructions Reference
 
 NVIC Functions
 Functions that manage interrupts and exceptions via the NVIC.
 
#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 )
 

Detailed Description

Definitions for base addresses, unions, and structures.

Macro Definition Documentation

◆ NVIC

#define NVIC   ((NVIC_Type *) NVIC_BASE )

NVIC configuration struct

◆ NVIC_BASE

#define NVIC_BASE   (SCS_BASE + 0x0100UL)

NVIC Base Address

◆ SCB

#define SCB   ((SCB_Type *) SCB_BASE )

SCB configuration struct

◆ SCB_BASE

#define SCB_BASE   (SCS_BASE + 0x0D00UL)

System Control Block Base Address

◆ SCS_BASE

#define SCS_BASE   (0xE000E000UL)

System Control Space Base Address

◆ SysTick

#define SysTick   ((SysTick_Type *) SysTick_BASE )

SysTick configuration struct

◆ SysTick_BASE

#define SysTick_BASE   (SCS_BASE + 0x0010UL)

SysTick Base Address