CC23x0R5DriverLibrary

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

Collaboration diagram for Core Definitions:

Macros

#define SCS_BASE   (0xE000E000UL)
 
#define SysTick_BASE   (SCS_BASE + 0x0010UL)
 
#define NVIC_BASE_CMSIS   (SCS_BASE + 0x0100UL)
 
#define SCB_BASE_CMSIS   (SCS_BASE + 0x0D00UL)
 
#define SCB   ((SCB_Type *) SCB_BASE_CMSIS )
 
#define SysTick   ((SysTick_Type *) SysTick_BASE )
 
#define NVIC   ((NVIC_Type *) NVIC_BASE_CMSIS )
 

Detailed Description

Definitions for base addresses, unions, and structures.

Macro Definition Documentation

§ SCS_BASE

#define SCS_BASE   (0xE000E000UL)

System Control Space Base Address

§ SysTick_BASE

#define SysTick_BASE   (SCS_BASE + 0x0010UL)

SysTick Base Address

§ NVIC_BASE_CMSIS

#define NVIC_BASE_CMSIS   (SCS_BASE + 0x0100UL)

NVIC Base Address

§ SCB_BASE_CMSIS

#define SCB_BASE_CMSIS   (SCS_BASE + 0x0D00UL)

System Control Block Base Address

§ SCB

§ SysTick

#define SysTick   ((SysTick_Type *) SysTick_BASE )

SysTick configuration struct

Referenced by IntDisable(), IntEnable(), and SCB_GetFPUType().

§ NVIC