NUC029FAE_BSP V3.01.004
The Board Support Package for NUC029FAE MCU
Modules

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

Collaboration diagram for Core Definitions:

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

Definition at line 589 of file core_cm0.h.

◆ NVIC_BASE

#define NVIC_BASE   (SCS_BASE + 0x0100UL)

NVIC Base Address

Definition at line 584 of file core_cm0.h.

◆ SCB

#define SCB   ((SCB_Type *) SCB_BASE )

SCB configuration struct

Definition at line 587 of file core_cm0.h.

◆ SCB_BASE

#define SCB_BASE   (SCS_BASE + 0x0D00UL)

System Control Block Base Address

Definition at line 585 of file core_cm0.h.

◆ SCS_BASE

#define SCS_BASE   (0xE000E000UL)

System Control Space Base Address

Definition at line 582 of file core_cm0.h.

◆ SysTick

#define SysTick   ((SysTick_Type *) SysTick_BASE )

SysTick configuration struct

Definition at line 588 of file core_cm0.h.

◆ SysTick_BASE

#define SysTick_BASE   (SCS_BASE + 0x0010UL)

SysTick Base Address

Definition at line 583 of file core_cm0.h.