![]() |
NUC029FAE_BSP V3.01.004
The Board Support Package for NUC029FAE MCU
|
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 ) |
Definitions for base addresses, unions, and structures.
NVIC configuration struct
Definition at line 589 of file core_cm0.h.
#define NVIC_BASE (SCS_BASE + 0x0100UL) |
NVIC Base Address
Definition at line 584 of file core_cm0.h.
SCB configuration struct
Definition at line 587 of file core_cm0.h.
#define SCB_BASE (SCS_BASE + 0x0D00UL) |
System Control Block Base Address
Definition at line 585 of file core_cm0.h.
#define SCS_BASE (0xE000E000UL) |
System Control Space Base Address
Definition at line 582 of file core_cm0.h.
#define SysTick ((SysTick_Type *) SysTick_BASE ) |
SysTick configuration struct
Definition at line 588 of file core_cm0.h.
#define SysTick_BASE (SCS_BASE + 0x0010UL) |
SysTick Base Address
Definition at line 583 of file core_cm0.h.